@charset "UTF-8";
/*******************************************************************************************/
/*******************************************************************************************/
/***************************************** RESET *******************************************/
/*******************************************************************************************/
/*******************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Open+Sans+Condensed:700,300);
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea {
  outline: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

a {
  outline: 0;
  text-decoration: none; }

/* === RESET MOBILE ===  */
@media (max-width: 640px) {
  * {
    box-sizing: border-box; }
  body {
    width: auto;
    margin: 0;
    padding: 0; }
  img,
  table,
  td,
  blockquote,
  code,
  pre,
  textarea,
  input,
  iframe,
  object,
  embed,
  video {
    max-width: 100%; }
  img {
    height: auto; }
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    -webkit-hyphens: auto;
    /* césure propre */
    -ms-hyphens: auto;
        hyphens: auto;
    word-wrap: break-word;
    /* passage à la ligne forcé */ }
  code,
  pre,
  samp {
    white-space: pre-wrap; }
  .element1,
  .element2 {
    float: none;
    width: auto; }
  .hide_mobile {
    display: none !important; }
  /* Un message personnalisé */
  /*
body:before {
    content: "Version mobile du site";
    display: block;
    text-align: center;
    font-style: italic;
    color: #777;
}
*/ }

@media (max-width: 640px) and (max-device-width: 768px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.jaune {
  color: #fdd919; }

.violet, a.violet {
  color: #a800ff !important; }

.bleu, a.bleu {
  color: #4DB1FF !important; }

.mention-enstock {
  color: #33d75a !important; }

.pastille-mention-enstock {
  background-color: #33d75a !important; }

.circle-mention-enstock {
  background-color: #33d75a !important;
  width: 10px;
  height: 10px;
  float: left;
  right: 15px; }

.mention-dernierepiece {
  color: #8eb05f !important; }

.pastille-mention-dernierepiece {
  background-color: #8eb05f !important; }

.circle-mention-dernierepiece {
  background-color: #8eb05f !important;
  width: 10px;
  height: 10px;
  float: left;
  right: 15px; }

.mention-enreassort {
  color: #f0730d !important; }

.pastille-mention-enreassort {
  background-color: #f0730d !important; }

.circle-mention-enreassort {
  background-color: #f0730d !important;
  width: 10px;
  height: 10px;
  float: left;
  right: 15px; }

.mention-enprecommande {
  color: #f0730d !important; }

.pastille-mention-enprecommande {
  background-color: #f0730d !important; }

.circle-mention-enprecommande {
  background-color: #f0730d !important;
  width: 10px;
  height: 10px;
  float: left;
  right: 15px; }

.mention-surcommande, .mention-calculstock {
  color: #818181 !important; }

.circle-mention-surcommande, .circle-mention-calculstock {
  background-color: #818181 !important;
  width: 10px;
  height: 10px;
  float: left;
  right: 15px; }

.pastille-mention-surcommande, .pastille-mention-calculstock {
  background-color: #818181 !important; }

.mention-articleepuise {
  color: red !important; }

.circle-mention-articleepuise {
  background-color: red !important;
  width: 10px;
  height: 10px;
  float: left;
  right: 15px; }

.pastille-mention-articleepuise {
  background-color: red !important; }

/*$font-texgyre-regular: 'Heebo', sans-serif;

$font-roboto: 'Roboto', sans-serif;
$font-roboto-cond: 'Roboto Condensed', sans-serif;
$font-helvetica: 'Helvetica';
$font-helvetica-bold: 'Helvetica Bold';*/
body {
  font-family: "Open Sans", sans-serif; }

/******* HELVETICA NEUE **********/
/*@font-face {
    font-family: 'Helvetica Neue LT Std 45 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 45 Light'), url("../fonts/HelveticaNeueLTStd Lt.woff") format('woff');
}*/
/******* HELVETICA **********/
/*@font-face {
    font-family: 'Helvetica Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url("Helvetica-Bold.woff") format('woff');
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url("Helvetica.woff") format('woff');
}
@font-face {
    font-family: 'Helvetica Bold Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Bold Oblique'), url("Helvetica-BoldOblique.woff") format('woff');
}
@font-face {
    font-family: 'Helvetica Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Oblique'), url("Helvetica-Oblique.woff") format('woff');
}*/
/******* TEX GYRE ADVENTOR **********/
/*
@font-face {
    font-family: 'TeXGyreAdventor-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('TeXGyreAdventor-Regular'), url("../fonts/texgyreadventor-regular.woff") format('woff');
}
@font-face {
    font-family: 'TeXGyreAdventor-BoldItalic';
    font-style: normal;
    font-weight: normal;
    src: local('TeXGyreAdventor-BoldItalic'), url("../fonts/texgyreadventor-bolditalic.woff") format('woff');
}
@font-face {
    font-family: 'TeXGyreAdventor-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('TeXGyreAdventor-Bold'), url("../fonts/texgyreadventor-bold.woff") format('woff');
}
@font-face {
    font-family: 'TeXGyreAdventor-Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TeXGyreAdventor-Italic'), url("../fonts/texgyreadventor-italic.woff") format('woff');
}
*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  color: inherit;
  font-weight: 600; }
  .btn.btn-cart {
    color: #fff;
    background: #fc7d2a;
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0; }

.btn-1 {
  background: #f3f3f3;
  color: #000;
  font-size: 12px;
  min-width: 220px;
  text-align: center;
  border: 1px solid #d5d6d8;
  display: block;
  padding: 8px 0 7px; }
  .btn-1:hover {
    background: #d5d6d8; }

.btn-2 {
  background: url("../images/icon-close-2.png") 90% 50% no-repeat #74767e;
  border: none;
  font-size: 12px;
  font-family: 'Roboto Regular', sans-serif;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 8px 10px 8px 25px; }
  .btn-2:hover {
    background-color: #595b61; }

.btn-3 {
  background: #fc7d2a;
  font-size: 14px;
  font-family: 'Roboto Regular', sans-serif;
  width: 115px;
  text-align: center;
  text-transform: uppercase;
  border: transparent;
  color: #fff;
  height: 40px;
  line-height: 36px; }
  .btn-3:hover {
    background: #fa6911; }

.btn-submit {
  background: #fc7d2a;
  padding: 10px 0px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  width: 100%;
  margin-top: 20px; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

/* Cachons la case à cocher */
input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer; }

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 12px;
  height: 12px;
  border: 1px solid #d4d5d7;
  background: #fff; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input; }

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: ' ';
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 20px;
  color: #000;
  width: 14px;
  height: 14px;
  background-image: url(../images/coche.png);
  background-repeat: no-repeat;
  background-size: 84%;
  background-position-y: 0px;
  background-position-x: 0px; }

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0); }

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1); }

.form-wrap, .form-wrap-two {
  display: block;
  width: 100%;
  margin: 24px 0; }
  .form-wrap.bloc-error, .form-wrap-two.bloc-error {
    padding: .3rem 0 .6rem 0;
    margin: 0px 0;
    margin-bottom: 20px;
    text-align: center;
    background: #F84E46;
    color: #8B0200 !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 52.84714em) {
      .form-wrap.bloc-error, .form-wrap-two.bloc-error {
        padding: .4rem 0 .7rem 0; } }
    .form-wrap.bloc-error.off, .form-wrap-two.bloc-error.off {
      height: 0;
      padding: 0;
      opacity: 0; }
      @media (min-width: 52.85714em) {
        .form-wrap.bloc-error.off, .form-wrap-two.bloc-error.off {
          margin-bottom: 30px; } }
    .form-wrap.bloc-error.bloc-error-info, .form-wrap-two.bloc-error.bloc-error-info {
      background: #D1E293;
      color: #000 !important; }
      .form-wrap.bloc-error.bloc-error-info p, .form-wrap-two.bloc-error.bloc-error-info p {
        background-image: none; }
        .form-wrap.bloc-error.bloc-error-info p a, .form-wrap-two.bloc-error.bloc-error-info p a {
          display: unset; }
    .form-wrap.bloc-error.bloc-error-vert, .form-wrap-two.bloc-error.bloc-error-vert {
      background: #D1E293;
      color: #77A600 !important; }
    .form-wrap.bloc-error p, .form-wrap-two.bloc-error p {
      display: inline-block;
      top: 3px;
      padding: .5rem 3rem .5rem 3rem;
      background-image: url(../images/picto-message-error-rouge.png);
      background-size: 10%;
      background-repeat: no-repeat;
      background-position: left center;
      font-weight: 300; }
      @media (max-width: 52.84714em) {
        .form-wrap.bloc-error p, .form-wrap-two.bloc-error p {
          font-weight: 400;
          background-size: contain;
          font-size: 12px;
          line-height: 13px;
          background-size: 8%;
          background-position: 0rem center;
          padding: .5rem 3rem .5rem 2.3rem; } }
      .form-wrap.bloc-error p a, .form-wrap-two.bloc-error p a {
        display: block;
        padding-top: .3rem; }
        @media (max-width: 52.84714em) {
          .form-wrap.bloc-error p a, .form-wrap-two.bloc-error p a {
            font-weight: 600;
            display: block; } }
    .form-wrap.bloc-error.bloc-error-vert p, .form-wrap-two.bloc-error.bloc-error-vert p {
      background-image: url(../images/picto-message-error-vert.png); }
      .form-wrap.bloc-error.bloc-error-vert p a, .form-wrap-two.bloc-error.bloc-error-vert p a {
        color: #77A600 !important; }
    .form-wrap.bloc-error .icon-error, .form-wrap-two.bloc-error .icon-error {
      top: 5px;
      font-size: 31px;
      width: 3rem;
      height: 2rem; }
      @media (max-width: 52.84714em) {
        .form-wrap.bloc-error .icon-error, .form-wrap-two.bloc-error .icon-error {
          top: 3px;
          position: absolute;
          left: -1rem; } }
    .form-wrap.bloc-error .icon-close, .form-wrap-two.bloc-error .icon-close {
      right: .9rem;
      top: .5rem;
      position: absolute;
      font-size: 18px;
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .form-wrap.bloc-error .icon-close, .form-wrap-two.bloc-error .icon-close {
          font-size: 14px; } }

.form-wrap {
  overflow: hidden; }

.error {
  color: #000; }
  .error input,
  .error select,
  .error textarea {
    border: 1px solid #F00; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7px;
  font-weight: normal; }
  @media (min-width: 52.85714em) {
    label {
      margin-bottom: 10px; } }
  label.required:after {
    content: '*';
    color: #b23131;
    margin-left: 2px;
    font-size: 14px; }

.required-text {
  font-size: .8rem; }

.form-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0px 2%;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #888;
  border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .form-input::-ms-expand {
    border: 0;
    background-color: transparent; }

@media (min-width: 70em) {
  .input-country, .input-cp, .input-nom, .input-prenom {
    padding: 0px 6% !important; } }

.input-tel-port {
  padding: 0px 6% !important; }

textarea.form-input {
  height: auto; }

select.form-input {
  -webkit-appearance: none;
  background: url("/images/select-dropdown2.png") no-repeat 96% center; }

select {
  padding: 4px 25px 4px 10px;
  border: 1px solid #dedede;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff; }
  @media (max-width: 52.84714em) {
    select {
      padding: 5px 5px;
      width: 100%;
      background: url("/images/select-dropdown2.png") no-repeat right 0px center; } }
  @media (min-width: 52.85714em) {
    select {
      background: url("/images/select-dropdown2.png") no-repeat right 0px center; } }

.effet_input {
  position: relative; }
  .effet_input select option:first-child {
    color: #8b8b8b; }
  .effet_input .active-input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #fc7d2a;
    /* For Safari 3.1 to 6.0 */
    transition: width .25s; }
    .effet_input .active-input.on {
      width: 100%; }
    .effet_input .active-input.error {
      border: 1px solid #ee3333;
      color: #ee3333;
      height: auto;
      padding: 13px 0;
      bottom: 0;
      width: 100%;
      background: #fff;
      white-space: nowrap;
      font-weight: 100;
      font-size: .9rem; }
      .effet_input .active-input.error:before {
        content: " ";
        width: .5rem;
        height: 10px;
        position: relative;
        float: left; }

/************************************************************
*       GENERAL RULES
*
*   Documento para reglar generales y que norlmament se repiten.
*
************************************************************/
figure {
  position: relative; }

figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  display: block; }

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

.separator {
  clear: both;
  font-size: 1px;
  line-height: 0;
  height: 1px;
  pointer-events: none; }

.rounded, #header .items-counter {
  border-radius: 200px; }

.rounded-border-3 {
  border-radius: 3px; }

.rounded-border-6 {
  border-radius: 6px; }

.rounded-3-top {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.rounded-border-3-left {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.rounded-border-3-right {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/************************************************************
*         Opacity
*/
.opacity_10 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  opacity: 1;
  /* Other browsers */ }

.opacity_9 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 8 */
  filter: alpha(opacity=90);
  /* IE 5-7 */
  -moz-opacity: 0.9;
  /* Netscape */
  -khtml-opacity: 0.9;
  /* Safari 1.x */
  opacity: 0.9;
  /* Other browsers */ }

.opacity_8 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 8 */
  filter: alpha(opacity=80);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  /* Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  /* Other browsers */ }

.opacity_7 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 8 */
  filter: alpha(opacity=70);
  /* IE 5-7 */
  -moz-opacity: 0.7;
  /* Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  opacity: 0.7;
  /* Other browsers */ }

.opacity_6 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 8 */
  filter: alpha(opacity=60);
  /* IE 5-7 */
  -moz-opacity: 0.6;
  /* Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  /* Other browsers */ }

.opacity_4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  filter: alpha(opacity=40);
  /* IE 5-7 */
  -moz-opacity: 0.4;
  /* Netscape */
  -khtml-opacity: 0.4;
  /* Safari 1.x */
  opacity: 0.4;
  /* Other browsers */ }

.opacity_2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  /* IE 8 */
  filter: alpha(opacity=20);
  /* IE 5-7 */
  -moz-opacity: 0.2;
  /* Netscape */
  -khtml-opacity: 0.2;
  /* Safari 1.x */
  opacity: 0.2;
  /* Other browsers */ }

.opacity_1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 8 */
  filter: alpha(opacity=10);
  /* IE 5-7 */
  -moz-opacity: 0.1;
  /* Netscape */
  -khtml-opacity: 0.1;
  /* Safari 1.x */
  opacity: 0.1;
  /* Other browsers */ }

.opacity_0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  -moz-opacity: 0;
  /* Netscape */
  -khtml-opacity: 0;
  /* Safari 1.x */
  opacity: 0;
  /* Other browsers */ }

/************************************************************
*         Shadow
*/
.shadow-side-right-3 {
  box-shadow: 3px 3px 6px rgba(12, 12, 12, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#504E4E')";
  /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#504E4E');
  /* For IE 5.5 - 7 */ }

.shadow-side-right-1 {
  box-shadow: 1px 1px 3px rgba(12, 12, 12, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=120, Color='#504E4E')";
  /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=120, Color='#504E4E');
  /* For IE 5.5 - 7 */ }

.text-shadow {
  text-shadow: black 0.1em 0.1em 0.2em; }

/************************************************************
*         Components
*/
.mask {
  position: relative;
  overflow: hidden; }

hr {
  border: 0;
  color: #DADADA;
  background-color: #DADADA;
  height: 1px;
  padding: 0;
  margin: 0; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: auto;
  overflow-y: scroll; }

.modal-content-container {
  position: static;
  z-index: 200;
  width: 800px;
  top: 110px !important;
  margin: 20px auto;
  background-color: #000;
  min-height: 540px; }

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
  top: 0;
  left: 0; }

.background-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

/***********************************************************
 *          Structure
 */
.left-part {
  float: left;
  width: 100px; }

.right-part {
  float: right;
  width: 100px; }

.two-columns {
  width: 50%;
  float: left; }

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

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

.box-sizing, #mobile-nav ul > li > a {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.asset {
  display: inline-block;
  width: 60px;
  height: 50px;
  background-image: url("../images/assets.png");
  background-position: -899px -48px;
  /*border:1px solid #f00;*/ }

.col {
  position: relative;
  width: 100%;
  float: left; }

.col-10 {
  width: 100%; }

.col-20 {
  position: relative;
  width: 100%;
  float: left; }

.col-25 {
  position: relative;
  width: 25%;
  float: left; }

.col-33 {
  position: relative;
  width: 33.33%;
  float: left; }

.col-30 {
  position: relative;
  width: 30%;
  float: left; }

.col-40 {
  position: relative;
  width: 40%;
  float: left; }

.col-60 {
  position: relative;
  width: 60%;
  float: left; }

.col-70 {
  position: relative;
  width: 70%;
  float: left; }

.col-50 {
  position: relative;
  width: 100%;
  float: left; }
  @media (min-width: 52.85714em) {
    .col-50 {
      width: 50%; } }

.col-66 {
  position: relative;
  width: 66.66%;
  float: left; }

.col-75 {
  position: relative;
  width: 75%;
  float: left; }

.col-80 {
  position: relative;
  width: 100%;
  float: left; }

border-right {
  border-right: 1px solid #d2d2d2; }

border-left {
  border-left: 1px solid #d2d2d2; }

border-top {
  border-top: 1px solid #d2d2d2; }

border-bottom {
  border-bottom: 1px solid #d2d2d2; }

@media (min-width: 52.85714em) {
  .col-50 {
    width: 50%; }
  .col-10 {
    width: 10%; }
  .col-20 {
    width: 20%; }
  .col-80 {
    width: 80%; } }

.push-right {
  float: right; }

.push-left {
  float: left; }

.bg-transparent {
  background-color: rgba(255, 255, 255, 0); }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #f7f7f7; }

.bg-blue {
  background-color: #edf9ff; }

.bg-black {
  background-color: #000; }

.centered {
  text-align: center; }

.overflow-hidden {
  overflow: hidden; }

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

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

.uppercase {
  text-transform: uppercase; }

.animate, #mobile-nav, .product .panel-title.tab-header {
  transition: all 0.5s ease; }

/* To prevent angular at the begining */
/*
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
*/
div,
p,
ul,
li,
a,
span {
  position: relative; }

div {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.round-corners {
  border-radius: 100px;
  /* future proofing */
  -khtml-border-radius: 100px;
  /* for old Konqueror browsers */ }

/***********************************************************
 *          Variables
 */
/**
 *   Colors
 */
/* modal */
/*
 * azul inicial : #2780AF
 * $color-blue : #0E9173; //verde turquesa
 */
body {
  font-family: "Open Sans", sans-serif;
  background-color: #282828;
  color: #5a5a5a;
  position: relative;
  /* 16px / 24px */
  font-size: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0; }

#wrapper {
  position: relative;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  background-color: #fff !important; }

.horizontal-module {
  position: relative;
  padding: 0;
  width: 100%; }

.horizontal-module-container {
  width: 96%;
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .horizontal-module-container .small-container {
    width: 100%; }

a {
  text-decoration: none;
  color: #3598e9; }
  a:visite {
    color: #3598e9; }

img {
  max-width: 100%; }

.horizontal-line {
  border-top: 1px solid #e2e2e2;
  width: 66.66667%;
  margin: 0 auto; }

ul {
  list-style-type: none; }

li {
  vertical-align: top; }

/****************************************
 *
 *            COMPONENTS
 *
 ****************************************/
.picto-phone {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 12px;
  height: 13px;
  background-position: -18px -13px; }

.picto-arrow-down {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 14px;
  height: 6px;
  background-position: -53px -18px; }

.asset-bar {
  content: ' ';
  background-image: url("../images/assets.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 12px;
  background-position: -85px -12px; }

.asset-bar-nav, #header-nav ul li:after {
  content: ' ';
  background-image: url("../images/assets.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 12px;
  background-position: -206px -14px; }

.icon-car-big {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 44px;
  height: 39px;
  background-position: -29px -68px; }

.icon-car {
  display: block;
  font-size: 3rem;
  height: 3rem;
  width: 2.5rem;
  line-height: 3rem; }
  @media (max-width: 22.84714em) {
    .icon-car {
      font-size: 2rem; } }
  @media (min-width: 22.85714em) and (max-width: 34.27571em) {
    .icon-car {
      width: 3rem;
      font-size: 2.3rem;
      color: #858486; } }
  @media (min-width: 34.28571em) {
    .icon-car {
      width: 4rem; } }
  @media (min-width: 52.85714em) {
    .icon-car {
      width: 2.7rem; } }
  @media (min-width: 70em) {
    .icon-car {
      width: 2.5rem; } }

.icon-ok-big {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 44px;
  height: 31px;
  background-position: -87px -68px; }

.icon-ok {
  display: block;
  font-size: 3rem;
  height: 3rem;
  width: 2.5rem;
  line-height: 3rem; }
  @media (max-width: 22.84714em) {
    .icon-ok {
      font-size: 2rem;
      width: 2rem; } }
  @media (min-width: 22.85714em) and (max-width: 34.27571em) {
    .icon-ok {
      font-size: 2.3rem;
      color: #858486; } }
  @media (min-width: 34.28571em) and (max-width: 52.84714em) {
    .icon-ok {
      width: 3.5rem; } }
  @media (min-width: 70em) {
    .icon-ok {
      width: 2.1rem; } }

.icon-phone-big {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 44px;
  height: 42px;
  background-position: -136px -65px; }

.icon-phone {
  display: block;
  font-size: 3rem;
  height: 3rem;
  width: 2.5rem;
  line-height: 3rem; }
  @media (max-width: 22.84714em) {
    .icon-phone {
      font-size: 2rem;
      width: 2rem; } }
  @media (min-width: 22.85714em) and (max-width: 34.27571em) {
    .icon-phone {
      font-size: 2.3rem;
      color: #858486; } }
  @media (min-width: 34.28571em) {
    .icon-phone {
      width: 3.3rem; } }
  @media (min-width: 52.85714em) {
    .icon-phone {
      width: 2.1rem; } }
  @media (min-width: 70em) {
    .icon-phone {
      width: 1.9rem; } }

.icon-check-yellow {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 33px;
  height: 28px;
  background-position: -410px -70px; }

.icon-thumb-blue {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 52px;
  height: 45px;
  background-position: -447px -303px; }

.icon-error-blue {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 38px;
  height: 34px;
  background-position: -453px -353px; }

.icon-facebook {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 34px;
  height: 29px;
  background-position: -15px -132px; }

.icon-twitter {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 34px;
  height: 29px;
  background-position: -54px -132px; }

.icon-youtube {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 34px;
  height: 29px;
  background-position: -99px -132px; }

.icon-instagram {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 34px;
  height: 29px;
  background-position: -142px -132px; }

.icon-picto-facebook {
  float: left;
  background-image: url("../images/share-sketch.png");
  width: 40px;
  height: 40px;
  background-position: -4px -320px; }
  @media (max-width: 69.99em) {
    .icon-picto-facebook {
      margin-left: 3px; } }

.icon-picto-twitter {
  float: left;
  background-image: url("../images/share-sketch.png");
  width: 40px;
  height: 40px;
  background-position: -54px -320px;
  margin-left: -10px; }

.icon-picto-google {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 32px;
  height: 32px;
  background-position: -94px -311px; }

.icon-picto-instagram {
  float: left;
  background-image: url("../images/share-sketch.png");
  width: 40px;
  height: 40px;
  background-position: -54px -320px; }

.icon-picto-mail {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 32px;
  height: 32px;
  background-position: -132px -311px; }

.icon-picto-mail {
  float: left;
  background-image: url("../images/share-sketch.png");
  width: 40px;
  height: 40px;
  background-position: -94px -320px;
  margin-left: -10px; }

.icon-picto-whatsapp {
  float: left;
  background-image: url("../images/share-sketch.png");
  width: 40px;
  height: 40px;
  background-position: -144px -320px; }

.icon-virement {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 38px;
  height: 24px;
  background-position: -24px -180px; }

.icon-facilypay {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 38px;
  height: 24px;
  background-position: -76px -180px; }

.icon-paypal {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 38px;
  height: 24px;
  background-position: -128px -180px; }

.icon-visa {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 38px;
  height: 24px;
  background-position: -180px -180px; }

.icon-mastercard {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 38px;
  height: 24px;
  background-position: -232px -180px; }

.icon-cheque {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 38px;
  height: 24px;
  background-position: -284px -180px; }

.icon-fleche-droite {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 11px;
  height: 21px;
  background-position: -460px -70px; }

/*
.icon-arrow-right{
  @include asset(211,132,30,30);
}
*/
.icon-left {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 25px;
  height: 25px;
  background-position: -432px -242px; }

.icon-right {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 25px;
  height: 25px;
  background-position: -462px -242px; }

.icon-remove {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 20px;
  height: 20px;
  background-position: -424px -211px; }

.icon-up {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 20px;
  height: 20px;
  background-position: -448px -211px; }

.icon-down {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 20px;
  height: 20px;
  background-position: -472px -211px; }

.mobile-on .step-1 .icon-picto {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 45px;
  height: 45px;
  background-position: -202px -302px; }

.step-2 .icon-picto {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 45px;
  height: 45px;
  background-position: -248px -302px; }

.mobile-on .step-2 .icon-picto {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 45px;
  height: 45px;
  background-position: -248px -347px; }

.step-3 .icon-picto {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 45px;
  height: 45px;
  background-position: -293px -302px; }

.mobile-on .step-3 .icon-picto {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 45px;
  height: 45px;
  background-position: -293px -347px; }

.step-4 .icon-picto {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 45px;
  height: 45px;
  background-position: -339px -302px; }

.mobile-on .step-4 .icon-picto {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 45px;
  height: 45px;
  background-position: -339px -347px; }

.step-5 .icon-picto {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 45px;
  height: 45px;
  background-position: -384px -302px; }

.mobile-on .step-5 .icon-picto {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 45px;
  height: 45px;
  background-position: -384px -347px; }

.on-command {
  color: #656565; }
  .on-command:before {
    content: ' ';
    background-image: url("../images/assets.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background-position: -233px -35px; }

.disponible {
  color: #696969; }
  .disponible:before {
    background-color: #33d75a;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: ' '; }

.indisponible {
  color: #cacaca; }
  .indisponible:before {
    content: ' ';
    background-image: url("../images/assets.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background-position: -253px -35px; }

.icon-menu-bars {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 16px;
  height: 14px;
  background-position: -291px -79px; }

/*
.icon-user{
  @include asset(332,73,21,22);
}
*/
.icon-trolley-small {
  display: inline-block;
  background-image: url("../images/assets.png");
  width: 18px;
  height: 22px;
  background-position: -372px -73px; }

.vertical-aligned-container {
  display: table; }

.vertical-aligned {
  display: table-cell;
  vertical-align: middle; }

/********** BUTTONS COUNTER VENDOR **********/
.buttons-counter {
  display: inline; }

/********** CUSTOM TABS **********/
.tab-header {
  cursor: pointer;
  /* &:before{
      content: ' ';
      background-image: url(/images/arrow-panel-close.png);
      position: absolute;
      width: 15px;
      height: 15px;
      top: 17px;
      left: 12px;
      background-repeat: no-repeat;
    }

  &:after{
    @include picto(442,134,8,7);
    top: 19px;
    left: auto;
    right:16px;
  }*/
  /* &.open{

    &:before{
      content: ' ';
      background-image: url(/images/arrow-panel-open.png);
      position: absolute;
      width: 15px;
      height: 15px;
      top: 17px;
      left: 12px;
      background-repeat: no-repeat;
    }

    &:after{
      @include picto(416,135,9,7);
      top: 20px;
      left: auto;
      right:15px;
    }
  }*/ }

a.button-like {
  background-color: #fafafa;
  color: #5f5f5f;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .02rem;
  padding: 10px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }
  @media (max-width: 52.84714em) {
    a.button-like {
      width: 100%;
      text-align: center; } }

/****************************************
 *
 *            HEADER z-index : 200-300
 *
 ****************************************/
.border-bottom {
  border-bottom: 1px solid #dadada;
  overflow: hidden; }

#header-top {
  padding: 0 20px;
  background-color: #212121;
  height: 27px;
  font-size: 11px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  display: none; }
  #header-top ul {
    line-height: 27px;
    /*
      li:first-child:before{
        background-image:none !important;
      }
      */ }
    #header-top ul li {
      text-transform: uppercase;
      vertical-align: top;
      display: inline-block;
      line-height: 27px;
      color: #fff;
      padding: 0 0px; }
      #header-top ul li a {
        color: #fff; }
        #header-top ul li a:hover {
          text-decoration: underline; }
      #header-top ul li .picto-phone {
        top: 2px;
        padding-right: 4px; }
      #header-top ul li:nth-child(2), #header-top ul li:nth-child(3) {
        padding-left: 35px; }
      #header-top ul li .picto-pro {
        content: ' ';
        background-image: url("../images/assets.png");
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 18px;
        background-position: -366px -181px;
        top: 4px;
        left: 6px; }
      #header-top ul li .picto-magasin {
        content: ' ';
        background-image: url("../images/assets.png");
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 18px;
        background-position: -397px -181px;
        top: 4px;
        left: 6px; }
      #header-top ul li .picto-logged {
        background-image: url(../images/picto-logged.png);
        position: absolute;
        width: 20px;
        height: 20px;
        background-position: 2px;
        background-size: 10px;
        background-repeat: no-repeat;
        top: 4px;
        left: 10px; }
      #header-top ul li .picto-signedoff {
        background-image: url(../images/picto-signedoff.png);
        position: absolute;
        width: 20px;
        height: 20px;
        background-position: 2px;
        background-size: 10px;
        background-repeat: no-repeat;
        top: 4px;
        left: 10px; }
      #header-top ul li .header-top-myaccount {
        margin-left: 15px; }
      #header-top ul li .language-name {
        padding-left: 4px;
        padding-right: 4px; }
      #header-top ul li a {
        color: #fff; }
  @media (min-width: 70em) {
    #header-top {
      display: block; } }
  #header-top a.link-white {
    color: #fff;
    text-decoration: none;
    font-weight: 600; }

#header-basket-content {
  top: -50px;
  right: 50px;
  position: absolute;
  z-index: 999; }

#header {
  padding: 0 20px;
  z-index: 200;
  background-color: #fff;
  color: #000;
  height: 68px;
  text-align: center;
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 69.99em) {
    #header {
      padding: 0 0px;
      background-color: #fafafa;
      height: 50px; } }
  #header .header-logo {
    position: absolute;
    top: 18px;
    left: 55px;
    z-index: 500; }
    @media (max-width: 69.99em) {
      #header .header-logo {
        top: 18px;
        left: 65px; } }
    #header .header-logo img.desktop {
      display: none; }
    #header .header-logo img.mobile {
      display: block;
      max-width: 135px; }
      @media (max-width: 69.99em) {
        #header .header-logo img.mobile {
          margin-top: -11px;
          max-width: 150px; } }
      @media screen and (max-width: 320px) {
        #header .header-logo img.mobile {
          margin-top: -7px;
          max-width: 110px; } }
    @media (min-width: 70em) {
      #header .header-logo {
        top: 26px;
        left: 70px; }
        #header .header-logo img.desktop {
          display: block; }
        #header .header-logo img.mobile {
          display: none; } }
    @media (min-width: 70em) {
      #header .header-logo {
        left: 0; } }
  #header .mobile-menu-button {
    width: 52px;
    height: 52px;
    color: #000;
    position: absolute;
    padding-top: 9px;
    z-index: 200;
    border-right: 1px solid #d2d2d2;
    z-index: 200; }
    @media (min-width: 52.85714em) {
      #header .mobile-menu-button {
        left: 0px; } }
    #header .mobile-menu-button div {
      display: inline-block;
      padding-top: 8px;
      cursor: pointer; }
    #header .mobile-menu-button span {
      font-size: 2rem;
      color: #000; }
    @media (min-width: 70em) {
      #header .mobile-menu-button {
        display: none; } }
  #header .header-search {
    position: absolute;
    top: 10px;
    width: 100%;
    display: none; }
    @media (min-width: 52.85714em) {
      #header .header-search {
        display: block;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        z-index: 150;
        top: inherit; } }
    #header .header-search #toogle-icon-search {
      width: 17px;
      margin-right: 10px;
      float: none;
      display: none;
      margin-top: 0px;
      margin-left: 0px; }
      @media (max-width: 52.84714em) {
        #header .header-search #toogle-icon-search {
          display: block;
          float: left;
          width: 17px;
          margin-right: 10px;
          margin-top: 16px;
          margin-left: 20px; } }
    #header .header-search.open {
      display: block;
      background-color: #fff; }
      @media (max-width: 52.84714em) {
        #header .header-search.open {
          top: 0px;
          height: 50px;
          background-color: #fff;
          z-index: 999; } }
      @media (min-width: 52.85714em) {
        #header .header-search.open {
          top: 0px; } }
      @media (min-width: 70em) {
        #header .header-search.open {
          top: 0px; } }
      @media (min-width: 91.42857em) {
        #header .header-search.open {
          top: 0px; } }
    #header .header-search input.search-submit {
      background: transparent;
      color: #8C8C8C;
      border: transparent;
      width: 15%;
      position: absolute;
      top: 4px;
      right: 5px;
      font-weight: 400;
      margin-top: 0px; }
      @media (max-width: 52.84714em) {
        #header .header-search input.search-submit {
          margin-top: 10px; } }
      @media (min-width: 52.85714em) {
        #header .header-search input.search-submit {
          color: #000;
          top: 3px;
          right: 0px;
          font-weight: 300; } }
      @media (min-width: 70em) {
        #header .header-search input.search-submit {
          display: none; } }
    #header .header-search input.search-input {
      width: 66%;
      height: 34px;
      padding: 0;
      font-size: 1rem;
      border: none;
      z-index: 200;
      margin-top: 0px;
      padding-left: 63px;
      float: left; }
      @media (max-width: 52.84714em) {
        #header .header-search input.search-input {
          padding-left: 6px;
          margin-top: 8px;
          letter-spacing: .6px;
          background: none; } }
      @media (min-width: 52.85714em) {
        #header .header-search input.search-input {
          font-size: 1.1rem;
          text-align: left;
          height: 23px;
          padding-left: 0;
          width: 70%;
          float: none;
          background-color: #fafafa; } }
      @media (min-width: 70em) {
        #header .header-search input.search-input {
          background-color: #fff; } }
      @media (min-width: 91.42857em) {
        #header .header-search input.search-input {
          background-color: #fff; } }
    #header .header-search .header-search-container {
      width: 100%;
      margin: 0 auto;
      height: 27px;
      display: none; }
      @media (max-width: 52.84714em) {
        #header .header-search .header-search-container {
          margin-top: -2px;
          height: 40px; } }
      @media (min-width: 52.85714em) {
        #header .header-search .header-search-container {
          width: 380px;
          position: absolute;
          margin-top: 13px;
          left: 250px; } }
      @media (min-width: 70em) {
        #header .header-search .header-search-container {
          width: 465px;
          margin-top: 23px; } }
      @media (min-width: 91.42857em) {
        #header .header-search .header-search-container {
          width: 605px;
          margin-top: 26px; } }
      #header .header-search .header-search-container #toogle-icon-search-close-mob {
        display: none; }
        @media (max-width: 52.84714em) {
          #header .header-search .header-search-container #toogle-icon-search-close-mob {
            display: block;
            width: 17px;
            right: 15px;
            position: absolute;
            top: 17px;
            cursor: pointer; } }
      #header .header-search .header-search-container .icon-search {
        position: absolute;
        z-index: 210;
        top: 15px;
        font-size: 1.3rem;
        left: 22px;
        color: #8C8C8C;
        display: none; }
        @media (min-width: 52.85714em) {
          #header .header-search .header-search-container .icon-search {
            pointer-events: none;
            top: 7px;
            left: 11px;
            display: block; } }
  #header .header-trolley {
    position: absolute;
    cursor: pointer;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 200;
    right: 0px; }
  #header .wrap-button-search {
    border: 1px solid #2f2f31;
    width: 33px;
    height: 33px;
    display: none;
    float: left; }
    #header .wrap-button-search .search-button .icon-search {
      margin-top: 0px;
      color: #8C8C8C;
      font-size: 1.5rem;
      line-height: 2.0rem;
      left: 2px; }
    @media (min-width: 52.85714em) {
      #header .wrap-button-search {
        display: none; } }
  #header .user-button {
    border: 1px solid #2f2f31;
    width: 33px;
    height: 33px;
    background-position: -101px -9px;
    float: left;
    margin-left: 20px; }
    #header .user-button .icon-user {
      margin-top: 5px;
      color: #8C8C8C;
      font-size: 2.0rem;
      line-height: 1.9rem; }
    @media (min-width: 70em) {
      #header .user-button {
        display: none; } }
  #header .trolley-button, #header .account-button, #header .search-button {
    border-right: 1px solid #d2d2d2;
    float: left;
    text-align: center;
    padding: 25px; }
    #header .trolley-button img, #header .account-button img, #header .search-button img {
      width: 17px; }
    @media (max-width: 69.99em) {
      #header .trolley-button, #header .account-button, #header .search-button {
        padding: 15px;
        float: right; } }
    #header .trolley-button .icon-basket, #header .account-button .icon-basket, #header .search-button .icon-basket {
      font-size: 2.2rem;
      line-height: 1.9rem;
      color: #8C8C8C;
      left: -2px; }
      @media (min-width: 70em) {
        #header .trolley-button .icon-basket, #header .account-button .icon-basket, #header .search-button .icon-basket {
          font-size: 3.4rem;
          line-height: 2.9rem;
          color: #fff;
          left: -4px; } }
    @media (min-width: 70em) {
      #header .trolley-button, #header .account-button, #header .search-button {
        float: right; } }
  #header .items-counter {
    position: absolute;
    top: 17px;
    right: 13px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    background-color: #fb7d2a;
    color: #fff;
    text-align: center;
    line-height: 22px;
    z-index: 999; }
    @media (max-width: 69.99em) {
      #header .items-counter {
        right: 5px;
        top: 4px; } }

#header-nav {
  padding: 4px 20px;
  background-color: #fafafa;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .02rem;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  display: none; }
  #header-nav ul li {
    display: inline-block;
    text-transform: capitalize; }
    #header-nav ul li a.special-option, #header-nav ul li a.special-option:hover {
      color: #212121 !important;
      font-weight: 800 !important; }
    #header-nav ul li a {
      color: #000;
      height: 17px;
      line-height: 18px;
      display: inline-block;
      padding-left: 0px;
      padding-right: 16px;
      font-size: 12px;
      font-weight: 600;
      padding-bottom: 3px; }
      #header-nav ul li a.linkSpecial {
        color: #fc7d2b; }
      #header-nav ul li a.sale {
        background: #ed6812;
        color: #fff !important;
        padding: 0 .5rem;
        line-height: 18px;
        height: 17px;
        font-weight: 500;
        margin-right: 1rem; }
      #header-nav ul li a.blackfriday {
        color: #fff;
        background-color: #000;
        padding-left: 19px;
        padding-top: 1px; }
      #header-nav ul li a.christmas {
        color: #fff;
        background-color: #2A6A33;
        padding-left: 19px;
        padding-top: 1px; }
    #header-nav ul li:first-child a {
      padding-left: 0; }
    #header-nav ul li:after {
      top: 3px;
      right: 3px;
      width: 1px;
      left: unset !important;
      background: #555;
      margin-left: -7px;
      margin-right: 3px; }
    #header-nav ul li:last-child:after {
      background-image: none;
      background: none; }
  @media (min-width: 70em) {
    #header-nav {
      display: block;
      margin-top: 15px; } }

#mobile-nav {
  position: absolute;
  top: -800px;
  z-index: 999;
  background-color: #88928b; }
  @media (min-width: 70em) {
    #mobile-nav {
      display: none; } }
  @media (max-width: 69.99em) {
    #mobile-nav.open {
      top: 50px; } }
  @media (min-width: 70em) {
    #mobile-nav.open {
      top: 68px; } }
  @media (min-width: 91.42857em) {
    #mobile-nav.open {
      top: 68px; } }
  #mobile-nav ul > li {
    /*&:first-child{
                background: #fff;
                color: #88928b !important;
            }*/
    border-bottom: 1px solid #d3d3d3; }
    #mobile-nav ul > li.special-option {
      background-color: #e67a10; }
    @media (max-width: 69.99em) {
      #mobile-nav ul > li {
        border-bottom: 1px solid #ffffff; } }
    #mobile-nav ul > li a {
      color: #fff !important; }
    #mobile-nav ul > li a:hover {
      background-color: #fff;
      color: #88928b !important; }
    #mobile-nav ul > li > a {
      @exnted .animate;
      display: block;
      width: 100%;
      font-size: 13px;
      line-height: 36px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      color: #666;
      padding: 0 55px 0 36px;
      text-transform: uppercase;
      position: relative; }
      #mobile-nav ul > li > a:hover {
        background-color: #fff;
        color: #88928b; }
      #mobile-nav ul > li > a:before {
        content: ' ';
        background-image: url("../images/assets.png");
        position: absolute;
        top: 0;
        left: 0;
        width: 7px;
        height: 11px;
        background-position: -356px -134px;
        left: 19px;
        top: 12px; }
      #mobile-nav ul > li > a:after {
        content: ' ';
        background-image: url("../images/assets.png");
        position: absolute;
        top: 0;
        left: 0;
        width: 13px;
        height: 13px;
        background-position: -384px -133px;
        right: 26px;
        top: 13px;
        left: auto; }
      #mobile-nav ul > li > a.blackfriday {
        color: #fff;
        background-color: #000;
        font-weight: 600; }
      #mobile-nav ul > li > a.christmas {
        color: #fff;
        background-color: #2A6A33;
        font-weight: 600; }
      #mobile-nav ul > li > a.sale {
        background: #ed6812;
        color: #fff !important;
        font-weight: 600; }
  #mobile-nav ul li.linkSpecial {
    background-color: #fc7d2b !important; }
  #mobile-nav ul li.lang {
    background-color: #fff !important; }

#overlay-search-mobile {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 106px;
  left: 0px;
  background: #000000;
  opacity: .7;
  z-index: 100; }
  #overlay-search-mobile.on {
    display: block; }
    @media (min-width: 52.85714em) {
      #overlay-search-mobile.on {
        display: none; } }

/****************************************
 *
 *            CONTENT - 0 - 200
 *
 ****************************************/
#home .home-banner {
  height: 155px;
  background-position: center center;
  margin-top: 36px; }
  @media (min-width: 52.85714em) {
    #home .home-banner {
      height: 330px;
      background-position: center center; } }
  @media (min-width: 70em) {
    #home .home-banner {
      height: 446px; } }
  @media (min-width: 52.85714em) {
    #home .home-banner {
      margin-top: 0px; } }

.clearfix {
  clear: both; }

.validation-newsletter {
  margin-bottom: 20px;
  color: #01b326;
  background-color: #e6f5e9;
  padding: 10px; }

.home-vignets .col-50.left {
  padding-right: 0px; }
  @media (min-width: 52.85714em) {
    .home-vignets .col-50.left {
      padding-right: 10px; } }

.home-vignets .col-50.right {
  padding-left: 0px; }
  @media (min-width: 52.85714em) {
    .home-vignets .col-50.right {
      padding-left: 10px; } }

.home-vignets .home-vignet .image {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 52.85714em) {
    .home-vignets .home-vignet .image {
      height: 337px; } }

.home-news {
  padding: 0 20px; }
  @media (min-width: 52.85714em) {
    .home-news .col-50.left {
      width: 100%; } }
  @media (min-width: 70em) {
    .home-news .col-50.left {
      padding-right: 10px;
      width: 50%; } }
  @media (min-width: 52.85714em) {
    .home-news .col-50.right {
      width: 100%; } }
  @media (min-width: 70em) {
    .home-news .col-50.right {
      padding-left: 10px;
      width: 50%; } }
  .home-news h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    color: #292929;
    text-transform: uppercase;
    padding-bottom: 12px; }
    @media (min-width: 52.85714em) {
      .home-news h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400; } }
  .home-news .news ul li.news-item {
    padding-right: 33px;
    height: 80px;
    margin-bottom: 36px; }
    .home-news .news ul li.news-item .image {
      position: absolute;
      width: 96px;
      height: 74px;
      top: 0px;
      left: 0px; }
    .home-news .news ul li.news-item .news-item-content {
      padding-left: 137px; }
      .home-news .news ul li.news-item .news-item-content p {
        font-size: 12px;
        line-height: 13px;
        font-weight: 400;
        color: #8c8f93; }
      .home-news .news ul li.news-item .news-item-content .title {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 6px;
        text-transform: uppercase;
        margin-right: 73px;
        height: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .home-news .news ul li.news-item .news-item-content .date {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #ef6e00;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        font-family: "Open Sans", sans-serif; }
  .home-news .twitter-container {
    width: 320px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden; }
    @media (min-width: 52.85714em) {
      .home-news .twitter-container {
        width: 450px; } }

/** end home-news **/
/****************************************
 *
 *            FOOTER z-index : 200-300
 *
 ****************************************/
#footer-pre {
  height: auto;
  background-color: #415366; }
  @media (min-width: 52.85714em) and (max-width: 69.99em) {
    #footer-pre .horizontal-module-container {
      width: 100%; } }
  @media (min-width: 70em) {
    #footer-pre {
      padding: 0 20px; } }
  #footer-pre ul {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (min-width: 70em) {
      #footer-pre ul {
        background-image: url("../images/bkg_prefooter.jpg");
        background-repeat: no-repeat;
        background-position: 0px;
        background-size: contain; } }
    #footer-pre ul li {
      width: 100%;
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      background-image: url("../images/bkg_prefooter.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 52.85714em) {
        #footer-pre ul li {
          width: 62%; } }
      @media (min-width: 70em) {
        #footer-pre ul li {
          width: 66%;
          background-image: none; } }
      @media (min-width: 22.85714em) and (max-width: 52.84714em) {
        #footer-pre ul li:first-child .item-content-container .item-content p {
          font-weight: 600; } }
      @media (min-width: 22.85714em) and (max-width: 52.84714em) {
        #footer-pre ul li:first-child .item-content-container .item-content p span {
          font-weight: 600; } }
      #footer-pre ul li:last-child {
        width: 100%;
        background-image: none; }
        @media (min-width: 52.85714em) {
          #footer-pre ul li:last-child {
            width: 37%; } }
        @media (min-width: 70em) {
          #footer-pre ul li:last-child {
            width: 32%; } }
        #footer-pre ul li:last-child .item-content-container {
          height: 135px; }
          @media (min-width: 22.85714em) and (max-width: 52.84714em) {
            #footer-pre ul li:last-child .item-content-container {
              height: 135px; } }
          @media (min-width: 52.85714em) {
            #footer-pre ul li:last-child .item-content-container {
              height: 210px; } }
          @media (min-width: 70em) {
            #footer-pre ul li:last-child .item-content-container {
              height: 210px; } }
          #footer-pre ul li:last-child .item-content-container .item-content {
            -ms-transform: translateY(10%);
                transform: translateY(10%);
            top: 10%;
            bottom: inherit; }
            @media (min-width: 22.85714em) and (max-width: 52.84714em) {
              #footer-pre ul li:last-child .item-content-container .item-content {
                -ms-transform: translateY(9%);
                    transform: translateY(9%);
                top: 9%; } }
            @media (min-width: 52.85714em) {
              #footer-pre ul li:last-child .item-content-container .item-content {
                -ms-transform: translateY(20%);
                    transform: translateY(20%);
                top: 20%; } }
            @media (min-width: 70em) {
              #footer-pre ul li:last-child .item-content-container .item-content {
                -ms-transform: translateY(15%);
                    transform: translateY(15%);
                top: 15%;
                right: 0;
                width: 90%; } }
            @media (min-width: 91.42857em) {
              #footer-pre ul li:last-child .item-content-container .item-content {
                -ms-transform: translateY(17%);
                    transform: translateY(17%);
                top: 17%; } }
            #footer-pre ul li:last-child .item-content-container .item-content p {
              font-weight: 400;
              font-size: .8rem;
              line-height: 1rem; }
              @media (min-width: 22.85714em) {
                #footer-pre ul li:last-child .item-content-container .item-content p {
                  font-size: .9rem; } }
      #footer-pre ul li .item-content-container {
        height: 210px;
        width: 100%;
        display: block;
        position: relative; }
        @media (min-width: 52.85714em) {
          #footer-pre ul li .item-content-container {
            height: 210px; } }
        @media (min-width: 70em) {
          #footer-pre ul li .item-content-container {
            height: 233px; } }
        @media (min-width: 91.42857em) {
          #footer-pre ul li .item-content-container {
            height: 300px; } }
        #footer-pre ul li .item-content-container .item-content {
          display: block;
          width: 100%;
          position: absolute;
          bottom: 1.5rem; }
          @media (min-width: 22.85714em) and (max-width: 52.84714em) {
            #footer-pre ul li .item-content-container .item-content {
              bottom: 1.2rem; } }
          #footer-pre ul li .item-content-container .item-content img {
            margin-bottom: .5rem;
            max-width: 140px; }
            @media (min-width: 70em) {
              #footer-pre ul li .item-content-container .item-content img {
                margin-bottom: 1.2rem;
                max-width: 195px; } }
          #footer-pre ul li .item-content-container .item-content p {
            color: #fff;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 1.1rem;
            line-height: 1.3rem;
            letter-spacing: .8px; }
            @media (min-width: 22.85714em) {
              #footer-pre ul li .item-content-container .item-content p {
                font-size: 1rem;
                line-height: 1.2rem; } }
            @media (min-width: 52.85714em) {
              #footer-pre ul li .item-content-container .item-content p {
                font-size: 1rem;
                line-height: 1.2rem; } }
            @media (min-width: 70em) {
              #footer-pre ul li .item-content-container .item-content p {
                font-size: 1.1rem;
                line-height: 1.4rem; } }
            @media (min-width: 91.42857em) {
              #footer-pre ul li .item-content-container .item-content p {
                font-size: 1.3rem;
                line-height: 1.7rem; } }
            #footer-pre ul li .item-content-container .item-content p span {
              color: #fdd919;
              font-weight: 600; }
              @media (min-width: 22.85714em) and (max-width: 52.84714em) {
                #footer-pre ul li .item-content-container .item-content p span {
                  font-weight: 600; } }
          #footer-pre ul li .item-content-container .item-content .btn {
            border-radius: 15px;
            font-family: "Open Sans", sans-serif;
            color: #FFF;
            letter-spacing: .09rem;
            border: 1px solid #959EAA;
            margin-top: .8rem;
            font-size: 10px;
            line-height: 10px;
            font-weight: 300;
            padding: .2rem 1rem .3rem 1rem; }
            @media (min-width: 70em) {
              #footer-pre ul li .item-content-container .item-content .btn {
                border: 2px solid white;
                margin-top: 1.5rem;
                padding: .3rem 1rem;
                font-size: 11px;
                line-height: 12px;
                font-weight: 300; } }
            #footer-pre ul li .item-content-container .item-content .btn span {
              font-size: 1rem;
              font-weight: 400;
              top: 1px; }
              @media (min-width: 22.85714em) and (max-width: 52.84714em) {
                #footer-pre ul li .item-content-container .item-content .btn span {
                  font-weight: 300; } }

#footer-top {
  background-color: #212121;
  height: 80px;
  color: #fff; }
  @media (max-width: 442px) {
    #footer-top {
      height: 200px !important;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; } }
  @media (min-width: 846px) and (max-width: 1119px) {
    #footer-top {
      height: 80px !important; } }
  @media (min-width: 22.85714em) {
    #footer-top {
      border-top: 1px solid #9d9d9d;
      border-bottom: 1px solid #9d9d9d;
      height: 160px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; } }
  @media (min-width: 52.85714em) and (max-width: 69.99em) {
    #footer-top .horizontal-module-container {
      width: 100%; } }
  @media (min-width: 70em) {
    #footer-top {
      height: 83px;
      padding: 0 10px; } }
  @media (min-width: 91.42857em) {
    #footer-top {
      height: 83px;
      padding: 0 10px; } }
  #footer-top .newsletter-texte {
    text-align: center; }
    @media (min-width: 52.85714em) {
      #footer-top .newsletter-texte {
        text-align: left; } }
    @media (min-width: 70em) {
      #footer-top .newsletter-texte {
        text-align: left; } }
    @media (min-width: 91.42857em) {
      #footer-top .newsletter-texte {
        text-align: left; } }
    #footer-top .newsletter-texte a {
      text-decoration: underline;
      color: #8d8d8d; }
    #footer-top .newsletter-texte h1 a {
      color: #fff;
      text-decoration: none; }
  #footer-top .newsletter-input {
    text-align: center; }
    @media (min-width: 52.85714em) {
      #footer-top .newsletter-input {
        text-align: right; } }
    @media (min-width: 70em) {
      #footer-top .newsletter-input {
        text-align: right; } }
    @media (min-width: 91.42857em) {
      #footer-top .newsletter-input {
        text-align: right; } }
  #footer-top h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin: 0.9em 0 0.3em 0; }
    @media (max-width: 69.99em) {
      #footer-top h1 {
        margin: 0.9em 0 0.3em 0; } }
  #footer-top p {
    color: #8d8d8d;
    font-size: 11px; }
    @media (max-width: 442px) {
      #footer-top p {
        margin: 0.9em 0 0.3em 0px !important; } }
    @media (max-width: 52.84714em) {
      #footer-top p {
        margin: 0.9em 0 0.3em 30px; } }
  #footer-top input.texte {
    width: 70%;
    border-radius: 4px;
    height: 37px;
    border: 1px solid #fff;
    margin-top: 20px;
    margin-right: 2px;
    color: #000;
    padding-left: 45px;
    background: url(/images/mail-input.png) no-repeat scroll 9px 10px #fff; }
    @media (max-width: 443px) {
      #footer-top input.texte {
        width: 100%; } }
  #footer-top input.submit {
    background-color: #484848;
    border: none;
    height: 40px;
    border-radius: 4px;
    width: 50px;
    color: #fff;
    text-align: center; }
    @media (max-width: 443px) {
      #footer-top input.submit {
        width: 100%;
        margin-top: 10px; } }

#footer {
  background-color: #ededed;
  color: #212121 !important;
  border-bottom: 1px solid #fff; }
  @media (max-width: 34.27571em) {
    #footer {
      border-bottom: 0px solid #fff; } }
  #footer a.link-blue {
    color: #234093 !important;
    text-decoration: none; }
  #footer hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 40px;
    margin-bottom: 20px;
    text-align: left; }
    @media (max-width: 52.84714em) {
      #footer hr {
        margin: 0 auto 20px auto; } }
  @media (max-width: 69.99em) {
    #footer {
      width: 100%;
      margin: 0 auto; } }
  #footer .horizontal-module-container {
    width: 100%; }
    @media (min-width: 34.28571em) {
      #footer .horizontal-module-container {
        width: 84%; } }
    @media (min-width: 52.85714em) {
      #footer .horizontal-module-container {
        width: 100%;
        margin-left: auto; } }
    @media (min-width: 70em) {
      #footer .horizontal-module-container {
        width: 960px;
        margin-left: auto; } }
    @media (min-width: 91.42857em) {
      #footer .horizontal-module-container {
        width: 1240px; } }
  @media (min-width: 70em) {
    #footer {
      padding: 40px 20px 0 20px; } }
  #footer .horizontal-module-container:first-child > ul {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (min-width: 34.28571em) {
      #footer .horizontal-module-container:first-child > ul {
        padding-top: 6px; } }
    @media (min-width: 70em) {
      #footer .horizontal-module-container:first-child > ul {
        padding-top: 30px;
        padding-bottom: 10px; } }
  #footer .horizontal-module-container:last-child > ul {
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (min-width: 70em) {
      #footer .horizontal-module-container:last-child > ul {
        padding-top: 0px;
        padding-bottom: 30px; } }
  @media (max-width: 69.99em) {
    #footer ul {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; } }
  #footer ul > li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px; }
    #footer ul > li .trustpilot-widget {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 20px auto; }
      @media (min-width: 22.85714em) {
        #footer ul > li .trustpilot-widget {
          margin-left: 0px; } }
      @media (min-width: 52.85714em) {
        #footer ul > li .trustpilot-widget {
          margin-left: -87px; } }
      @media (min-width: 70em) {
        #footer ul > li .trustpilot-widget {
          margin-left: -87px; } }
      @media (min-width: 91.42857em) {
        #footer ul > li .trustpilot-widget {
          margin-left: -87px; } }
    @media (max-width: 52.84714em) {
      #footer ul > li {
        border-bottom: 1px solid #9d9d9d; } }
    @media (min-width: 70em) {
      #footer ul > li {
        text-align: center;
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0px; } }
    #footer ul > li:first-child {
      /*@include mq(mobileLandscape) {
          width: 48%;
        }*/ }
      @media (max-width: 69.99em) {
        #footer ul > li:first-child {
          padding-top: 15px;
          padding-bottom: 20px; } }
      @media (min-width: 52.85714em) {
        #footer ul > li:first-child {
          width: 30%; } }
      @media (min-width: 70em) {
        #footer ul > li:first-child {
          width: 30%; } }
    #footer ul > li:nth-child(2) {
      /*@include mq(mobileLandscape) {
          width: 48%;

        }*/ }
      @media (max-width: 69.99em) {
        #footer ul > li:nth-child(2) {
          padding-top: 15px;
          padding-bottom: 20px; } }
      @media (min-width: 52.85714em) {
        #footer ul > li:nth-child(2) {
          width: 33%; } }
      @media (min-width: 70em) {
        #footer ul > li:nth-child(2) {
          width: 33%;
          padding-left: 2%; } }
      @media (min-width: 34.28571em) and (max-width: 52.84714em) {
        #footer ul > li:nth-child(2).footer-item-2 {
          margin-left: 3%; } }
    #footer ul > li:last-child {
      /*@include mq(mobileLandscape) {
          width: 48%;
        }*/ }
      @media (max-width: 69.99em) {
        #footer ul > li:last-child {
          width: 100%;
          padding-top: 15px;
          padding-bottom: 20px; } }
      @media (min-width: 52.85714em) {
        #footer ul > li:last-child {
          width: 30%; } }
      @media (min-width: 70em) {
        #footer ul > li:last-child {
          width: 30.5%;
          padding-left: 2%;
          border-bottom: none;
          margin-left: 0; } }
      #footer ul > li:last-child .centered-container {
        width: 270px; }
        @media (max-width: 443px) {
          #footer ul > li:last-child .centered-container {
            width: 300px;
            margin: 0 auto; } }
      @media (min-width: 52.85714em) {
        #footer ul > li:last-child.footer-item-3 {
          padding-top: 0px; } }
      @media (min-width: 52.85714em) {
        #footer ul > li:last-child.footer-item-3 {
          width: 100%; }
          #footer ul > li:last-child.footer-item-3 .centered-container {
            width: 46%;
            float: left;
            margin-left: .5%; }
            #footer ul > li:last-child.footer-item-3 .centered-container:first-child {
              width: 52%; }
            #footer ul > li:last-child.footer-item-3 .centered-container ul.list {
              padding-top: 10px; } }
      @media (min-width: 52.85714em) {
        #footer ul > li:last-child.footer-item-3 {
          margin-left: 1%;
          width: inherit; }
          #footer ul > li:last-child.footer-item-3 .centered-container {
            width: inherit;
            float: inherit;
            margin-left: inherit; }
            #footer ul > li:last-child.footer-item-3 .centered-container:first-child {
              width: 100%; }
            #footer ul > li:last-child.footer-item-3 .centered-container ul.list {
              padding-top: 12px; } }
      @media (min-width: 52.85714em) and (max-width: 69.99em) {
        #footer ul > li:last-child.footer-item-3 {
          width: 33%; }
          #footer ul > li:last-child.footer-item-3 .centered-container {
            width: 100%; } }
      @media (min-width: 91.42857em) {
        #footer ul > li:last-child.footer-item-3 {
          margin-left: 5%; } }
    #footer ul > li .centered-container {
      width: 300px;
      margin: 0 auto; }
      @media (min-width: 70em) {
        #footer ul > li .centered-container {
          width: 285px;
          margin: 0 auto 0 auto; } }
    #footer ul > li h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (min-width: 52.85714em) {
        #footer ul > li h3 {
          text-align: left; } }
    #footer ul > li:first-child {
      padding-left: 0px; }
  #footer .atc {
    color: #212121;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer; }
  #footer .atc:before {
    content: url(/images/arrow-orange-list.png);
    margin-right: 15px; }
  #footer ul.list {
    padding-bottom: 0px;
    padding-top: 12px; }
    @media (min-width: 70em) {
      #footer ul.list {
        padding-bottom: 10px; } }
    #footer ul.list li {
      display: block;
      border-right: none;
      width: 100%;
      padding-left: 0px;
      border-bottom: none;
      padding-bottom: 0;
      padding-top: 0px; }
      @media (min-width: 52.85714em) {
        #footer ul.list li {
          text-align: left; } }
      #footer ul.list li a {
        color: #212121;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        line-height: 18px;
        font-weight: 400; }
        #footer ul.list li a:before {
          content: url(/images/arrow-orange-list.png);
          margin-right: 15px; }
        #footer ul.list li a.jaune {
          color: #fdd919; }
  #footer .newsletter-form {
    padding-top: 15px; }
    @media (min-width: 34.28571em) {
      #footer .newsletter-form {
        padding-top: 0px;
        text-align: left; } }
    @media (min-width: 52.85714em) {
      #footer .newsletter-form {
        padding-top: 15px; } }
    @media (min-width: 70em) {
      #footer .newsletter-form {
        padding-top: 1rem;
        width: 100% !important; } }
    #footer .newsletter-form #error-newsletter {
      color: red;
      margin-top: 5px;
      width: 240px; }
    #footer .newsletter-form #success-newsletter {
      color: green;
      margin-top: 5px;
      width: 240px; }
    #footer .newsletter-form h4 {
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      line-height: 15px;
      font-weight: 400;
      color: #fff;
      margin-top: 8px;
      margin-bottom: 5px;
      font-weight: 500; }
      @media (min-width: 34.28571em) and (max-width: 52.84714em) {
        #footer .newsletter-form h4 {
          margin-top: 12px; } }
      @media (min-width: 70em) {
        #footer .newsletter-form h4 {
          text-align: left; } }
    #footer .newsletter-form input.newsletter-input {
      background-color: #fff;
      border: none;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      line-height: 16px;
      font-weight: 400;
      padding: 0 6px;
      height: 27px;
      width: 180px;
      float: left;
      vertical-align: top; }
      @media (min-width: 22.85714em) {
        #footer .newsletter-form input.newsletter-input {
          width: 230px; } }
      @media (min-width: 34.28571em) {
        #footer .newsletter-form input.newsletter-input {
          width: 75%; } }
      @media (min-width: 52.85714em) {
        #footer .newsletter-form input.newsletter-input {
          width: 57%; } }
      @media (min-width: 70em) {
        #footer .newsletter-form input.newsletter-input {
          width: 180px;
          float: left; } }
    #footer .newsletter-form input.button.submit {
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      line-height: 24px;
      font-weight: 100;
      text-transform: uppercase;
      height: 28px;
      vertical-align: top;
      background-color: #474747;
      color: #fff;
      border: none;
      width: 2.5rem; }
      @media (min-width: 70em) {
        #footer .newsletter-form input.button.submit {
          position: absolute;
          float: left; } }
    #footer .newsletter-form p.help {
      font-family: "Open Sans", sans-serif;
      font-size: 10px;
      line-height: 12px;
      font-weight: 100;
      color: #c4c4c4;
      margin-top: 11px; }
      @media (min-width: 70em) {
        #footer .newsletter-form p.help {
          text-align: left; } }
  @media (max-width: 34.27571em) {
    #footer .wrap-trustpilot > li:first-child {
      padding-bottom: 0; } }
  @media (min-width: 34.28571em) and (max-width: 52.84714em) {
    #footer .wrap-trustpilot > li:first-child {
      padding-bottom: 1rem;
      padding-top: 0px;
      width: 52%; } }
  @media (min-width: 52.85714em) and (max-width: 69.99em) {
    #footer .wrap-trustpilot > li:first-child {
      width: 30%;
      padding-bottom: 0px; } }
  @media (max-width: 52.84714em) {
    #footer .wrap-trustpilot > li:last-child {
      padding-bottom: 2rem; } }
  @media (min-width: 34.28571em) and (max-width: 52.84714em) {
    #footer .wrap-trustpilot > li:last-child {
      padding-top: 0px;
      width: 47%; } }
  @media (min-width: 52.85714em) and (max-width: 69.99em) {
    #footer .wrap-trustpilot > li:last-child {
      padding-top: 9px;
      width: 30%;
      margin-left: 0%; } }
  #footer .wrap-trustpilot .trustpilot {
    text-align: center !important;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden; }
    @media (min-width: 34.28571em) {
      #footer .wrap-trustpilot .trustpilot {
        text-align: left;
        width: 73%; } }
    @media (min-width: 91.42857em) {
      #footer .wrap-trustpilot .trustpilot {
        margin-left: 2rem; } }
    #footer .wrap-trustpilot .trustpilot .trustpilot-widget {
      width: 150px; }
      @media (max-width: 34.27571em) {
        #footer .wrap-trustpilot .trustpilot .trustpilot-widget {
          margin: 0 auto; } }
  @media (min-width: 34.28571em) {
    #footer .wrap-trustpilot .payments {
      margin-left: 0; }
      #footer .wrap-trustpilot .payments ul {
        float: left; } }
  @media (min-width: 70em) {
    #footer .wrap-trustpilot .payments {
      margin-left: auto; } }

#footer-bottom {
  background-color: #212121;
  height: auto; }
  @media (min-width: 52.85714em) and (max-width: 69.99em) {
    #footer-bottom .horizontal-module-container {
      width: 100%; } }
  @media (min-width: 70em) {
    #footer-bottom {
      height: 50px;
      padding: 0 20px; } }
  @media (min-width: 91.42857em) {
    #footer-bottom {
      height: 51px;
      padding: 0 20px; } }
  @media (min-width: 52.85714em) and (max-width: 69.99em) {
    #footer-bottom .col-50 {
      width: 100%; } }
  #footer-bottom .footer-bottom-links {
    padding: 0 30px 10px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center; }
    @media (max-width: 52.84714em) {
      #footer-bottom .footer-bottom-links {
        border-bottom: 1px solid #9d9d9d; } }
    @media (min-width: 70em) {
      #footer-bottom .footer-bottom-links {
        padding: 0;
        border-bottom: none;
        text-align: left; } }
    #footer-bottom .footer-bottom-links ul {
      padding-top: 11px; }
      #footer-bottom .footer-bottom-links ul li {
        display: inline-block;
        color: #c3c4c5;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        border-right: 1px solid #c3c4c5;
        padding-left: 10px;
        padding-right: 10px; }
        @media (max-width: 52.84714em) {
          #footer-bottom .footer-bottom-links ul li {
            padding-left: 6px; } }
        #footer-bottom .footer-bottom-links ul li:last-child {
          border-right: 0px solid; }
        #footer-bottom .footer-bottom-links ul li a {
          font-family: "Open Sans", sans-serif;
          font-size: 11px;
          line-height: 15px;
          font-weight: 400;
          color: #fff; }
          @media (min-width: 70em) {
            #footer-bottom .footer-bottom-links ul li a {
              font-size: 13px;
              line-height: 15px;
              font-weight: 400; } }
    #footer-bottom .footer-bottom-links .copy {
      font-family: "Open Sans", sans-serif;
      font-weight: 600 !important;
      font-size: 11px;
      line-height: 13px;
      font-weight: 100;
      color: #979797;
      padding-top: 5px;
      margin-top: 7px; }
      #footer-bottom .footer-bottom-links .copy strong {
        color: #fb5520; }
  #footer-bottom .social-links {
    text-align: center; }
    @media (min-width: 70em) {
      #footer-bottom .social-links {
        text-align: right; } }
    #footer-bottom .social-links .icon-social-footer {
      width: 22px;
      margin-top: 5px; }
    #footer-bottom .social-links .icon-plm-instagram {
      margin-top: -4px;
      height: 33px; }
      @media (max-width: 34.27571em) {
        #footer-bottom .social-links .icon-plm-instagram {
          margin-top: -8px; } }
    #footer-bottom .social-links .icon-fa-blog {
      color: #fff;
      font-size: 14px;
      top: -5px;
      left: -10px; }
      @media (max-width: 34.27571em) {
        #footer-bottom .social-links .icon-fa-blog {
          font-size: 10px;
          top: -9px; } }
    #footer-bottom .social-links .icon-plm-instagram:before {
      font-size: 25px;
      color: #fff; }
      @media (max-width: 34.27571em) {
        #footer-bottom .social-links .icon-plm-instagram:before {
          font-size: 15px; } }
    #footer-bottom .social-links ul {
      padding-top: 0px; }
      #footer-bottom .social-links ul li {
        display: inline-block;
        line-height: 40px !important;
        font-family: "Open Sans", sans-serif;
        font-size: 11px;
        line-height: 53px;
        font-weight: 100;
        font-weight: bold;
        color: #fff;
        border-right: 1px solid #5e6066;
        width: 19.1%; }
        @media (min-width: 70em) {
          #footer-bottom .social-links ul li {
            width: 13.2%; } }
        @media (max-width: 22.84714em) {
          #footer-bottom .social-links ul li {
            width: 19%; } }
        @media (max-width: 69.99em) {
          #footer-bottom .social-links ul li:last-child {
            border-right: none; } }
        #footer-bottom .social-links ul li:first-child {
          padding-right: 18px;
          display: none; }
          @media (min-width: 70em) {
            #footer-bottom .social-links ul li:first-child {
              display: inline-block; } }
        #footer-bottom .social-links ul li a {
          padding: 10px 22px;
          display: inline-block; }
          @media (min-width: 91.42857em) {
            #footer-bottom .social-links ul li a {
              padding: 10px 31px;
              display: inline-block; } }

#footer .payments h3 {
  margin: 0rem 0 .8rem 0; }

#footer .payments ul {
  padding: 0; }
  @media (min-width: 70em) {
    #footer .payments ul {
      float: left; } }
  #footer .payments ul li {
    display: inline-block;
    width: 38px;
    height: 24px;
    text-align: left;
    border-bottom: 0px solid #ffF;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0; }

.wrap-cookies-infos {
  position: fixed;
  background-color: #eaeaea;
  width: 100%;
  padding: 10px 20px 10px 20px;
  bottom: 0;
  z-index: 999;
  color: #000;
  text-align: left;
  margin-bottom: 0px;
  overflow: hidden; }
  .wrap-cookies-infos .content-text {
    width: 90%;
    float: left;
    line-height: 34px;
    padding-right: 10px;
    overflow: hidden; }
    @media (max-width: 69.99em) {
      .wrap-cookies-infos .content-text {
        float: none;
        width: 100%;
        text-align: center;
        line-height: 20px;
        margin-bottom: 10px; } }
    .wrap-cookies-infos .content-text a, .wrap-cookies-infos .content-text a:link, .wrap-cookies-infos .content-text a:visited, .wrap-cookies-infos .content-text a:hover, .wrap-cookies-infos .content-text a:active {
      color: #3598e9;
      text-decoration: underline;
      font-weight: 400; }
  .wrap-cookies-infos .wrap-buttons {
    width: 10%;
    overflow: hidden;
    float: left; }
    .wrap-cookies-infos .wrap-buttons .buttons {
      background-color: #fc7d2a;
      color: #fff;
      width: 100%;
      text-transform: uppercase;
      padding: 10px;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      margin: 0 auto; }
      @media (max-width: 69.99em) {
        .wrap-cookies-infos .wrap-buttons .buttons {
          float: none;
          width: 200px; } }
    @media (max-width: 69.99em) {
      .wrap-cookies-infos .wrap-buttons {
        float: none;
        width: 100%; } }

.horizontal-module-container {
  width: 100%; }
  @media (min-width: 70em) {
    .horizontal-module-container {
      width: 95%; } }
  @media (min-width: 70em) and (max-width: 91.41857em) {
    .horizontal-module-container {
      width: 960px; } }
  @media (min-width: 91.42857em) {
    .horizontal-module-container {
      width: 1240px; } }

.show-mobile {
  display: none; }
  @media (max-width: 52.84714em) {
    .show-mobile {
      display: block; } }

.hidden-mobile {
  display: none; }
  @media (min-width: 52.85714em) {
    .hidden-mobile {
      display: block; } }

.show-tablet {
  display: none; }
  @media (max-width: 69.99em) {
    .show-tablet {
      display: block; } }

.show-tablet-only {
  display: none; }
  @media (min-width: 52.85714em) and (max-width: 69.99em) {
    .show-tablet-only {
      display: block; } }

.show-mobileLandscape-wide {
  display: none; }
  @media (min-width: 34.28571em) {
    .show-mobileLandscape-wide {
      display: block; } }

.hidden-tablet {
  display: none; }
  @media (min-width: 70em) {
    .hidden-tablet {
      display: block; } }

.show-desktop-wide {
  display: none; }
  @media (min-width: 70em) {
    .show-desktop-wide {
      display: block; } }

.hidden-desktop {
  display: none; }
  @media (min-width: 91.42857em) {
    .hidden-desktop {
      display: block; } }

.hidden-tablet-desktop-wide {
  display: none; }
  @media (max-width: 52.84714em) {
    .hidden-tablet-desktop-wide {
      display: block; } }

@media (max-width: 69.99em) {
  #header-basket-content.active .basket-header {
    margin-top: 49px;
    padding-top: 34px; }
    #header-basket-content.active .basket-header:before {
      content: "";
      height: 8px;
      width: 12px;
      display: block;
      position: absolute;
      margin-top: -22px;
      right: 20px;
      display: inline-block;
      background-image: url("../images/assets.png");
      width: 20px;
      height: 20px;
      background-position: -444px -179px; } }

#header-basket-content .basket-header {
  background: #fff;
  position: absolute;
  width: 333px;
  left: -285px;
  border: 1px solid #d2d2d2;
  margin-top: 65px;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 10px; }
  @media (max-width: 22.84714em) {
    #header-basket-content .basket-header {
      margin-top: 50px;
      width: 300px;
      left: -260px; } }
  @media (min-width: 22.85714em) {
    #header-basket-content .basket-header {
      /* margin-top: 40px;
             width: 400px;
             left: -280px;*/ } }
  @media (min-width: 52.85714em) and (max-width: 69.99em) {
    #header-basket-content .basket-header {
      margin-top: 50px;
      left: -295px; } }
  #header-basket-content .basket-header:before {
    content: '';
    background: url("../images/basket-top-arrow.png");
    height: 8px;
    width: 12px;
    display: block;
    position: absolute;
    margin-top: -22px;
    right: 20px; }
    @media (max-width: 22.84714em) {
      #header-basket-content .basket-header:before {
        right: 35px; } }
    @media (min-width: 52.85714em) and (max-width: 69.99em) {
      #header-basket-content .basket-header:before {
        right: 15px; } }
  #header-basket-content .basket-header ul li {
    min-height: 60px;
    text-align: left;
    vertical-align: top;
    line-height: 60px;
    margin-top: 25px;
    position: relative; }
    #header-basket-content .basket-header ul li:first-child {
      margin-top: 0; }
    #header-basket-content .basket-header ul li .image,
    #header-basket-content .basket-header ul li .name,
    #header-basket-content .basket-header ul li .delete {
      display: inline-block;
      vertical-align: top; }
    #header-basket-content .basket-header ul li .image {
      width: 60px;
      height: 60px;
      border: 1px solid #dedede;
      background-size: 70%;
      background-position: center;
      background-repeat: no-repeat;
      /* img {

                        max-width: 70%;
                        padding: 7px;
                        @include mq($until: tablet) {

                            max-width: 90%;
                        }
                    }*/ }
      @media (max-width: 52.84714em) {
        #header-basket-content .basket-header ul li .image {
          width: 70px;
          height: 70px; } }
    #header-basket-content .basket-header ul li .name {
      position: absolute;
      display: block;
      left: 70px;
      width: 240px;
      line-height: 14px;
      font-size: 14px;
      color: #65666a;
      font-family: "Open Sans", sans-serif;
      padding-top: 2px;
      padding-bottom: 2px;
      font-weight: 300;
      -ms-transform: translateY(-32%);
          transform: translateY(-32%);
      top: 34%; }
      @media (max-width: 22.84714em) {
        #header-basket-content .basket-header ul li .name {
          width: 180px; } }
      @media (max-width: 52.84714em) {
        #header-basket-content .basket-header ul li .name {
          left: 80px; } }
      #header-basket-content .basket-header ul li .name a {
        line-height: 14px;
        font-size: 14px;
        color: #65666a;
        font-family: "Open Sans", sans-serif; }
      #header-basket-content .basket-header ul li .name .price {
        margin-top: 6px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400; }
        #header-basket-content .basket-header ul li .name .price span {
          color: #ee3333; }
    #header-basket-content .basket-header ul li .delete {
      width: 50px;
      text-align: right; }
      @media (max-width: 22.84714em) {
        #header-basket-content .basket-header ul li .delete {
          width: 40px; } }
      #header-basket-content .basket-header ul li .delete a {
        padding: 15px 6px 0px 6px; }
        #header-basket-content .basket-header ul li .delete a .icon {
          display: inline-block;
          display: inline-block;
          background-image: url("../images/assets.png");
          width: 20px;
          height: 20px;
          background-position: -444px -179px; }
  #header-basket-content .basket-header .btn {
    display: block;
    width: 100%;
    padding: 7px 0;
    background: #fc7d2a;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: unset !important;
    font-weight: 500 !important;
    margin-top: 15px; }

.quantity-selector {
  height: 26px;
  width: 70px;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .quantity-selector .mobile-select {
    display: none; }
    @media (min-width: 22.85714em) and (max-width: 52.84714em) {
      .quantity-selector .mobile-select {
        display: inline-block;
        min-width: 80px;
        text-align: center; } }
  .quantity-selector .field {
    float: left;
    border: 1px solid #c0c0c0;
    border-right: none;
    height: 28px; }
    @media (min-width: 22.85714em) and (max-width: 52.84714em) {
      .quantity-selector .field {
        display: none; } }
    .quantity-selector .field input {
      width: 54px;
      text-align: center;
      color: #000;
      font-size: 14px;
      height: 24px;
      border: none; }
  .quantity-selector .buttons {
    float: right;
    width: 13px; }
    @media (min-width: 22.85714em) and (max-width: 52.84714em) {
      .quantity-selector .buttons {
        display: none; } }
    .quantity-selector .buttons #up, .quantity-selector .buttons #down {
      background: #ffffff;
      border: 1px solid #c0c0c0;
      display: inline-block;
      height: 15px;
      width: 12px;
      text-align: center;
      line-height: 12px;
      color: #000;
      cursor: pointer; }
    .quantity-selector .buttons #up {
      border-bottom: none;
      height: 13px; }
    .quantity-selector .buttons a {
      background: #ffffff;
      border: 1px solid #c0c0c0;
      display: inline-block;
      height: 12px;
      width: 12px;
      text-align: center;
      line-height: 12px;
      color: #000; }
      .quantity-selector .buttons a:first-child {
        border-bottom: none;
        height: 13px; }

.breadcrumb {
  border-bottom: 1px solid #DADADA;
  padding: 10px;
  border-top: 1px solid #DADADA; }
  @media (max-width: 52.84714em) {
    .breadcrumb {
      padding: 14px 25px 14px 25px;
      border: none;
      margin-top: 0px; } }
  @media (min-width: 52.85714em) {
    .breadcrumb {
      margin-top: 0px; } }
  @media (max-width: 34.27571em) {
    .breadcrumb ul {
      padding-bottom: 5px; } }
  .breadcrumb ul li {
    display: inline-block;
    font-size: 11px; }
    @media (max-width: 34.27571em) {
      .breadcrumb ul li {
        padding-bottom: 2px; } }
    .breadcrumb ul li a {
      color: #989898;
      font-size: 11px;
      text-decoration: none;
      font-weight: 600; }
      @media (max-width: 52.84714em) {
        .breadcrumb ul li a {
          font-size: 10px;
          font-weight: 300; } }
      .breadcrumb ul li a.active {
        text-decoration: none; }
    .breadcrumb ul li:after {
      content: "/"; }
    .breadcrumb ul li:last-child:after {
      content: ""; }
  @media (max-width: 52.84714em) {
    .breadcrumb .arrow {
      display: none; } }
  @media (max-width: 69.99em) {
    .breadcrumb .arrow {
      display: block; } }
  .breadcrumb .arrow .icon-arrow-left {
    display: none;
    position: absolute;
    left: -7px;
    font-size: 22px;
    font-weight: 300;
    color: #818181;
    cursor: pointer;
    top: 2px; }

@media (max-width: 52.84714em) {
  .wrap-breadcrumb-product .breadcrumb {
    background: #ececec; } }

@media (max-width: 52.84714em) {
  .wrap-breadcrumb-product .breadcrumb ul {
    padding-bottom: 2px; } }

.wrap-breadcrumb-product .breadcrumb ul li .arrow {
  display: none; }
  @media (max-width: 52.84714em) {
    .wrap-breadcrumb-product .breadcrumb ul li .arrow {
      display: block;
      width: 13px;
      float: left;
      margin-right: 10px; } }
  .wrap-breadcrumb-product .breadcrumb ul li .arrow .icon-arrow-left {
    display: block;
    position: absolute;
    left: -7px;
    font-size: 22px;
    font-weight: 300;
    color: #818181;
    cursor: pointer;
    top: 2px; }

@media (max-width: 52.84714em) {
  .wrap-breadcrumb-product .breadcrumb ul li {
    display: none; }
    .wrap-breadcrumb-product .breadcrumb ul li:last-child {
      display: block;
      /*&:before{
                            font-family: "icons";
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            font-style: normal;
                            font-variant: normal;
                            font-weight: normal;
                           
                            text-decoration: none;
                            text-transform: none;
                            content: "\E002";
                            position: absolute;
                            left: -7px;
                            font-size: 22px;
                            font-weight: 300;
                            color: #818181;
                            cursor: pointer;
                            top: 2px;
                        }*/ }
      .wrap-breadcrumb-product .breadcrumb ul li:last-child a {
        font-size: 12px;
        font-weight: 600;
        line-height: 11px;
        padding-left: 19px;
        text-decoration: none;
        color: #717171; } }

@media (max-width: 52.84714em) {
  .wrap-breadcrumb-category, .wrap-breadcrumb-search {
    display: none; } }

.wrap-breadcrumb-category h1, .wrap-breadcrumb-search h1 {
  font-size: 100%;
  margin: 0; }

@media (max-width: 52.84714em) {
  .wrap-breadcrumb-category .arrow, .wrap-breadcrumb-search .arrow {
    display: none; } }

@media (max-width: 69.99em) {
  .wrap-breadcrumb-category .arrow, .wrap-breadcrumb-search .arrow {
    display: block; } }

.wrap-breadcrumb-category .arrow .icon-arrow-left, .wrap-breadcrumb-search .arrow .icon-arrow-left {
  display: none;
  position: absolute;
  left: -7px;
  font-size: 22px;
  font-weight: 300;
  color: #818181;
  cursor: pointer;
  top: 2px; }

.fake-breadcrumb {
  display: none; }
  @media (max-width: 52.84714em) {
    .fake-breadcrumb {
      display: block;
      width: 100%;
      padding: .6rem .9rem;
      color: #000;
      font-size: 13px;
      font-weight: 400;
      line-height: 15px; } }

.tag {
  display: inline-block;
  margin: 1.7rem 0 0 10px;
  float: none;
  padding: 1px 7px 3px 7px;
  font-size: 12px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .03rem; }
  .tag-off {
    content: '';
    height: 9px;
    background-color: #fff; }
  .tag-promo {
    background-color: #0060ff; }
  .tag-bstock {
    background: #eda212;
    color: #fff; }
  .tag-destock {
    background: #6c0068; }
  .tag-sale {
    background: #ed6812; }
  .tag-new {
    background-color: #ff2930; }
  .tag-pack {
    background: #0b2483; }
  .tag-gift {
    background: #2A6A33; }

.stock {
  color: #33d75a;
  /* &:before {
        //@include picto(233,15,9,9);
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 9px;
        height: 9px;
        //background-position: -233px -15px; 
        background: #33d75a;
    }*/ }

.no-stock {
  color: #f00; }
  .no-stock:before {
    content: ' ';
    background-image: url("../images/assets.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 12px;
    background-position: -262px -17px; }

.can-stock {
  color: #ff8400; }
  .can-stock:before {
    content: ' ';
    background-image: url(../images/assets.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background-position: -243px -25px !important; }

.pre-order {
  color: #818181; }
  .pre-order:before {
    content: ' ';
    background-image: url(../images/assets.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background-position: -243px -35px !important; }

.one-piece {
  color: #c2d79e; }
  .one-piece:before {
    content: ' ';
    background-image: url("../images/assets.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 12px;
    background-position: -262px -17px; }

.nouveautes-slider {
  /*padding:0 20px;*/
  /*  @include mq($until: mobileLandscape) {
        padding: 0 15px;
        padding-bottom: 0;
    }

    h2 {
        font-family: $font-open-sans;
        @include font(12,30,400);
        color: #292929;
        text-transform: uppercase;
        padding-bottom: 12px;
        font-weight:bold;

        @include mq(tablet){
          @include font(24,30,400);
          padding-bottom: 8px;
        }

        @include mq($until: desktop){
            @include font(12,12,400);
        }
    }

    hr {
        @include mq($until: desktop){
            position: relative;
            top: -4px;
        }
    }
    .separator {
        @include mq($until: mobile){
            max-height: 10px;
        }
    }

    .owl-nav {
        display: inline-block;
        position: absolute;
        right: 0;
        top: -38px;

        @include mq(tablet) {
            top: -75px;
        }

        @include mq()

        .owl-prev,
        .owl-next {
            background: #eeeeee;
            padding: 8px 12px;
            margin-left: 5px;
            display: inline-block;

            @include mq(tablet) {
                margin-top: 10px;
            }
        }
    }





    .owl-carousel .animated {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    .owl-carousel .owl-animated-in {
        z-index: 0
    }
    .owl-carousel .owl-animated-out {
        z-index: 1
    }
    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }
    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    @keyframes fadeOut {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    .owl-height {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out
    }
    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1
    }
    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }
    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0, 0)
    }
    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d
    }
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }
    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .owl-carousel.owl-loaded {
        display: block
    }
    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }
    .owl-carousel.owl-hidden {
        opacity: 0
    }
    .owl-carousel.owl-refresh .owl-item {
        display: none
    }
    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }
    .owl-carousel.owl-rtl {
        direction: rtl
    }
    .owl-carousel.owl-rtl .owl-item {
        float: right
    }
    .no-js .owl-carousel {
        display: block
    }
    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease
    }
    .owl-carousel .owl-item img {
        transform-style: preserve-3d
    }
    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000
    }
    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url(owl.video.play.png) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -webkit-transition: scale 100ms ease;
        -moz-transition: scale 100ms ease;
        -ms-transition: scale 100ms ease;
        -o-transition: scale 100ms ease;
        transition: scale 100ms ease
    }
    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3)
    }
    .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
        display: none
    }
    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease
    }
    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%
    }
*/ }

.products-slider, .nouveautes-slider, .products-slider-similar {
  /*padding:0 20px;*/ }
  @media (max-width: 34.27571em) {
    .products-slider, .nouveautes-slider, .products-slider-similar {
      padding: 0 15px;
      padding-bottom: 0; } }
  @media (max-width: 69.99em) {
    .products-slider hr, .nouveautes-slider hr, .products-slider-similar hr {
      position: relative;
      top: 0px; } }
  @media (max-width: 22.84714em) {
    .products-slider .separator, .nouveautes-slider .separator, .products-slider-similar .separator {
      max-height: 10px; } }
  .products-slider .owl-nav, .nouveautes-slider .owl-nav, .products-slider-similar .owl-nav {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -38px; }
    @media (max-width: 52.84714em) {
      .products-slider .owl-nav, .nouveautes-slider .owl-nav, .products-slider-similar .owl-nav {
        top: 3rem;
        width: 100%; } }
    @media (min-width: 52.85714em) {
      .products-slider .owl-nav, .nouveautes-slider .owl-nav, .products-slider-similar .owl-nav {
        top: -45px; } }
    .products-slider .owl-nav .owl-prev,
    .products-slider .owl-nav .owl-next, .nouveautes-slider .owl-nav .owl-prev,
    .nouveautes-slider .owl-nav .owl-next, .products-slider-similar .owl-nav .owl-prev,
    .products-slider-similar .owl-nav .owl-next {
      background-color: #282a39;
      padding: 12px 14px;
      margin-right: 5px;
      color: #fff;
      display: inline-block; }
      @media (max-width: 52.84714em) {
        .products-slider .owl-nav .owl-prev,
        .products-slider .owl-nav .owl-next, .nouveautes-slider .owl-nav .owl-prev,
        .nouveautes-slider .owl-nav .owl-next, .products-slider-similar .owl-nav .owl-prev,
        .products-slider-similar .owl-nav .owl-next {
          background-color: transparent;
          margin-right: 0rem; } }
      @media (min-width: 52.85714em) {
        .products-slider .owl-nav .owl-prev,
        .products-slider .owl-nav .owl-next, .nouveautes-slider .owl-nav .owl-prev,
        .nouveautes-slider .owl-nav .owl-next, .products-slider-similar .owl-nav .owl-prev,
        .products-slider-similar .owl-nav .owl-next {
          margin-top: 10px; } }
      @media (max-width: 52.84714em) {
        .products-slider .owl-nav .owl-prev img,
        .products-slider .owl-nav .owl-next img, .nouveautes-slider .owl-nav .owl-prev img,
        .nouveautes-slider .owl-nav .owl-next img, .products-slider-similar .owl-nav .owl-prev img,
        .products-slider-similar .owl-nav .owl-next img {
          display: none; } }
    @media (max-width: 52.84714em) {
      .products-slider .owl-nav .owl-prev, .nouveautes-slider .owl-nav .owl-prev, .products-slider-similar .owl-nav .owl-prev {
        display: inline-block;
        background-image: url("../images/assets.png");
        width: 10px;
        height: 18px;
        background-position: -443px -15px;
        margin-right: 10px;
        left: 0; } }
    @media (max-width: 52.84714em) {
      .products-slider .owl-nav .owl-next, .nouveautes-slider .owl-nav .owl-next, .products-slider-similar .owl-nav .owl-next {
        display: inline-block;
        background-image: url("../images/assets.png");
        width: 10px;
        height: 18px;
        background-position: -475px -15px;
        float: right;
        right: -1.5rem;
        margin-right: 10px; } }
  .products-slider .mag-product, .nouveautes-slider .mag-product, .products-slider-similar .mag-product {
    height: 60px;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    background-position: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 0;
    padding: 40px;
    border-left: none;
    background-size: 90px; }
    .products-slider .mag-product .arrow-down, .nouveautes-slider .mag-product .arrow-down, .products-slider-similar .mag-product .arrow-down {
      background-image: url(/images/arrow-down-mag.png);
      background-repeat: no-repeat;
      background-size: 100%;
      z-index: 999;
      width: 30px;
      height: 27px;
      margin: 40px auto; }
      @media (max-width: 52.84714em) {
        .products-slider .mag-product .arrow-down, .nouveautes-slider .mag-product .arrow-down, .products-slider-similar .mag-product .arrow-down {
          margin-left: auto;
          margin-right: auto;
          position: unset; } }
  .products-slider .products-slides-container, .nouveautes-slider .products-slides-container, .products-slider-similar .products-slides-container {
    padding: 0;
    border-bottom: 1px solid #d2d2d2; }
    @media (min-width: 52.85714em) {
      .products-slider .products-slides-container, .nouveautes-slider .products-slides-container, .products-slider-similar .products-slides-container {
        padding: 0px; } }
    .products-slider .products-slides-container .wrap-stock, .nouveautes-slider .products-slides-container .wrap-stock, .products-slider-similar .products-slides-container .wrap-stock {
      width: 100%;
      margin-top: 5px;
      overflow: hidden;
      font-size: 12px; }
      .products-slider .products-slides-container .wrap-stock .pastille, .nouveautes-slider .products-slides-container .wrap-stock .pastille, .products-slider-similar .products-slides-container .wrap-stock .pastille {
        width: 10px;
        height: 10px;
        float: left;
        margin-top: 2px;
        margin-right: 5px; }
      .products-slider .products-slides-container .wrap-stock .value, .nouveautes-slider .products-slides-container .wrap-stock .value, .products-slider-similar .products-slides-container .wrap-stock .value {
        float: left;
        font-size: 10px;
        font-weight: 600;
        width: 87%; }
    .products-slider .products-slides-container .owl-item.active, .nouveautes-slider .products-slides-container .owl-item.active, .products-slider-similar .products-slides-container .owl-item.active {
      /*&:first-child, &:nth-child(5), &:nth-child(11) {
                    .product-slide-item {
                        border-left: none !important;

                        @include mq(tablet){
                            border-right: 1px solid #d2d2d2 !important;
                        }

                    }
                }
                &:nth-child(4), &:last-child{
                    .product-slide-item {
                        border-right: 1px solid #d2d2d2 !important;

                        @include mq($until: desktop){
                            border-right: none !important;
                        }   
                    }
                }
                &:nth-child(5), &:nth-child(11), &:last-child{
                    @include mq(large){
                        border-left: none !important;
                    }   

                }*/ }
    .products-slider .products-slides-container .product-slide-item, .nouveautes-slider .products-slides-container .product-slide-item, .products-slider-similar .products-slides-container .product-slide-item {
      width: 100%;
      float: left;
      padding: 0px;
      border-right: none;
      min-height: 16.1rem;
      text-align: left; }
      @media (min-width: 22.85714em) {
        .products-slider .products-slides-container .product-slide-item, .nouveautes-slider .products-slides-container .product-slide-item, .products-slider-similar .products-slides-container .product-slide-item {
          min-height: 13.4rem; } }
      .products-slider .products-slides-container .product-slide-item .price-before, .nouveautes-slider .products-slides-container .product-slide-item .price-before, .products-slider-similar .products-slides-container .product-slide-item .price-before {
        text-decoration: line-through;
        text-align: center;
        font-size: 13px;
        line-height: 17px;
        color: #616161;
        font-weight: 400 !important;
        margin-left: 10px; }
      .products-slider .products-slides-container .product-slide-item .promo-price, .nouveautes-slider .products-slides-container .product-slide-item .promo-price, .products-slider-similar .products-slides-container .product-slide-item .promo-price {
        color: #000 !important; }
      @media (max-width: 34.27571em) {
        .products-slider .products-slides-container .product-slide-item, .nouveautes-slider .products-slides-container .product-slide-item, .products-slider-similar .products-slides-container .product-slide-item {
          padding: 0px 0 0 0; } }
      @media (min-width: 34.28571em) {
        .products-slider .products-slides-container .product-slide-item, .nouveautes-slider .products-slides-container .product-slide-item, .products-slider-similar .products-slides-container .product-slide-item {
          min-height: 17.8rem; } }
      @media (max-width: 52.84714em) {
        .products-slider .products-slides-container .product-slide-item, .nouveautes-slider .products-slides-container .product-slide-item, .products-slider-similar .products-slides-container .product-slide-item {
          margin-top: .6rem; } }
      @media (min-width: 52.85714em) {
        .products-slider .products-slides-container .product-slide-item, .nouveautes-slider .products-slides-container .product-slide-item, .products-slider-similar .products-slides-container .product-slide-item {
          min-height: 18rem;
          border-right: 1px solid #DADADA; } }
      @media (min-width: 70em) {
        .products-slider .products-slides-container .product-slide-item, .nouveautes-slider .products-slides-container .product-slide-item, .products-slider-similar .products-slides-container .product-slide-item {
          min-height: 27rem; } }
      @media (max-width: 34.27571em) {
        .products-slider .products-slides-container .product-slide-item .wrap, .nouveautes-slider .products-slides-container .product-slide-item .wrap, .products-slider-similar .products-slides-container .product-slide-item .wrap {
          padding: 0 1rem 0 1rem;
          display: block; } }
      .products-slider .products-slides-container .product-slide-item .wrap .image, .nouveautes-slider .products-slides-container .product-slide-item .wrap .image, .products-slider-similar .products-slides-container .product-slide-item .wrap .image {
        width: 80%;
        height: 130px;
        margin: 15px auto 15px auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-width: 52.84714em) {
          .products-slider .products-slides-container .product-slide-item .wrap .image, .nouveautes-slider .products-slides-container .product-slide-item .wrap .image, .products-slider-similar .products-slides-container .product-slide-item .wrap .image {
            margin-top: 5px; } }
        @media (min-width: 22.85714em) {
          .products-slider .products-slides-container .product-slide-item .wrap .image, .nouveautes-slider .products-slides-container .product-slide-item .wrap .image, .products-slider-similar .products-slides-container .product-slide-item .wrap .image {
            height: 120px; } }
        @media (min-width: 34.28571em) {
          .products-slider .products-slides-container .product-slide-item .wrap .image, .nouveautes-slider .products-slides-container .product-slide-item .wrap .image, .products-slider-similar .products-slides-container .product-slide-item .wrap .image {
            height: 140px; } }
        @media (min-width: 52.85714em) {
          .products-slider .products-slides-container .product-slide-item .wrap .image, .nouveautes-slider .products-slides-container .product-slide-item .wrap .image, .products-slider-similar .products-slides-container .product-slide-item .wrap .image {
            height: 150px;
            margin-bottom: 10px; } }
        @media (min-width: 70em) {
          .products-slider .products-slides-container .product-slide-item .wrap .image, .nouveautes-slider .products-slides-container .product-slide-item .wrap .image, .products-slider-similar .products-slides-container .product-slide-item .wrap .image {
            height: 150px;
            margin-bottom: 25px; } }
      .products-slider .products-slides-container .product-slide-item .title, .nouveautes-slider .products-slides-container .product-slide-item .title, .products-slider-similar .products-slides-container .product-slide-item .title {
        font-family: "Open Sans", sans-serif;
        color: #666666;
        font-size: 11px;
        line-height: 12px;
        font-weight: 400;
        letter-spacing: .01rem;
        padding-top: 6px; }
        @media (max-width: 34.27571em) {
          .products-slider .products-slides-container .product-slide-item .title, .nouveautes-slider .products-slides-container .product-slide-item .title, .products-slider-similar .products-slides-container .product-slide-item .title {
            /* padding-left:.5rem;
                        padding-right: .5rem;*/
            display: block; } }
        @media (max-width: 52.84714em) {
          .products-slider .products-slides-container .product-slide-item .title, .nouveautes-slider .products-slides-container .product-slide-item .title, .products-slider-similar .products-slides-container .product-slide-item .title {
            padding-top: 0rem; } }
        @media (min-width: 34.28571em) {
          .products-slider .products-slides-container .product-slide-item .title, .nouveautes-slider .products-slides-container .product-slide-item .title, .products-slider-similar .products-slides-container .product-slide-item .title {
            font-size: 13px;
            line-height: 15px;
            font-weight: 400; } }
        @media (min-width: 52.85714em) {
          .products-slider .products-slides-container .product-slide-item .title, .nouveautes-slider .products-slides-container .product-slide-item .title, .products-slider-similar .products-slides-container .product-slide-item .title {
            font-size: 12px;
            line-height: 14px;
            font-weight: 400; } }
        @media (min-width: 70em) {
          .products-slider .products-slides-container .product-slide-item .title, .nouveautes-slider .products-slides-container .product-slide-item .title, .products-slider-similar .products-slides-container .product-slide-item .title {
            padding-bottom: 25px; } }
        .products-slider .products-slides-container .product-slide-item .title strong, .nouveautes-slider .products-slides-container .product-slide-item .title strong, .products-slider-similar .products-slides-container .product-slide-item .title strong {
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          line-height: 13px;
          font-weight: 500;
          color: #000;
          font-weight: 600 !important;
          text-transform: uppercase;
          margin: 0.2rem 0 0.1rem 0; }
          @media (min-width: 34.28571em) {
            .products-slider .products-slides-container .product-slide-item .title strong, .nouveautes-slider .products-slides-container .product-slide-item .title strong, .products-slider-similar .products-slides-container .product-slide-item .title strong {
              font-size: 14px;
              line-height: 16px;
              font-weight: 500;
              margin: 0rem 0 .15rem 0; } }
          @media (min-width: 52.85714em) {
            .products-slider .products-slides-container .product-slide-item .title strong, .nouveautes-slider .products-slides-container .product-slide-item .title strong, .products-slider-similar .products-slides-container .product-slide-item .title strong {
              margin: 0rem 0 .15rem 0; } }
          @media (min-width: 70em) {
            .products-slider .products-slides-container .product-slide-item .title strong, .nouveautes-slider .products-slides-container .product-slide-item .title strong, .products-slider-similar .products-slides-container .product-slide-item .title strong {
              margin: 0rem 0 .25rem 0; } }
        .products-slider .products-slides-container .product-slide-item .title .titre, .nouveautes-slider .products-slides-container .product-slide-item .title .titre, .products-slider-similar .products-slides-container .product-slide-item .title .titre {
          width: 100%;
          overflow: hidden;
          color: #000;
          text-overflow: ellipsis;
          max-height: 1.7rem; }
          @media (min-width: 34.28571em) {
            .products-slider .products-slides-container .product-slide-item .title .titre, .nouveautes-slider .products-slides-container .product-slide-item .title .titre, .products-slider-similar .products-slides-container .product-slide-item .title .titre {
              max-height: 2rem; } }
          @media (min-width: 52.85714em) {
            .products-slider .products-slides-container .product-slide-item .title .titre, .nouveautes-slider .products-slides-container .product-slide-item .title .titre, .products-slider-similar .products-slides-container .product-slide-item .title .titre {
              max-height: 1.7rem;
              margin-bottom: 7px; } }
          @media (min-width: 70em) {
            .products-slider .products-slides-container .product-slide-item .title .titre, .nouveautes-slider .products-slides-container .product-slide-item .title .titre, .products-slider-similar .products-slides-container .product-slide-item .title .titre {
              max-height: inherit; } }
        .products-slider .products-slides-container .product-slide-item .title .description, .nouveautes-slider .products-slides-container .product-slide-item .title .description, .products-slider-similar .products-slides-container .product-slide-item .title .description {
          display: none;
          color: red;
          /*
                        width:100%;
                        height:1.8rem;
                        overflow: hidden;
                        color: #888;
                        margin-top:.0rem;
                        @include mq($until: tablet){
                            text-overflow: ellipsis;
                            max-height:1rem;
                        }
                        @include mq(desktop){
                        }*/ }
        .products-slider .products-slides-container .product-slide-item .title .tag, .nouveautes-slider .products-slides-container .product-slide-item .title .tag, .products-slider-similar .products-slides-container .product-slide-item .title .tag {
          margin: 0rem 0 .2rem 0; }
          @media (max-width: 34.27571em) {
            .products-slider .products-slides-container .product-slide-item .title .tag, .nouveautes-slider .products-slides-container .product-slide-item .title .tag, .products-slider-similar .products-slides-container .product-slide-item .title .tag {
              /*font-size: 10px;
                            font-weight:400;
                            padding: 0px 4px 0px 4px;
*/
              font-size: 11px;
              font-weight: 500;
              padding: 1px 4px 3px 4px;
              line-height: 9px; } }
          @media (min-width: 34.28571em) {
            .products-slider .products-slides-container .product-slide-item .title .tag, .nouveautes-slider .products-slides-container .product-slide-item .title .tag, .products-slider-similar .products-slides-container .product-slide-item .title .tag {
              margin: 0.3rem 0 .4rem 0; } }
      .products-slider .products-slides-container .product-slide-item .facility-pay, .nouveautes-slider .products-slides-container .product-slide-item .facility-pay, .products-slider-similar .products-slides-container .product-slide-item .facility-pay {
        display: none;
        float: left;
        padding: .1rem 0 0 0; }
        .products-slider .products-slides-container .product-slide-item .facility-pay span, .nouveautes-slider .products-slides-container .product-slide-item .facility-pay span, .products-slider-similar .products-slides-container .product-slide-item .facility-pay span {
          float: left;
          margin-left: .2rem;
          font-size: .7rem;
          line-height: 1.05rem; }
          .products-slider .products-slides-container .product-slide-item .facility-pay span:first-child, .nouveautes-slider .products-slides-container .product-slide-item .facility-pay span:first-child, .products-slider-similar .products-slides-container .product-slide-item .facility-pay span:first-child {
            margin-left: .4rem; }
          @media (max-width: 52.84714em) {
            .products-slider .products-slides-container .product-slide-item .facility-pay span, .nouveautes-slider .products-slides-container .product-slide-item .facility-pay span, .products-slider-similar .products-slides-container .product-slide-item .facility-pay span {
              font-size: .9rem; } }
        .products-slider .products-slides-container .product-slide-item .facility-pay .oney, .nouveautes-slider .products-slides-container .product-slide-item .facility-pay .oney, .products-slider-similar .products-slides-container .product-slide-item .facility-pay .oney {
          padding: 0;
          color: white;
          letter-spacing: 0.1rem;
          background-image: url(../images/oney/bulle_3x.png);
          background-repeat: no-repeat;
          background-size: 84%;
          background-position-y: 0px;
          background-position-x: 2px;
          width: 1.3rem;
          height: 1.2rem; }
      .products-slider .products-slides-container .product-slide-item .excerpt, .nouveautes-slider .products-slides-container .product-slide-item .excerpt, .products-slider-similar .products-slides-container .product-slide-item .excerpt {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        color: #a1a1a1;
        margin-bottom: 4px;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        max-width: 400px;
        height: 56px;
        /* Fallback for non-webkit */
        margin: 0 auto;
        font-size: 12px;
        line-height: 14px;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: none; }
        @media (min-width: 52.85714em) {
          .products-slider .products-slides-container .product-slide-item .excerpt, .nouveautes-slider .products-slides-container .product-slide-item .excerpt, .products-slider-similar .products-slides-container .product-slide-item .excerpt {
            max-width: 400px; } }
      .products-slider .products-slides-container .product-slide-item .bas, .nouveautes-slider .products-slides-container .product-slide-item .bas, .products-slider-similar .products-slides-container .product-slide-item .bas {
        position: relative;
        margin-top: 5px; }
        @media (max-width: 34.27571em) {
          .products-slider .products-slides-container .product-slide-item .bas, .nouveautes-slider .products-slides-container .product-slide-item .bas, .products-slider-similar .products-slides-container .product-slide-item .bas {
            display: block; } }
        @media (min-width: 34.28571em) {
          .products-slider .products-slides-container .product-slide-item .bas, .nouveautes-slider .products-slides-container .product-slide-item .bas, .products-slider-similar .products-slides-container .product-slide-item .bas {
            margin-top: .3rem;
            position: relative;
            bottom: inherit; } }
        @media (min-width: 52.85714em) {
          .products-slider .products-slides-container .product-slide-item .bas, .nouveautes-slider .products-slides-container .product-slide-item .bas, .products-slider-similar .products-slides-container .product-slide-item .bas {
            margin-top: .3rem; } }
        @media (min-width: 70em) {
          .products-slider .products-slides-container .product-slide-item .bas, .nouveautes-slider .products-slides-container .product-slide-item .bas, .products-slider-similar .products-slides-container .product-slide-item .bas {
            margin-top: .4rem; } }
        .products-slider .products-slides-container .product-slide-item .bas .price, .nouveautes-slider .products-slides-container .product-slide-item .bas .price, .products-slider-similar .products-slides-container .product-slide-item .bas .price {
          font-family: "Open Sans", sans-serif;
          margin-left: -6px;
          display: inline-block;
          font-size: 15px;
          line-height: 16px;
          font-weight: 600;
          letter-spacing: -.03rem;
          color: #000;
          margin-left: 0px;
          margin-top: 10px; }
          @media (min-width: 34.28571em) {
            .products-slider .products-slides-container .product-slide-item .bas .price, .nouveautes-slider .products-slides-container .product-slide-item .bas .price, .products-slider-similar .products-slides-container .product-slide-item .bas .price {
              font-size: 16px;
              line-height: 20px;
              font-weight: 600; } }
        .products-slider .products-slides-container .product-slide-item .bas .prix-barre, .nouveautes-slider .products-slides-container .product-slide-item .bas .prix-barre, .products-slider-similar .products-slides-container .product-slide-item .bas .prix-barre {
          display: inline-block;
          color: #ff2930;
          font-size: 13px;
          text-decoration: line-through; }
        .products-slider .products-slides-container .product-slide-item .bas .stock, .nouveautes-slider .products-slides-container .product-slide-item .bas .stock, .products-slider-similar .products-slides-container .product-slide-item .bas .stock {
          display: none;
          margin-top: 0rem;
          padding-left: .8rem;
          font-size: 10px;
          line-height: 13px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: .015rem; }
          @media (min-width: 34.28571em) {
            .products-slider .products-slides-container .product-slide-item .bas .stock, .nouveautes-slider .products-slides-container .product-slide-item .bas .stock, .products-slider-similar .products-slides-container .product-slide-item .bas .stock {
              display: inline-block;
              margin-top: .01rem; } }
          @media (min-width: 52.85714em) {
            .products-slider .products-slides-container .product-slide-item .bas .stock, .nouveautes-slider .products-slides-container .product-slide-item .bas .stock, .products-slider-similar .products-slides-container .product-slide-item .bas .stock {
              margin: 0 auto;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content; } }
          .products-slider .products-slides-container .product-slide-item .bas .stock:before, .nouveautes-slider .products-slides-container .product-slide-item .bas .stock:before, .products-slider-similar .products-slides-container .product-slide-item .bas .stock:before {
            top: 2px; }
    @media (min-width: 52.85714em) and (max-width: 69.99em) {
      .products-slider .products-slides-container .owl-item:nth-child(2n) .product-slide-item, .nouveautes-slider .products-slides-container .owl-item:nth-child(2n) .product-slide-item, .products-slider-similar .products-slides-container .owl-item:nth-child(2n) .product-slide-item {
        border-right: none; } }
  .products-slider .owl-carousel .animated, .nouveautes-slider .owl-carousel .animated, .products-slider-similar .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .products-slider .owl-carousel .owl-animated-in, .nouveautes-slider .owl-carousel .owl-animated-in, .products-slider-similar .owl-carousel .owl-animated-in {
    z-index: 0; }
  .products-slider .owl-carousel .owl-animated-out, .nouveautes-slider .owl-carousel .owl-animated-out, .products-slider-similar .owl-carousel .owl-animated-out {
    z-index: 1; }
  .products-slider .owl-carousel .fadeOut, .nouveautes-slider .owl-carousel .fadeOut, .products-slider-similar .owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .products-slider .owl-height, .nouveautes-slider .owl-height, .products-slider-similar .owl-height {
    transition: height 500ms ease-in-out; }
  .products-slider .owl-carousel, .nouveautes-slider .owl-carousel, .products-slider-similar .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1; }
  .products-slider .owl-carousel .owl-stage, .nouveautes-slider .owl-carousel .owl-stage, .products-slider-similar .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .products-slider .owl-carousel .owl-stage:after, .nouveautes-slider .owl-carousel .owl-stage:after, .products-slider-similar .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .products-slider .owl-carousel .owl-stage-outer, .nouveautes-slider .owl-carousel .owl-stage-outer, .products-slider-similar .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0); }
  .products-slider .owl-carousel .owl-item, .nouveautes-slider .owl-carousel .owl-item, .products-slider-similar .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .products-slider .owl-carousel .owl-item img, .nouveautes-slider .owl-carousel .owl-item img, .products-slider-similar .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .products-slider .owl-carousel .owl-dots.disabled, .products-slider .owl-carousel .owl-nav.disabled, .nouveautes-slider .owl-carousel .owl-dots.disabled, .nouveautes-slider .owl-carousel .owl-nav.disabled, .products-slider-similar .owl-carousel .owl-dots.disabled, .products-slider-similar .owl-carousel .owl-nav.disabled {
    display: none; }
  .products-slider .owl-carousel .owl-dot, .products-slider .owl-carousel .owl-nav .owl-next, .products-slider .owl-carousel .owl-nav .owl-prev, .nouveautes-slider .owl-carousel .owl-dot, .nouveautes-slider .owl-carousel .owl-nav .owl-next, .nouveautes-slider .owl-carousel .owl-nav .owl-prev, .products-slider-similar .owl-carousel .owl-dot, .products-slider-similar .owl-carousel .owl-nav .owl-next, .products-slider-similar .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .products-slider .owl-carousel.owl-loaded, .nouveautes-slider .owl-carousel.owl-loaded, .products-slider-similar .owl-carousel.owl-loaded {
    display: block; }
  .products-slider .owl-carousel.owl-loading, .nouveautes-slider .owl-carousel.owl-loading, .products-slider-similar .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .products-slider .owl-carousel.owl-hidden, .nouveautes-slider .owl-carousel.owl-hidden, .products-slider-similar .owl-carousel.owl-hidden {
    opacity: 0; }
  .products-slider .owl-carousel.owl-refresh .owl-item, .nouveautes-slider .owl-carousel.owl-refresh .owl-item, .products-slider-similar .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .products-slider .owl-carousel.owl-drag .owl-item, .nouveautes-slider .owl-carousel.owl-drag .owl-item, .products-slider-similar .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .products-slider .owl-carousel.owl-grab, .nouveautes-slider .owl-carousel.owl-grab, .products-slider-similar .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .products-slider .owl-carousel.owl-rtl, .nouveautes-slider .owl-carousel.owl-rtl, .products-slider-similar .owl-carousel.owl-rtl {
    direction: rtl; }
  .products-slider .owl-carousel.owl-rtl .owl-item, .nouveautes-slider .owl-carousel.owl-rtl .owl-item, .products-slider-similar .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .products-slider .no-js .owl-carousel, .nouveautes-slider .no-js .owl-carousel, .products-slider-similar .no-js .owl-carousel {
    display: block; }
  .products-slider .owl-carousel .owl-item .owl-lazy, .nouveautes-slider .owl-carousel .owl-item .owl-lazy, .products-slider-similar .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .products-slider .owl-carousel .owl-item img, .nouveautes-slider .owl-carousel .owl-item img, .products-slider-similar .owl-carousel .owl-item img {
    transform-style: preserve-3d; }
  .products-slider .owl-carousel .owl-video-wrapper, .nouveautes-slider .owl-carousel .owl-video-wrapper, .products-slider-similar .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .products-slider .owl-carousel .owl-video-play-icon, .nouveautes-slider .owl-carousel .owl-video-play-icon, .products-slider-similar .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease; }
  .products-slider .owl-carousel .owl-video-play-icon:hover, .nouveautes-slider .owl-carousel .owl-video-play-icon:hover, .products-slider-similar .owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3); }
  .products-slider .owl-carousel .owl-video-playing .owl-video-play-icon, .products-slider .owl-carousel .owl-video-playing .owl-video-tn, .nouveautes-slider .owl-carousel .owl-video-playing .owl-video-play-icon, .nouveautes-slider .owl-carousel .owl-video-playing .owl-video-tn, .products-slider-similar .owl-carousel .owl-video-playing .owl-video-play-icon, .products-slider-similar .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }
  .products-slider .owl-carousel .owl-video-tn, .nouveautes-slider .owl-carousel .owl-video-tn, .products-slider-similar .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  .products-slider .owl-carousel .owl-video-frame, .nouveautes-slider .owl-carousel .owl-video-frame, .products-slider-similar .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

.products-slides-container {
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2; }
  @media (max-width: 69.99em) {
    .products-slides-container {
      border-left: none;
      border-right: none; } }

.feedbacks-slider, .feedback-comments {
  /*padding:0 20px;*/
  width: 100%; }
  @media (max-width: 52.84714em) {
    .feedbacks-slider, .feedback-comments {
      padding: 0 0px;
      padding-bottom: 0; } }
  .feedbacks-slider .on, .feedback-comments .on {
    color: #ff9600; }
  .feedbacks-slider .instructions, .feedback-comments .instructions {
    color: #000;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px; }
    .feedbacks-slider .instructions .tags, .feedback-comments .instructions .tags {
      float: left;
      width: 60%;
      text-align: left; }
      @media (max-width: 52.84714em) {
        .feedbacks-slider .instructions .tags, .feedback-comments .instructions .tags {
          float: none;
          width: 100%;
          text-align: left; } }
      @media screen and (max-width: 320px) {
        .feedbacks-slider .instructions .tags, .feedback-comments .instructions .tags {
          float: none;
          width: 100%;
          text-align: left; } }
    .feedbacks-slider .instructions .more-info, .feedback-comments .instructions .more-info {
      float: left;
      width: 40%;
      text-align: right; }
      .feedbacks-slider .instructions .more-info a, .feedbacks-slider .instructions .more-info a:link, .feedbacks-slider .instructions .more-info a:visited, .feedbacks-slider .instructions .more-info a:hover, .feedbacks-slider .instructions .more-info a:active, .feedback-comments .instructions .more-info a, .feedback-comments .instructions .more-info a:link, .feedback-comments .instructions .more-info a:visited, .feedback-comments .instructions .more-info a:hover, .feedback-comments .instructions .more-info a:active {
        font-size: 12px;
        font-weight: 400;
        text-decoration: underline !important;
        color: #3598e9; }
      @media (max-width: 52.84714em) {
        .feedbacks-slider .instructions .more-info, .feedback-comments .instructions .more-info {
          float: none;
          width: 100%;
          text-align: left;
          margin-top: 10px; } }
      @media screen and (max-width: 320px) {
        .feedbacks-slider .instructions .more-info, .feedback-comments .instructions .more-info {
          float: none;
          width: 100%;
          text-align: left;
          margin-top: 10px; } }
  .feedbacks-slider .clear, .feedback-comments .clear {
    clear: both; }
  .feedbacks-slider .wrap-slider, .feedback-comments .wrap-slider {
    margin-left: 40px;
    margin-right: 40px; }
    @media (max-width: 52.84714em) {
      .feedbacks-slider .wrap-slider, .feedback-comments .wrap-slider {
        margin-left: 0px;
        margin-right: 0px; } }
  @media (max-width: 69.99em) {
    .feedbacks-slider hr, .feedback-comments hr {
      position: relative;
      top: -4px; } }
  @media (max-width: 22.84714em) {
    .feedbacks-slider .separator, .feedback-comments .separator {
      max-height: 10px; } }
  .feedbacks-slider .owl-nav, .feedback-comments .owl-nav {
    display: inline-block;
    position: absolute;
    top: 33%;
    margin-left: -5%;
    width: 110%;
    display: block;
    /*.owl-prev,
        .owl-next {
            background-color: #eeeeee;
            padding: 12px 14px;
            margin-left: 5px;
            display: inline-block;
            @include mq($until: tablet) {
                background-color: transparent;
                margin-right: 0rem;
                margin-left: 0rem;
            }
            @include mq(tablet) {
                margin-top: 10px;
            }

            img{
                @include mq($until: tablet) {
                    display: none;

                }
            }
        }
        .owl-prev {
            @include mq($until: tablet) {
                @include asset(443,15,10,18);
                margin-left: 10px;
                left: -1rem;
            }
        }
        .owl-next {
            @include mq($until: tablet) {
                @include asset(475,15,10,18);
                float: right;
                right: -1.5rem;
                margin-left: 10px;
            }
        }*/ }
    @media (max-width: 52.84714em) {
      .feedbacks-slider .owl-nav, .feedback-comments .owl-nav {
        display: none; } }
    .feedbacks-slider .owl-nav .owl-next img, .feedbacks-slider .owl-nav .owl-prev img, .feedback-comments .owl-nav .owl-next img, .feedback-comments .owl-nav .owl-prev img {
      width: 60px; }
    .feedbacks-slider .owl-nav .owl-prev, .feedback-comments .owl-nav .owl-prev {
      width: 10%;
      margin-left: -2%;
      z-index: 99;
      position: absolute; }
    .feedbacks-slider .owl-nav .owl-next, .feedback-comments .owl-nav .owl-next {
      width: 10%;
      margin-left: 95%; }
  .feedbacks-slider .feedbacks-slides-container, .feedback-comments .feedbacks-slides-container {
    width: 100%; }
    @media (min-width: 52.85714em) {
      .feedbacks-slider .feedbacks-slides-container .owl-item.active:first-child .product-slide-item, .feedback-comments .feedbacks-slides-container .owl-item.active:first-child .product-slide-item {
        padding: 0 16px 0px 0px; } }
    @media (min-width: 52.85714em) {
      .feedbacks-slider .feedbacks-slides-container .owl-item.active:last-child .product-slide-item, .feedback-comments .feedbacks-slides-container .owl-item.active:last-child .product-slide-item {
        padding: 0 0px 0px 16px; } }
    .feedbacks-slider .feedbacks-slides-container .feedback-slide-item, .feedback-comments .feedbacks-slides-container .feedback-slide-item {
      float: left;
      overflow: hidden;
      margin-right: 10px;
      padding: 20px 0rem 20px 0rem; }
      @media (max-width: 34.27571em) {
        .feedbacks-slider .feedbacks-slides-container .feedback-slide-item, .feedback-comments .feedbacks-slides-container .feedback-slide-item {
          width: 100%; } }
      @media (min-width: 34.28571em) {
        .feedbacks-slider .feedbacks-slides-container .feedback-slide-item, .feedback-comments .feedbacks-slides-container .feedback-slide-item {
          width: 95%; } }
      .feedbacks-slider .feedbacks-slides-container .feedback-slide-item .feed-user, .feedback-comments .feedbacks-slides-container .feedback-slide-item .feed-user {
        text-transform: uppercase;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        color: #000; }
      .feedbacks-slider .feedbacks-slides-container .feedback-slide-item .feed-link, .feedback-comments .feedbacks-slides-container .feedback-slide-item .feed-link {
        background-image: url(../images/insta-picto-wht.png);
        min-width: 100%;
        min-height: 30px;
        background-size: 30px;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 999;
        margin-top: 10px;
        background-position-x: 95%;
        cursor: pointer; }
        @media (min-width: 34.28571em) {
          .feedbacks-slider .feedbacks-slides-container .feedback-slide-item .feed-link, .feedback-comments .feedbacks-slides-container .feedback-slide-item .feed-link {
            margin-top: 15px; } }
    @media (min-width: 52.85714em) and (max-width: 69.99em) {
      .feedbacks-slider .feedbacks-slides-container .owl-item:nth-child(2n) .product-slide-item, .feedback-comments .feedbacks-slides-container .owl-item:nth-child(2n) .product-slide-item {
        border-right: none; } }
  .feedbacks-slider .owl-carousel .animated, .feedback-comments .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .feedbacks-slider .owl-carousel .owl-animated-in, .feedback-comments .owl-carousel .owl-animated-in {
    z-index: 0; }
  .feedbacks-slider .owl-carousel .owl-animated-out, .feedback-comments .owl-carousel .owl-animated-out {
    z-index: 1; }
  .feedbacks-slider .owl-carousel .fadeOut, .feedback-comments .owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .feedbacks-slider .owl-height, .feedback-comments .owl-height {
    transition: height 500ms ease-in-out; }
  .feedbacks-slider .owl-carousel, .feedback-comments .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1; }
  .feedbacks-slider .owl-carousel .owl-stage, .feedback-comments .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .feedbacks-slider .owl-carousel .owl-stage:after, .feedback-comments .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .feedbacks-slider .owl-carousel .owl-stage-outer, .feedback-comments .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0); }
  .feedbacks-slider .owl-stage-outer, .feedback-comments .owl-stage-outer {
    height: 340px; }
  .feedbacks-slider .owl-carousel .owl-item, .feedback-comments .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .feedbacks-slider .owl-carousel .owl-item img, .feedback-comments .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .feedbacks-slider .owl-carousel .owl-dots.disabled, .feedbacks-slider .owl-carousel .owl-nav.disabled, .feedback-comments .owl-carousel .owl-dots.disabled, .feedback-comments .owl-carousel .owl-nav.disabled {
    display: none; }
  .feedbacks-slider .owl-carousel .owl-dot, .feedbacks-slider .owl-carousel .owl-nav .owl-next, .feedbacks-slider .owl-carousel .owl-nav .owl-prev, .feedback-comments .owl-carousel .owl-dot, .feedback-comments .owl-carousel .owl-nav .owl-next, .feedback-comments .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .feedbacks-slider .owl-carousel.owl-loaded, .feedback-comments .owl-carousel.owl-loaded {
    display: block; }
  .feedbacks-slider .owl-carousel.owl-loading, .feedback-comments .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .feedbacks-slider .owl-carousel.owl-hidden, .feedback-comments .owl-carousel.owl-hidden {
    opacity: 0; }
  .feedbacks-slider .owl-carousel.owl-refresh .owl-item, .feedback-comments .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .feedbacks-slider .owl-carousel.owl-drag .owl-item, .feedback-comments .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .feedbacks-slider .owl-carousel.owl-grab, .feedback-comments .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .feedbacks-slider .owl-carousel.owl-rtl, .feedback-comments .owl-carousel.owl-rtl {
    direction: rtl; }
  .feedbacks-slider .owl-carousel.owl-rtl .owl-item, .feedback-comments .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .feedbacks-slider .no-js .owl-carousel, .feedback-comments .no-js .owl-carousel {
    display: block; }
  .feedbacks-slider .owl-carousel .owl-item .owl-lazy, .feedback-comments .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .feedbacks-slider .owl-carousel .owl-item img, .feedback-comments .owl-carousel .owl-item img {
    transform-style: preserve-3d; }
  .feedbacks-slider .owl-carousel .owl-video-wrapper, .feedback-comments .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .feedbacks-slider .owl-carousel .owl-video-play-icon, .feedback-comments .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease; }
  .feedbacks-slider .owl-carousel .owl-video-play-icon:hover, .feedback-comments .owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3); }
  .feedbacks-slider .owl-carousel .owl-video-playing .owl-video-play-icon, .feedbacks-slider .owl-carousel .owl-video-playing .owl-video-tn, .feedback-comments .owl-carousel .owl-video-playing .owl-video-play-icon, .feedback-comments .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }
  .feedbacks-slider .owl-carousel .owl-video-tn, .feedback-comments .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  .feedbacks-slider .owl-carousel .owl-video-frame, .feedback-comments .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
  @media (max-width: 34.27571em) {
    .feedbacks-slider .owl-item, .feedbacks-slider .owl-item .active, .feedback-comments .owl-item, .feedback-comments .owl-item .active {
      width: 220px !important;
      margin-right: 11px !important; } }
  @media (min-width: 34.28571em) {
    .feedbacks-slider .owl-item, .feedbacks-slider .owl-item .active, .feedback-comments .owl-item, .feedback-comments .owl-item .active {
      width: 260px !important; } }

.global-rating .clear {
  clear: both; }

.global-rating .btn-ensavoir-plus {
  display: inline-block;
  font-size: .7rem;
  color: #4DB1FF;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  top: 2px;
  left: 8px; }

.global-rating .left {
  float: left;
  width: 72%; }
  .global-rating .left ul li {
    clear: both;
    line-height: 25px;
    border-right: 1px solid #b1b1b1; }
  .global-rating .left .option {
    float: left;
    width: 175px; }
    @media (max-width: 34.27571em) {
      .global-rating .left .option {
        float: left;
        width: 110px; } }
    @media (min-width: 34.28571em) {
      .global-rating .left .option {
        float: left;
        width: 170px; } }
    @media screen and (max-width: 320px) {
      .global-rating .left .option {
        float: left;
        width: 110px; } }
    @media (min-width: 52.85714em) {
      .global-rating .left .option {
        float: left;
        width: 145px; } }
  .global-rating .left .stars {
    float: left;
    color: #b1b1b1; }

.global-rating .right {
  float: left;
  width: 28%;
  padding-left: 15px;
  text-align: center;
  padding-bottom: 10px;
  border-left: 1px solid #b1b1b1; }
  @media (max-width: 52.84714em) {
    .global-rating .right {
      padding-left: 10px; } }
  .global-rating .right .global-note {
    margin-top: 20px;
    font-size: 34px;
    color: #000; }
    @media (max-width: 34.27571em) {
      .global-rating .right .global-note {
        font-size: 23px; } }
    .global-rating .right .global-note .grey {
      color: #b1b1b1; }
  .global-rating .right a, .global-rating .right a:link, .global-rating .right a:visited, .global-rating .right a:hover, .global-rating .right a:active {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline !important;
    color: #3598e9; }

.feedback-comments {
  overflow: hidden;
  margin-top: 10px; }
  .feedback-comments .wrap-comments {
    overflow: hidden; }
    .feedback-comments .wrap-comments .item-comment {
      margin-top: 20px;
      margin-bottom: 20px;
      overflow: hidden;
      border-bottom: 1px solid #dadada;
      padding-bottom: 40px; }
      .feedback-comments .wrap-comments .item-comment .user-infos {
        float: left;
        width: 20%; }
        @media (max-width: 52.84714em) {
          .feedback-comments .wrap-comments .item-comment .user-infos {
            float: none;
            width: 100%; }
            .feedback-comments .wrap-comments .item-comment .user-infos img {
              width: 48px; } }
        @media screen and (max-width: 320px) {
          .feedback-comments .wrap-comments .item-comment .user-infos {
            float: none;
            width: 100%; }
            .feedback-comments .wrap-comments .item-comment .user-infos img {
              width: 48px; } }
        .feedback-comments .wrap-comments .item-comment .user-infos .image {
          float: left;
          width: 20%; }
          .feedback-comments .wrap-comments .item-comment .user-infos .image img {
            width: 30px; }
          @media (max-width: 52.84714em) {
            .feedback-comments .wrap-comments .item-comment .user-infos .image {
              width: 70px;
              float: left; } }
          @media screen and (max-width: 320px) {
            .feedback-comments .wrap-comments .item-comment .user-infos .image {
              width: 70px;
              float: left; } }
        .feedback-comments .wrap-comments .item-comment .user-infos .names {
          float: left;
          width: 80%;
          color: #000;
          font-weight: 600;
          padding-top: 5px;
          text-transform: uppercase; }
          @media (max-width: 52.84714em) {
            .feedback-comments .wrap-comments .item-comment .user-infos .names {
              width: 224px; } }
          @media screen and (max-width: 320px) {
            .feedback-comments .wrap-comments .item-comment .user-infos .names {
              width: 200px; } }
        .feedback-comments .wrap-comments .item-comment .user-infos .certif-buyer {
          color: #00c6ff;
          font-size: 10px; }
        .feedback-comments .wrap-comments .item-comment .user-infos .interets {
          color: #7c7c7c; }
          .feedback-comments .wrap-comments .item-comment .user-infos .interets span.title {
            line-height: 40px;
            text-transform: uppercase;
            color: #000;
            font-weight: 500; }
      .feedback-comments .wrap-comments .item-comment .comment {
        float: left;
        width: 80%;
        margin-top: 5px; }
        @media (max-width: 52.84714em) {
          .feedback-comments .wrap-comments .item-comment .comment {
            float: none;
            width: 100%;
            padding-left: 0px;
            margin-top: 35px; } }
        @media screen and (max-width: 320px) {
          .feedback-comments .wrap-comments .item-comment .comment {
            float: none;
            width: 100%;
            padding-left: 0px;
            margin-top: 35px; } }
        .feedback-comments .wrap-comments .item-comment .comment .rate {
          width: 100%;
          margin-bottom: 20px; }
          .feedback-comments .wrap-comments .item-comment .comment .rate .stars {
            float: left;
            width: 13%;
            color: #b1b1b1; }
            @media (max-width: 52.84714em) {
              .feedback-comments .wrap-comments .item-comment .comment .rate .stars {
                float: left;
                width: 30%;
                font-size: 12px; } }
            @media screen and (max-width: 320px) {
              .feedback-comments .wrap-comments .item-comment .comment .rate .stars {
                float: left;
                width: 30%;
                font-size: 12px; } }
            @media (min-width: 52.85714em) {
              .feedback-comments .wrap-comments .item-comment .comment .rate .stars {
                float: left;
                width: 85px; } }
          .feedback-comments .wrap-comments .item-comment .comment .rate .date {
            float: left;
            font-size: 14px;
            width: 67%; }
            @media (max-width: 52.84714em) {
              .feedback-comments .wrap-comments .item-comment .comment .rate .date {
                float: left;
                font-size: 12px;
                width: 50%; } }
            @media screen and (max-width: 320px) {
              .feedback-comments .wrap-comments .item-comment .comment .rate .date {
                float: left;
                font-size: 12px;
                width: 50%; } }
            @media (min-width: 52.85714em) {
              .feedback-comments .wrap-comments .item-comment .comment .rate .date {
                float: left;
                font-size: 12px;
                width: 60%; } }
            .feedback-comments .wrap-comments .item-comment .comment .rate .date .middle-dot {
              font-size: 30px;
              float: left;
              display: block; }
              @media (max-width: 52.84714em) {
                .feedback-comments .wrap-comments .item-comment .comment .rate .date .middle-dot {
                  display: none; } }
            .feedback-comments .wrap-comments .item-comment .comment .rate .date .date-post {
              float: left;
              margin-left: 5px; }
          .feedback-comments .wrap-comments .item-comment .comment .rate .buyer-certif {
            background-image: url(../images/buyer_certif.png);
            background-size: 60px;
            background-repeat: no-repeat;
            height: 25px;
            float: left;
            width: 20%;
            background-position: right; }
            @media (max-width: 52.84714em) {
              .feedback-comments .wrap-comments .item-comment .comment .rate .buyer-certif {
                background-image: url(../images/buyer_certif.png);
                background-size: 50px;
                background-repeat: no-repeat;
                height: 25px;
                float: left;
                width: 20%;
                background-position: right;
                background-position-y: 1px; } }
            @media screen and (max-width: 320px) {
              .feedback-comments .wrap-comments .item-comment .comment .rate .buyer-certif {
                background-image: url(../images/buyer_certif.png);
                background-size: 50px;
                background-repeat: no-repeat;
                height: 25px;
                float: left;
                width: 20%;
                background-position: right;
                background-position-y: 1px; } }
        .feedback-comments .wrap-comments .item-comment .comment ul {
          display: block;
          overflow: hidden;
          float: left;
          width: 38%; }
          @media screen and (max-width: 320px) {
            .feedback-comments .wrap-comments .item-comment .comment ul {
              display: none; } }
          @media (max-width: 52.84714em) {
            .feedback-comments .wrap-comments .item-comment .comment ul {
              display: none; } }
        .feedback-comments .wrap-comments .item-comment .comment ul li {
          clear: both;
          line-height: 25px; }
        .feedback-comments .wrap-comments .item-comment .comment .option {
          float: left;
          width: 175px;
          font-size: 12px; }
        .feedback-comments .wrap-comments .item-comment .comment .rec-rates {
          float: left;
          padding-top: 5px; }
        .feedback-comments .wrap-comments .item-comment .comment .rec-rate {
          float: left;
          height: 8px;
          width: 30px;
          margin-right: 1px; }
        .feedback-comments .wrap-comments .item-comment .comment .on {
          background-color: #ff9d00; }
        .feedback-comments .wrap-comments .item-comment .comment .off {
          background-color: #b1b1b1; }
        .feedback-comments .wrap-comments .item-comment .comment p {
          line-height: 17px;
          color: #000;
          font-weight: 400;
          text-align: justify;
          float: left;
          width: 62%;
          margin-top: -35px;
          font-size: 12px; }
          @media (max-width: 52.84714em) {
            .feedback-comments .wrap-comments .item-comment .comment p {
              margin-top: 0px;
              width: 100%; } }
  .feedback-comments .footer-comment {
    overflow: hidden; }
    .feedback-comments .footer-comment .paginate {
      width: 45%;
      min-height: 30px;
      margin-bottom: 40px;
      color: #000;
      float: left;
      margin-right: 1%;
      text-align: right;
      padding-top: 3px;
      padding-bottom: 3px; }
      @media (max-width: 34.27571em) {
        .feedback-comments .footer-comment .paginate {
          width: 100%;
          margin-bottom: 10px; } }
      @media (min-width: 34.28571em) {
        .feedback-comments .footer-comment .paginate {
          width: 100%;
          margin-bottom: 10px; } }
      @media (min-width: 52.85714em) {
        .feedback-comments .footer-comment .paginate {
          width: 45%;
          margin-right: 0px; } }
      @media (min-width: 70em) {
        .feedback-comments .footer-comment .paginate {
          width: 55%; } }
      @media (min-width: 91.42857em) {
        .feedback-comments .footer-comment .paginate {
          width: 65%; } }
      .feedback-comments .footer-comment .paginate .texte {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
        width: 90%;
        text-align: left !important; }
        .feedback-comments .footer-comment .paginate .texte a {
          font-size: 10px;
          color: #00c6ff;
          text-decoration: underline;
          font-weight: 600;
          text-transform: uppercase; }
      .feedback-comments .footer-comment .paginate .arrow-nav {
        width: 10%;
        text-align: right;
        float: left;
        padding-right: 3px;
        cursor: pointer !important; }
        .feedback-comments .footer-comment .paginate .arrow-nav .arrow-right {
          float: right;
          font-weight: 600;
          background-color: #b2b2b2;
          color: #fff;
          text-align: center !important;
          width: 34px;
          height: 34px;
          padding-top: 10px; }
        .feedback-comments .footer-comment .paginate .arrow-nav .arrow-left {
          float: right;
          font-weight: 600;
          background-color: #b2b2b2;
          color: #fff;
          text-align: center !important;
          width: 34px;
          height: 34px;
          padding-top: 10px;
          margin-left: 3px; }
    .feedback-comments .footer-comment .btn-feed {
      width: 200px;
      text-transform: uppercase;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 13px;
      padding-bottom: 13px;
      float: left;
      font-weight: 500;
      background-color: #eeeeee;
      color: #828282;
      text-align: center;
      cursor: pointer;
      margin-left: 10px; }
      @media (max-width: 52.84714em) {
        .feedback-comments .footer-comment .btn-feed {
          width: 49%;
          margin-left: 2%;
          margin-bottom: 30px; } }
      @media (min-width: 52.85714em) {
        .feedback-comments .footer-comment .btn-feed {
          width: 28%;
          margin-left: 1%;
          float: right; } }
      @media (min-width: 70em) {
        .feedback-comments .footer-comment .btn-feed {
          width: 20%;
          margin-left: 1%;
          float: right; } }
      @media (min-width: 91.42857em) {
        .feedback-comments .footer-comment .btn-feed {
          width: 16%;
          margin-left: 1%; } }
    .feedback-comments .footer-comment .btn-view-all-review {
      width: 200px;
      margin-left: 10px;
      text-transform: uppercase;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 13px;
      padding-bottom: 13px;
      float: left;
      font-weight: 500;
      background-color: #b2b2b2;
      color: #fff;
      text-align: center;
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .feedback-comments .footer-comment .btn-view-all-review {
          width: 49%;
          margin-left: 0px;
          margin-bottom: 30px; } }
      @media (min-width: 52.85714em) {
        .feedback-comments .footer-comment .btn-view-all-review {
          width: 25%;
          margin-left: 1%; } }
      @media (min-width: 70em) {
        .feedback-comments .footer-comment .btn-view-all-review {
          width: 23%;
          margin-left: 1%; } }
      @media (min-width: 91.42857em) {
        .feedback-comments .footer-comment .btn-view-all-review {
          width: 17%;
          margin-left: 1%; } }

@media (max-width: 52.84714em) {
  .products-pack.products-pack-2, .products-pack.products-pack-3, .products-pack.products-pack-4, .products-pack.products-pack-5 {
    display: none; } }

.products-pack .wrap-visu-pack {
  width: 100%;
  padding: 40px 0px 40px 40px;
  float: left; }
  @media (max-width: 52.84714em) {
    .products-pack .wrap-visu-pack {
      padding: 5%;
      width: 100%; } }
  .products-pack .wrap-visu-pack .item-visu {
    background-repeat: no-repeat;
    background-size: contain;
    height: 130px;
    display: inline-block;
    position: relative;
    float: left;
    width: 10%;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    background-position: center; }
    @media (max-width: 34.27571em) {
      .products-pack .wrap-visu-pack .item-visu {
        height: 70px;
        width: 20.5%; } }
    @media (min-width: 34.28571em) {
      .products-pack .wrap-visu-pack .item-visu {
        height: 120px;
        width: 20.5%; } }
    @media (min-width: 52.85714em) {
      .products-pack .wrap-visu-pack .item-visu {
        height: 120px;
        width: 10%; } }
    @media (min-width: 70em) {
      .products-pack .wrap-visu-pack .item-visu {
        height: 120px;
        width: 10%; } }
    @media (min-width: 91.42857em) {
      .products-pack .wrap-visu-pack .item-visu {
        height: 120px;
        width: 10%; } }
  .products-pack .wrap-visu-pack .plus-icon-pack {
    float: left;
    margin: 45px 10px 0px 10px;
    background-image: url(../images/plus_pack.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 15%; }
    @media (max-width: 34.27571em) {
      .products-pack .wrap-visu-pack .plus-icon-pack {
        margin: 15px 0 0px 0;
        width: 10%; } }
    @media (min-width: 34.28571em) {
      .products-pack .wrap-visu-pack .plus-icon-pack {
        margin: 45px 0 0px 0;
        width: 10%; } }
    @media (min-width: 52.85714em) {
      .products-pack .wrap-visu-pack .plus-icon-pack {
        margin: 45px 0% 0px 0%;
        width: 5%; } }
    @media (min-width: 70em) {
      .products-pack .wrap-visu-pack .plus-icon-pack {
        margin: 45px 0% 0px 0%;
        width: 5%; } }
    @media (min-width: 91.42857em) {
      .products-pack .wrap-visu-pack .plus-icon-pack {
        margin: 45px 0% 0px 0%;
        width: 5%; } }
  .products-pack .wrap-visu-pack .wrap-row-items {
    overflow: hidden; }
  .products-pack .wrap-visu-pack .list-item li:first-child {
    display: none; }

.products-pack .wrap-visu-pack-solo {
  float: left;
  text-align: center;
  width: 30%;
  margin-top: 40px;
  height: 120px;
  background-image: url(../images/arrow-down-pack.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;
  display: block; }
  @media (max-width: 52.84714em) {
    .products-pack .wrap-visu-pack-solo {
      display: none; } }

.products-pack .wrap-details-pack {
  overflow: hidden; }
  .products-pack .wrap-details-pack .details-pack {
    width: 70%;
    float: left;
    padding-left: 20px;
    padding-right: 0px; }
    @media (max-width: 52.84714em) {
      .products-pack .wrap-details-pack .details-pack {
        width: 100%;
        float: none;
        padding-left: 20px;
        padding-right: 20px; } }
    .products-pack .wrap-details-pack .details-pack h3 {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      color: #000; }
    .products-pack .wrap-details-pack .details-pack .product-item-price {
      color: red;
      font-size: 12px;
      font-weight: 600px; }
    .products-pack .wrap-details-pack .details-pack .product-item-name {
      color: #000;
      font-size: 12px;
      font-weight: 500px; }
  .products-pack .wrap-details-pack .price-pack {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 52.84714em) {
      .products-pack .wrap-details-pack .price-pack {
        width: 100%;
        float: none;
        text-align: right;
        margin-top: 15px;
        margin-bottom: 20px;
        position: unset; } }
    .products-pack .wrap-details-pack .price-pack .add-product {
      margin-top: 12px; }
    .products-pack .wrap-details-pack .price-pack .offer-title {
      color: #000;
      font-size: 18px;
      font-weight: 600;
      line-height: 33px; }
    .products-pack .wrap-details-pack .price-pack .before {
      color: #3a99fc;
      font-weight: 600;
      font-size: 23px; }
    .products-pack .wrap-details-pack .price-pack .price {
      color: #7e7e7e;
      font-weight: 500;
      font-size: 15px;
      text-decoration: line-through; }
    .products-pack .wrap-details-pack .price-pack .btn-cart p {
      font-size: 15px;
      font-weight: 600;
      margin-top: 2px;
      text-transform: none; }
    .products-pack .wrap-details-pack .price-pack .btn-cart img {
      float: left;
      margin-left: 40px;
      margin-right: -30px; }
      @media (min-width: 52.85714em) {
        .products-pack .wrap-details-pack .price-pack .btn-cart img {
          margin-left: 30px;
          margin-right: -20px; } }
      @media (min-width: 91.42857em) {
        .products-pack .wrap-details-pack .price-pack .btn-cart img {
          margin-left: 55px;
          margin-right: -40px; } }
    .products-pack .wrap-details-pack .price-pack .buttons-counter {
      display: inline-block !important;
      width: 26%;
      float: left !important;
      margin-top: 4px; }
      @media (min-width: 91.42857em) {
        .products-pack .wrap-details-pack .price-pack .buttons-counter {
          margin-right: 5%; } }
    .products-pack .wrap-details-pack .price-pack .product-buy {
      width: 74%;
      float: left !important; }
      @media (min-width: 91.42857em) {
        .products-pack .wrap-details-pack .price-pack .product-buy {
          width: 69%; } }
    .products-pack .wrap-details-pack .price-pack .quantity-selector {
      width: 60px; }

.products-pack .facility-pay {
  float: left;
  padding: .3rem 0 .5rem 0; }
  @media (max-width: 52.84714em) {
    .products-pack .facility-pay {
      text-align: center;
      width: 100%; } }
  .products-pack .facility-pay span {
    float: left;
    margin-left: .2rem;
    font-size: .7rem;
    line-height: 1.05rem; }
    @media (max-width: 52.84714em) {
      .products-pack .facility-pay span {
        font-size: .9rem; } }
  @media (max-width: 52.84714em) {
    .products-pack .facility-pay .phrases {
      width: auto;
      margin: 0auto; } }
  @media (min-width: 22.85714em) {
    .products-pack .facility-pay .phrases .phrase1, .products-pack .facility-pay .phrases .phrase2 {
      width: auto;
      padding: 0;
      display: inline-block;
      border: 1px solid red; } }
  @media (min-width: 34.28571em) {
    .products-pack .facility-pay .phrases .phrase1, .products-pack .facility-pay .phrases .phrase2 {
      width: auto;
      padding: 0;
      display: inline-block;
      border: 1px solid green; } }
  @media (min-width: 70em) {
    .products-pack .facility-pay .phrases .phrase1, .products-pack .facility-pay .phrases .phrase2 {
      width: auto;
      padding: 0;
      display: inline-block;
      border: 1px solid blue; } }
  @media (min-width: 91.42857em) {
    .products-pack .facility-pay .phrases .phrase1, .products-pack .facility-pay .phrases .phrase2 {
      width: auto;
      padding: 0;
      display: inline-block;
      border: 1px solid yellow; } }
  .products-pack .facility-pay .oney {
    padding: 0;
    color: white;
    letter-spacing: 0.1rem;
    background-image: url(../images/oney/bulle_3x.png);
    background-repeat: no-repeat;
    background-size: 84%;
    background-position-y: 0px;
    background-position-x: 2px;
    width: 1.3rem;
    height: 1.2rem; }
    .products-pack .facility-pay .oney.oney-4x {
      background-image: url(../images/oney/bulle_4x.png); }
    .products-pack .facility-pay .oney .oney-frais {
      text-decoration: underline; }

.products-pack .product-stock {
  margin-right: 20px;
  border: 1px solid #DADADA;
  text-align: center;
  padding: 5px 0;
  margin-top: 10px;
  color: #33d75a;
  font-size: 11px;
  width: 100%;
  display: block; }
  @media (min-width: 34.28571em) {
    .products-pack .product-stock {
      display: none; } }
  .products-pack .product-stock .status-value {
    padding-left: 14px; }
    .products-pack .product-stock .status-value.stock:before {
      top: 3px; }
    .products-pack .product-stock .status-value.no-stock:before {
      top: 4px; }

.products-pack .product-quantity {
  display: none;
  background: #f4f4f4;
  padding: 4px 0;
  text-align: left;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 20px;
  padding: 7px 0;
  vertical-align: top;
  display: none; }
  @media (min-width: 52.85714em) {
    .products-pack .product-quantity {
      width: 20%;
      display: inline-block;
      margin-right: 0;
      padding-top: 0;
      line-height: 22px;
      padding-bottom: 0;
      margin-bottom: 0; } }
  @media (min-width: 52.85714em) {
    .products-pack .product-quantity {
      width: 24%; } }
  @media (min-width: 70em) {
    .products-pack .product-quantity {
      width: 25%; } }
  @media (min-width: 91.42857em) {
    .products-pack .product-quantity {
      width: 32%;
      display: inline-block;
      margin-right: 0;
      margin-bottom: 0; } }
  .products-pack .product-quantity label {
    font-size: 12px;
    color: #818181;
    margin-bottom: 0; }
    @media (min-width: 52.85714em) {
      .products-pack .product-quantity label {
        display: none; } }
  .products-pack .product-quantity .quantity-selector {
    margin: 0 auto;
    float: right; }

.products-pack .product-quantity-mobile {
  background: #f4f4f4;
  text-align: center;
  line-height: 25px;
  vertical-align: middle;
  padding: 0px 12px 0px;
  vertical-align: top;
  width: auto;
  margin-right: 0;
  display: inline-block; }
  @media (min-width: 52.85714em) {
    .products-pack .product-quantity-mobile {
      display: none; } }
  .products-pack .product-quantity-mobile label {
    /*font-size: 12px;
            color: #818181;
            float: left;
            line-height: 25px;
            margin-bottom: 0;
            padding-right:5px;*/
    display: none; }
  .products-pack .product-quantity-mobile .quantity-selector {
    margin: 0 auto;
    height: 41px; }
  .products-pack .product-quantity-mobile select {
    border: 1px solid #dedede;
    width: 100%;
    text-align: center;
    padding: 3px 30% 3px 30%;
    height: 40px; }

.products-pack .product-buy {
  width: 38%;
  margin-top: 0;
  padding-left: 0px;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 22.85714em) {
    .products-pack .product-buy {
      width: 55%; } }
  @media (min-width: 34.28571em) {
    .products-pack .product-buy {
      width: 36%;
      padding-left: 0; } }
  @media (min-width: 52.85714em) {
    .products-pack .product-buy {
      width: 74%;
      float: none; } }
  @media (min-width: 70em) {
    .products-pack .product-buy {
      width: 74%; } }
  @media (min-width: 91.42857em) {
    .products-pack .product-buy {
      width: 67%; } }
  .products-pack .product-buy .btn-cart {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }
    @media (min-width: 52.85714em) {
      .products-pack .product-buy .btn-cart {
        font-size: 14px;
        line-height: 12px;
        font-weight: 400;
        padding: 7px 12px; } }

.products-pack .container {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 12px;
  /** end item **/ }
  @media (min-width: 34.28571em) {
    .products-pack .container {
      padding-top: 20px; } }
  @media (min-width: 52.85714em) {
    .products-pack .container {
      margin-top: 0px;
      margin-bottom: 0px;
      display: block;
      overflow: hidden;
      padding-bottom: 20px;
      padding-top: 0px; } }
  @media (min-width: 52.85714em) {
    .products-pack .container .items {
      padding: 1.7rem 0 0 0rem; } }
  .products-pack .container .details {
    position: relative;
    right: 0;
    top: 0; }
    @media (min-width: 52.85714em) {
      .products-pack .container .details {
        float: right;
        padding: 35px 50px 0 16px;
        min-height: 420px;
        position: absolute; } }
    @media (min-width: 34.28571em) {
      .products-pack .container .details {
        width: 100%; } }
    @media (min-width: 52.85714em) {
      .products-pack .container .details {
        width: 43%; } }
    @media (min-width: 70em) {
      .products-pack .container .details {
        width: 43%; } }
    .products-pack .container .details.first-block {
      position: relative;
      top: 0;
      height: auto;
      left: 0;
      z-index: 10;
      min-height: auto; }
      @media (min-width: 22.85714em) and (max-width: 34.27571em) {
        .products-pack .container .details.first-block {
          padding-left: 15px; } }
      @media (min-width: 52.85714em) {
        .products-pack .container .details.first-block {
          float: right; } }
    .products-pack .container .details.second-block {
      position: relative;
      top: 0;
      height: auto;
      left: 0;
      z-index: 10;
      min-height: auto; }
      @media (min-width: 52.85714em) {
        .products-pack .container .details.second-block {
          padding-top: 7px;
          z-index: 5;
          height: 100%;
          float: right; } }
    .products-pack .container .details .head .title {
      font-size: 16px;
      line-height: 21px;
      font-weight: 400;
      text-transform: uppercase;
      color: #000;
      background: #e00202;
      padding: 2px 10px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      width: 125px;
      text-align: center;
      /*@include mq(mobile) {
                        @include font(22,23,400);
                    }
                    @include mq(tablet) {
                        @include font(16,18,400);

                        text-transform: uppercase;
                        color: #000;
                        padding-top: 0px;

                        //width: 145px;
                        width: 68%;
                    }*/ }
    .products-pack .container .details .head .discount {
      background: #e00202;
      padding: 12px 0;
      color: #fff;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      position: absolute;
      right: 0;
      top: -2px;
      width: 43px;
      text-align: center; }
      @media (max-width: 34.27571em) {
        .products-pack .container .details .head .discount {
          padding: 10px 0;
          top: 0px; } }
    .products-pack .container .details .head p {
      font-family: "Open Sans", sans-serif;
      margin-top: 0px;
      line-height: 16px;
      color: #8d8d8d;
      font-size: 13px;
      padding-bottom: 7px; }
      @media (min-width: 52.85714em) {
        .products-pack .container .details .head p {
          margin-top: 10px;
          padding-bottom: 10px; } }
      .products-pack .container .details .head p.phrase1bis {
        display: none; }
        @media (min-width: 34.28571em) {
          .products-pack .container .details .head p.phrase1bis {
            display: block;
            line-height: 19px; } }
        @media (min-width: 52.85714em) {
          .products-pack .container .details .head p.phrase1bis {
            line-height: 16px; } }
      .products-pack .container .details .head p.phrase1 {
        margin-top: 5px;
        /*display:none;
                        @include mq($until: mobileLandscape) {
                            display:block;
                            width:80%;
                            padding-bottom: 0;
                            line-height: 19px;
                        }*/ }
      .products-pack .container .details .head p.phrase2 {
        display: none;
        color: #000; }
        @media (min-width: 52.85714em) {
          .products-pack .container .details .head p.phrase2 {
            padding-bottom: 2px;
            display: block; } }
        @media (min-width: 70em) {
          .products-pack .container .details .head p.phrase2 {
            padding-bottom: 2px; } }
        @media (min-width: 91.42857em) {
          .products-pack .container .details .head p.phrase2 {
            padding-bottom: 5px;
            margin-top: 3rem; } }
    .products-pack .container .details .list {
      display: none;
      border-top: 1px solid #DADADA;
      /*border-bottom: $border-default;*/
      padding-top: 15px;
      margin: 0px 0;
      padding-bottom: 1rem;
      border-bottom: 1px solid #DADADA; }
      @media (min-width: 52.85714em) {
        .products-pack .container .details .list {
          display: block; } }
      .products-pack .container .details .list ul li {
        color: #636363;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        line-height: 16px;
        margin-bottom: 5px;
        /*&.signeplus:before {
                            content: "+";
                            width: 1%;
                            font-weight: 100;
                            font-size: 1rem;
                            position: absolute;
                            left: -15px;
                        }*/ }
        .products-pack .container .details .list ul li .ligne {
          width: 73%;
          display: inline-block; }
          .products-pack .container .details .list ul li .ligne span {
            text-transform: uppercase; }
        .products-pack .container .details .list ul li .value {
          float: right;
          display: inline-block; }
    @media (min-width: 52.85714em) {
      .products-pack .container .details .mobile-list {
        display: none; } }
    .products-pack .container .details .mobile-list .tab-content > p {
      color: #000000;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      line-height: 16px;
      font-weight: 600;
      padding-top: 10px;
      margin-bottom: 9px;
      border-bottom: 1px solid #515151;
      padding-bottom: 3px; }
    .products-pack .container .details .mobile-list .tab-content table {
      color: #636363;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      line-height: 16px;
      width: 100%;
      margin-bottom: 20px; }
      .products-pack .container .details .mobile-list .tab-content table tr td {
        padding-left: 0px;
        padding-right: 0;
        /*&.signeplus:before {
                                    content: "+";
                                    width: 1%;
                                    font-weight: 100;
                                    font-size: 1rem;
                                    position: absolute;
                                    left: -15px;

                                }*/ }
        .products-pack .container .details .mobile-list .tab-content table tr td.title {
          text-align: left;
          width: 70%; }
        .products-pack .container .details .mobile-list .tab-content table tr td.value {
          text-align: right;
          width: 30%;
          vertical-align: top; }
        .products-pack .container .details .mobile-list .tab-content table tr td i {
          float: left; }
        .products-pack .container .details .mobile-list .tab-content table tr td p {
          float: left;
          display: block;
          width: 84%;
          margin-left: 7px;
          -webkit-hyphens: none;
              -ms-hyphens: none;
                  hyphens: none;
          line-height: 14px;
          margin-bottom: 10px; }
        .products-pack .container .details .mobile-list .tab-content table tr td span {
          text-transform: uppercase; }
    .products-pack .container .details .footer {
      position: relative;
      bottom: 0;
      font-family: "Open Sans", sans-serif; }
      @media (min-width: 52.85714em) {
        .products-pack .container .details .footer {
          width: 100%;
          left: 0px;
          padding: 7px 0px 7px 15px; } }
      @media (min-width: 70em) {
        .products-pack .container .details .footer {
          padding: 0px 0px 7px 15px; } }
      .products-pack .container .details .footer .price-content {
        width: 100%;
        text-align: right;
        padding: 7px 0px 0 7px;
        margin-top: 0px; }
        @media (min-width: 34.28571em) {
          .products-pack .container .details .footer .price-content {
            text-align: right; } }
        @media (min-width: 52.85714em) {
          .products-pack .container .details .footer .price-content {
            text-align: right;
            border: none;
            padding: 12px 0px 0 0;
            margin-top: 0; } }
      .products-pack .container .details .footer .before {
        text-decoration: line-through;
        color: #000;
        font-size: 12px;
        display: inline-block;
        font-size: 12px;
        line-height: 13px;
        font-weight: 400;
        vertical-align: middle;
        padding-left: 5px; }
        @media (min-width: 52.85714em) {
          .products-pack .container .details .footer .before {
            display: inline-block;
            font-size: 14px;
            line-height: 35px;
            font-weight: 400;
            vertical-align: top;
            text-align: right; } }
      .products-pack .container .details .footer .price {
        color: #e00202;
        display: inline-block;
        font-size: 20px;
        line-height: 13px;
        font-weight: 600;
        vertical-align: middle;
        padding-left: 5px; }
        @media (min-width: 52.85714em) {
          .products-pack .container .details .footer .price {
            display: inline-block;
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            vertical-align: top;
            padding-left: 0;
            text-align: right; } }
      .products-pack .container .details .footer form {
        margin-top: 10px;
        text-align: right; }
        @media (min-width: 52.85714em) {
          .products-pack .container .details .footer form {
            margin-top: 0px;
            text-align: inherit; } }
        @media (min-width: 70em) {
          .products-pack .container .details .footer form {
            margin-top: 0px; } }
        @media (min-width: 91.42857em) {
          .products-pack .container .details .footer form {
            margin-top: 5px; } }
        .products-pack .container .details .footer form input {
          float: right; }
        .products-pack .container .details .footer form .quantity-selector {
          margin-left: 3px; }
          .products-pack .container .details .footer form .quantity-selector .field {
            display: none; }
            @media (min-width: 52.85714em) {
              .products-pack .container .details .footer form .quantity-selector .field {
                display: block !important; } }
            .products-pack .container .details .footer form .quantity-selector .field input {
              width: 46px; }
          .products-pack .container .details .footer form .quantity-selector .buttons {
            display: none; }
            @media (min-width: 52.85714em) {
              .products-pack .container .details .footer form .quantity-selector .buttons {
                display: block !important; } }
          .products-pack .container .details .footer form .quantity-selector select {
            background: white; }
        .products-pack .container .details .footer form label {
          color: #818181;
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          vertical-align: top;
          line-height: 25px; }
  .products-pack .container .item {
    width: 33%;
    float: left;
    padding: 16px 20px;
    margin: 0;
    /*&:after {
                @include picto(264,132,28,28);
                right: -14px;
                left: auto;
                top: 36%;
                z-index: 100;
            }*/ }
    @media (min-width: 52.85714em) {
      .products-pack .container .item {
        width: 100%; } }
    @media (max-width: 52.84714em) {
      .products-pack .container .item:nth-child(3n) {
        border-right: none; } }
    .products-pack .container .item span {
      position: relative; }
    .products-pack .container .item .image {
      width: 100%;
      height: 100px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 320px;
      height: 320px; }
      @media (min-width: 52.85714em) {
        .products-pack .container .item .image {
          width: 100%;
          height: 178px; } }
    .products-pack .container .item .packs-content {
      display: none; }
      @media (min-width: 52.85714em) {
        .products-pack .container .item .packs-content {
          display: block;
          min-height: 6rem; } }
    .products-pack .container .item .title {
      padding-top: 1rem;
      min-height: 50px;
      font-family: "Open Sans", sans-serif;
      padding-top: 6px;
      padding-bottom: 25px;
      color: #666666;
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      letter-spacing: .01rem; }
      @media (max-width: 52.84714em) {
        .products-pack .container .item .title {
          padding-top: 0rem; } }
      @media (max-width: 52.84714em) {
        .products-pack .container .item .title {
          font-size: 14px;
          line-height: 17px;
          font-weight: 400; } }
      .products-pack .container .item .title strong {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        color: #444;
        display: block;
        text-transform: uppercase;
        margin: 0rem 0 .5rem 0; }
        @media (max-width: 52.84714em) {
          .products-pack .container .item .title strong {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
            margin: 0rem 0 .2rem 0; } }
      .products-pack .container .item .title .titre {
        display: block;
        width: 100%;
        max-height: 1.8rem;
        overflow: hidden;
        color: #888; }
        @media (max-width: 52.84714em) {
          .products-pack .container .item .title .titre {
            text-overflow: ellipsis;
            max-height: 1rem; } }
      .products-pack .container .item .title .description {
        display: block;
        width: 100%;
        height: 1.8rem;
        overflow: hidden;
        color: #888; }
        @media (max-width: 52.84714em) {
          .products-pack .container .item .title .description {
            text-overflow: ellipsis;
            max-height: 1rem; } }
    .products-pack .container .item .bas {
      position: absolute;
      bottom: 0; }
      .products-pack .container .item .bas .price {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        letter-spacing: -.03rem;
        color: #000;
        float: left; }
        @media (max-width: 52.84714em) {
          .products-pack .container .item .bas .price {
            font-size: 17px;
            line-height: 20px;
            font-weight: 600; } }
      .products-pack .container .item .bas .stock {
        display: inline-block;
        margin-top: .2rem;
        padding-left: .8rem;
        font-size: 10px;
        line-height: 13px;
        font-weight: 600;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: .015rem; }
        .products-pack .container .item .bas .stock:before {
          top: 2px; }

.products-pack.second .container {
  margin-top: 47px; }

.products-pack .plus {
  border-right: 1px solid #e9e9e9; }
  .products-pack .plus::after {
    content: ' ';
    background-image: url("../images/assets.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-position: -264px -132px;
    right: -14px;
    left: auto;
    top: 36%;
    z-index: 100; }

.products-pack .packs-carousel {
  display: block;
  width: 100%;
  padding-right: 0;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  padding-right: 0; }
  @media (min-width: 34.28571em) {
    .products-pack .packs-carousel {
      width: 100%; } }
  @media (min-width: 52.85714em) {
    .products-pack .packs-carousel {
      width: 53%;
      height: inherit; } }
  .products-pack .packs-carousel.packs-carousel-2 {
    display: none; }
    @media (max-width: 22.84714em) {
      .products-pack .packs-carousel.packs-carousel-2 {
        display: block;
        padding-left: 0%;
        width: 96%;
        margin-top: .5rem; } }
    .products-pack .packs-carousel.packs-carousel-2 .visu {
      width: 50%; }
  .products-pack .packs-carousel.packs-carousel-3 {
    display: none; }
    @media (min-width: 22.85714em) and (max-width: 34.27571em) {
      .products-pack .packs-carousel.packs-carousel-3 {
        display: block;
        float: left;
        margin-top: 1rem;
        padding-left: 4%;
        width: 102%;
        margin-top: .5rem;
        margin-bottom: .2rem; } }
    @media (min-width: 52.85714em) {
      .products-pack .packs-carousel.packs-carousel-3 {
        margin-bottom: 0;
        display: block;
        float: left; } }
    .products-pack .packs-carousel.packs-carousel-3 .visu {
      width: 33.3%; }
  .products-pack .packs-carousel.packs-carousel-4 {
    display: none;
    margin-top: 1rem; }
    @media (min-width: 34.28571em) and (max-width: 52.84714em) {
      .products-pack .packs-carousel.packs-carousel-4 {
        display: block;
        padding-left: 3%;
        width: 102%; } }
    .products-pack .packs-carousel.packs-carousel-4 .visu {
      width: 25%; }
  @media (max-width: 34.27571em) {
    .products-pack .packs-carousel .visu-group {
      text-align: center;
      width: 100%;
      margin: 0 auto; } }
  .products-pack .packs-carousel .visu-group .visu {
    display: inline-block;
    position: relative;
    float: left;
    margin-bottom: .5rem; }
    @media (min-width: 34.28571em) {
      .products-pack .packs-carousel .visu-group .visu {
        margin-bottom: 1rem; } }
    .products-pack .packs-carousel .visu-group .visu:before {
      display: inline-block;
      content: " ";
      position: absolute;
      width: 17px;
      height: 17px;
      top: 40%;
      left: -3%;
      z-index: 100;
      background-image: url("../images/plus_pack.png");
      background-size: contain; }
      @media (min-width: 22.85714em) {
        .products-pack .packs-carousel .visu-group .visu:before {
          left: -18%; } }
      @media (min-width: 34.28571em) {
        .products-pack .packs-carousel .visu-group .visu:before {
          top: 44%;
          left: -16%;
          background-size: cover;
          width: 20px;
          height: 20px; } }
      @media (min-width: 52.85714em) {
        .products-pack .packs-carousel .visu-group .visu:before {
          top: 40%;
          left: 3%; } }
      @media (min-width: 70em) {
        .products-pack .packs-carousel .visu-group .visu:before {
          top: 43%;
          width: 24px;
          height: 24px;
          left: 5px; } }
      @media (min-width: 91.42857em) {
        .products-pack .packs-carousel .visu-group .visu:before {
          top: 44%;
          width: 26px;
          height: 26px;
          left: 8px; } }
    .products-pack .packs-carousel .visu-group .visu:first-child:before {
      display: none; }
    .products-pack .packs-carousel .visu-group .visu .content {
      display: inline-block;
      width: 94%;
      padding: 0.625rem 0 0.625rem 1rem;
      line-height: 6.875rem;
      text-align: center;
      float: left; }
      @media (min-width: 22.85714em) {
        .products-pack .packs-carousel .visu-group .visu .content {
          width: 80%;
          padding: 0;
          line-height: 6.125rem; } }
      @media (min-width: 52.85714em) {
        .products-pack .packs-carousel .visu-group .visu .content {
          float: right; } }
      .products-pack .packs-carousel .visu-group .visu .content a {
        border: 1px solid #DADADA;
        background-size: 60%;
        background-position: center;
        background-color: #fff;
        background-repeat: no-repeat;
        display: block;
        position: relative; }
        .products-pack .packs-carousel .visu-group .visu .content a:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .products-pack .packs-carousel .visu-group .visu .content a img {
          /*position: absolute;
                            transform: translate(-50%, 23%);
                            -webkit-transform: translate(-50%, 23%);
                            -moz-transform: translate(-50%, 23%);
                            -o-transform: translate(-50%, 23%);
                            width:130px;*/
          display: none;
          /*vertical-align: middle;
                            height: auto;
                            width: auto;
                            max-width: 90%;
                            max-height: 90%;

                            @include mq(tablet) {
                                max-width: 100%;
                                max-height: 100%;
                            }*/ }

@media (max-width: 34.27571em) {
  .products-grid {
    padding: 0 15px;
    padding-bottom: 0; } }

.products-grid h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: #292929;
  text-transform: uppercase;
  padding-bottom: 12px;
  font-weight: bold; }
  @media (min-width: 52.85714em) {
    .products-grid h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 400; } }

.products-grid .products-grid-wrapper {
  padding-top: 0px;
  padding-bottom: 20px;
  /* Transition to showing the bigger shadow on hover */ }
  @media (min-width: 52.85714em) {
    .products-grid .products-grid-wrapper {
      border-top: 1px solid #DADADA; } }
  @media (min-width: 70em) {
    .products-grid .products-grid-wrapper {
      padding-left: 0px;
      border-top: 1px solid #dadada; } }
  .products-grid .products-grid-wrapper .products-grid-item:hover {
    box-shadow: 0px 5px 10px #dddbdb; }
  .products-grid .products-grid-wrapper .products-grid-item:hover::after {
    opacity: 1; }
  .products-grid .products-grid-wrapper .products-grid-item {
    width: 100%;
    float: left;
    padding: 16px 0px 0 0px !important;
    padding-top: 0;
    border-right: none;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 34.27571em) {
      .products-grid .products-grid-wrapper .products-grid-item {
        padding: 16px 0;
        border-bottom: none; }
        .products-grid .products-grid-wrapper .products-grid-item:first-child {
          border-top: none; } }
    @media (min-width: 34.28571em) {
      .products-grid .products-grid-wrapper .products-grid-item {
        border-bottom: none; } }
    @media (min-width: 52.85714em) {
      .products-grid .products-grid-wrapper .products-grid-item {
        width: 50%;
        border-right: 1px solid #DADADA;
        border-bottom: 1px solid #ccc; }
        .products-grid .products-grid-wrapper .products-grid-item:nth-child(2n) {
          border-right: none; } }
    @media (min-width: 57.85714em) {
      .products-grid .products-grid-wrapper .products-grid-item {
        width: 33%;
        border-right: 1px solid #DADADA;
        border-bottom: 1px solid #ccc; }
        .products-grid .products-grid-wrapper .products-grid-item:nth-child(2n) {
          border-right: 1px solid #DADADA; }
        .products-grid .products-grid-wrapper .products-grid-item:nth-child(3n) {
          border-right: none; } }
    @media (min-width: 70em) {
      .products-grid .products-grid-wrapper .products-grid-item {
        width: 33%;
        padding: 2% 2% 0 2%;
        padding-top: 0;
        border-bottom: 1px solid #ccc; }
        .products-grid .products-grid-wrapper .products-grid-item:nth-child(1n) {
          border-right: 1px solid #DADADA; }
        .products-grid .products-grid-wrapper .products-grid-item:nth-child(3n) {
          border-right: none; } }
    @media (min-width: 91.42857em) {
      .products-grid .products-grid-wrapper .products-grid-item {
        width: 25%;
        padding: 2% 2% 0 2%;
        padding-top: 0;
        border-bottom: 1px solid #ccc; }
        .products-grid .products-grid-wrapper .products-grid-item:nth-child(2n), .products-grid .products-grid-wrapper .products-grid-item:nth-child(3n) {
          border-right: 1px solid #DADADA; }
        .products-grid .products-grid-wrapper .products-grid-item:nth-child(4n) {
          padding-right: 0;
          border-right: none; } }
    .products-grid .products-grid-wrapper .products-grid-item .wrap {
      display: block;
      min-height: 23rem; }
      @media (max-width: 34.27571em) {
        .products-grid .products-grid-wrapper .products-grid-item .wrap {
          min-height: 23rem; } }
      @media (min-width: 34.28571em) {
        .products-grid .products-grid-wrapper .products-grid-item .wrap {
          min-height: 150px; } }
      @media (min-width: 52.85714em) {
        .products-grid .products-grid-wrapper .products-grid-item .wrap {
          min-height: 18.5rem; } }
      @media (min-width: 70em) {
        .products-grid .products-grid-wrapper .products-grid-item .wrap {
          min-height: 20.5rem; } }
      @media (min-width: 91.42857em) {
        .products-grid .products-grid-wrapper .products-grid-item .wrap {
          min-height: 22.5rem; } }
    .products-grid .products-grid-wrapper .products-grid-item hr {
      display: none;
      margin-bottom: 12px; }
      @media (min-width: 52.85714em) {
        .products-grid .products-grid-wrapper .products-grid-item hr {
          display: block;
          background: #DADADA; } }
    .products-grid .products-grid-wrapper .products-grid-item .wrap-texte {
      text-align: center;
      padding-left: 5px;
      padding-right: 5px; }
      @media (max-width: 52.84714em) {
        .products-grid .products-grid-wrapper .products-grid-item .wrap-texte {
          text-align: left; } }
      .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .rating-global {
        text-align: left;
        margin: 0px auto 20px 5px;
        /* text-align: center;
                    width: fit-content;
                    width: -moz-fit-content;*/ }
        @media (max-width: 34.27571em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .rating-global {
            margin: 40px 5px;
            text-align: left;
            width: 100%; } }
        @media (min-width: 34.28571em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .rating-global {
            margin: 27px 5px;
            text-align: left;
            width: 100%; } }
        @media (min-width: 52.85714em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .rating-global {
            margin: 0px auto 20px 5px;
            /* text-align: center;
                        width: fit-content;
                        width: -moz-fit-content;
                        text-align: center;*/
            text-align: left; } }
        .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .rating-global .global-rating-stars-listing {
          float: left;
          margin-right: 10px; }
        .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .rating-global p {
          float: left;
          font-size: 11px;
          color: #9f9f9f;
          margin-top: -2px; }
      .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .product-brand {
        max-height: 47px;
        height: 47px;
        padding: 0px 5px 0px 5px;
        text-align: left;
        overflow: hidden; }
        @media (max-width: 52.84714em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .product-brand {
            /*max-height:35px;
                        height:35px;*/
            max-height: 55px;
            height: 55px;
            min-height: 37px;
            margin-bottom: 6px; } }
        .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .product-brand p.product-brand-names {
          max-height: 30px;
          overflow: hidden; }
          @media (max-width: 52.84714em) {
            .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .product-brand p.product-brand-names {
              max-height: 36px; } }
        .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .product-brand .category-name {
          font-size: 11px;
          margin-top: 3px;
          color: #9f9f9f; }
      .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net {
        border-top: 1px dotted #cccccc;
        width: 100%;
        padding: 5px;
        overflow: hidden;
        font-size: 12px;
        margin-top: 15px; }
        @media (max-width: 34.27571em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net {
            font-size: 10px; } }
      .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .mention, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .mention {
        float: left;
        margin-left: 10%;
        width: 50%;
        text-align: left;
        margin-right: unset; }
        @media screen and (max-width: 320px) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .mention, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .mention {
            margin-right: 1px;
            margin-left: 0%;
            width: unset; } }
        @media (min-width: 22.85714em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .mention, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .mention {
            width: unset;
            margin-left: 0%;
            margin-right: 10px; } }
        @media (min-width: 34.28571em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .mention, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .mention {
            width: unset;
            margin-left: 0%;
            margin-right: 10px; } }
        @media (min-width: 52.85714em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .mention, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .mention {
            margin-left: 10%;
            width: 50%; } }
        @media (min-width: 70em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .mention, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .mention {
            margin-left: 10%;
            width: 50%; } }
        @media (min-width: 91.42857em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .mention, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .mention {
            margin-left: 10%;
            width: 50%; } }
      .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .pastille, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .pastille {
        width: 10px;
        height: 10px;
        background-color: #33d75a;
        float: left;
        margin-top: 2px;
        margin-right: 10px; }
        @media screen and (max-width: 320px) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .pastille, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .pastille {
            width: 7px;
            height: 7px;
            margin-top: 4px;
            margin-right: 1px; } }
        @media (max-width: 52.84714em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .pastille, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .pastille {
            margin-right: 5px; } }
      .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .value, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .value {
        float: left;
        width: 30%;
        font-size: 10px;
        font-weight: 600; }
        @media (max-width: 34.27571em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .value, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .value {
            width: unset;
            margin-left: 0%; } }
        @media (min-width: 34.28571em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .value, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .value {
            width: unset;
            margin-left: 0%; } }
        .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag .value.in, .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-net .value.in {
          color: #33d75a; }
      .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag {
        width: 100%;
        padding: 5px 0px 5px 6px;
        margin-top: 5px;
        overflow: hidden;
        font-size: 12px; }
        @media (max-width: 34.27571em) {
          .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .wrap-stock-mag {
            font-size: 10px; } }
      .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .price {
        padding: 3px 5px 3px 0px;
        float: left;
        margin-top: 1px;
        margin-bottom: 16px; }
      .products-grid .products-grid-wrapper .products-grid-item .wrap-texte .add-cart {
        background-image: url(../images/add-cart-list.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 15px;
        height: 20px;
        float: left;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 6px; }
    .products-grid .products-grid-wrapper .products-grid-item .image {
      width: 100%;
      display: block;
      text-align: center;
      position: relative;
      margin-bottom: 10px; }
      @media (min-width: 52.85714em) and (max-width: 91.41857em) {
        .products-grid .products-grid-wrapper .products-grid-item .image {
          height: 160px; } }
      @media (min-width: 91.42857em) {
        .products-grid .products-grid-wrapper .products-grid-item .image {
          height: 205px; } }
      .products-grid .products-grid-wrapper .products-grid-item .image img {
        max-width: 220px;
        max-height: 220px; }
        @media (min-width: 52.85714em) {
          .products-grid .products-grid-wrapper .products-grid-item .image img {
            position: absolute;
            -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
            top: 50%;
            left: 50%;
            max-width: 140px;
            max-height: 140px; } }
        @media (min-width: 91.42857em) {
          .products-grid .products-grid-wrapper .products-grid-item .image img {
            max-width: 180px;
            max-height: 180px; } }
    .products-grid .products-grid-wrapper .products-grid-item .title {
      padding-top: 1rem;
      min-height: 50px;
      font-family: "Open Sans", sans-serif;
      padding-top: 6px;
      padding-bottom: 25px;
      color: #666666;
      letter-spacing: .01rem;
      font-size: 12px;
      line-height: 14px;
      font-weight: 400; }
      @media (max-width: 52.84714em) {
        .products-grid .products-grid-wrapper .products-grid-item .title {
          padding-top: 0rem; } }
      @media (min-width: 22.85714em) {
        .products-grid .products-grid-wrapper .products-grid-item .title {
          font-size: 14px;
          line-height: 17px; } }
      @media (min-width: 52.85714em) {
        .products-grid .products-grid-wrapper .products-grid-item .title {
          font-size: 12px;
          line-height: 14px; } }
      .products-grid .products-grid-wrapper .products-grid-item .title strong {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        margin: 0rem 0 .15rem 0; }
        @media (max-width: 52.84714em) {
          .products-grid .products-grid-wrapper .products-grid-item .title strong {
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
            margin: 0rem 0 .1rem 0; } }
      .products-grid .products-grid-wrapper .products-grid-item .title .titre {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #666;
        max-height: 1.7rem; }
        @media (max-width: 52.84714em) {
          .products-grid .products-grid-wrapper .products-grid-item .title .titre {
            text-overflow: ellipsis;
            max-height: 1rem; } }
      .products-grid .products-grid-wrapper .products-grid-item .title .description {
        display: none;
        width: 100%;
        height: 1.8rem;
        overflow: hidden;
        color: #888;
        margin-top: .0rem; }
        @media (max-width: 52.84714em) {
          .products-grid .products-grid-wrapper .products-grid-item .title .description {
            text-overflow: ellipsis;
            max-height: 1rem; } }
    .products-grid .products-grid-wrapper .products-grid-item .facility-pay {
      display: none;
      float: left;
      padding: .1rem 0 0 0; }
      .products-grid .products-grid-wrapper .products-grid-item .facility-pay span {
        float: left;
        margin-left: .2rem;
        font-size: .7rem;
        line-height: 1.05rem; }
        .products-grid .products-grid-wrapper .products-grid-item .facility-pay span:first-child {
          margin-left: .4rem; }
        @media (max-width: 52.84714em) {
          .products-grid .products-grid-wrapper .products-grid-item .facility-pay span {
            font-size: .9rem; } }
      .products-grid .products-grid-wrapper .products-grid-item .facility-pay .oney {
        padding: 0;
        color: white;
        letter-spacing: 0.1rem;
        background-image: url(../images/oney/bulle_3x.png);
        background-repeat: no-repeat;
        background-size: 84%;
        background-position-y: 0px;
        background-position-x: 2px;
        width: 1.3rem;
        height: 1.2rem; }
    .products-grid .products-grid-wrapper .products-grid-item .bas {
      float: left;
      position: relative;
      margin-top: .4rem; }
      .products-grid .products-grid-wrapper .products-grid-item .bas .price {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        letter-spacing: -.03rem;
        color: #000;
        float: left; }
        @media (max-width: 52.84714em) {
          .products-grid .products-grid-wrapper .products-grid-item .bas .price {
            font-size: 17px;
            line-height: 20px;
            font-weight: 600; } }
      .products-grid .products-grid-wrapper .products-grid-item .bas .stock {
        display: inline-block;
        margin-top: 0rem;
        padding-left: .8rem;
        font-size: 10px;
        line-height: 13px;
        font-weight: 600;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: .015rem; }
        .products-grid .products-grid-wrapper .products-grid-item .bas .stock:before {
          top: 2px; }

.filter-right .affichage-perpage-9, .filter-right .affichage-perpage-12, .filter-right .affichage-perpage-24, .filter-right .affichage-perpage-30, .filter-right .affichage-perpage-60 {
  /*.products-grid-item:nth-last-child(2), .products-grid-item:nth-last-child(1){
            .wrap{
                border-bottom: none !important;
            }
        }*/
  /*  @include mq(mobile){
  
                .products-grid-item:nth-last-child(1){
                    .wrap{
                        border-bottom: none !important;
                    }
                }
            
        }

        @include mq(mobileLandscape){
  
                .products-grid-item:nth-last-child(1){
                    .wrap{
                        border-bottom: none !important;
                    }
                }
            
        }

        @include mq(tablet){
  
                .products-grid-item:nth-last-child(2), .products-grid-item:nth-last-child(1){
                    .wrap{
                        border-bottom: none !important;
                    }
                }
            
        }
        @media screen and (min-width: 926px) {
            .products-grid-item:nth-last-child(3), .products-grid-item:nth-last-child(2), .products-grid-item:nth-last-child(1){
                .wrap{
                    border-bottom: none !important;
                }
            }
        }  

        @include mq(desktop){
            .products-grid-item:nth-last-child(3), .products-grid-item:nth-last-child(2), .products-grid-item:nth-last-child(1){
                .wrap{
                    border-bottom: none !important;
                }
            }
        }

        @include mq(large){
            .products-grid-item:nth-last-child(4), .products-grid-item:nth-last-child(3), .products-grid-item:nth-last-child(2), .products-grid-item:nth-last-child(1){
                .wrap{
                    border-bottom: none !important;
                }
            }
        }*/
  /*@media screen and (max-width: 845px) {
            .products-grid-item:nth-last-child(1){
                .wrap{
                    border-bottom: none !important;
                }
            }
            .products-grid-item:nth-last-child(2){
                .wrap{
                    border-bottom: 1px solid #DADADA !important;
                }
            }
        }    

        @media screen and (min-width: 926px) {
            .products-grid-item:nth-last-child(3), .products-grid-item:nth-last-child(2), .products-grid-item:nth-last-child(1){
                .wrap{
                    border-bottom: none !important;
                }
            }
        }  

        @media screen and (max-width: 925px) {
            .products-grid-item:nth-last-child(2), .products-grid-item:nth-last-child(1){
                .wrap{
                    border-bottom: none !important;
                }
            }
        }*/ }

/*
.products-grid {
    &.affichage-perpage-9, &.affichage-perpage-12, &.affichage-perpage-24, &.affichage-perpage-30, &.affichage-perpage-60 {
        @include mq(tablet,desktopAd) {
            .products-grid-item:first-child, .products-grid-item:nth-child(2)  {

                hr {
                    display: block;

                }
            }

        }
    }
    &.affichage-perpage-9, &.affichage-perpage-12, &.affichage-perpage-24, &.affichage-perpage-30, &.affichage-perpage-60 {
        @include mq(desktopAd,wide) {
            .products-grid-item:first-child, .products-grid-item:nth-child(2), .products-grid-item:nth-child(3) {

                hr {
                    display: block;

                }
            }
        }
    }
    &.affichage-perpage-8, &.affichage-perpage-12, &.affichage-perpage-24, &.affichage-perpage-32, &.affichage-perpage-72 {
        @include mq(wide) {
            .products-grid-item:first-child, .products-grid-item:nth-child(2), .products-grid-item:nth-child(3), .products-grid-item:nth-child(4) {

                hr {
                    display: block;

                }
            }
        }
    }
}*/
.homemade-slider .dots {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin: -35px auto 35px auto;
  position: relative; }
  @media (max-width: 69.99em) {
    .homemade-slider .dots {
      margin: -70px auto 70px auto; } }
  .homemade-slider .dots .dot {
    border-radius: 20%;
    border: 2px solid rgba(152, 152, 152, 0.5);
    background-clip: padding-box;
    min-width: 10px;
    min-height: 10px;
    float: left;
    margin-right: 5px;
    position: relative;
    cursor: pointer; }
    .homemade-slider .dots .dot.active {
      border: 5px solid #989898; }

.homemade-slider img {
  width: 100%; }

.homemade-slider .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative; }

.homemade-slider .swipe-wrap {
  overflow: hidden;
  position: relative; }

.homemade-slider .swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative; }

.homemade-slider .slide-desktop {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover; }
  @media (max-width: 22.84714em) {
    .homemade-slider .slide-desktop {
      display: none;
      height: unset; } }
  @media (min-width: 22.85714em) {
    .homemade-slider .slide-desktop {
      display: none;
      height: unset; } }
  @media (min-width: 34.28571em) {
    .homemade-slider .slide-desktop {
      display: block;
      height: 200px; } }
  @media (min-width: 52.85714em) {
    .homemade-slider .slide-desktop {
      display: block;
      height: 250px; } }
  @media (min-width: 70em) {
    .homemade-slider .slide-desktop {
      display: block;
      height: 400px; } }
  @media (min-width: 91.42857em) {
    .homemade-slider .slide-desktop {
      display: block;
      height: 400px; } }
  @media screen and (min-width: 1900px) {
    .homemade-slider .slide-desktop {
      display: block;
      height: 600px; } }
  .homemade-slider .slide-desktop .text-slide {
    /* position: absolute;
        color: #fff;
        width: 40%;
        margin-left: 60%;
        margin-top: 17%;
        height: 100%;
        padding-right: 100px;
        display: block;*/
    /*position: absolute;
        color: #fff;
        width: 20%;
        margin-left: 55%;
        text-align: right;
        margin-top: 17%; 
        display: block;*/
    position: absolute;
    color: #fff;
    text-align: right;
    margin: 21% auto;
    display: block;
    width: 960px;
    left: 0;
    right: 0; }
    @media (max-width: 69.99em) {
      .homemade-slider .slide-desktop .text-slide {
        display: none; } }
    @media (min-width: 70em) {
      .homemade-slider .slide-desktop .text-slide {
        width: 960px;
        margin: 300px auto; } }
    @media (min-width: 91.42857em) {
      .homemade-slider .slide-desktop .text-slide {
        width: 1240px;
        margin: 300px auto; } }
    @media screen and (min-width: 1900px) {
      .homemade-slider .slide-desktop .text-slide {
        width: 1240px;
        margin: 470px auto; } }
    .homemade-slider .slide-desktop .text-slide .button-banner {
      border-radius: 10px;
      position: absolute;
      width: 150px;
      border: 1px solid black;
      text-transform: uppercase;
      padding: 3px 0px;
      text-align: center;
      margin-top: 12px;
      color: #000;
      right: 0 !important; }
      .homemade-slider .slide-desktop .text-slide .button-banner a, .homemade-slider .slide-desktop .text-slide .button-banner a:link, .homemade-slider .slide-desktop .text-slide .button-banner a:visited, .homemade-slider .slide-desktop .text-slide .button-banner a:hover, .homemade-slider .slide-desktop .text-slide .button-banner a:active {
        color: #000;
        text-decoration: none; }

.homemade-slider .homemade-slider-text-tablet {
  background-color: #fff;
  border-bottom: 1px solid #DADADA;
  color: #000;
  padding: 7px 10px;
  font-weight: 500;
  display: none;
  height: 40px; }
  @media (min-width: 22.85714em) {
    .homemade-slider .homemade-slider-text-tablet {
      display: none; } }
  @media (min-width: 34.28571em) {
    .homemade-slider .homemade-slider-text-tablet {
      display: block; } }
  @media (min-width: 52.85714em) {
    .homemade-slider .homemade-slider-text-tablet {
      display: block; } }
  @media (min-width: 70em) {
    .homemade-slider .homemade-slider-text-tablet {
      display: none; } }
  @media (min-width: 91.42857em) {
    .homemade-slider .homemade-slider-text-tablet {
      display: none; } }
  .homemade-slider .homemade-slider-text-tablet .texte-banner {
    width: 80%;
    float: left;
    font-weight: 600;
    color: #000;
    line-height: 25px; }
  .homemade-slider .homemade-slider-text-tablet .button-banner {
    width: 20%;
    float: left;
    border: 1px solid black;
    text-transform: uppercase;
    padding: 3px 0px;
    text-align: center;
    margin-top: 2px; }
    .homemade-slider .homemade-slider-text-tablet .button-banner a, .homemade-slider .homemade-slider-text-tablet .button-banner a:link, .homemade-slider .homemade-slider-text-tablet .button-banner a:visited, .homemade-slider .homemade-slider-text-tablet .button-banner a:hover, .homemade-slider .homemade-slider-text-tablet .button-banner a:active {
      color: #000;
      text-decoration: none; }

@media (max-width: 22.84714em) {
  .homemade-slider .slide-mobile {
    display: block; } }

@media (min-width: 22.85714em) {
  .homemade-slider .slide-mobile {
    display: block; } }

@media (min-width: 34.28571em) {
  .homemade-slider .slide-mobile {
    display: none; } }

@media (min-width: 52.85714em) {
  .homemade-slider .slide-mobile {
    display: none; } }

@media (min-width: 70em) {
  .homemade-slider .slide-mobile {
    display: none; } }

@media (min-width: 91.42857em) {
  .homemade-slider .slide-mobile {
    display: none; } }

.homemade-slider .slide-mobile .text-slide {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%; }

.homemade-slider .slide-mobile .homemade-slider-text-mob {
  background-color: #fff;
  border-bottom: 1px solid #DADADA;
  color: #000;
  padding: 7px 10px;
  font-weight: 500;
  display: none;
  height: 40px; }
  @media (max-width: 34.27571em) {
    .homemade-slider .slide-mobile .homemade-slider-text-mob {
      display: block; } }
  .homemade-slider .slide-mobile .homemade-slider-text-mob .texte-banner {
    width: 72%;
    float: left;
    font-weight: 600;
    color: #000;
    line-height: 25px; }
  .homemade-slider .slide-mobile .homemade-slider-text-mob .button-banner {
    width: 28%;
    float: left;
    border: 1px solid black;
    text-transform: uppercase;
    padding: 3px 0px;
    text-align: center;
    margin-top: 2px; }
    .homemade-slider .slide-mobile .homemade-slider-text-mob .button-banner a, .homemade-slider .slide-mobile .homemade-slider-text-mob .button-banner a:link, .homemade-slider .slide-mobile .homemade-slider-text-mob .button-banner a:visited, .homemade-slider .slide-mobile .homemade-slider-text-mob .button-banner a:hover, .homemade-slider .slide-mobile .homemade-slider-text-mob .button-banner a:active {
      color: #000;
      text-decoration: none; }

.homemade-slider #prev {
  background-image: url(../images/arrow-owl-prev.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  top: 158.5px;
  left: 2%;
  width: 5%;
  height: 25%;
  display: none; }
  @media (min-width: 52.85714em) {
    .homemade-slider #prev {
      top: 21%; } }
  @media (max-width: 52.84714em) {
    .homemade-slider #prev {
      width: 12%;
      top: 18%; } }
  @media (min-width: 70em) {
    .homemade-slider #prev {
      top: 35%; } }
  @media (min-width: 91.42857em) {
    .homemade-slider #prev {
      top: 35%; } }

.homemade-slider #next {
  background-image: url(../images/arrow-owl-next.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  top: 158.5px;
  left: 92%;
  width: 5%;
  height: 25%;
  display: none; }
  @media (min-width: 52.85714em) {
    .homemade-slider #next {
      top: 21%; } }
  @media (max-width: 52.84714em) {
    .homemade-slider #next {
      width: 12%;
      top: 18%;
      left: 86%; } }
  @media (min-width: 70em) {
    .homemade-slider #next {
      top: 35%; } }
  @media (min-width: 91.42857em) {
    .homemade-slider #next {
      top: 35%; } }

.intl-tel-input {
  position: relative;
  display: inline-block; }

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.intl-tel-input .hide {
  display: none; }

.intl-tel-input .v-hide {
  visibility: hidden; }

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.intl-tel-input .flag-container {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  padding: 1px; }

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px; }

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555; }

.intl-tel-input .country-list {
  position: absolute;
  z-index: 100;
  list-style: none;
  text-align: left;
  padding: 0;
  width: 430px;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll; }
  @media (max-width: 34.27571em) {
    .intl-tel-input .country-list {
      width: 280px; } }

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px; }

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px; }

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }

.intl-tel-input .country-list .country {
  padding: 5px 10px; }

.intl-tel-input .country-list .country .dial-code {
  color: #999; }

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle; }

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px; }

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0; }

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px; }

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer; }

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default; }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent; }

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table; }

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px; }

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px; }

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px; }

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px; }

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px; }

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px; }

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px; }

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px; }

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px; }

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.intl-tel-input.iti-container:hover {
  cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti-flag {
  width: 20px; }

.iti-flag.be {
  width: 18px; }

.iti-flag.ch {
  width: 15px; }

.iti-flag.mc {
  width: 19px; }

.iti-flag.ne {
  width: 18px; }

.iti-flag.np {
  width: 13px; }

.iti-flag.va {
  width: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px; } }

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px; }

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px; }

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px; }

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px; }

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px; }

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px; }

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px; }

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px; }

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px; }

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px; }

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px; }

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px; }

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px; }

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px; }

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px; }

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px; }

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px; }

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px; }

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px; }

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px; }

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px; }

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px; }

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px; }

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px; }

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px; }

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px; }

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px; }

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px; }

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px; }

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px; }

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px; }

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px; }

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px; }

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px; }

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px; }

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px; }

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px; }

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px; }

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px; }

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px; }

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px; }

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px; }

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px; }

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px; }

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px; }

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px; }

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px; }

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px; }

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px; }

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px; }

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px; }

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px; }

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px; }

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px; }

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px; }

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px; }

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px; }

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px; }

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px; }

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px; }

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px; }

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px; }

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px; }

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px; }

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px; }

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px; }

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px; }

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px; }

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px; }

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px; }

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px; }

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px; }

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px; }

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px; }

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px; }

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px; }

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px; }

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px; }

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px; }

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px; }

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px; }

.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px; }

.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px; }

.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px; }

.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px; }

.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px; }

.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px; }

.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px; }

.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px; }

.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px; }

.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px; }

.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px; }

.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px; }

.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px; }

.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px; }

.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px; }

.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px; }

.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px; }

.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px; }

.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("/images/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

.login-form {
  margin-bottom: 40%; }
  .login-form .col {
    width: 50%;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 35px;
    margin-bottom: 30px; }
    @media (max-width: 34.27571em) {
      .login-form .col {
        display: block;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-bottom: 30px; } }
    @media (min-width: 52.85714em) {
      .login-form .col {
        padding-left: 60px;
        padding-right: 60px; } }
    .login-form .col:first-child {
      border-right: 1px solid #d7d7d7; }
      @media (max-width: 34.27571em) {
        .login-form .col:first-child {
          border-right: none;
          border-bottom: 1px solid #d7d7d7;
          padding-bottom: 19px; } }
      .login-form .col:first-child .form-group {
        min-height: auto; }
        @media (min-width: 34.28571em) {
          .login-form .col:first-child .form-group {
            min-height: 0; } }
        @media (min-width: 52.85714em) {
          .login-form .col:first-child .form-group {
            min-height: 140px; } }
      @media (max-width: 34.27571em) {
        .login-form .col:first-child .form-wrap.last, .login-form .col:first-child .form-wrap-two.last {
          margin: 30px 0 17px 0; } }
    @media (max-width: 34.27571em) {
      .login-form .col:nth-child(2) {
        margin-top: 0; } }
    .login-form .col:nth-child(2) .title {
      color: #415366; }
    .login-form .col:nth-child(2) .form-group {
      min-height: auto; }
      @media (min-width: 34.28571em) {
        .login-form .col:nth-child(2) .form-group {
          min-height: 0; } }
      @media (min-width: 52.85714em) {
        .login-form .col:nth-child(2) .form-group {
          min-height: 0; } }
    .login-form .col .title {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: bold;
      padding-bottom: 15px;
      text-transform: uppercase;
      color: #000; }
      .login-form .col .title hr {
        background-color: #ff5205;
        color: #ff5205;
        height: 3px;
        width: 60px;
        margin-top: 10px;
        text-align: left; }
    .login-form .col .form-wrap, .login-form .col .form-wrap-two {
      margin-top: 12px;
      margin-bottom: 30px; }
      @media (max-width: 34.27571em) {
        .login-form .col .form-wrap, .login-form .col .form-wrap-two {
          margin: 17px 0; } }
      .login-form .col .form-wrap.last, .login-form .col .form-wrap-two.last {
        margin-bottom: 0; }
        .login-form .col .form-wrap.last .btn, .login-form .col .form-wrap-two.last .btn {
          font-weight: 400;
          width: 100%; }
      .login-form .col .form-wrap.error, .login-form .col .form-wrap-two.error {
        color: #e00202; }
      .login-form .col .form-wrap label, .login-form .col .form-wrap-two label {
        margin-bottom: 6px; }
    .login-form .col .password-forget {
      text-align: right; }
  @media (max-width: 34.27571em) {
    .login-form .form-wrap.last, .login-form .form-wrap-two.last {
      text-align: center; } }
  .login-form .btn {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    width: auto;
    padding: 7px 40px;
    margin: 0 auto; }
    @media (min-width: 34.28571em) {
      .login-form .btn {
        width: 100%; } }
    @media (min-width: 52.85714em) {
      .login-form .btn {
        padding: 10px 0; } }
    .login-form .btn.gold {
      background: #fc7d2a;
      color: #fff;
      padding: 7px;
      font-size: 12px;
      font-weight: 600 !important; }
    .login-form .btn.black {
      background: #484848;
      color: #fff;
      padding: 7px;
      font-size: 12px;
      font-weight: 600 !important; }
      @media (max-width: 34.27571em) {
        .login-form .btn.black {
          margin: 20px auto 0px auto;
          display: inline-block; } }

.form-forget-pwd {
  margin-bottom: 0 !important;
  /*input{
        @include mq($until: tablet){
            width:100% !important;
        }
    }*/ }
  @media (max-width: 52.84714em) {
    .form-forget-pwd {
      padding-left: 20px;
      padding-right: 20px; } }
  .form-forget-pwd .col {
    padding-right: 0 !important;
    padding-left: 0 !important; }
    @media (max-width: 52.84714em) {
      .form-forget-pwd .col {
        width: 100% !important; } }
  .form-forget-pwd .col:first-child {
    border-right: none !important; }
  .form-forget-pwd input.error {
    border: 1px solid red; }
  .form-forget-pwd .submit-password {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    padding: 7px 40px;
    margin: 0 auto; }
    @media (min-width: 52.85714em) {
      .form-forget-pwd .submit-password {
        padding: 10px 0; } }
    .form-forget-pwd .submit-password.gold {
      background: #EE860E;
      color: #fff;
      /* @include mq($until: tablet){
                width: 100% !important;
            }*/ }
  .form-forget-pwd .wrap-error-msg {
    padding: .3rem 0 .6rem 0;
    margin: 0px 0;
    text-align: center;
    background: #F84E46;
    color: #8B0200 !important;
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px; }
    .form-forget-pwd .wrap-error-msg .error-msg {
      display: inline-block;
      top: 3px;
      padding: 0.5rem 3rem .5rem 2rem;
      background-image: url(../images/picto-message-error-rouge.png);
      background-size: 4%;
      background-repeat: no-repeat;
      background-position: left center;
      background-position-x: 10px;
      font-weight: 300; }
  .form-forget-pwd .wrap-success-msg {
    padding: .3rem 0 .6rem 0;
    margin: 0px 0;
    text-align: center;
    background: #81ef8a;
    color: #4c5f13 !important;
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px; }
    .form-forget-pwd .wrap-success-msg .success-msg {
      display: inline-block;
      top: 3px;
      padding: .5rem 3rem .5rem 3rem;
      background-image: url(../images/picto-message-vert.png);
      background-size: 4%;
      background-repeat: no-repeat;
      background-position: left center;
      background-position-x: 10px;
      font-weight: 300; }

.review-form {
  padding: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  border: 1px solid #e6e6e6; }
  @media (max-width: 52.84714em) {
    .review-form {
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 320px) {
    .review-form {
      margin-left: 20px;
      margin-right: 20px; } }
  .review-form .clear {
    clear: both; }
  .review-form .up {
    text-transform: uppercase; }
  .review-form .black {
    color: #000; }
  .review-form .big {
    font-size: 18px; }
  .review-form .normal {
    font-size: 12px; }
  .review-form .medium {
    font-size: 14px; }
  .review-form .grey {
    color: #696969; }
  .review-form .spaceline {
    line-height: 30px; }
  .review-form .stronger {
    font-weight: 600; }
  .review-form input.title {
    border: 1px solid #d3d5d7;
    padding: 2%;
    width: 95%;
    margin-top: 20px;
    font-size: 12px; }
  .review-form textarea {
    font-size: 12px;
    margin-top: 10px;
    width: 95%;
    height: 150px;
    padding: 2%;
    border: 1px solid #d3d5d7; }
    @media (max-width: 52.84714em) {
      .review-form textarea {
        width: 100%;
        margin-top: 20px; } }
    @media screen and (max-width: 320px) {
      .review-form textarea {
        width: 100%;
        margin-top: 20px; } }
  .review-form ul {
    margin-top: 45px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden; }
  .review-form ul li {
    line-height: 27px;
    clear: both; }
  .review-form .count-words {
    background-color: #f3f3f3;
    border: 1px solid #d3d5d7;
    color: #000;
    font-weight: 600;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
    .review-form .count-words .alert {
      color: #ff0000; }
  .review-form .infos-rating {
    color: #8f8f8f;
    font-style: italic;
    font-size: 11px;
    margin-top: 20px; }
  .review-form .infos-feed {
    font-size: 12px;
    color: black;
    font-weight: 500;
    margin-top: 10px; }
    .review-form .infos-feed .mail {
      color: #1993fc;
      font-weight: 600; }
  .review-form .rating-stars {
    margin-top: 5px; }
  .review-form .right {
    width: 55%;
    margin-top: -10px; }
  .review-form .left {
    width: 45%;
    padding-right: 20px; }
  .review-form .option, .review-form .stars {
    float: left; }
  .review-form .right, .review-form .left {
    float: left;
    overflow: hidden; }
    @media (max-width: 52.84714em) {
      .review-form .right, .review-form .left {
        float: none;
        width: 100%; } }
    @media screen and (max-width: 320px) {
      .review-form .right, .review-form .left {
        float: none;
        width: 100%; } }
  .review-form .option {
    width: 200px; }
    @media (max-width: 52.84714em) {
      .review-form .option {
        width: 180px; } }
    @media screen and (max-width: 320px) {
      .review-form .option {
        width: 130px; } }
  .review-form .stars .off {
    color: #dddddd;
    cursor: pointer; }
  .review-form .stars .on {
    color: #ff9600;
    cursor: pointer; }
  .review-form .wrap-close-mob {
    display: none; }
    @media (max-width: 52.84714em) {
      .review-form .wrap-close-mob {
        display: block; } }
    @media screen and (max-width: 320px) {
      .review-form .wrap-close-mob {
        display: block; } }
  .review-form .wrap-close {
    margin-top: 10px;
    display: block; }
    @media (max-width: 52.84714em) {
      .review-form .wrap-close {
        display: none; } }
    @media screen and (max-width: 320px) {
      .review-form .wrap-close {
        display: none; } }
  .review-form .wrap-order-cust {
    margin-top: 10px;
    overflow: hidden; }
    .review-form .wrap-order-cust .label-select-order {
      margin-bottom: 10px;
      float: left;
      margin-right: 10px;
      margin-top: 3px; }
    .review-form .wrap-order-cust .select-order {
      float: left;
      width: 100%; }
      .review-form .wrap-order-cust .select-order select {
        background-color: #fff;
        width: 100%; }
  .review-form .buttons {
    width: 100%;
    text-align: right;
    margin-top: 20px; }
    .review-form .buttons .give-feed {
      width: 100%;
      text-transform: uppercase;
      font-weight: 400;
      padding: 10px;
      text-align: center;
      background: #00c6ff;
      color: #fff;
      padding: 10px 15px;
      border: unset;
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .review-form .buttons .give-feed {
          width: 100%;
          padding-right: 0px;
          padding-left: 0px;
          text-align: center;
          padding-top: 10px;
          padding-bottom: 10px; } }
      @media screen and (max-width: 320px) {
        .review-form .buttons .give-feed {
          width: 100%;
          padding-right: 0px;
          padding-left: 0px;
          text-align: center;
          padding-top: 10px;
          padding-bottom: 10px; } }
  .review-form .wrap-close, .review-form .wrap-close-mob {
    width: 100%;
    text-align: right; }
    .review-form .wrap-close .close-review-form, .review-form .wrap-close-mob .close-review-form {
      min-width: 20px;
      min-height: 20px;
      background-image: url(../images/close-cross.png);
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: right;
      cursor: pointer; }
  .review-form .success-feed {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: green;
    padding: 10px;
    background-color: #aeeca3;
    font-weight: 500;
    display: none; }
  .review-form .error-feed {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #F84E46;
    color: #8B0200 !important;
    font-weight: 500;
    display: none; }
  .review-form .jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    direction: ltr; }

.radio-box {
  color: #000;
  font-weight: normal;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 40px 0;
  margin: 10px 0;
  cursor: pointer; }
  @media (max-width: 34.27571em) {
    .radio-box {
      padding: 40px 40px 40px 10px; } }
  .radio-box.on {
    background: #eee; }
  .radio-box.error {
    border: 1px solid #F00; }
  .radio-box .radio-input {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    width: 60px; }
  .radio-box .radio-text {
    display: table-cell;
    position: relative;
    vertical-align: middle; }

.account-create-form .wrap-adresse .adapt {
  margin-bottom: 8px !important; }

.account-create-form .form-address-account .flag-container {
  top: 0px !important; }

.account-create-form .wrap-different-address label {
  font-weight: 600;
  color: #000; }

.account-create-form .wrap-different-address input[type=checkbox] {
  outline: 2px solid #000; }

.account-create-form #error-vat-oneonly .wrap-btn {
  margin-top: 25px;
  margin-bottom: -20px;
  text-align: right; }
  .account-create-form #error-vat-oneonly .wrap-btn .correct {
    padding: 10px;
    cursor: pointer;
    color: #5a5a5a;
    background-color: #c0c0c0; }

.account-create-form #phone_number_deliv, .account-create-form #phone_number_fact {
  margin-top: 20px !important; }

.account-create-form .error-mobile-account {
  color: red;
  font-weight: 100;
  margin-top: 10px;
  line-height: 17px;
  display: none; }

.account-create-form .show-hide-pw {
  width: 100%;
  text-align: right;
  padding-right: 15px;
  position: absolute;
  margin-top: -27px; }
  .account-create-form .show-hide-pw span {
    cursor: pointer; }

.account-create-form .col {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: top; }
  @media (max-width: 52.84714em) {
    .account-create-form .col {
      display: block;
      width: 100%;
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 52.85714em) {
    .account-create-form .col {
      padding-right: 20px;
      padding-left: 20px; } }
  .account-create-form .col:first-child input[type=radio] {
    margin-left: 20px;
    margin-right: 10px; }
    .account-create-form .col:first-child input[type=radio]:first-child {
      margin-left: 0; }
  @media (max-width: 52.84714em) {
    .account-create-form .col:first-child {
      border-right: none;
      padding-bottom: 0px; } }
  .account-create-form .col:last-child {
    padding-top: 0px; }
    @media (max-width: 52.84714em) {
      .account-create-form .col:last-child {
        margin-top: 0;
        padding-top: 0; } }
  .account-create-form .col .form-wrap, .account-create-form .col .form-wrap-two {
    display: inline-block;
    margin: 5px 0; }
    @media (min-width: 70em) {
      .account-create-form .col .form-wrap, .account-create-form .col .form-wrap-two {
        margin: 10px 0; } }
    .account-create-form .col .form-wrap:first-child, .account-create-form .col .form-wrap-two:first-child {
      margin-top: 0;
      padding-top: 0; }
    .account-create-form .col .form-wrap label, .account-create-form .col .form-wrap-two label {
      margin-bottom: 6px; }
    .account-create-form .col .form-wrap select, .account-create-form .col .form-wrap-two select {
      font-weight: 400;
      background: url("/images/select-dropdown3.png") no-repeat 96%; }
  .account-create-form .col .col-50:first-child {
    width: 46%;
    margin-right: 4%; }
    @media (max-width: 34.27571em) {
      .account-create-form .col .col-50:first-child {
        width: 100%;
        margin-right: 0; } }
  .account-create-form .col .col-50:nth-child(2) {
    width: 46%;
    margin-left: 4%; }
    @media (max-width: 34.27571em) {
      .account-create-form .col .col-50:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-top: 1rem; } }
  @media (max-width: 34.27571em) {
    .account-create-form .col .col-50.wrap-ddn {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 52.84714em) {
    .account-create-form .col .col-50.wrap-ddn label {
      width: 100%; } }
  .account-create-form .col .col-50.wrap-ddn .col-ddnj, .account-create-form .col .col-50.wrap-ddn .col-ddnm {
    float: left;
    width: 22%;
    margin-right: 8%; }
  .account-create-form .col .col-50.wrap-ddn .col-ddna {
    float: left;
    width: 40%; }
  .account-create-form .col .col-50.wrap-ddn input {
    text-align: center; }
  .account-create-form .col .col-20 {
    float: left; }
  .account-create-form .col .col-30 {
    float: left;
    width: 28%;
    margin-right: 4%; }
    @media (max-width: 34.27571em) {
      .account-create-form .col .col-30 {
        width: 100%;
        margin-right: 0; } }
  .account-create-form .col .col-40 {
    float: left;
    width: 40%; }
  .account-create-form .col .col-60 {
    float: left;
    width: 68%;
    margin-left: 0%; }
    @media (max-width: 34.27571em) {
      .account-create-form .col .col-60 {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 34.27571em) {
      .account-create-form .col .col-60.wrap-city {
        padding-top: .8rem; } }
  .account-create-form .col .btn-submit {
    display: block;
    width: 100%;
    margin-top: 30px; }
    @media (min-width: 52.85714em) and (max-width: 69.99em) {
      .account-create-form .col .btn-submit {
        margin-top: 80px; } }
  .account-create-form .col .wrap-civility {
    width: 100%; }
    .account-create-form .col .wrap-civility li {
      display: inline-block;
      width: auto;
      margin-left: 3px; }
      .account-create-form .col .wrap-civility li:first-child {
        width: 7rem; }
      .account-create-form .col .wrap-civility li label span {
        top: 1px;
        margin-left: 3px; }
      .account-create-form .col .wrap-civility li .civility {
        margin: 21px 0; }
  .account-create-form .col .wrap-account-type select {
    background: url("/images/select-dropdown3.png") no-repeat 96%; }
  .account-create-form .col .nl {
    margin-top: 0px; }
    .account-create-form .col .nl label {
      margin-bottom: 4px; }
      .account-create-form .col .nl label strong {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px; }
    .account-create-form .col .nl ul {
      padding-top: 3px; }
      .account-create-form .col .nl ul li {
        display: inline-block;
        width: 49.5%; }
        .account-create-form .col .nl ul li label {
          text-transform: uppercase;
          font-size: 12px;
          margin: 0;
          margin-top: 5px;
          line-height: 16px;
          cursor: pointer; }
          .account-create-form .col .nl ul li label.error {
            color: #000; }
            .account-create-form .col .nl ul li label.error:before {
              border: 1px solid #ee3333; }
          .account-create-form .col .nl ul li label input {
            margin-right: 10px; }
      .account-create-form .col .nl ul:last-child {
        padding-top: 0; }
        .account-create-form .col .nl ul:last-child li {
          width: 100%; }
  .account-create-form .col .select.form-input {
    background: url("/images/select-dropdown3.png") no-repeat 98% center; }
  .account-create-form .col .btn-submit {
    margin-top: 20px;
    padding: 9px; }

.account-create-form .wrap-form-bas {
  float: left; }

.account-create-form .required-text:before {
  content: '*';
  color: #b23131;
  margin-left: 2px;
  font-size: 14px; }

.account-create-form.error,
.account-create-form .error {
  color: #F00;
  border: 1px solid #F00; }
  .account-create-form.error input,
  .account-create-form.error select,
  .account-create-form .error input,
  .account-create-form .error select {
    border: 1px solid #F00; }

.account-create-form .professionnel .nl {
  margin-top: 35px; }

.basket .basket-progressbar {
  overflow: hidden;
  width: 100%;
  margin-top: 20px; }
  .basket .basket-progressbar a {
    float: left; }
  .basket .basket-progressbar .wrap-progress {
    width: 100%;
    overflow: hidden; }
    @media (max-width: 69.99em) {
      .basket .basket-progressbar .wrap-progress {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; } }
  .basket .basket-progressbar .chevron {
    background: url(/images/basketbar-chevron.jpg) no-repeat;
    background-position-y: 8px;
    min-width: 29px;
    min-height: 29px;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    display: block; }
    @media (max-width: 52.84714em) {
      .basket .basket-progressbar .chevron {
        display: none; } }
  .basket .basket-progressbar .texte {
    float: left;
    padding-top: 13px;
    color: #5a5a5a;
    font-weight: 600;
    display: block; }
    @media (max-width: 52.84714em) {
      .basket .basket-progressbar .texte {
        display: none; } }
  .basket .basket-progressbar .texte-mob {
    font-size: 10px;
    width: 70px;
    text-align: center;
    color: #363636;
    display: none;
    margin-top: 45px; }
    @media (max-width: 52.84714em) {
      .basket .basket-progressbar .texte-mob {
        display: block; } }
  .basket .basket-progressbar .step {
    float: left;
    overflow: hidden; }
    @media (max-width: 52.84714em) {
      .basket .basket-progressbar .step {
        margin-right: 20px;
        width: 70px; } }
    @media (max-width: 34.27571em) {
      .basket .basket-progressbar .step {
        margin-right: 0px; } }
    .basket .basket-progressbar .step.last {
      margin-right: 0px; }
  .basket .basket-progressbar .step-1, .basket .basket-progressbar .step-2, .basket .basket-progressbar .step-3, .basket .basket-progressbar .step-4 {
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
    vertical-align: center;
    text-align: center;
    padding-top: 12px;
    height: 41px;
    width: 40px;
    font-size: 8px;
    margin-right: 10px;
    letter-spacing: 0px;
    color: #000;
    border: 1px solid #eeeeee; }
    .basket .basket-progressbar .step-1 strong, .basket .basket-progressbar .step-2 strong, .basket .basket-progressbar .step-3 strong, .basket .basket-progressbar .step-4 strong {
      font-weight: bold;
      font-size: 13px; }
    .basket .basket-progressbar .step-1.on, .basket .basket-progressbar .step-2.on, .basket .basket-progressbar .step-3.on, .basket .basket-progressbar .step-4.on {
      border-color: #fc7d2a;
      color: #fff;
      background: #fc7d2a; }
    @media (max-width: 52.84714em) {
      .basket .basket-progressbar .step-1, .basket .basket-progressbar .step-2, .basket .basket-progressbar .step-3, .basket .basket-progressbar .step-4 {
        margin: 0 auto; } }
  @media (max-width: 52.84714em) {
    .basket .basket-progressbar .step-4 {
      margin-right: 0px;
      margin-left: 15px; } }

.range-slider .range-value {
  position: relative;
  width: 100%; }
  .range-slider .range-value .range-min,
  .range-slider .range-value .range-max {
    position: relative;
    display: inline-block;
    width: 48%; }
  .range-slider .range-value .range-max {
    text-align: right; }

.range-slider .noUi-target {
  border: none;
  box-shadow: none;
  width: 92%;
  margin: 0 auto;
  background: #FFF; }
  .range-slider .noUi-target * {
    box-shadow: none; }
  .range-slider .noUi-target .noUi-connect {
    background: #74767e;
    box-shadow: none;
    border: none; }
  .range-slider .noUi-target .noUi-base {
    height: 4px;
    border: none;
    background: #a1a1a1; }
    .range-slider .noUi-target .noUi-base .noUi-origin {
      height: .250rem;
      background: #a1a1a1; }
    .range-slider .noUi-target .noUi-base .noUi-handle {
      height: 18px;
      width: 18px;
      background: #fff;
      border: 1px solid #c7c7c7;
      border-radius: 18px; }
      .range-slider .noUi-target .noUi-base .noUi-handle:before, .range-slider .noUi-target .noUi-base .noUi-handle:after {
        display: none; }

.range-slider .noUi-background {
  background: none; }

.overlay-modal {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  display: none; }

.search-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 605px;
  top: 27px;
  text-align: center;
  border-top: 1px solid #b9b9b9;
  margin-top: 0px; }
  @media (max-width: 52.84714em) {
    .search-modal {
      width: 100%;
      margin-top: -28px; } }
  @media (min-width: 52.85714em) {
    .search-modal {
      width: 100%;
      margin-top: -28px; } }
  @media (min-width: 70em) {
    .search-modal {
      width: 100%;
      margin-top: -28px; } }
  @media (min-width: 91.42857em) {
    .search-modal {
      width: 100%;
      margin-top: -28px; } }
  .search-modal.on {
    display: block;
    /*@include mq($until: desktop) {
            display: none;
        }*/ }
  .search-modal.off {
    display: none; }
  .search-modal .hidden-mobile-tablet {
    display: block; }
    @media (max-width: 69.99em) {
      .search-modal .hidden-mobile-tablet {
        display: none; } }
  .search-modal .results-modal {
    float: right;
    background: #fc7d2a;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    white-space: nowrap;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    padding: 7px;
    border: 2px solid #fc7d2a;
    width: 205px;
    margin-top: 10px; }
  .search-modal .overlay {
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .search-modal .wrapper {
    text-align: left;
    z-index: 992;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    z-index: 500; }
    @media (min-width: 22.85714em) {
      .search-modal .wrapper {
        width: 100%; } }
    @media screen and (max-width: 320px) {
      .search-modal .wrapper {
        width: 100%; } }
    @media screen and (max-width: 360px) {
      .search-modal .wrapper {
        width: 100%; } }
    @media (min-width: 34.28571em) {
      .search-modal .wrapper {
        width: 100%; } }
    @media (min-width: 52.85714em) {
      .search-modal .wrapper {
        width: 100%; } }
    @media (min-width: 70em) {
      .search-modal .wrapper {
        width: 100%; } }
    @media (min-width: 91.42857em) {
      .search-modal .wrapper {
        width: 100%; } }
    .search-modal .wrapper .title {
      padding: 10px 0px 10px 0px;
      margin: 10px 0px 0px 0px;
      width: 100%;
      text-align: left;
      text-transform: uppercase;
      font-size: 13px;
      font-family: "Heebo", sans-serif;
      color: #000;
      font-weight: 600; }
      .search-modal .wrapper .title hr {
        background-color: #ff5205;
        color: #ff5205;
        height: 3px;
        width: 40px;
        margin-top: 6px;
        text-align: left; }
    .search-modal .wrapper .hidden {
      display: none; }
    .search-modal .wrapper .hover-keyword {
      background-color: #eff4fb;
      cursor: pointer; }
    .search-modal .wrapper .col-left {
      width: 35%;
      float: left; }
      @media (max-width: 34.27571em) {
        .search-modal .wrapper .col-left {
          width: 100%;
          float: none; } }
    .search-modal .wrapper .col-right {
      width: 62%;
      float: left;
      border-left: 1px solid #dedede;
      padding-left: 3%;
      display: block; }
      @media (max-width: 34.27571em) {
        .search-modal .wrapper .col-right {
          display: none; } }
    .search-modal .wrapper .keyword-list {
      color: #666; }
      .search-modal .wrapper .keyword-list li {
        padding: 4px; }
        .search-modal .wrapper .keyword-list li .strong {
          font-weight: 600;
          color: #000; }
      .search-modal .wrapper .keyword-list li:hover {
        background-color: #eff4fb;
        cursor: pointer; }
      .search-modal .wrapper .keyword-list a, .search-modal .wrapper .keyword-list a:link, .search-modal .wrapper .keyword-list a:visited, .search-modal .wrapper .keyword-list a:hover, .search-modal .wrapper .keyword-list a:active {
        text-decoration: none;
        color: unset !important; }
    .search-modal .wrapper .categories-list ul li {
      clear: both; }
    .search-modal .wrapper a.category, .search-modal .wrapper a.category:link, .search-modal .wrapper a.category:visited, .search-modal .wrapper a.category:hover, .search-modal .wrapper a.category:active {
      font-size: 13px;
      color: #818181;
      cursor: pointer;
      font-weight: 300;
      line-height: 18px; }
    .search-modal .wrapper .product-bloc .title {
      margin: 0px; }
    .search-modal .wrapper .category-bloc {
      display: block; }
      @media (max-width: 34.27571em) {
        .search-modal .wrapper .category-bloc {
          display: none; } }
    .search-modal .wrapper .products-results {
      overflow: hidden;
      /* .product:nth-child(1) {
            //margin-top: 10px;
            margin-bottom: 10px;
          }
          .product:nth-child(2) {
            border-right: none !important;
            //margin-top: 10px;
            float:left;
            margin-bottom: 10px;
          }
          .product:nth-child(3) {
               .wrapper-prod{
                border-bottom: none !important;
               }
          }
          .product:nth-child(4) {
               border-right: none !important;
               .wrapper-prod{
                  border-bottom: none !important;
               }
          }*/ }
      .search-modal .wrapper .products-results .product {
        /*padding: 10px 0px 10px 0px;
            overflow: hidden;*/
        border-bottom: 1px solid #ccc;
        padding: 0px 10px 0px 10px;
        overflow: hidden;
        width: 100%; }
        .search-modal .wrapper .products-results .product:last-child {
          border-bottom: none; }
        .search-modal .wrapper .products-results .product .wrapper-prod {
          min-height: 100px;
          width: 100%;
          overflow: hidden;
          padding: 0px 0px 10px 0px; }
        .search-modal .wrapper .products-results .product .image {
          float: left;
          width: 30%;
          overflow: hidden;
          height: 80px;
          margin-top: 10px;
          margin-bottom: 10px;
          /*
              img{
                position: absolute;
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
                top: 50%;
                left: 50%;
                max-width: 90px;
                max-height: 90px;
                @include mq(wide) {
                  max-width: 110px;
                  max-height: 110px;
                }
              }*/ }
        .search-modal .wrapper .products-results .product .add-cart {
          background-image: url(../images/add-cart-list.png);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 15px;
          height: 20px;
          float: left;
          margin-top: 4px;
          margin-left: 0px;
          margin-right: 6px; }
        .search-modal .wrapper .products-results .product .price {
          padding: 3px 5px 3px 0px;
          float: left;
          margin-top: 6px;
          margin-bottom: 6px;
          color: #000;
          font-weight: 800; }
        .search-modal .wrapper .products-results .product .price-before {
          margin-top: 10px;
          text-decoration: line-through;
          font-size: 13px;
          color: #f00;
          font-weight: 400 !important; }
        .search-modal .wrapper .products-results .product .infos {
          float: left;
          width: 69%;
          overflow: hidden;
          padding-left: 1%;
          margin-top: 15px;
          /*.no-stock:before {
                content: ' ';
                background-image: url(../images/assets.png);
                position: absolute;
                top: 0;
                left: 0;
                width: 13px;
                height: 12px;
                background-position: -262px -17px;
              }

              .stock:before {
                content: ' ';
                background: #33d75a;
                position: absolute;
                top: 0;
                left: 0;
                width: 9px;
                height: 9px;
                background-position: -233px -15px;
              }*/ }
          .search-modal .wrapper .products-results .product .infos .tag {
            margin: 0 0 5px 0px !important;
            display: block;
            width: -moz-fit-content;
            width: -webkit-fit-content;
            width: fit-content; }
          .search-modal .wrapper .products-results .product .infos .brand-name {
            /*font-size: 14px;
                line-height: 16px;
                font-weight: 500;
                color: #000;
                display: block;
                text-transform: uppercase;
                margin: 10px 0 .15rem 0;*/
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
            margin: 0rem 0 .1rem 0;
            text-transform: uppercase;
            color: #000; }
          .search-modal .wrapper .products-results .product .infos .category-name {
            font-size: 11px;
            color: #9f9f9f; }
          .search-modal .wrapper .products-results .product .infos .product-name {
            overflow: hidden;
            color: #666;
            line-height: 17px;
            max-height: 35px;
            font-size: 13px; }
          .search-modal .wrapper .products-results .product .infos .product-price {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            line-height: 32px;
            font-weight: 500;
            letter-spacing: -.03rem;
            color: #000; }
            .search-modal .wrapper .products-results .product .infos .product-price .price-before {
              text-decoration: line-through;
              font-size: 13px;
              line-height: 17px;
              color: #616161;
              font-weight: 400 !important;
              margin-top: -5px;
              margin-bottom: 5px; }
          .search-modal .wrapper .products-results .product .infos .promo-price {
            color: #000 !important; }
          .search-modal .wrapper .products-results .product .infos .stock, .search-modal .wrapper .products-results .product .infos .no-stock {
            display: inline-block;
            margin-top: 12px;
            padding-left: 1rem;
            font-size: 10px;
            line-height: 9px;
            font-weight: 600;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: .015rem; }
          .search-modal .wrapper .products-results .product .infos .no-stock {
            color: #f00; }
        .search-modal .wrapper .products-results .product:nth-last-child(-n+2) {
          border-bottom: none !important; }
          .search-modal .wrapper .products-results .product:nth-last-child(-n+2) .wrapper-prod {
            border-bottom: none !important; }
      .search-modal .wrapper .products-results hr {
        /*clear: both;*/
        border: 0;
        color: #DADADA;
        background-color: #DADADA;
        height: 1px;
        padding: 0;
        margin: 0;
        width: 100%; }

.products-filters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .products-filters .wrapper {
    position: relative;
    background-color: #fff;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    padding-top: 2px; }
    .products-filters .wrapper .close-modal {
      color: #000;
      font-size: 27px;
      position: absolute;
      top: 8px;
      right: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 100;
      z-index: 100; }
    .products-filters .wrapper .filters-form {
      height: 75%;
      overflow-y: scroll;
      padding-top: 20px; }
      .products-filters .wrapper .filters-form .filters-reset,
      .products-filters .wrapper .filters-form .btn-2 {
        display: none; }
    .products-filters .wrapper #orderby-choice {
      color: #fa6911;
      font-size: 11px;
      text-transform: capitalize;
      display: inline-block; }
    .products-filters .wrapper .buttons {
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 15px 15px 0 15px;
      background: #fff; }
      .products-filters .wrapper .buttons .btn-show,
      .products-filters .wrapper .buttons .btn-reset {
        display: block;
        width: 100%;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        color: #000;
        padding: 18px 0%;
        text-transform: uppercase;
        margin: 10px 0;
        font-weight: 400; }
      .products-filters .wrapper .buttons .btn-reset {
        background: #efefef; }
      .products-filters .wrapper .buttons .btn-show {
        background: #fa6911;
        color: #fff; }
    .products-filters .wrapper .panel {
      margin: 10px 15px; }
      .products-filters .wrapper .panel h3 {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        color: #000;
        text-transform: uppercase;
        background: url("../images/down-arrow.png") no-repeat 90% 50% #f4f4f4;
        padding: 18px 10px 18px 20px; }
        .products-filters .wrapper .panel h3 .remove-filter-brands, .products-filters .wrapper .panel h3 .remove-filter-category, .products-filters .wrapper .panel h3 .remove-filter-attributes, .products-filters .wrapper .panel h3 .remove-filter-prices, .products-filters .wrapper .panel h3 .remove-filter-order_by {
          background: #fc7d2a;
          color: #fff;
          float: right;
          padding: 2px 3px 0px 3px;
          top: -3px;
          display: none;
          cursor: pointer; }
          @media (min-width: 52.85714em) {
            .products-filters .wrapper .panel h3 .remove-filter-brands, .products-filters .wrapper .panel h3 .remove-filter-category, .products-filters .wrapper .panel h3 .remove-filter-attributes, .products-filters .wrapper .panel h3 .remove-filter-prices, .products-filters .wrapper .panel h3 .remove-filter-order_by {
              padding: 3px 5px 1px 5px;
              top: -2px; } }
          .products-filters .wrapper .panel h3 .remove-filter-brands.active, .products-filters .wrapper .panel h3 .remove-filter-category.active, .products-filters .wrapper .panel h3 .remove-filter-attributes.active, .products-filters .wrapper .panel h3 .remove-filter-prices.active, .products-filters .wrapper .panel h3 .remove-filter-order_by.active {
            display: block; }
      .products-filters .wrapper .panel h4 {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        color: #000; }
      .products-filters .wrapper .panel .panel-body {
        padding: 15px; }
        .products-filters .wrapper .panel .panel-body input:checked + label {
          font-weight: 600;
          color: #000; }
        .products-filters .wrapper .panel .panel-body select {
          margin-top: 5px; }
        .products-filters .wrapper .panel .panel-body .form-row {
          margin-bottom: 5px; }
          .products-filters .wrapper .panel .panel-body .form-row a,
          .products-filters .wrapper .panel .panel-body .form-row label {
            font-size: 12px;
            color: #818181;
            cursor: pointer; }
            .products-filters .wrapper .panel .panel-body .form-row a.selected,
            .products-filters .wrapper .panel .panel-body .form-row label.selected {
              color: #000;
              font-weight: 600; }
          .products-filters .wrapper .panel .panel-body .form-row a.clicked,
          .products-filters .wrapper .panel .panel-body .form-row a:hover {
            text-decoration: underline; }
          .products-filters .wrapper .panel .panel-body .form-row ul {
            list-style: disc;
            list-style-position: outside;
            margin-left: 20px;
            margin-bottom: 10px; }
            .products-filters .wrapper .panel .panel-body .form-row ul li {
              padding: 5px 0;
              margin-bottom: 0px;
              color: #000; }
              .products-filters .wrapper .panel .panel-body .form-row ul li a {
                color: #000; }
          .products-filters .wrapper .panel .panel-body .form-row input {
            margin-right: 5px; }
      .products-filters .wrapper .panel .panel-dropdown-under {
        position: relative; }
        .products-filters .wrapper .panel .panel-dropdown-under.open .panel-body-under {
          height: auto; }
        .products-filters .wrapper .panel .panel-dropdown-under h3, .products-filters .wrapper .panel .panel-dropdown-under h4 {
          cursor: pointer;
          padding: 6px 10px 9px 18px; }
          .products-filters .wrapper .panel .panel-dropdown-under h3:before, .products-filters .wrapper .panel .panel-dropdown-under h4:before {
            content: ' ';
            background-image: url("../images/assets.png");
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 8px;
            background-position: -357px -135px;
            left: 6px;
            top: 9px; }
        .products-filters .wrapper .panel .panel-dropdown-under .panel-body-under {
          height: 0px;
          overflow-y: hidden; }
      .products-filters .wrapper .panel .wrapper-filter-price {
        padding: 20px 10px 20px 0px;
        overflow: hidden;
        text-align: center;
        width: 100%; }
        @media (max-width: 52.84714em) {
          .products-filters .wrapper .panel .wrapper-filter-price {
            padding: 0px; } }
        .products-filters .wrapper .panel .wrapper-filter-price .separator-to {
          float: left;
          margin-right: 5px;
          margin-left: 5px;
          padding-top: 10px; }
          @media (max-width: 52.84714em) {
            .products-filters .wrapper .panel .wrapper-filter-price .separator-to {
              float: left;
              margin-right: 10px; } }
        .products-filters .wrapper .panel .wrapper-filter-price .separator-device {
          float: left;
          margin-left: 5px;
          padding-top: 10px; }
          @media (max-width: 52.84714em) {
            .products-filters .wrapper .panel .wrapper-filter-price .separator-device {
              float: left;
              margin-right: 10px; } }
        .products-filters .wrapper .panel .wrapper-filter-price .price-select {
          width: 30%;
          float: left;
          padding: 5px;
          border: 1px solid lightgray; }
          @media (max-width: 52.84714em) {
            .products-filters .wrapper .panel .wrapper-filter-price .price-select {
              width: 27%;
              float: left;
              margin-right: 10px; } }

#popup-promo {
  width: 100%;
  overflow: hidden;
  display: none; }
  #popup-promo .wrap-content {
    z-index: 999;
    position: fixed;
    width: 500px;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    /* Negative half of height. */
    margin-left: -250px;
    /* Negative half of width. */
    background-color: #fff;
    padding-bottom: 15px;
    overflow: hidden; }
    @media (max-width: 34.27571em) {
      #popup-promo .wrap-content {
        left: 0;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        top: 54%;
        overflow-y: scroll;
        height: 100%; } }
    #popup-promo .wrap-content h2 {
      font-size: 20px;
      line-height: 22px;
      font-weight: 800;
      color: #212121; }
    #popup-promo .wrap-content .wrap-error {
      margin-bottom: 20px;
      overflow: hidden;
      width: 100%;
      padding: 10px;
      background-color: red;
      color: white;
      line-height: 17px;
      display: none; }
    #popup-promo .wrap-content .more-infos {
      text-align: justify;
      font-size: 11px;
      color: #777; }
    #popup-promo .wrap-content .wrap-close {
      width: 100%;
      text-align: right; }
      #popup-promo .wrap-content .wrap-close img {
        right: 0;
        width: 15px;
        margin: 10px 10px 0px 0px;
        cursor: pointer; }
    #popup-promo .wrap-content .col-left {
      float: right;
      width: 50%;
      padding: 0px 15px; }
      #popup-promo .wrap-content .col-left img {
        width: 100%; }
      @media (max-width: 34.27571em) {
        #popup-promo .wrap-content .col-left {
          float: none;
          width: 100%; } }
    #popup-promo .wrap-content .col-right {
      float: right;
      width: 50%;
      padding: 0px 15px 15px 0;
      text-align: center; }
      @media (max-width: 34.27571em) {
        #popup-promo .wrap-content .col-right {
          float: none;
          width: 100%;
          padding: 0px 15px 15px 15px; } }
      #popup-promo .wrap-content .col-right input.texte {
        width: 100%;
        background-color: #ffff;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #000;
        margin-top: 20px;
        margin-bottom: 20px; }
      #popup-promo .wrap-content .col-right .submit {
        width: 100%;
        background-color: #fb7d2a;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 0;
        cursor: pointer;
        margin-bottom: 20px; }

.popover-basket {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .popover-basket * {
    box-sizing: border-box; }
  .popover-basket .wrapper {
    position: relative;
    background-color: #fff;
    min-height: 220px;
    left: 50%;
    margin-left: -300px;
    top: 20%;
    width: 530px;
    box-shadow: 5px 5px 15px #444;
    padding: Opx 0px; }
    @media screen and (max-width: 767px) {
      .popover-basket .wrapper {
        top: 50%;
        width: 300px;
        height: 300px;
        min-height: 180px;
        left: 50%;
        margin-left: -150px;
        margin-top: -60px;
        padding: 0 0; } }
    @media (max-width: 767px) and (orientation: landscape) {
      .popover-basket .wrapper {
        top: 50%;
        width: 400px;
        left: 50%;
        margin-left: -200px;
        padding: 0 15px; } }
    .popover-basket .wrapper .header {
      padding: 1rem 0 1rem 2rem;
      text-align: left;
      border-bottom: 1px solid #999;
      background: #FFF; }
      @media screen and (max-width: 767px) {
        .popover-basket .wrapper .header {
          border: none;
          padding: 1rem 0 1rem 0; } }
      .popover-basket .wrapper .header .title {
        font-size: 15px;
        font-weight: 400;
        color: #000; }
        @media screen and (max-width: 767px) {
          .popover-basket .wrapper .header .title {
            text-align: center;
            font-size: 14px;
            margin-bottom: 2px; } }
    .popover-basket .wrapper .content {
      font-size: 14px;
      padding: 25px 2rem 4rem 2rem; }
      .popover-basket .wrapper .content .products {
        padding-bottom: 2rem; }
        @media screen and (max-width: 767px) {
          .popover-basket .wrapper .content .products {
            padding-bottom: 1.4rem; } }
        .popover-basket .wrapper .content .products .product .image,
        .popover-basket .wrapper .content .products .product .title,
        .popover-basket .wrapper .content .products .product .prices {
          display: inline-block;
          vertical-align: middle; }
          .popover-basket .wrapper .content .products .product .image #price,
          .popover-basket .wrapper .content .products .product .title #price,
          .popover-basket .wrapper .content .products .product .prices #price {
            color: #ee3333; }
        .popover-basket .wrapper .content .products .product .image {
          width: 17%;
          height: 75px;
          border: 1px solid #AAAAAA;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 73%; }
          @media screen and (max-width: 767px) {
            .popover-basket .wrapper .content .products .product .image {
              width: 50%;
              height: 100px;
              margin: 0 25%; } }
        .popover-basket .wrapper .content .products .product .title {
          width: 60%;
          padding: 0 0 0 10px;
          font-size: 14px;
          font-weight: 300;
          line-height: 1rem; }
          @media screen and (max-width: 767px) {
            .popover-basket .wrapper .content .products .product .title {
              display: none; } }
          .popover-basket .wrapper .content .products .product .title span {
            color: #000;
            font-weight: 400; }
          .popover-basket .wrapper .content .products .product .title a {
            color: #777777; }
        .popover-basket .wrapper .content .products .product .prices {
          width: 20%;
          color: #ee3333;
          font-weight: 400;
          text-align: right;
          font-size: 16px;
          top: -6px; }
          @media screen and (max-width: 767px) {
            .popover-basket .wrapper .content .products .product .prices {
              display: none; } }
          .popover-basket .wrapper .content .products .product .prices strong {
            font-weight: 400; }
          .popover-basket .wrapper .content .products .product .prices .old {
            color: #000;
            text-decoration: line-through;
            font-weight: normal;
            margin-right: 15px; }
      .popover-basket .wrapper .content .buttons {
        text-align: center; }
        @media screen and (max-width: 767px) {
          .popover-basket .wrapper .content .buttons {
            border: none; } }
        .popover-basket .wrapper .content .buttons .btn {
          color: #000; }
          .popover-basket .wrapper .content .buttons .btn:first-child {
            float: left;
            font-weight: 300; }
            @media screen and (max-width: 767px) {
              .popover-basket .wrapper .content .buttons .btn:first-child {
                margin-right: 0;
                margin-bottom: 10px;
                float: none; } }
          .popover-basket .wrapper .content .buttons .btn.close, .popover-basket .wrapper .content .buttons .btn.basket {
            font-size: 14px;
            font-family: "Open Sans", sans-serif;
            padding: 10px 20px; }
            @media screen and (max-width: 767px) {
              .popover-basket .wrapper .content .buttons .btn.close, .popover-basket .wrapper .content .buttons .btn.basket {
                width: 100%; } }
          .popover-basket .wrapper .content .buttons .btn.close {
            background: #efefef;
            color: #000; }
          .popover-basket .wrapper .content .buttons .btn.basket {
            background: #fc7d2a;
            color: #fff;
            float: right;
            font-weight: 400; }
            @media screen and (max-width: 767px) {
              .popover-basket .wrapper .content .buttons .btn.basket {
                float: none; } }
            .popover-basket .wrapper .content .buttons .btn.basket strong {
              font-weight: 400; }

#popover-infos-mag {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  #popover-infos-mag * {
    box-sizing: border-box; }
  #popover-infos-mag .horaires {
    width: 70%;
    margin: 20px auto 30px; }
    @media (max-width: 52.84714em) {
      #popover-infos-mag .horaires {
        width: auto;
        margin: 0px auto 10px; } }
    #popover-infos-mag .horaires .contenant {
      margin-left: 20%;
      margin-right: 20%;
      width: 80%; }
      @media (max-width: 52.84714em) {
        #popover-infos-mag .horaires .contenant {
          margin-left: 0;
          margin-right: 0;
          width: auto; } }
      #popover-infos-mag .horaires .contenant .icone {
        width: 15%;
        float: left;
        height: 20px;
        margin-bottom: 20px;
        font-size: 20px; }
  #popover-infos-mag .wrapper {
    position: relative;
    background-color: #fff;
    min-height: 220px;
    left: 50%;
    margin-left: -300px;
    top: 20%;
    width: 530px;
    box-shadow: 5px 5px 15px #444;
    padding: Opx 0px; }
    @media screen and (max-width: 767px) {
      #popover-infos-mag .wrapper {
        top: 50%;
        width: 300px;
        height: 300px;
        min-height: 180px;
        left: 50%;
        margin-left: -150px;
        margin-top: -60px;
        padding: 0 0; } }
    @media (max-width: 767px) and (orientation: landscape) {
      #popover-infos-mag .wrapper {
        top: 50%;
        width: 400px;
        left: 50%;
        margin-left: -200px;
        padding: 0 15px; } }
    #popover-infos-mag .wrapper .header {
      padding: 1rem 0 1rem 2rem;
      text-align: left;
      border-bottom: 1px solid #999;
      background: #FFF; }
      @media screen and (max-width: 767px) {
        #popover-infos-mag .wrapper .header {
          border-bottom: 1px solid #999;
          padding: 1rem 0 1rem 0; } }
      #popover-infos-mag .wrapper .header .title {
        font-size: 15px;
        font-weight: 400;
        color: #000; }
        @media screen and (max-width: 767px) {
          #popover-infos-mag .wrapper .header .title {
            text-align: center;
            font-size: 14px;
            margin-bottom: 2px; } }
    #popover-infos-mag .wrapper .content {
      font-size: 14px;
      padding: 25px 2rem 4rem 2rem; }
      #popover-infos-mag .wrapper .content .buttons {
        text-align: center; }
        @media screen and (max-width: 767px) {
          #popover-infos-mag .wrapper .content .buttons {
            border: none; } }
        #popover-infos-mag .wrapper .content .buttons .btn {
          color: #000; }
          #popover-infos-mag .wrapper .content .buttons .btn:first-child {
            float: left;
            font-weight: 300; }
            @media screen and (max-width: 767px) {
              #popover-infos-mag .wrapper .content .buttons .btn:first-child {
                margin-right: 0;
                margin-bottom: 10px;
                float: none; } }
          #popover-infos-mag .wrapper .content .buttons .btn.close, #popover-infos-mag .wrapper .content .buttons .btn.infos {
            font-size: 14px;
            font-family: "Open Sans", sans-serif;
            padding: 10px 20px; }
            @media screen and (max-width: 767px) {
              #popover-infos-mag .wrapper .content .buttons .btn.close, #popover-infos-mag .wrapper .content .buttons .btn.infos {
                width: 100%; } }
          #popover-infos-mag .wrapper .content .buttons .btn.close {
            background: #efefef;
            color: #000; }
          #popover-infos-mag .wrapper .content .buttons .btn.infos {
            background: #fc7d2a;
            color: #fff;
            float: right;
            font-weight: 400; }
            @media screen and (max-width: 767px) {
              #popover-infos-mag .wrapper .content .buttons .btn.infos {
                float: none; } }
            #popover-infos-mag .wrapper .content .buttons .btn.infos strong {
              font-weight: 400; }

.popover-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }
  .popover-login .wrapper {
    position: relative;
    background-color: #fff;
    min-height: 150px;
    left: 50%;
    margin-left: -200px;
    top: 20%;
    width: 400px;
    box-shadow: 5px 5px 15px #444;
    padding: 0 0 15px 0; }
    @media (max-width: 34.27571em) {
      .popover-login .wrapper {
        position: relative;
        background-color: #fff;
        min-height: 150px;
        left: 0;
        top: 20%;
        margin-left: 0px;
        width: 100%;
        box-shadow: 5px 5px 15px #444;
        padding: 0 0 15px 0; } }
    .popover-login .wrapper .header {
      padding: 20px;
      background-color: #e9e9e9;
      text-align: center; }
      .popover-login .wrapper .header .title {
        font-size: 15px;
        font-weight: 400;
        color: black;
        text-transform: uppercase; }
        .popover-login .wrapper .header .title .close {
          color: #000;
          position: absolute;
          right: 0;
          font-size: 14px;
          font-weight: bold;
          text-align: right;
          text-decoration: none; }
    .popover-login .wrapper .content {
      padding: 2rem 2rem 2rem 2rem; }
      .popover-login .wrapper .content.content_btn {
        text-align: center;
        padding: 1.5rem 2rem 1rem 2rem; }
      .popover-login .wrapper .content .radios p {
        width: 100%;
        padding-bottom: 1rem; }
        .popover-login .wrapper .content .radios p:last-child {
          padding-top: .5rem;
          padding-bottom: 1rem; }
        .popover-login .wrapper .content .radios p .confirm-yes,
        .popover-login .wrapper .content .radios p .confirm-no {
          font-size: 16px;
          position: relative;
          padding: 0 24px;
          color: #000;
          font-weight: 400; }
          .popover-login .wrapper .content .radios p .confirm-yes:before,
          .popover-login .wrapper .content .radios p .confirm-no:before {
            content: " ";
            position: absolute;
            border-radius: 7px;
            height: 12px;
            width: 12px;
            border: 1px solid #000;
            left: 0;
            top: 5px; }
          .popover-login .wrapper .content .radios p .confirm-yes:hover:before,
          .popover-login .wrapper .content .radios p .confirm-no:hover:before {
            background: #999; }
      .popover-login .wrapper .content .buttons {
        text-align: center;
        margin-top: 1rem; }
        .popover-login .wrapper .content .buttons .btn {
          color: #000;
          border-radius: 5px; }
          .popover-login .wrapper .content .buttons .btn:first-child {
            margin-right: 7px; }
            @media screen and (max-width: 767px) {
              .popover-login .wrapper .content .buttons .btn:first-child {
                margin-right: 0;
                margin-bottom: 10px; } }
          .popover-login .wrapper .content .buttons .btn.confirm-yes, .popover-login .wrapper .content .buttons .btn.confirm-no {
            font-size: 14px;
            padding: 10px 20px; }
          .popover-login .wrapper .content .buttons .btn.confirm-no {
            background: #CCC;
            color: #000; }
          .popover-login .wrapper .content .buttons .btn.confirm-yes {
            background: #CCC;
            color: #000; }

.popover-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }
  .popover-confirm .wrapper {
    position: relative;
    background-color: #fff;
    min-height: 150px;
    left: 50%;
    margin-left: -200px;
    top: 20%;
    width: 400px;
    box-shadow: 5px 5px 15px #444;
    padding: 0 0 15px 0; }
    .popover-confirm .wrapper .header {
      padding: 1rem .5rem 1rem .5rem;
      text-align: center;
      background: #F84E46; }
      .popover-confirm .wrapper .header .title {
        font-size: 15px;
        font-weight: 400;
        color: #FFF;
        text-transform: uppercase; }
    .popover-confirm .wrapper .content {
      padding: 2rem 2rem 2rem 2rem; }
      .popover-confirm .wrapper .content.content_btn {
        text-align: center;
        padding: 1.5rem 2rem 1rem 2rem; }
      .popover-confirm .wrapper .content .radios p {
        width: 100%;
        padding-bottom: 1rem; }
        .popover-confirm .wrapper .content .radios p:last-child {
          padding-top: .5rem;
          padding-bottom: 1rem; }
        .popover-confirm .wrapper .content .radios p .confirm-yes,
        .popover-confirm .wrapper .content .radios p .confirm-no {
          font-size: 16px;
          position: relative;
          padding: 0 24px;
          color: #000;
          font-weight: 400; }
          .popover-confirm .wrapper .content .radios p .confirm-yes:before,
          .popover-confirm .wrapper .content .radios p .confirm-no:before {
            content: " ";
            position: absolute;
            border-radius: 7px;
            height: 12px;
            width: 12px;
            border: 1px solid #000;
            left: 0;
            top: 5px; }
          .popover-confirm .wrapper .content .radios p .confirm-yes:hover:before,
          .popover-confirm .wrapper .content .radios p .confirm-no:hover:before {
            background: #999; }
      .popover-confirm .wrapper .content .buttons {
        text-align: center;
        margin-top: 1rem; }
        .popover-confirm .wrapper .content .buttons .btn {
          color: #000;
          border-radius: 5px; }
          .popover-confirm .wrapper .content .buttons .btn:first-child {
            margin-right: 15px; }
            @media screen and (max-width: 767px) {
              .popover-confirm .wrapper .content .buttons .btn:first-child {
                margin-right: 0;
                margin-bottom: 10px; } }
          .popover-confirm .wrapper .content .buttons .btn.confirm-yes, .popover-confirm .wrapper .content .buttons .btn.confirm-no {
            font-size: 14px;
            padding: 10px 20px; }
          .popover-confirm .wrapper .content .buttons .btn.confirm-no {
            background: #CCC;
            color: #000; }
          .popover-confirm .wrapper .content .buttons .btn.confirm-yes {
            background: #CCC;
            color: #000; }

.popover-error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }
  .popover-error .wrapper {
    position: relative;
    background-color: #fff;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: 10vh;
    width: 100%;
    max-width: 600px; }
    @media (max-width: 69.99em) {
      .popover-error .wrapper {
        width: 90%; } }
    .popover-error .wrapper .close {
      color: #000;
      position: absolute;
      right: 0;
      font-size: 14px;
      font-weight: bold;
      text-align: right;
      text-decoration: none; }
    .popover-error .wrapper .header {
      padding: 20px;
      background-color: #e9e9e9;
      color: red;
      text-align: center; }
      .popover-error .wrapper .header .title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "Open Sans", sans-serif; }
      .popover-error .wrapper .header .subtitle {
        font-style: italic;
        text-transform: uppercase;
        opacity: .5;
        font-size: .875rem;
        margin-top: .250rem; }
    .popover-error .wrapper .content {
      padding: 1.5rem;
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      font-weight: 300;
      color: #222;
      padding: 30px 20px; }
      @media (max-width: 52.84714em) {
        .popover-error .wrapper .content {
          padding: 20px; } }
      .popover-error .wrapper .content .error-vat-content {
        height: 150px;
        padding-top: 30px;
        text-align: left;
        padding-left: 70px; }
      .popover-error .wrapper .content strong {
        font-weight: 600;
        line-height: 1.2rem;
        color: #000;
        padding-bottom: .5rem; }
      .popover-error .wrapper .content p {
        margin-bottom: rem-calc(28); }
      .popover-error .wrapper .content .icon {
        width: 100%;
        text-align: center;
        padding: 1rem 0; }
      .popover-error .wrapper .content form .form-wrap {
        width: 60%;
        margin: 1rem auto; }
        @media (max-width: 69.99em) {
          .popover-error .wrapper .content form .form-wrap {
            width: 100%; } }
        @media (max-width: 69.99em) {
          .popover-error .wrapper .content form .form-wrap .form-input {
            width: 100%; } }
      .popover-error .wrapper .content form .form-submit {
        margin-top: 2rem; }
      .popover-error .wrapper .content form .btn {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        padding: 10px 20px;
        background: #fc7d2a;
        color: #fff; }
      .popover-error .wrapper .content .radios p {
        width: 100%;
        padding-bottom: 1rem; }
        .popover-error .wrapper .content .radios p:last-child {
          padding-top: .5rem;
          padding-bottom: 1rem; }
        .popover-error .wrapper .content .radios p .confirm-yes,
        .popover-error .wrapper .content .radios p .confirm-no {
          position: relative;
          padding: 0 24px;
          color: #000;
          font-weight: 300; }
          .popover-error .wrapper .content .radios p .confirm-yes:before,
          .popover-error .wrapper .content .radios p .confirm-no:before {
            content: " ";
            position: absolute;
            border-radius: 7px;
            height: 12px;
            width: 12px;
            border: 1px solid #000;
            left: 0;
            top: 5px; }
          .popover-error .wrapper .content .radios p .confirm-yes:hover:before,
          .popover-error .wrapper .content .radios p .confirm-no:hover:before {
            background: #999; }
      .popover-error .wrapper .content .buttons {
        text-align: center;
        margin-top: 1rem; }
        .popover-error .wrapper .content .buttons .btn {
          color: #000;
          border-radius: 5px; }
          .popover-error .wrapper .content .buttons .btn:first-child {
            margin-right: 15px; }
            @media screen and (max-width: 767px) {
              .popover-error .wrapper .content .buttons .btn:first-child {
                margin-right: 0;
                margin-bottom: 10px; } }
          .popover-error .wrapper .content .buttons .btn.confirm-yes, .popover-error .wrapper .content .buttons .btn.confirm-no {
            font-size: 14px;
            padding: 10px 20px; }
          .popover-error .wrapper .content .buttons .btn.confirm-no {
            background: #CCC;
            color: #000; }
          .popover-error .wrapper .content .buttons .btn.confirm-yes {
            background: #CCC;
            color: #000; }

#popover-forgotpassword-cover {
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed; }

.popover-forgotpassword {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }
  .popover-forgotpassword .wrapper {
    position: relative;
    background-color: #fff;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: 10vh;
    width: 100%;
    max-width: 600px; }
    @media (max-width: 69.99em) {
      .popover-forgotpassword .wrapper {
        width: 90%; } }
    .popover-forgotpassword .wrapper .close {
      color: #000;
      position: absolute;
      right: 0;
      font-size: 14px;
      font-weight: bold;
      text-align: right;
      text-decoration: none; }
    .popover-forgotpassword .wrapper .header {
      padding: 20px;
      background-color: #e9e9e9;
      color: #000;
      text-align: center; }
      .popover-forgotpassword .wrapper .header .title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "Open Sans", sans-serif; }
      .popover-forgotpassword .wrapper .header .subtitle {
        font-style: italic;
        text-transform: uppercase;
        opacity: .5;
        font-size: .875rem;
        margin-top: .250rem; }
    .popover-forgotpassword .wrapper .content {
      padding: 1.5rem;
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      font-weight: 300;
      color: #222;
      padding: 30px 20px;
      overflow: hidden; }
      @media (max-width: 52.84714em) {
        .popover-forgotpassword .wrapper .content {
          padding: 20px; } }
      .popover-forgotpassword .wrapper .content strong {
        font-weight: 600;
        line-height: 1.2rem;
        color: #000;
        padding-bottom: .5rem; }
      .popover-forgotpassword .wrapper .content p {
        margin-bottom: rem-calc(28); }
      .popover-forgotpassword .wrapper .content .icon {
        width: 100%;
        text-align: center;
        padding: 1rem 0; }
      .popover-forgotpassword .wrapper .content form .form-wrap {
        width: 60%;
        margin: 1rem auto; }
        @media (max-width: 69.99em) {
          .popover-forgotpassword .wrapper .content form .form-wrap {
            width: 100%; } }
        @media (max-width: 69.99em) {
          .popover-forgotpassword .wrapper .content form .form-wrap .form-input {
            width: 100%; } }
      .popover-forgotpassword .wrapper .content form .form-submit {
        margin-top: 2rem; }
      .popover-forgotpassword .wrapper .content form .btn {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        padding: 10px 20px;
        background: #fc7d2a;
        color: #fff;
        width: 200px; }

.popup-suggest-account {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .popup-suggest-account .wrapper {
    position: relative;
    background-color: #fff;
    min-height: 150px;
    left: 50%;
    margin-left: -200px;
    top: 20%;
    width: 400px;
    box-shadow: 5px 5px 15px #444;
    padding: 0 0 15px 0; }
    @media (max-width: 320px) {
      .popup-suggest-account .wrapper {
        width: 280px;
        margin-left: -140px; } }
    .popup-suggest-account .wrapper .header {
      padding: 1rem .5rem 1rem .5rem;
      text-align: center;
      background: #fb7d2a; }
      .popup-suggest-account .wrapper .header .title {
        font-size: 15px;
        font-weight: 400;
        color: #FFF;
        text-transform: uppercase; }
    .popup-suggest-account .wrapper .content {
      padding: 2rem 2rem 2rem 2rem;
      line-height: 17px;
      font-size: 14px; }
      .popup-suggest-account .wrapper .content.content_btn {
        text-align: center;
        padding: 1.5rem 2rem 1rem 2rem; }
      .popup-suggest-account .wrapper .content .radios p {
        width: 100%;
        padding-bottom: 1rem; }
        .popup-suggest-account .wrapper .content .radios p:last-child {
          padding-top: .5rem;
          padding-bottom: 1rem; }
        .popup-suggest-account .wrapper .content .radios p .confirm-yes,
        .popup-suggest-account .wrapper .content .radios p .confirm-no {
          font-size: 16px;
          position: relative;
          padding: 0 24px;
          color: #000;
          font-weight: 400; }
          .popup-suggest-account .wrapper .content .radios p .confirm-yes:before,
          .popup-suggest-account .wrapper .content .radios p .confirm-no:before {
            content: " ";
            position: absolute;
            border-radius: 7px;
            height: 12px;
            width: 12px;
            border: 1px solid #000;
            left: 0;
            top: 5px; }
          .popup-suggest-account .wrapper .content .radios p .confirm-yes:hover:before,
          .popup-suggest-account .wrapper .content .radios p .confirm-no:hover:before {
            background: #999; }
      .popup-suggest-account .wrapper .content .buttons {
        text-align: center;
        margin-top: 1rem; }
        .popup-suggest-account .wrapper .content .buttons .btn {
          color: #000;
          border-radius: 5px; }
          .popup-suggest-account .wrapper .content .buttons .btn:first-child {
            margin-right: 15px; }
            @media screen and (max-width: 767px) {
              .popup-suggest-account .wrapper .content .buttons .btn:first-child {
                margin-right: 0;
                margin-bottom: 10px; } }
          .popup-suggest-account .wrapper .content .buttons .btn.confirm-yes, .popup-suggest-account .wrapper .content .buttons .btn.confirm-no {
            font-size: 14px;
            padding: 10px 20px; }
          .popup-suggest-account .wrapper .content .buttons .btn.confirm-no {
            background: #CCC;
            color: #000; }
          .popup-suggest-account .wrapper .content .buttons .btn.confirm-yes {
            background: #CCC;
            color: #000; }
      .popup-suggest-account .wrapper .content .wrap-btn {
        margin-top: 20px; }
      .popup-suggest-account .wrapper .content .close-modal {
        background-color: #e9e9e9;
        color: #000;
        font-weight: 400;
        padding: 10px; }
        @media (max-width: 320px) {
          .popup-suggest-account .wrapper .content .close-modal {
            width: 100%; } }
      .popup-suggest-account .wrapper .content .create-account {
        background-color: #c1c1c1;
        color: #000;
        font-weight: 400;
        padding: 10px;
        margin-top: 0px; }
        @media (max-width: 320px) {
          .popup-suggest-account .wrapper .content .create-account {
            font-size: 11.7px;
            margin-top: 10px; } }

.modal-popup .modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 1;
  transition: opacity 400ms ease-in;
  pointer-events: auto; }

.modal-popup .modalDialog > div {
  width: 50%;
  top: 5%;
  height: 700px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: -o-linear-gradient(#fff, #999); }
  @media (min-width: 22.85714em) {
    .modal-popup .modalDialog > div {
      top: 15%;
      height: 300px;
      width: 90%; } }
  @media (min-width: 34.28571em) and (max-width: 52.84714em) {
    .modal-popup .modalDialog > div {
      width: 70%;
      height: 470px;
      top: 0; } }
  @media (min-width: 52.85714em) {
    .modal-popup .modalDialog > div {
      width: 70%;
      height: 470px;
      top: 1%; } }
  @media screen and (max-width: 320px) {
    .modal-popup .modalDialog > div {
      width: 90%;
      height: 170px;
      top: 90px; } }
  @media screen and (max-width: 980px) {
    .modal-popup .modalDialog > div {
      width: 90%;
      height: 420px;
      top: 0; } }
  @media (min-width: 70em) {
    .modal-popup .modalDialog > div {
      width: 60%;
      height: 430px;
      top: -50px; } }
  @media (min-width: 91.42857em) {
    .modal-popup .modalDialog > div {
      width: 55%;
      height: 490px;
      top: -60px; } }

.modal-popup .close {
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: -25px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer; }

.popover-oney {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .popover-oney * {
    box-sizing: border-box; }
  .popover-oney .wrapper {
    position: relative;
    background-color: #fff;
    min-height: 300px;
    left: 50%;
    margin-left: -300px;
    top: 20px;
    width: 530px;
    box-shadow: 5px 5px 15px #444;
    padding: Opx 0px;
    overflow-y: auto;
    /*@media (max-width: 767px) and (orientation: landscape) {
            top: 30%;
            width: 400px;

            left: 50%;
            margin-left: -200px;
            padding: 0 15px;

        }

        @media (max-width: 667px) and (orientation: landscape) {
                top: 30%;
                width: 80%;
                left: 40%;
                margin-left: -150px;
                margin-top: -180px;
                padding: 0 0;
                overflow: hidden;

        }*/ }
    @media screen and (max-width: 375px) {
      .popover-oney .wrapper {
        position: relative;
        background-color: #fff;
        max-height: 100%;
        left: 0;
        margin-left: 0px;
        top: 0px;
        width: 100%;
        box-shadow: 5px 5px 15px #444;
        overflow-y: auto; } }
    @media (min-width: 22.85714em) {
      .popover-oney .wrapper {
        position: relative;
        background-color: #fff;
        max-height: 100%;
        left: 0;
        margin-left: 0px;
        top: 0px;
        width: 100%;
        box-shadow: 5px 5px 15px #444;
        overflow-y: auto; } }
    @media (min-width: 34.28571em) {
      .popover-oney .wrapper {
        top: 30%;
        width: 80%;
        left: 32%;
        margin-left: -150px;
        margin-top: -180px;
        padding: 0 0;
        overflow-y: auto; } }
    @media (min-width: 52.85714em) {
      .popover-oney .wrapper {
        top: 30%;
        width: 50%;
        left: 40%;
        margin-left: -150px;
        margin-top: -180px;
        padding: 0 0;
        overflow-y: auto; } }
    @media (min-width: 91.42857em) {
      .popover-oney .wrapper {
        width: 540px; } }
    .popover-oney .wrapper .close-modal {
      color: #000;
      font-size: 22px;
      position: absolute;
      top: 15px;
      right: 16px;
      font-family: "Open Sans", sans-serif;
      font-weight: 100;
      z-index: 100; }
    .popover-oney .wrapper .header {
      padding: 1rem 0 1rem 2rem;
      text-align: left;
      border-bottom: 1px solid #999;
      background: #FFF; }
      @media screen and (max-width: 767px) {
        .popover-oney .wrapper .header {
          border: none;
          padding: 1rem 0 1rem 0; } }
      .popover-oney .wrapper .header .title {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        width: 90%;
        text-transform: uppercase;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .popover-oney .wrapper .header .title {
            text-align: center;
            font-size: 14px;
            margin-bottom: 2px; } }
    .popover-oney .wrapper .content {
      font-size: 14px;
      padding: 0px 2rem 0px 2rem; }
      .popover-oney .wrapper .content .general-infos .logo {
        width: 40%;
        float: left; }
      .popover-oney .wrapper .content .general-infos .indications {
        width: 60%;
        float: left;
        text-align: center;
        padding-top: 13%; }
        @media screen and (max-width: 767px) {
          .popover-oney .wrapper .content .general-infos .indications {
            padding-top: 10%;
            padding-left: 10px; } }
      .popover-oney .wrapper .content table.table-oney-price {
        margin-top: 20px; }
        .popover-oney .wrapper .content table.table-oney-price tr {
          border-bottom: 1px solid #b9b9b9; }
        .popover-oney .wrapper .content table.table-oney-price td.price {
          height: 50px;
          width: 300px;
          vertical-align: middle;
          background-color: #e9e9e9;
          text-align: center; }
          .popover-oney .wrapper .content table.table-oney-price td.price .strong {
            font-weight: 600; }
        .popover-oney .wrapper .content table.table-oney-price td.echeance {
          height: 50px;
          width: 500px;
          vertical-align: middle; }
          .popover-oney .wrapper .content table.table-oney-price td.echeance .strong {
            font-weight: 400; }
          @media screen and (max-width: 767px) {
            .popover-oney .wrapper .content table.table-oney-price td.echeance {
              padding-right: 10px; } }
      .popover-oney .wrapper .content .left {
        float: left;
        width: 20%;
        margin-left: 23%; }
        .popover-oney .wrapper .content .left img {
          width: 80%; }
      .popover-oney .wrapper .content .right {
        float: left;
        width: 50%; }
        .popover-oney .wrapper .content .right strong {
          font-weight: 600; }
      .popover-oney .wrapper .content .footer_oney {
        width: 100%;
        margin: 15px auto 2rem auto;
        /*float: left;
                width: 100%;
                margin:15px auto 2rem auto;
                color:#aaa;
                font-size:.8rem;
                p{
                    text-align: center;
                    margin:.5rem 0;
                    a{
                        color:#aaa;
                        text-decoration: underline;
                    }
                    &.mentions{
                        text-align: justify;
                        font-size:.7rem;
                    }
                }*/ }
        .popover-oney .wrapper .content .footer_oney .oney {
          text-align: left; }
          .popover-oney .wrapper .content .footer_oney .oney img {
            width: 50px; }
        .popover-oney .wrapper .content .footer_oney p {
          padding: 0 0 0px;
          text-align: justify;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: .7em;
          color: #58585a; }

.popover-moreinfos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .popover-moreinfos * {
    box-sizing: border-box; }
  .popover-moreinfos .wrapper {
    position: relative;
    background-color: #fff;
    min-height: 300px;
    left: 50%;
    margin-left: -300px;
    top: 20px;
    width: 530px;
    box-shadow: 5px 5px 15px #444;
    padding: Opx 0px;
    overflow-y: auto; }
    @media screen and (max-width: 375px) {
      .popover-moreinfos .wrapper {
        position: relative;
        background-color: #fff;
        max-height: 100%;
        left: 0;
        margin-left: 0px;
        top: 0px;
        width: 100%;
        box-shadow: 5px 5px 15px #444;
        overflow-y: auto; } }
    @media (min-width: 22.85714em) {
      .popover-moreinfos .wrapper {
        position: relative;
        background-color: #fff;
        max-height: 100%;
        left: 0;
        margin-left: 0px;
        top: 0px;
        width: 100%;
        box-shadow: 5px 5px 15px #444;
        overflow-y: auto; } }
    @media (min-width: 34.28571em) {
      .popover-moreinfos .wrapper {
        top: 30%;
        width: 95%;
        left: 27%;
        margin-left: -150px;
        margin-top: -180px;
        padding: 0 0;
        overflow-y: auto; } }
    @media (min-width: 52.85714em) {
      .popover-moreinfos .wrapper {
        top: 30%;
        width: 85%;
        left: 24%;
        margin-left: -150px;
        margin-top: -180px;
        padding: 0 0;
        overflow-y: auto; } }
    @media (min-width: 70em) {
      .popover-moreinfos .wrapper {
        top: 30%;
        width: 75%;
        left: 27%;
        margin-left: -150px;
        margin-top: -180px;
        padding: 0 0;
        overflow-y: auto; } }
    @media (min-width: 91.42857em) {
      .popover-moreinfos .wrapper {
        width: 1000px;
        left: 30%; } }
    @media (min-width: 0px) and (max-width: 846px) {
      .popover-moreinfos .wrapper {
        width: 85%;
        padding: 0 0;
        overflow-y: auto;
        margin: 40px auto;
        top: auto;
        left: auto;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 846px) and (max-width: 850px) {
      .popover-moreinfos .wrapper {
        width: 95%;
        left: 20%; } }
    @media (min-width: 850px) and (max-width: 970px) {
      .popover-moreinfos .wrapper {
        width: 94%;
        left: 20%; } }
    @media (min-width: 970px) and (max-width: 1032) {
      .popover-moreinfos .wrapper {
        width: 85%;
        left: 20%; } }
    @media (min-width: 1032px) and (max-width: 1061px) {
      .popover-moreinfos .wrapper {
        width: 78%; } }
    .popover-moreinfos .wrapper .close-modal {
      color: #000;
      font-size: 12px;
      width: 100%;
      font-family: "Open Sans", sans-serif;
      font-weight: 100;
      z-index: 100;
      cursor: pointer;
      text-align: right;
      padding-right: 10px;
      padding-top: 8px;
      margin-bottom: 10px; }
    .popover-moreinfos .wrapper .header {
      padding: 1rem 0 1rem 2rem;
      text-align: left;
      border-bottom: 1px solid #999;
      background: #FFF; }
      @media screen and (max-width: 767px) {
        .popover-moreinfos .wrapper .header {
          border: none;
          padding: 1rem 0 1rem 0; } }
      .popover-moreinfos .wrapper .header .title {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        width: 90%;
        text-transform: uppercase;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .popover-moreinfos .wrapper .header .title {
            text-align: center;
            font-size: 14px;
            margin-bottom: 2px; } }
    .popover-moreinfos .wrapper .content .left {
      float: left;
      width: 55%;
      border-right: 1px solid #dedede; }
      @media (min-width: 0px) and (max-width: 845px) {
        .popover-moreinfos .wrapper .content .left {
          width: 100%; } }
      .popover-moreinfos .wrapper .content .left .close-modal {
        display: none; }
        @media (min-width: 0px) and (max-width: 845px) {
          .popover-moreinfos .wrapper .content .left .close-modal {
            display: block; } }
    .popover-moreinfos .wrapper .content .right {
      float: left;
      width: 45%;
      display: block; }
      @media (min-width: 0px) and (max-width: 845px) {
        .popover-moreinfos .wrapper .content .right {
          display: none; } }
      .popover-moreinfos .wrapper .content .right .close-modal-moreinfos {
        display: block; }
        @media (min-width: 0px) and (max-width: 845px) {
          .popover-moreinfos .wrapper .content .right .close-modal-moreinfos {
            display: none; } }
      .popover-moreinfos .wrapper .content .right .product-image {
        background-position: center;
        background-size: contain;
        height: 353px;
        width: 90%;
        margin: 0 auto;
        background-repeat: no-repeat; }
      .popover-moreinfos .wrapper .content .right .product-infos {
        background-color: #bbbbbb;
        padding: 20px;
        color: #fff;
        margin-top: 20px;
        overflow: hidden;
        width: 100%; }
        .popover-moreinfos .wrapper .content .right .product-infos .product-designation {
          width: 70%;
          float: left;
          line-height: 17px;
          overflow: hidden; }
          .popover-moreinfos .wrapper .content .right .product-infos .product-designation .productname {
            max-height: 20px; }
          .popover-moreinfos .wrapper .content .right .product-infos .product-designation .brandname {
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 600; }
        .popover-moreinfos .wrapper .content .right .product-infos .product-price {
          width: 30%;
          float: left;
          text-align: right;
          font-size: 17px;
          font-weight: 600; }
          .popover-moreinfos .wrapper .content .right .product-infos .product-price .before {
            color: #ff2930;
            font-size: 13px;
            text-decoration: line-through;
            margin-top: 5px; }
      .popover-moreinfos .wrapper .content .right .wrap-bandeau {
        width: 100%;
        padding: 10px;
        overflow: hidden; }
        .popover-moreinfos .wrapper .content .right .wrap-bandeau .wrap-stock {
          color: #000;
          font-size: 12px;
          width: 40%;
          line-height: 35px;
          float: left;
          padding-left: 10px;
          text-transform: uppercase; }
          .popover-moreinfos .wrapper .content .right .wrap-bandeau .wrap-stock .pastille {
            width: 10px;
            height: 10px;
            float: left;
            margin-top: 2px;
            margin-right: 10px; }
          .popover-moreinfos .wrapper .content .right .wrap-bandeau .wrap-stock .value {
            float: left;
            font-size: 10px;
            font-weight: 600;
            width: 80%; }
          .popover-moreinfos .wrapper .content .right .wrap-bandeau .wrap-stock .circle-mention-enstock, .popover-moreinfos .wrapper .content .right .wrap-bandeau .wrap-stock .circle-mention-enreassort, .popover-moreinfos .wrapper .content .right .wrap-bandeau .wrap-stock .circle-mention-dernierepiece, .popover-moreinfos .wrapper .content .right .wrap-bandeau .wrap-stock .circle-mention-enprecommande, .popover-moreinfos .wrapper .content .right .wrap-bandeau .wrap-stock .circle-mention-surcommande, .popover-moreinfos .wrapper .content .right .wrap-bandeau .wrap-stock .circle-mention-articleepuise {
            right: 8px;
            margin-top: 13px; }
        .popover-moreinfos .wrapper .content .right .wrap-bandeau .btn-keepbuying {
          color: #fff;
          background: #fc7d2a;
          padding: 10px 15px;
          text-transform: uppercase;
          width: 60%;
          float: left;
          text-align: center;
          cursor: pointer; }
    .popover-moreinfos .wrapper .content .wrap-image {
      background-position: center;
      width: 100%;
      height: 200px;
      background-size: contain;
      background-repeat: no-repeat; }
    .popover-moreinfos .wrapper .content .wrap-images {
      width: 100%;
      padding: 30px 0px 0px 20px;
      overflow: hidden; }
      @media screen and (max-width: 320px) {
        .popover-moreinfos .wrapper .content .wrap-images {
          padding: 0px 20px 0px 20px; } }
      @media (max-width: 52.84714em) {
        .popover-moreinfos .wrapper .content .wrap-images {
          padding: 0px 20px 0px 20px; } }
      .popover-moreinfos .wrapper .content .wrap-images .wrap-infos {
        width: 40%;
        float: left;
        margin-right: 5%; }
        @media (max-width: 34.27571em) {
          .popover-moreinfos .wrapper .content .wrap-images .wrap-infos {
            float: none;
            width: 100%; } }
        @media (min-width: 34.28571em) {
          .popover-moreinfos .wrapper .content .wrap-images .wrap-infos {
            width: 46%; } }
        @media (min-width: 70em) {
          .popover-moreinfos .wrapper .content .wrap-images .wrap-infos {
            width: 46%; } }
        @media (min-width: 91.42857em) {
          .popover-moreinfos .wrapper .content .wrap-images .wrap-infos {
            margin-right: 4%; } }
        .popover-moreinfos .wrapper .content .wrap-images .wrap-infos .wrap-logo {
          background-size: contain;
          height: 60px;
          background-repeat: no-repeat;
          background-position: left; }
          @media (max-width: 34.27571em) {
            .popover-moreinfos .wrapper .content .wrap-images .wrap-infos .wrap-logo {
              background-position: center; } }
        .popover-moreinfos .wrapper .content .wrap-images .wrap-infos .wrap-text {
          margin-top: 10px;
          font-size: 12px;
          line-height: 17px;
          color: #000; }
          @media (max-width: 34.27571em) {
            .popover-moreinfos .wrapper .content .wrap-images .wrap-infos .wrap-text {
              text-align: center; } }
          .popover-moreinfos .wrapper .content .wrap-images .wrap-infos .wrap-text a {
            text-decoration: underline;
            color: #4e9dff; }
          .popover-moreinfos .wrapper .content .wrap-images .wrap-infos .wrap-text .plus-info {
            margin-top: 10px; }
      .popover-moreinfos .wrapper .content .wrap-images .map {
        margin-top: 20px;
        padding-right: 15px;
        margin-bottom: 20px; }
        @media (max-width: 34.27571em) {
          .popover-moreinfos .wrapper .content .wrap-images .map {
            padding-right: 0px; } }
      .popover-moreinfos .wrapper .content .wrap-images .wrap-photo {
        width: 46%;
        float: left;
        height: 235px;
        background-size: contain;
        background-position: center top;
        margin-top: 0px;
        background-repeat: no-repeat; }
        @media (max-width: 34.27571em) {
          .popover-moreinfos .wrapper .content .wrap-images .wrap-photo {
            float: none;
            width: 100%;
            margin-top: 20px;
            height: 250px; } }
        @media screen and (max-width: 320px) {
          .popover-moreinfos .wrapper .content .wrap-images .wrap-photo {
            float: none;
            width: 100%;
            margin-top: 20px;
            height: 175px; } }
        @media screen and (width: 414px) {
          .popover-moreinfos .wrapper .content .wrap-images .wrap-photo {
            float: none;
            width: 100%;
            margin-top: 20px;
            height: 280px; } }

/* ---------------------------------------------------------------------- */
/* "Polyglot" Language Switcher
/* ----------------------------------------------------------------------
Version: 2.3
Author: Ixtendo
Author URI: http://www.ixtendo.com
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* ----------------------------------------------------------------------
-Generic
-JS-created Code
------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher, #polyglotLanguageSwitcher *, #polyglotLanguageSwitcherMobile, #polyglotLanguageSwitcherMobile * {
  margin: 0;
  padding: 0;
  outline: none; }

#polyglotLanguageSwitcher ul, #polyglotLanguageSwitcherMobile ul {
  list-style: none; }

#polyglotLanguageSwitcher, #polyglotLanguageSwitcherMobile {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #444;
  line-height: normal;
  position: relative;
  /* sets the initial position for the drop-down menu */
  z-index: 100; }

#polyglotLanguageSwitcher form, #polyglotLanguageSwitcherMobile form {
  display: none; }

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher div {
  text-decoration: none;
  display: block;
  color: #fefefe;
  width: 3.5em;
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 15px;
  margin-top: -4px;
  cursor: pointer; }

#polyglotLanguageSwitcherMobile div {
  text-decoration: none;
  display: block;
  color: #000000;
  width: 7em;
  background-repeat: no-repeat;
  background-position: 18px 4px;
  background-size: 20px;
  margin-top: -4px;
  padding-left: 50px;
  padding-top: 2px;
  cursor: pointer; }

#polyglotLanguageSwitcher a {
  text-decoration: none;
  display: block;
  color: #b9baba;
  width: 5em;
  background-repeat: no-repeat;
  background-position: 0px 11px;
  background-size: 15px;
  margin-top: -4px; }

#polyglotLanguageSwitcherMobile a {
  text-decoration: none;
  display: block;
  color: #b9baba;
  width: 7em;
  background-repeat: no-repeat;
  background-position: 0px 11px;
  background-size: 15px;
  margin-top: -4px; }

#polyglotLanguageSwitcher a:hover, #polyglotLanguageSwitcherMobile a:hover {
  color: #000; }

#polyglotLanguageSwitcher div.current, #polyglotLanguageSwitcher div.current, #polyglotLanguageSwitcher div.current,
#polyglotLanguageSwitcherMobile a.current:link, #polyglotLanguageSwitcherMobile a.current:visited, #polyglotLanguageSwitcherMobile a.current:active {
  position: relative;
  background-color: #212121;
  border: 1px solid #212121;
  height: 1.25em; }

#polyglotLanguageSwitcherMobile div.current {
  position: relative;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  height: 2.25em; }

#polyglotLanguageSwitcher a.current:hover,
#polyglotLanguageSwitcher ul.dropdown li:hover,
#polyglotLanguageSwitcherMobile a.current:hover,
#polyglotLanguageSwitcherMobile ul.dropdown li:hover {
  background-color: #F7F7F7; }

#polyglotLanguageSwitcher div.active, #polyglotLanguageSwitcherMobile div.active {
  /* This style is applied as long as the drop-down menu is visible. */
  border-bottom: none !important;
  border-radius: 3px 3px 0 0 !important; }

#polyglotLanguageSwitcher span.trigger, #polyglotLanguageSwitcherMobile span.trigger {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  text-indent: -10000em;
  top: 8px;
  bottom: 0;
  right: -20px;
  margin: auto; }

#polyglotLanguageSwitcher div.current span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger,
#polyglotLanguageSwitcherMobile a.current:link span.trigger, #polyglotLanguageSwitcherMobile a.current:visited span.trigger {
  background: url("/images/arrow-down.png") no-repeat left top; }

/* Drop-Down Menu */
#polyglotLanguageSwitcher ul.dropdown {
  display: none;
  position: absolute;
  top: 2.333em;
  /* 28px */
  left: 0;
  background-color: #47494e;
  border: 1px solid #E5E5E5;
  border-top: none !important;
  border-radius: 0 0 3px 3px; }

#polyglotLanguageSwitcherMobile ul.dropdown {
  left: 0px;
  border: none;
  width: 100%;
  top: 30px !important;
  position: absolute;
  background-color: #47494e;
  border-top: none !important;
  border-radius: 0 0 3px 3px;
  display: none; }

#polyglotLanguageSwitcher ul.dropdown li, #polyglotLanguageSwitcherMobile ul.dropdown li {
  border-top: 1px dotted #D4D4D4; }

#polyglotLanguageSwitcher ul.dropdown li:last-child, #polyglotLanguageSwitcherMobile ul.dropdown li:last-child {
  border-radius: 0 0 3px 3px; }

/* Flags */
#en {
  background-image: url("/images/flags/gb.png"); }

#fr {
  background-image: url("/images/flags/fr.png"); }

#de {
  background-image: url("/images/flags/de.png"); }

#it {
  background-image: url("/images/flags/it.png"); }

#es {
  background-image: url("/images/flags/es.png"); }

/* ---------------------------------------------------------------------- */
/* CUSTOM PERSONALIZATION MOBILE
/* ---------------------------------------------------------------------- */
/*
#polyglotLanguageSwitcherMobile, #polyglotLanguageSwitcherMobile * {
  margin: 0;
  padding: 0;
  outline: none;
}

#polyglotLanguageSwitcherMobile ul {
  list-style: none;
}

#polyglotLanguageSwitcherMobile {
  font-family: $font-open-sans;
  font-size: 12px;
  color: #444;
  line-height: normal;
  position: relative;
  z-index: 100;
}

#polyglotLanguageSwitcherMobile form {
  display: none;
}


#polyglotLanguageSwitcherMobile a {
  text-decoration: none;
  display: block;
  padding: 0.5em 6px 0.5em 28px;
  color: #444;
  width: 7em;
  background-repeat: no-repeat;
  background-position: 6px center;
}

#polyglotLanguageSwitcherMobile a:hover {
  color: #000;
}

#polyglotLanguageSwitcherMobile a.current:link, #polyglotLanguageSwitcherMobile a.current:visited, #polyglotLanguageSwitcherMobile a.current:active {
  position: relative;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  height: 1.25em;
}

#polyglotLanguageSwitcherMobile a.current:hover,
#polyglotLanguageSwitcherMobile ul.dropdown li:hover {
  background-color: #F7F7F7;
}

#polyglotLanguageSwitcherMobile a.active {
  border-bottom: none !important;
  border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcherMobile span.trigger {
  display: block;
  position: absolute;
  width: 9px;
  height: 5px;
  text-indent: -10000em;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}

#polyglotLanguageSwitcherMobile a.current:link span.trigger, #polyglotLanguageSwitcherMobile a.current:visited span.trigger {
  background: url(../images/arrow-down.png) no-repeat left top;
}

#polyglotLanguageSwitcherMobile a.current:hover span.trigger, #polyglotLanguageSwitcherMobile a.current:active span.trigger, #polyglotLanguageSwitcherMobile a.active span.trigger {
  //background-position: left bottom !important;
}


#polyglotLanguageSwitcherMobile ul.dropdown {
  display: none;
  position: absolute;
  top: 2.333em;
  left: 0;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-top: none !important;
  border-radius: 0 0 3px 3px;
}

#polyglotLanguageSwitcherMobile ul.dropdown li {
  border-top: 1px dotted #D4D4D4;
}

#polyglotLanguageSwitcherMobile ul.dropdown li:last-child {
  border-radius: 0 0 3px 3px;
}


*/
/*
#polyglotLanguageSwitcherMobile{
  background: #fff;
  select{
    height: 37px;
    background: url("/images/select-down-mobile.png") no-repeat 0 center;
    background-position: 94% 13px;
    padding-left: 33px;

    @include mq(mobileLandscape){
      background-position: 96% 13px;
    }

    @include mq(tablet){
      background-position: 97% 13px;
    }

  }
}
*/
/* ---------------------------------------------------------------------- */
/* CUSTOM PERSONALIZATION
/* ---------------------------------------------------------------------- */
#header-top ul li.language-container {
  padding-left: 12px;
  padding-right: 36px; }

#polyglotLanguageSwitcher {
  z-index: 300;
  padding-top: 8px; }
  #polyglotLanguageSwitcher a {
    background-size: .9rem .6rem; }
  #polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
    color: #ccc;
    background-color: #47494e;
    border: none;
    padding: 0 8px;
    font-size: 11px;
    text-decoration: none; }
    #polyglotLanguageSwitcher a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger {
      right: -18px;
      background-position: 1px 1px;
      width: 11px;
      height: 10px; }
  #polyglotLanguageSwitcher ul.dropdown {
    left: -14px;
    border: none; }
    #polyglotLanguageSwitcher ul.dropdown li {
      background-color: #212121;
      color: #ccc;
      padding: 0;
      padding-left: 14px;
      top: -1px;
      border-top: 1px solid #5f6268; }
      #polyglotLanguageSwitcher ul.dropdown li:after {
        background-image: none;
        content: ''; }
      #polyglotLanguageSwitcher ul.dropdown li a {
        font-size: 11px;
        text-decoration: none;
        padding: 0;
        padding-right: 25px; }
      #polyglotLanguageSwitcher ul.dropdown li:hover {
        background-color: #737680;
        color: #ccc; }
        #polyglotLanguageSwitcher ul.dropdown li:hover a {
          color: #ccc; }

#polyglotLanguageSwitcherMobile {
  z-index: 300;
  padding-top: 8px; }
  #polyglotLanguageSwitcherMobile a {
    background-position: 0px center;
    background-size: 1.1rem .6rem; }
  #polyglotLanguageSwitcherMobile a.current:link, #polyglotLanguageSwitcherMobile a.current:visited, #polyglotLanguageSwitcherMobile a.current:active {
    color: #000000;
    background-color: #FFFFFF;
    border: none;
    padding: 0;
    background-size: 1.5rem;
    background-position: 39px 2px;
    font-size: 14px;
    text-decoration: none;
    height: 28px;
    border-radius: 12px;
    width: auto;
    padding-left: 4.5rem;
    padding-top: 1px; }
    #polyglotLanguageSwitcherMobile a.current:link span.trigger, #polyglotLanguageSwitcherMobile a.current:visited span.trigger, #polyglotLanguageSwitcherMobile a.current:active span.trigger {
      right: 28px;
      width: 15px;
      height: 15px;
      top: -14px;
      /*background:none;*/
      background-image: url("/images/arrow-down-mobile-language.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      /*&:before {
        font-family: "icons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        content: "\E009";
        text-indent: 0;
        font-size: 22px;
        color: black;
        width: 8px;
        position: absolute;
        left: 0;
        top: 0px;
      }*/ }
  #polyglotLanguageSwitcherMobile a.current:active span.trigger, #polyglotLanguageSwitcherMobile a.current.active span.trigger {
    border: 1px solid #737373;
    border-radius: 8px;
    background-image: url("/images/bille.png");
    top: -7px; }
    #polyglotLanguageSwitcherMobile a.current:active span.trigger:before, #polyglotLanguageSwitcherMobile a.current.active span.trigger:before {
      content: ""; }
  #polyglotLanguageSwitcherMobile ul.dropdown {
    left: 0px;
    border: none;
    width: 100%;
    top: 3em; }
    #polyglotLanguageSwitcherMobile ul.dropdown li {
      background-color: #FFFF;
      color: #000000;
      padding: 0;
      padding-left: 39px;
      border-top: 1px solid #d3d3d3;
      border-bottom: none; }
      #polyglotLanguageSwitcherMobile ul.dropdown li:after {
        content: '';
        border-radius: 7px;
        border: 1px solid #737373;
        right: 28px;
        position: absolute;
        width: 13px;
        height: 13px;
        top: 10px; }
      #polyglotLanguageSwitcherMobile ul.dropdown li:hover, #polyglotLanguageSwitcherMobile ul.dropdown li:focus {
        background-color: #FFFF;
        color: #000000; }
        #polyglotLanguageSwitcherMobile ul.dropdown li:hover:after, #polyglotLanguageSwitcherMobile ul.dropdown li:focus:after {
          background-image: url("/images/bille.png");
          background-size: contain; }
        #polyglotLanguageSwitcherMobile ul.dropdown li:hover a, #polyglotLanguageSwitcherMobile ul.dropdown li:focus a {
          color: #000000; }
      #polyglotLanguageSwitcherMobile ul.dropdown li a {
        font-size: 12px;
        text-decoration: none;
        font-weight: 500;
        padding-right: 0;
        padding-left: 32px;
        color: #000000 !important;
        background-size: 1.5rem .9rem; }
        #polyglotLanguageSwitcherMobile ul.dropdown li a:before, #polyglotLanguageSwitcherMobile ul.dropdown li a:after {
          content: none; }

.product-gallery {
  /*** carousel ***/ }
  .product-gallery #selected-item .image {
    background-size: contain;
    background-position: center center;
    width: 95%;
    height: 95%;
    position: absolute;
    background-repeat: no-repeat; }
  .product-gallery .nav {
    padding: 0 25px 0 25px; }
    .product-gallery .nav .item {
      display: inline-block;
      margin: 0 7px;
      border: 1px solid #DADADA;
      width: 90%;
      height: 40px;
      line-height: 40px;
      position: relative; }
      @media (max-width: 52.84714em) {
        .product-gallery .nav .item {
          height: 50px; } }
      .product-gallery .nav .item .image {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%; }
      .product-gallery .nav .item .wrap-video {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .product-gallery .nav .item .wrap-video .picto-video {
          content: ' ';
          background-image: url("../images/assets.png");
          position: absolute;
          top: 0;
          left: 0;
          width: 58px;
          height: 49px;
          background-position: -18px -365px; }
      .product-gallery .nav .item.video:before {
        content: ' ';
        background-image: url("../images/video-icon.png");
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center 8px;
        background-size: 38%;
        z-index: 100; }
        @media (min-width: 34.28571em) {
          .product-gallery .nav .item.video:before {
            background-position: center 5px;
            background-size: 30%; } }
        @media (min-width: 52.85714em) {
          .product-gallery .nav .item.video:before {
            background-position: center 8px;
            background-size: 38%; } }
      .product-gallery .nav .item.video:after {
        content: ' ';
        background-image: url("../images/video-icon-text.png");
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 11px;
        background-repeat: no-repeat;
        background-position: center bottom;
        z-index: 100;
        background-color: #f3f3f3; }
  .product-gallery .owl-item.active {
    margin-bottom: 5px; }
  .product-gallery .owl-nav {
    width: 100%;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    pointer-events: none; }
    .product-gallery .owl-nav .owl-prev,
    .product-gallery .owl-nav .owl-next {
      background: #fff;
      padding: 18.5px 5.5px;
      display: inline-block;
      border: 0px;
      pointer-events: auto; }
      @media (min-width: 52.85714em) {
        .product-gallery .owl-nav .owl-prev,
        .product-gallery .owl-nav .owl-next {
          border: 1px solid #eeeeee; } }
    .product-gallery .owl-nav .owl-prev {
      position: absolute;
      left: 0px; }
    .product-gallery .owl-nav .owl-next {
      right: 0px;
      position: absolute; }
  .product-gallery.second .owl-nav {
    right: 7px;
    top: 1px; }
    @media (min-width: 52.85714em) {
      .product-gallery.second .owl-nav {
        top: 1px; } }
  .product-gallery .packs-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .product-gallery .packs-carousel .owl-animated-in {
    z-index: 0; }
  .product-gallery .packs-carousel .owl-animated-out {
    z-index: 1; }
  .product-gallery .packs-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .product-gallery .owl-height {
    transition: height 500ms ease-in-out; }
  .product-gallery .packs-carousel {
    display: block;
    width: 100%;
    padding-right: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    padding-right: 0px; }
    @media (min-width: 34.28571em) {
      .product-gallery .packs-carousel {
        width: 50%;
        display: none; } }
    @media (min-width: 52.85714em) {
      .product-gallery .packs-carousel {
        width: 66%; } }
    @media (min-width: 70em) {
      .product-gallery .packs-carousel {
        width: 75%; } }
    @media (min-width: 91.42857em) {
      .product-gallery .packs-carousel {
        width: 80%; } }
  .product-gallery .packs-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .product-gallery .packs-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .product-gallery .packs-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0); }
  .product-gallery .packs-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .product-gallery .packs-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .product-gallery .packs-carousel .owl-dots.disabled, .product-gallery .packs-carousel .owl-nav.disabled {
    /*display: none*/
    opacity: 0.5; }
  .product-gallery .packs-carousel .owl-dot, .product-gallery .packs-carousel .owl-nav .owl-next, .product-gallery .packs-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .product-gallery .packs-carousel.owl-loaded {
    display: block; }
  .product-gallery .packs-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .product-gallery .packs-carousel.owl-hidden {
    opacity: 0; }
  .product-gallery .packs-carousel.owl-refresh .owl-item {
    display: none; }
  .product-gallery .packs-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .product-gallery .packs-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .product-gallery .packs-carousel.owl-rtl {
    direction: rtl; }
  .product-gallery .packs-carousel.owl-rtl .owl-item {
    float: right; }
  .product-gallery .no-js .packs-carousel {
    display: block; }
  .product-gallery .packs-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .product-gallery .packs-carousel .owl-item img {
    transform-style: preserve-3d; }
  .product-gallery .packs-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .product-gallery .packs-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease; }
  .product-gallery .packs-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3); }
  .product-gallery .packs-carousel .owl-video-playing .owl-video-play-icon, .product-gallery .packs-carousel .owl-video-playing .owl-video-tn {
    display: none; }
  .product-gallery .packs-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  .product-gallery .packs-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.slider {
  width: 90%;
  margin: 20px auto; }

.slick-slide {
  margin: 0px 5px; }

.slick-prev:before,
.slick-next:before {
  color: black !important; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  /* margin-left: auto;
    margin-right: auto;*/ }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

.variable-pictures .item {
  margin: 0px;
  cursor: pointer; }

.variable-pictures .item-video-preview {
  border: none !important;
  height: 30px !important;
  margin: 0px !important; }

.variable-pictures .slick-slide {
  border: 1px solid #DADADA;
  overflow: hidden;
  padding: 5px;
  opacity: 1; }

.variable-pictures .slick-prev, .variable-pictures .slick-next {
  height: 40px;
  min-height: 40px;
  display: block;
  background-color: #fff;
  border: 1px solid #eeeeee; }

.variable-pictures .slick-prev.slick-disabled:before {
  opacity: 1;
  content: "<" !important; }

.variable-pictures .slick-next.slick-disabled:before {
  opacity: 1;
  content: ">" !important; }

.variable-pictures .slick-prev:before,
.variable-pictures .slick-next:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.variable-pictures .slick-prev:before {
  content: "<" !important; }

.variable-pictures .slick-next:before {
  content: ">" !important; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.jq-ry-container[readonly=readonly] {
  cursor: default; }

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.product {
  padding-right: 0px;
  padding-left: 0px; }
  @media (min-width: 34.28571em) {
    .product {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 52.85714em) {
    .product {
      padding-right: 10px;
      padding-left: 10px; } }
  .product #load-instafeed {
    width: 100%;
    text-align: center; }
    .product #load-instafeed img {
      width: 12rem; }
  .product .wrap-instafeed-hashtag {
    display: block;
    width: 100%; }
  .product .product-col-40 {
    position: relative;
    width: 100%;
    float: left; }
    @media (min-width: 52.85714em) {
      .product .product-col-40 {
        width: 40%; } }
  .product .wrap-product {
    margin-bottom: 20px; }
  .product .quantity-selector .field input {
    width: 34px;
    text-align: center;
    color: #000;
    font-size: 14px;
    height: 24px;
    border: none; }
    @media (min-width: 91.42857em) {
      .product .quantity-selector .field input {
        width: 50px !important; } }
  .product .buttons-counter {
    display: inline-block !important;
    width: 28%; }
    @media (max-width: 34.27571em) {
      .product .buttons-counter {
        width: 28%; } }
  .product .mag-product-infos {
    background-color: #fafafa;
    width: 18%;
    border-top: 2px solid #27458f;
    display: inline-block;
    min-height: 422px;
    margin-top: 20px;
    float: left;
    text-align: center;
    color: #000;
    padding-top: 20px; }
    @media (max-width: 52.84714em) {
      .product .mag-product-infos {
        display: none; } }
    .product .mag-product-infos .mag-stock img {
      margin-top: 5px;
      margin-bottom: 15px;
      width: 100px; }
    .product .mag-product-infos .know-more {
      width: 100%; }
      .product .mag-product-infos .know-more a {
        color: #03a0ff !important;
        font-size: 11px;
        font-weight: 600;
        text-decoration: underline;
        padding: 5px; }
    .product .mag-product-infos .bg-white {
      background-color: #fff;
      border-top: 1px solid #DADADA;
      padding: 10px; }
    .product .mag-product-infos #desk-toogle-infos-mag-up, .product .mag-product-infos #desk-toogle-infos-mag-down {
      cursor: pointer; }
  .product .mag-product-infos-mob {
    background-color: #fafafa;
    border-top: 2px solid #27458f;
    margin-top: 20px;
    text-align: center;
    color: #000;
    padding-top: 20px;
    margin: 15px;
    display: none; }
    @media (max-width: 52.84714em) {
      .product .mag-product-infos-mob {
        display: inline-block;
        width: 92%; } }
    @media (min-width: 34.28571em) {
      .product .mag-product-infos-mob {
        display: inline-block;
        width: 95%; } }
    @media (min-width: 52.85714em) {
      .product .mag-product-infos-mob {
        display: none; } }
    @media (min-width: 70em) {
      .product .mag-product-infos-mob {
        display: none; } }
    @media (min-width: 91.42857em) {
      .product .mag-product-infos-mob {
        display: none; } }
    .product .mag-product-infos-mob .know-more a {
      color: #03a0ff !important;
      font-size: 11px;
      text-decoration: underline !important;
      padding: 5px;
      font-weight: 600; }
    .product .mag-product-infos-mob .dropdown-infos {
      width: 100%;
      height: 20px;
      text-align: center;
      padding-top: 7px;
      background-color: #234093;
      cursor: pointer; }
    .product .mag-product-infos-mob #toogle-infos-mag-up {
      display: none;
      margin-top: 20px; }
    .product .mag-product-infos-mob .wrap-infos-mag, .product .mag-product-infos-mob .hide-next-info {
      display: none; }
    .product .mag-product-infos-mob .wrap-infos-mag {
      overflow: hidden;
      margin-bottom: 20px; }
    .product .mag-product-infos-mob .hide-next-info, .product .mag-product-infos-mob .show-next-info {
      width: 100%;
      text-align: center;
      color: #03a0ff !important;
      font-size: 11px;
      text-decoration: underline !important;
      padding: 5px;
      font-weight: 600;
      cursor: pointer; }
  .product .mag-product-infos span.strong, .product .mag-product-infos-mob span.strong, .product .product-oney span.strong {
    font-weight: 600; }
  .product .mag-product-infos span.small, .product .mag-product-infos-mob span.small, .product .product-oney span.small {
    font-size: 11px; }
  .product .mag-product-infos span.medium, .product .mag-product-infos-mob span.medium, .product .product-oney span.medium {
    font-size: 14px; }
  .product .mag-product-infos span.up, .product .mag-product-infos-mob span.up, .product .product-oney span.up {
    text-transform: uppercase;
    font-size: 11px; }
  .product .mag-product-infos span.underline, .product .mag-product-infos-mob span.underline, .product .product-oney span.underline {
    text-decoration: underline; }
  .product .mag-product-infos span.grey, .product .mag-product-infos-mob span.grey, .product .product-oney span.grey {
    color: #818181; }
  .product .mag-product-infos span.black, .product .mag-product-infos-mob span.black, .product .product-oney span.black {
    color: #000; }
  .product .product-oney {
    width: 70%;
    padding: 0px 5px 15px 0px;
    margin-top: 11px;
    overflow: hidden;
    float: right;
    text-align: center; }
    @media (max-width: 52.84714em) {
      .product .product-oney {
        width: 100%; } }
    @media (max-width: 34.27571em) {
      .product .product-oney {
        margin-top: 0px;
        float: none;
        margin: 5px auto; } }
    @media (min-width: 34.28571em) {
      .product .product-oney {
        width: 70%; } }
    @media (min-width: 91.42857em) {
      .product .product-oney {
        width: 70%; } }
    .product .product-oney .wrap-all-oney {
      width: auto;
      margin: 0 auto;
      overflow: hidden;
      float: left; }
    .product .product-oney .pastille {
      float: left;
      padding-right: 5px;
      padding-top: 5px; }
      .product .product-oney .pastille img.sf {
        margin-left: 7px; }
    .product .product-oney .sf {
      color: #81bc00;
      text-decoration: underline;
      font-size: 9px;
      margin: 0 1px;
      text-transform: uppercase;
      float: right;
      margin-left: 7px; }
    .product .product-oney .mensualite {
      float: left;
      color: #81bc00;
      margin-top: 4px;
      margin-right: 6px;
      font-weight: 600;
      font-size: 16px;
      padding-top: 5px; }
    .product .product-oney .sep {
      margin-right: 7px;
      float: left;
      font-size: 11px;
      margin-top: 4px;
      padding-top: 5px; }
    .product .product-oney .square-wrap {
      float: right;
      background-color: #f5f5f5;
      border-left: 1px solid #e7e7e7;
      padding: 5px; }
    .product .product-oney .quest {
      border: 2px solid #81bc00;
      border-radius: 50%;
      color: #81bc00;
      width: 23px;
      height: 24px;
      float: left;
      font-size: 13px;
      font-weight: 800;
      line-height: 21px;
      cursor: pointer;
      background-color: #fff; }
    .product .product-oney img {
      width: 23px;
      float: left;
      margin-right: 0px; }
    .product .product-oney span {
      margin: 0 1px;
      font-size: 10px;
      text-transform: uppercase;
      text-decoration: underline; }
    .product .product-oney .wrap-bubble {
      float: left;
      margin-top: -3px; }
    .product .product-oney span.small {
      font-size: 10px !important; }
  .product .shadow-disponibility {
    height: 300px;
    background-color: #000;
    margin-top: -200px;
    display: none;
    opacity: 0.5; }
  .product .promo-text {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
    overflow: hidden;
    margin-bottom: 25px;
    padding-bottom: 5px;
    min-height: 100px;
    margin-top: 30px; }
    @media (max-width: 52.84714em) {
      .product .promo-text {
        margin-right: 15px;
        margin-left: 15px; } }
    .product .promo-text .encadre-promo {
      background-color: #0061fe;
      color: #fff;
      text-transform: uppercase;
      float: left;
      width: 60px;
      height: 80px;
      margin-left: 10px;
      box-shadow: 3px 4px 0px 0px #c3c3c3;
      text-align: center;
      font-weight: 400;
      padding-top: 57px; }
      @media (max-width: 52.84714em) {
        .product .promo-text .encadre-promo {
          width: 60px;
          height: 20px;
          padding-top: 1px; } }
    .product .promo-text .description-text {
      padding: 20px;
      float: left;
      width: 90%;
      margin-top: 0px; }
      @media (max-width: 52.84714em) {
        .product .promo-text .description-text {
          padding: 20px;
          float: none;
          width: 100%;
          margin-top: 20px; } }
  .product .global-rating ul li {
    border-right: 1px solid #b1b1b1; }
  .product .empty-reviews {
    margin-top: 20px;
    margin-bottom: 20px; }
    .product .empty-reviews .wrap-review-no-customer {
      border: 1px solid #e6e6e6;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: -16px;
      text-align: center; }
      .product .empty-reviews .wrap-review-no-customer .up {
        text-transform: uppercase; }
      .product .empty-reviews .wrap-review-no-customer .black {
        color: #000; }
      .product .empty-reviews .wrap-review-no-customer .spaceline {
        line-height: 27px; }
      .product .empty-reviews .wrap-review-no-customer .form-input {
        width: 300px;
        margin: 0 auto; }
        @media (max-width: 34.27571em) {
          .product .empty-reviews .wrap-review-no-customer .form-input {
            width: 100%; } }
      .product .empty-reviews .wrap-review-no-customer .login-form {
        margin-bottom: 0px; }
      .product .empty-reviews .wrap-review-no-customer .login-form .btn.gold {
        background: #fc7d2a;
        color: #fff;
        padding: 7px;
        font-size: 12px;
        font-weight: 600 !important;
        width: 300px; }
        @media (max-width: 34.27571em) {
          .product .empty-reviews .wrap-review-no-customer .login-form .btn.gold {
            width: 100%; } }
      .product .empty-reviews .wrap-review-no-customer .form-wrap {
        line-height: 28px;
        font-size: 13px; }
  .product .product-col-55 {
    position: relative;
    width: 100%;
    float: left; }
    @media (min-width: 52.85714em) {
      .product .product-col-55 {
        width: 55%; } }
  .product .col-right {
    float: right; }
  .product .col-left {
    float: left; }
  .product .product-gallery,
  .product .product-action {
    vertical-align: top;
    display: inline-block;
    padding: 0 10px 20px; }
    @media (max-width: 34.27571em) {
      .product .product-gallery,
      .product .product-action {
        padding: 0 0px 20px; } }
    @media (min-width: 52.85714em) {
      .product .product-gallery,
      .product .product-action {
        padding: 0; } }
  .product .product-stopped {
    width: 100%;
    border: 1px solid #eeeeee;
    margin-top: 30px;
    color: #fd7c2f;
    background-color: #f8f8f8;
    line-height: 60px;
    text-align: center;
    height: 60px;
    font-weight: 600;
    clear: both;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .product .product-stopped-suggest {
    width: 100%;
    color: #000;
    text-align: center;
    height: 200px;
    border: 1px solid #eeeeee;
    padding-top: 45px;
    line-height: 18px;
    font-size: 12px;
    background-color: #f8f8f8; }
    .product .product-stopped-suggest ul {
      margin: 0 auto;
      width: 300px;
      margin-bottom: 30px; }
    .product .product-stopped-suggest .icon {
      float: left;
      margin: 5px 15px 0 0;
      display: inline-block;
      background-image: url(../images/assets.png);
      width: 50px;
      height: 38px;
      background-position: -60px -63px; }
    .product .product-stopped-suggest .vertical-aligned {
      display: table-cell;
      vertical-align: middle; }
      .product .product-stopped-suggest .vertical-aligned p {
        font-size: 12px;
        line-height: 16px;
        font-weight: 100;
        color: #81817d;
        margin-left: 10px; }
      .product .product-stopped-suggest .vertical-aligned strong {
        color: #000;
        font-weight: 600;
        text-transform: uppercase; }
  .product .product-stopped-arrow {
    text-align: center;
    margin-top: 15px; }
    .product .product-stopped-arrow .product-stopped-arrow-1 {
      width: 20px;
      height: 20px;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #202020;
      z-index: 6;
      margin: 0 auto; }
    .product .product-stopped-arrow .product-stopped-arrow-2 {
      width: 20px;
      height: 20px;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #c0c0c0;
      z-index: 0;
      margin: 0 auto;
      margin-top: -29px; }
  .product .product-header {
    padding: 5px 15px 0; }
    @media (min-width: 22.85714em) {
      .product .product-header {
        padding: 7px 25px 0; } }
    @media (min-width: 34.28571em) {
      .product .product-header {
        padding: 7px 25px 0; } }
    @media (min-width: 52.85714em) {
      .product .product-header {
        padding: 20px 0px 0 0; } }
    @media (min-width: 70em) {
      .product .product-header {
        padding: 24px 0px 0 0; } }
  .product .product-gallery {
    /*.item-video-preview::before {
            content: ' ';
            background-image: url("../images/icon-video.png");
            position: absolute;
            top: 5px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center 8px;
            background-size: 38%;
            z-index: 100;
        }
        .item-video-preview::after {
            content: ' ';
            background-image: url("../images/video-icon-text.png");
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 11px;
            background-repeat: no-repeat;
            background-position: center bottom;
            z-index: 100;
            background-color: #f3f3f3;
        }*/ }
    @media (max-width: 52.84714em) {
      .product .product-gallery {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 0px; } }
    @media (max-width: 52.84714em) {
      .product .product-gallery {
        padding-top: .4rem; } }
    .product .product-gallery .item-video-preview {
      float: left;
      width: 90%;
      height: 40px;
      margin-left: 7px;
      border: 1px solid #DADADA;
      background-color: #fff;
      cursor: pointer;
      font-size: 30px; }
      @media (max-width: 52.84714em) {
        .product .product-gallery .item-video-preview {
          height: 50px; } }
    .product .product-gallery .fake-it {
      background-color: #fff;
      position: absolute;
      margin-top: -40px;
      width: 100%;
      z-index: 9999;
      height: 38px;
      opacity: 0; }
    .product .product-gallery .table-container {
      margin-top: 21px;
      height: 364px;
      width: 100%;
      margin-left: 7px;
      overflow: hidden;
      /*
            @include mq(mobileLandscape) {
                width: 83%;
            }
            @include mq(tablet) {
                width: 100%;
            }
            @include mq(desktop) {
                width: 100%;
            }
            @include mq(large) {
                width: 100%;
            }*/ }
      @media (max-width: 34.27571em) {
        .product .product-gallery .table-container {
          height: 265px; } }
      .product .product-gallery .table-container .slideshow-container {
        height: 100%;
        width: 100%; }
    .product .product-gallery .wrap-tag-discount {
      position: absolute;
      left: 10px;
      z-index: 2; }
      @media (max-width: 52.84714em) {
        .product .product-gallery .wrap-tag-discount {
          display: none; } }
      .product .product-gallery .wrap-tag-discount .tag {
        padding: 10px;
        margin-bottom: 1rem;
        margin-left: -13px;
        font-size: 12px;
        overflow: hidden;
        margin-top: -1px; }
      .product .product-gallery .wrap-tag-discount .discount {
        float: left;
        background: #e00202;
        padding: 15px 7px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        line-height: 14px;
        font-weight: 300; }
        @media (min-width: 34.28571em) {
          .product .product-gallery .wrap-tag-discount .discount {
            font-size: 18px;
            line-height: 14px;
            font-weight: 300; } }
    .product .product-gallery .slideshow-container {
      max-width: 100%;
      text-align: center;
      height: 100px;
      display: block;
      vertical-align: middle; }
      .product .product-gallery .slideshow-container img {
        max-height: 100%;
        max-width: 90%; }
      @media (max-width: 52.84714em) {
        .product .product-gallery .slideshow-container {
          display: block; }
          .product .product-gallery .slideshow-container img {
            max-height: 100%;
            max-width: auto; } }
      @media (min-width: 52.85714em) {
        .product .product-gallery .slideshow-container {
          height: 100%; }
          .product .product-gallery .slideshow-container img {
            height: 100%; } }
      @media (min-width: 70em) {
        .product .product-gallery .slideshow-container {
          height: 100%; }
          .product .product-gallery .slideshow-container img {
            height: 100%; } }
      @media (min-width: 91.42857em) {
        .product .product-gallery .slideshow-container {
          height: 100%; }
          .product .product-gallery .slideshow-container img {
            height: 100%; } }
    .product .product-gallery .nav {
      padding: 6px 15px 0 12px;
      margin-top: .2rem;
      margin-bottom: 12px;
      float: left;
      width: 100%; }
      @media (min-width: 52.85714em) {
        .product .product-gallery .nav {
          margin-top: 1rem;
          margin-bottom: 3px;
          padding: 0; } }
      .product .product-gallery .nav li {
        display: inline-block;
        margin: 0 10px;
        border: 1px solid #DADADA;
        width: 58px;
        height: 50px;
        line-height: 50px; }
        .product .product-gallery .nav li img {
          vertical-align: middle;
          max-width: 58px;
          max-height: 50px;
          border: 1px solid red; }
    .product .product-gallery select {
      width: 92%;
      border-top: 1px solid #DADADA;
      border-left: 0px;
      border-right: 0px;
      border-bottom: 0px;
      color: #000;
      margin: 0px 4% 0 4%;
      background: url("/images/select-dropdown3.png") no-repeat right 0px center; }
      @media (min-width: 34.28571em) {
        .product .product-gallery select {
          width: 96%;
          margin: 0px 2% 0 2%; } }
      @media (min-width: 52.85714em) {
        .product .product-gallery select {
          background: url("/images/select-dropdown2.png") no-repeat right 0px center;
          margin: 10px 0 0 0;
          border: 1px solid #DADADA;
          width: 100%; } }
  @media (max-width: 52.84714em) {
    .product .product-action {
      padding-bottom: 6px; } }
  @media (max-width: 52.84714em) {
    .product .product-action.product-action-2 {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 0px;
      margin-bottom: .5rem; } }
  @media (min-width: 34.28571em) and (max-width: 52.84714em) {
    .product .product-action.product-action-2 {
      margin-bottom: 14px; } }
  .product .product-action .rating-global {
    text-align: left;
    margin-top: 10px;
    cursor: pointer; }
    .product .product-action .rating-global p {
      display: inline-block;
      color: #9f9f9f;
      font-size: 13px;
      margin-left: 5px; }
    .product .product-action .rating-global .global-rating-stars {
      float: left; }
    .product .product-action .rating-global .see-all-review {
      display: inline-block;
      color: #00c6ff;
      font-size: 13px;
      margin-left: 5px; }
      .product .product-action .rating-global .see-all-review a {
        text-decoration: underline;
        color: #00c6ff;
        font-size: 13px; }
  .product .product-action .product-title {
    margin-bottom: 0px;
    overflow: hidden; }
    @media (min-width: 52.85714em) {
      .product .product-action .product-title {
        margin-bottom: 0px; } }
    .product .product-action .product-title .space-mobile {
      clear: both;
      display: none; }
      @media (max-width: 52.84714em) {
        .product .product-action .product-title .space-mobile {
          display: block; } }
    @media (max-width: 52.84714em) {
      .product .product-action .product-title .wrap-tag-discount {
        margin-top: 2px;
        margin-bottom: 6px;
        float: left; } }
    @media (min-width: 52.85714em) {
      .product .product-action .product-title .wrap-tag-discount {
        float: left;
        top: -2px; } }
    .product .product-action .product-title .wrap-tag-discount .tag {
      margin: .05rem .3rem 0 0;
      padding: 2px 4px 4px 4px;
      font-size: 12px; }
      @media (min-width: 70em) {
        .product .product-action .product-title .wrap-tag-discount .tag {
          margin: .05rem .5rem 0 0; } }
    .product .product-action .product-title h1 {
      position: relative;
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      line-height: 15px;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      float: left;
      padding-right: 6px; }
      @media (max-width: 52.84714em) {
        .product .product-action .product-title h1 {
          float: none;
          line-height: 22px; } }
      @media (min-width: 52.85714em) {
        .product .product-action .product-title h1 {
          font-size: 18px;
          line-height: 15px;
          font-weight: 700;
          top: _1px; } }
      @media (min-width: 70em) {
        .product .product-action .product-title h1 {
          font-size: 18px;
          line-height: 15px;
          font-weight: 700;
          float: left;
          padding-right: 7px; } }
    .product .product-action .product-title .product-subtitle {
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      line-height: 15px;
      font-weight: 400;
      color: #444;
      letter-spacing: -.1px;
      width: auto;
      line-height: 15px;
      margin-top: -2px; }
      @media (max-width: 52.84714em) {
        .product .product-action .product-title .product-subtitle {
          padding-top: 4px; } }
      @media (min-width: 70em) {
        .product .product-action .product-title .product-subtitle {
          line-height: 15px; } }
      .product .product-action .product-title .product-subtitle .product-type {
        font-size: 12px;
        text-transform: none;
        color: #8d8d8d; }
    .product .product-action .product-title .tags {
      margin-top: 10px; }
      @media (max-width: 34.27571em) {
        .product .product-action .product-title .tags {
          display: none; } }
      @media (min-width: 52.85714em) {
        .product .product-action .product-title .tags {
          margin-top: 20px; } }
      .product .product-action .product-title .tags li {
        display: inline;
        color: #a3a3a3;
        font-size: 12px; }
  .product .product-action .product-price {
    width: 30%;
    display: inline-block; }
  .product .product-action .product-price {
    margin-right: 20px;
    text-align: left;
    white-space: nowrap;
    color: #000;
    margin-top: 13px;
    height: 41px;
    font-family: "Open Sans", sans-serif;
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #ececec; }
    @media (max-width: 52.84714em) {
      .product .product-action .product-price {
        border: none;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-top: 4px; } }
    @media (max-width: 34.27571em) {
      .product .product-action .product-price {
        padding-top: 5px;
        height: auto;
        text-align: center; } }
    @media (min-width: 34.28571em) {
      .product .product-action .product-price {
        height: 61px;
        width: 30%;
        float: left;
        margin-right: 0; } }
    @media (max-width: 69.99em) {
      .product .product-action .product-price {
        margin-bottom: -2px; } }
    @media (min-width: 91.42857em) {
      .product .product-action .product-price {
        margin-right: 13px; } }
    @media (min-width: 52.85714em) {
      .product .product-action .product-price {
        width: 26%;
        text-align: left;
        border: none;
        margin-right: 0;
        font-size: 24px; } }
    @media (min-width: 70em) {
      .product .product-action .product-price {
        width: 26%;
        float: left;
        text-align: left;
        font-size: 27px; } }
    @media (min-width: 52.85714em) {
      .product .product-action .product-price {
        padding: 0px;
        margin-right: 13px;
        height: 41px; } }
    .product .product-action .product-price .now {
      vertical-align: middle;
      display: inline-block;
      top: -4px;
      font-size: 23px;
      font-weight: 600; }
      @media (min-width: 70em) {
        .product .product-action .product-price .now {
          display: inline-block; } }
      .product .product-action .product-price .now.top6 {
        top: 6px; }
    .product .product-action .product-price .before {
      vertical-align: middle;
      text-decoration: line-through;
      display: block;
      font-weight: 300;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      line-height: 21px;
      color: #7e7e7e;
      display: inline-block;
      min-height: 18px; }
      @media (min-width: 52.85714em) {
        .product .product-action .product-price .before {
          text-align: left; } }
      @media (min-width: 70em) {
        .product .product-action .product-price .before {
          display: inline-block; } }
      @media (max-width: 34.27571em) {
        .product .product-action .product-price .before {
          display: inline-block;
          margin-top: 10px; } }
  .product .product-action .product-disponibility .toogle-city-infos {
    cursor: pointer;
    float: left;
    padding-bottom: 5px;
    overflow: hidden;
    margin-left: 25px;
    width: 150px;
    text-align: left; }
  .product .product-action .product-disponibility .toogle-city-infos:hover {
    text-decoration: underline;
    cursor: pointer;
    float: left;
    padding-bottom: 5px;
    overflow: hidden; }
  .product .product-action .product-disponibility .dispo {
    float: left;
    overflow: hidden; }
  .product .product-action .product-disponibility,
  .product .product-action .product-buy,
  .product .product-action .product-facility {
    width: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    text-align: center; }
    .product .product-action .product-disponibility.facility-pay,
    .product .product-action .product-buy.facility-pay,
    .product .product-action .product-facility.facility-pay {
      top: .6rem; }
      @media (max-width: 34.27571em) {
        .product .product-action .product-disponibility.facility-pay,
        .product .product-action .product-buy.facility-pay,
        .product .product-action .product-facility.facility-pay {
          margin-left: 0;
          width: 100%;
          text-align: center; } }
      @media (min-width: 22.85714em) and (max-width: 52.84714em) {
        .product .product-action .product-disponibility.facility-pay,
        .product .product-action .product-buy.facility-pay,
        .product .product-action .product-facility.facility-pay {
          width: 100%;
          text-align: center; } }
      @media (min-width: 91.42857em) {
        .product .product-action .product-disponibility.facility-pay,
        .product .product-action .product-buy.facility-pay,
        .product .product-action .product-facility.facility-pay {
          top: .8rem; } }
      .product .product-action .product-disponibility.facility-pay.toogle-modal-oney,
      .product .product-action .product-buy.facility-pay.toogle-modal-oney,
      .product .product-action .product-facility.facility-pay.toogle-modal-oney {
        width: 100%; }
      .product .product-action .product-disponibility.facility-pay span.italic,
      .product .product-action .product-buy.facility-pay span.italic,
      .product .product-action .product-facility.facility-pay span.italic {
        font-style: italic; }
      .product .product-action .product-disponibility.facility-pay span.small,
      .product .product-action .product-buy.facility-pay span.small,
      .product .product-action .product-facility.facility-pay span.small {
        font-size: 10px; }
      .product .product-action .product-disponibility.facility-pay ul,
      .product .product-action .product-buy.facility-pay ul,
      .product .product-action .product-facility.facility-pay ul {
        display: block;
        height: 27px;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media screen and (max-width: 414px) {
          .product .product-action .product-disponibility.facility-pay ul,
          .product .product-action .product-buy.facility-pay ul,
          .product .product-action .product-facility.facility-pay ul {
            margin: 0 11%; } }
        @media screen and (max-width: 375px) {
          .product .product-action .product-disponibility.facility-pay ul,
          .product .product-action .product-buy.facility-pay ul,
          .product .product-action .product-facility.facility-pay ul {
            margin: 0 6%; } }
        @media screen and (max-width: 360px) {
          .product .product-action .product-disponibility.facility-pay ul,
          .product .product-action .product-buy.facility-pay ul,
          .product .product-action .product-facility.facility-pay ul {
            margin: 0 3%; } }
        @media screen and (max-width: 320px) {
          .product .product-action .product-disponibility.facility-pay ul,
          .product .product-action .product-buy.facility-pay ul,
          .product .product-action .product-facility.facility-pay ul {
            margin: 0 3%; } }
        @media (min-width: 34.28571em) and (max-width: 52.84714em) {
          .product .product-action .product-disponibility.facility-pay ul,
          .product .product-action .product-buy.facility-pay ul,
          .product .product-action .product-facility.facility-pay ul {
            width: 400px; } }
        .product .product-action .product-disponibility.facility-pay ul li,
        .product .product-action .product-buy.facility-pay ul li,
        .product .product-action .product-facility.facility-pay ul li {
          float: left;
          font-size: 13px;
          line-height: 1.05rem; }
          @media screen and (max-width: 320px) {
            .product .product-action .product-disponibility.facility-pay ul li,
            .product .product-action .product-buy.facility-pay ul li,
            .product .product-action .product-facility.facility-pay ul li {
              font-size: 11px; } }
          @media (min-width: 22.85714em) {
            .product .product-action .product-disponibility.facility-pay ul li,
            .product .product-action .product-buy.facility-pay ul li,
            .product .product-action .product-facility.facility-pay ul li {
              font-size: 13px; } }
          @media (min-width: 52.85714em) {
            .product .product-action .product-disponibility.facility-pay ul li,
            .product .product-action .product-buy.facility-pay ul li,
            .product .product-action .product-facility.facility-pay ul li {
              font-size: 13px; } }
          .product .product-action .product-disponibility.facility-pay ul li.oney,
          .product .product-action .product-buy.facility-pay ul li.oney,
          .product .product-action .product-facility.facility-pay ul li.oney {
            padding: 0;
            color: white;
            letter-spacing: 0.1rem;
            background-repeat: no-repeat;
            background-size: 84%;
            background-position-y: 0px;
            background-position-x: 2px;
            width: 1.3rem;
            height: 1.5rem; }
            .product .product-action .product-disponibility.facility-pay ul li.oney.oney-3xg,
            .product .product-action .product-buy.facility-pay ul li.oney.oney-3xg,
            .product .product-action .product-facility.facility-pay ul li.oney.oney-3xg {
              background-image: url(../images/oney-api/3x-free.png);
              margin-right: 3px;
              width: 22px;
              margin-left: 3px;
              margin-top: -2px; }
              @media (max-width: 52.84714em) {
                .product .product-action .product-disponibility.facility-pay ul li.oney.oney-3xg,
                .product .product-action .product-buy.facility-pay ul li.oney.oney-3xg,
                .product .product-action .product-facility.facility-pay ul li.oney.oney-3xg {
                  width: 20px;
                  margin-top: 0px; } }
            .product .product-action .product-disponibility.facility-pay ul li.oney.oney-3xp,
            .product .product-action .product-buy.facility-pay ul li.oney.oney-3xp,
            .product .product-action .product-facility.facility-pay ul li.oney.oney-3xp {
              background-image: url(../images/oney/bulle_3x.png);
              margin-right: 3px;
              width: 22px;
              margin-left: 3px;
              margin-top: -2px; }
              @media (max-width: 52.84714em) {
                .product .product-action .product-disponibility.facility-pay ul li.oney.oney-3xp,
                .product .product-action .product-buy.facility-pay ul li.oney.oney-3xp,
                .product .product-action .product-facility.facility-pay ul li.oney.oney-3xp {
                  width: 20px;
                  margin-top: 0px; } }
            .product .product-action .product-disponibility.facility-pay ul li.oney.oney-4xg,
            .product .product-action .product-buy.facility-pay ul li.oney.oney-4xg,
            .product .product-action .product-facility.facility-pay ul li.oney.oney-4xg {
              background-image: url(../images/oney/bulle_4x.png);
              width: 22px;
              margin-top: -2px; }
              @media (max-width: 52.84714em) {
                .product .product-action .product-disponibility.facility-pay ul li.oney.oney-4xg,
                .product .product-action .product-buy.facility-pay ul li.oney.oney-4xg,
                .product .product-action .product-facility.facility-pay ul li.oney.oney-4xg {
                  width: 20px;
                  margin-top: 0px; } }
            .product .product-action .product-disponibility.facility-pay ul li.oney.oney-4xp,
            .product .product-action .product-buy.facility-pay ul li.oney.oney-4xp,
            .product .product-action .product-facility.facility-pay ul li.oney.oney-4xp {
              background-image: url(../images/oney/bulle_4x.png);
              width: 22px;
              margin-top: -2px; }
              @media (max-width: 52.84714em) {
                .product .product-action .product-disponibility.facility-pay ul li.oney.oney-4xp,
                .product .product-action .product-buy.facility-pay ul li.oney.oney-4xp,
                .product .product-action .product-facility.facility-pay ul li.oney.oney-4xp {
                  width: 20px;
                  margin-top: 0px; } }
  .product .product-action .product-facility {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 0 0 0; }
  .product .product-action .wrap-product-button {
    width: 100%; }
    @media (max-width: 34.27571em) {
      .product .product-action .wrap-product-button {
        margin-top: 5px; } }
    .product .product-action .wrap-product-button .product-quantity {
      background: #f4f4f4;
      padding: 4px 0;
      text-align: center;
      line-height: 30px;
      vertical-align: middle;
      margin-right: 20px;
      padding: 7px 0 9px 0;
      display: none; }
      @media (min-width: 70em) {
        .product .product-action .wrap-product-button .product-quantity {
          padding: 7px 0 9px 0; } }
      @media (min-width: 52.85714em) {
        .product .product-action .wrap-product-button .product-quantity {
          margin-right: 0;
          width: 100%;
          display: inline-block; } }
      @media (min-width: 70em) {
        .product .product-action .wrap-product-button .product-quantity {
          width: 100%;
          margin-right: 0; } }
      @media (min-width: 91.42857em) {
        .product .product-action .wrap-product-button .product-quantity {
          width: 100%;
          display: inline-block; } }
      .product .product-action .wrap-product-button .product-quantity label {
        font-size: 12px;
        color: #818181;
        margin-bottom: 0; }
        @media (min-width: 52.85714em) {
          .product .product-action .wrap-product-button .product-quantity label {
            display: none; } }
      .product .product-action .wrap-product-button .product-quantity .quantity-selector {
        margin: 0 auto;
        width: 45%; }
    .product .product-action .wrap-product-button .product-quantity-mobile {
      background: #f4f4f4;
      text-align: center;
      line-height: 30px;
      vertical-align: middle;
      padding: 8px 12px;
      width: 33%;
      margin-right: 0;
      display: inline-block; }
      @media (max-width: 34.27571em) {
        .product .product-action .wrap-product-button .product-quantity-mobile {
          width: 100%; } }
      @media (min-width: 34.28571em) {
        .product .product-action .wrap-product-button .product-quantity-mobile {
          width: 76%; } }
      @media (min-width: 52.85714em) {
        .product .product-action .wrap-product-button .product-quantity-mobile {
          display: none; } }
      .product .product-action .wrap-product-button .product-quantity-mobile label {
        display: none;
        /*
                    font-size: 12px;
                    color: #818181;
                    float: left;
                    line-height: 22px;
                    margin-bottom: 0;

                    @include mq($until: mobileLandscape) {
                        margin-top: 2px;
                    }
                    */ }
      .product .product-action .wrap-product-button .product-quantity-mobile .quantity-selector {
        margin: 0 auto; }
        @media (max-width: 22.84714em) {
          .product .product-action .wrap-product-button .product-quantity-mobile .quantity-selector {
            width: 90%; } }
      .product .product-action .wrap-product-button .product-quantity-mobile select {
        border: 1px solid #dedede;
        width: 100%;
        padding-right: 2rem;
        padding-top: 0.2rem; }
    .product .product-action .wrap-product-button .product-buy {
      width: 71%;
      margin-top: 13px;
      padding-left: 0px;
      display: inline-block; }
      @media (max-width: 34.27571em) {
        .product .product-action .wrap-product-button .product-buy {
          width: 70%; } }
      @media (min-width: 34.28571em) {
        .product .product-action .wrap-product-button .product-buy {
          width: 69%;
          margin-top: 16px;
          margin-left: 1%;
          text-align: center; } }
      @media (min-width: 52.85714em) {
        .product .product-action .wrap-product-button .product-buy {
          padding-left: 0px;
          width: 69%;
          margin-top: 13px; } }
      @media (min-width: 70em) {
        .product .product-action .wrap-product-button .product-buy {
          margin-top: 20px;
          width: 69%;
          padding-left: 0px; } }
      @media (min-width: 91.42857em) {
        .product .product-action .wrap-product-button .product-buy {
          width: 69%;
          padding-left: 0px; } }
      .product .product-action .wrap-product-button .product-buy img {
        float: left;
        margin-left: 45px; }
        @media (max-width: 52.84714em) {
          .product .product-action .wrap-product-button .product-buy img {
            margin: 0 auto; } }
        @media (min-width: 91.42857em) {
          .product .product-action .wrap-product-button .product-buy img {
            margin-left: 90px; } }
      .product .product-action .wrap-product-button .product-buy p {
        font-weight: 600;
        text-transform: unset;
        font-size: 15px;
        margin-right: 23px; }
        @media (max-width: 52.84714em) {
          .product .product-action .wrap-product-button .product-buy p {
            margin-right: 0px; } }
        @media (min-width: 91.42857em) {
          .product .product-action .wrap-product-button .product-buy p {
            margin-right: 60px; } }
      .product .product-action .wrap-product-button .product-buy .btn-cart {
        width: 100%;
        text-transform: unset;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400; }
        @media (min-width: 52.85714em) {
          .product .product-action .wrap-product-button .product-buy .btn-cart {
            font-size: 18px; } }
        @media (max-width: 22.84714em) {
          .product .product-action .wrap-product-button .product-buy .btn-cart {
            font-size: 12px; } }
  .product .product-action .product-stock {
    margin-right: 20px;
    border: 1px solid #DADADA;
    text-align: left;
    padding: 5px 15px;
    margin-top: 18px;
    color: #33d75a;
    font-size: 11px;
    width: 100%;
    display: inlin-block; }
    .product .product-action .product-stock .mention-enstock, .product .product-action .product-stock .mention-enreassort, .product .product-action .product-stock .mention-dernierepiece, .product .product-action .product-stock .mention-enprecommande, .product .product-action .product-stock .mention-surcommande, .product .product-action .product-stock .mention-articleepuise {
      color: grey !important; }
    .product .product-action .product-stock .circle-mention-enstock, .product .product-action .product-stock .circle-mention-enreassort, .product .product-action .product-stock .circle-mention-dernierepiece, .product .product-action .product-stock .circle-mention-enprecommande, .product .product-action .product-stock .circle-mention-surcommande, .product .product-action .product-stock .circle-mention-articleepuise {
      top: 2px; }
    .product .product-action .product-stock .stock-in {
      width: 10px;
      height: 10px;
      background-color: #33d75a;
      display: inline-block;
      margin-right: 10px; }
    .product .product-action .product-stock .no-stock {
      width: 10px;
      height: 10px;
      background-color: red;
      display: inline-block;
      margin-right: 10px; }
    .product .product-action .product-stock .no-stock:before {
      content: ' ';
      background: none !important;
      display: none; }
    .product .product-action .product-stock p {
      color: #696969;
      margin-top: -2px;
      display: inline-block;
      font-weight: 600; }
    @media (min-width: 22.85714em) and (max-width: 34.27571em) {
      .product .product-action .product-stock {
        width: 100%;
        display: block;
        float: left; } }
    @media (min-width: 34.28571em) {
      .product .product-action .product-stock {
        float: right;
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0px; } }
    @media (min-width: 52.85714em) {
      .product .product-action .product-stock {
        float: right;
        margin-top: 18px;
        margin-right: 0px;
        width: 100%; } }
    @media (min-width: 70em) {
      .product .product-action .product-stock {
        display: inline-block;
        margin-top: 15px;
        margin-right: 0px; } }
    @media (min-width: 91.42857em) {
      .product .product-action .product-stock {
        display: inline-block;
        margin-top: 1.5rem;
        width: 100%;
        margin-right: 0px; } }
    .product .product-action .product-stock .status-value {
      padding-left: 14px; }
      .product .product-action .product-stock .status-value.stock:before {
        top: 3px; }
      .product .product-action .product-stock .status-value.no-stock:before {
        top: 4px; }
      .product .product-action .product-stock .status-value.preorder {
        color: #f0730d; }
      .product .product-action .product-stock .status-value.preorder:before {
        content: ' ';
        background-image: url(../images/assets.png);
        position: absolute;
        top: 3px;
        left: 0;
        width: 9px;
        height: 9px;
        background-position: -253px -35px !important; }
      .product .product-action .product-stock .status-value.onorder {
        color: #818181; }
      .product .product-action .product-stock .status-value.onorder:before {
        content: ' ';
        background-image: url(../images/assets.png);
        position: absolute;
        top: 3px;
        left: 0;
        width: 9px;
        height: 9px;
        background-position: -243px -35px !important; }
      .product .product-action .product-stock .status-value.on-piece {
        color: #c2d79e; }
      .product .product-action .product-stock .status-value.on-piece:before {
        content: ' ';
        background: #33d75a;
        position: absolute;
        top: 3px;
        left: 0;
        width: 9px;
        height: 9px;
        background-position: -233px -15px !important; }
      .product .product-action .product-stock .status-value.replenishment {
        color: #f0730d; }
      .product .product-action .product-stock .status-value.soldout {
        color: #F00; }
  .product .product-action .product-disponibility {
    border: 1px solid #DADADA;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    margin-top: 10px;
    width: 100%;
    height: 25px;
    position: relative; }
    @media (min-width: 34.28571em) {
      .product .product-action .product-disponibility {
        float: right;
        width: 100%; } }
    @media (min-width: 52.85714em) {
      .product .product-action .product-disponibility {
        float: right;
        width: 100%; } }
    @media (min-width: 91.42857em) {
      .product .product-action .product-disponibility {
        width: 100%;
        display: inline-block;
        margin-top: 10px; } }
    .product .product-action .product-disponibility.open .select-store li {
      display: block; }
    .product .product-action .product-disponibility .disponibility {
      width: 100%;
      height: 20px; }
      .product .product-action .product-disponibility .disponibility.disponibility-click {
        cursor: pointer; }
      .product .product-action .product-disponibility .disponibility li {
        float: left;
        padding: 5px 15px; }
        .product .product-action .product-disponibility .disponibility li .disponible {
          padding-left: 23px;
          color: #696969;
          font-weight: 600; }
          .product .product-action .product-disponibility .disponibility li .disponible:before {
            top: 3px; }
        .product .product-action .product-disponibility .disponibility li .no-stock-mag {
          padding-left: 23px;
          color: #696969;
          font-weight: 600; }
          .product .product-action .product-disponibility .disponibility li .no-stock-mag:before {
            top: 3px; }
        .product .product-action .product-disponibility .disponibility li .no-stock-mag::before {
          background-color: #f00;
          position: absolute;
          top: 3px;
          left: 0;
          width: 10px;
          height: 10px;
          content: ' '; }
        .product .product-action .product-disponibility .disponibility li .indisponible {
          padding-left: 1rem;
          color: #000; }
          .product .product-action .product-disponibility .disponibility li .indisponible:before {
            top: 3px; }
        .product .product-action .product-disponibility .disponibility li:first-child {
          width: 80%; }
        .product .product-action .product-disponibility .disponibility li:last-child {
          position: relative;
          width: 9%;
          padding: 5px 0px;
          float: right;
          display: inline-block;
          height: 14px; }
          @media (min-width: 52.85714em) {
            .product .product-action .product-disponibility .disponibility li:last-child {
              width: 7%; } }
          @media (min-width: 70em) {
            .product .product-action .product-disponibility .disponibility li:last-child {
              width: 5%; } }
        .product .product-action .product-disponibility .disponibility li.fleche:after {
          content: ' ';
          background-image: url("../images/assets.png");
          position: absolute;
          top: 0;
          left: 0;
          width: 27px;
          height: 24px;
          background-position: -462px -127px;
          right: -2px;
          top: 0px;
          left: auto; }
    .product .product-action .product-disponibility .select-store {
      width: 100%;
      z-index: 10;
      top: 23px;
      height: 14px;
      position: absolute;
      left: -1px;
      text-align: center; }
      .product .product-action .product-disponibility .select-store li {
        display: none;
        border-right: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
        border-left: 1px solid #DADADA;
        padding: 5px 0 5px 0;
        background: #fff;
        background-color: #f4f4f4;
        height: 26px;
        width: 100%; }
        .product .product-action .product-disponibility .select-store li:first-child {
          border-top: 1px solid #DADADA; }
        @media (max-width: 34.27571em) {
          .product .product-action .product-disponibility .select-store li {
            height: 22px;
            padding: 5px 0 5px 0; } }
        @media (min-width: 34.28571em) {
          .product .product-action .product-disponibility .select-store li {
            padding: 7px 0 0px 0;
            height: 22px; } }
        @media (min-width: 52.85714em) {
          .product .product-action .product-disponibility .select-store li {
            padding: 5px 0 5px 0rem;
            height: 14px; } }
        @media (min-width: 70em) and (max-width: 91.41857em) {
          .product .product-action .product-disponibility .select-store li {
            padding: 5px 0 5px 0rem; } }
        .product .product-action .product-disponibility .select-store li strong {
          font-weight: 600;
          display: inline-block;
          width: unset !important; }
          @media (min-width: 70em) {
            .product .product-action .product-disponibility .select-store li strong {
              width: 16%; } }
          @media (min-width: 91.42857em) {
            .product .product-action .product-disponibility .select-store li strong {
              width: 10%; } }
        .product .product-action .product-disponibility .select-store li .dispo {
          color: #818181;
          font-weight: 300;
          width: auto;
          padding-left: 2px;
          margin-left: 6px; }
          .product .product-action .product-disponibility .select-store li .dispo.dispo-non {
            color: #818181 !important; }
            .product .product-action .product-disponibility .select-store li .dispo.dispo-non:before {
              content: ' ';
              background-image: url("../images/assets.png");
              position: absolute;
              top: 0;
              left: 0;
              width: 9px;
              height: 9px;
              background-position: -255px -45px;
              top: 3px; }
          .product .product-action .product-disponibility .select-store li .dispo.dispo-only {
            color: #f0730d !important; }
            .product .product-action .product-disponibility .select-store li .dispo.dispo-only:before {
              content: ' ';
              background-image: url("../images/assets.png");
              position: absolute;
              top: 0;
              left: 0;
              width: 9px;
              height: 9px;
              background-position: -244px -45px;
              top: 3px; }
          .product .product-action .product-disponibility .select-store li .dispo.dispo-oui {
            color: #33d75a !important; }
            .product .product-action .product-disponibility .select-store li .dispo.dispo-oui:before {
              content: ' ';
              background-image: url("../images/assets.png");
              position: absolute;
              top: 0;
              left: 0;
              width: 9px;
              height: 9px;
              background-position: -233px -45px;
              top: 3px; }
          .product .product-action .product-disponibility .select-store li .dispo strong {
            margin-left: 15px; }
  .product .product-action .wrap-product-waranty-social {
    float: left;
    width: 100%;
    margin-top: 18px; }
    @media (max-width: 34.27571em) {
      .product .product-action .wrap-product-waranty-social {
        padding: 0; } }
    @media (min-width: 34.28571em) {
      .product .product-action .wrap-product-waranty-social {
        float: right;
        width: 100%;
        margin-top: 20px; } }
    @media (min-width: 52.85714em) {
      .product .product-action .wrap-product-waranty-social {
        float: left;
        width: 100%;
        margin-top: .8rem; } }
    @media (min-width: 52.85714em) {
      .product .product-action .wrap-product-waranty-social {
        margin-top: 20px; } }
    @media (min-width: 70em) {
      .product .product-action .wrap-product-waranty-social {
        margin-top: 1rem; } }
    .product .product-action .wrap-product-waranty-social .select-other-product {
      width: 100%;
      margin: 10px 0; }
    .product .product-action .wrap-product-waranty-social .product-waranty {
      vertical-align: top;
      display: inline-block;
      width: 100%;
      border: none;
      padding: 0px; }
      .product .product-action .wrap-product-waranty-social .product-waranty strong {
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        font-size: 12px; }
      .product .product-action .wrap-product-waranty-social .product-waranty p {
        font-size: 12px;
        line-height: 16px;
        font-weight: 100; }
      @media (min-width: 70em) {
        .product .product-action .wrap-product-waranty-social .product-waranty ul {
          border: 0px; } }
      .product .product-action .wrap-product-waranty-social .product-waranty ul li {
        padding-bottom: 0px;
        clear: both; }
        .product .product-action .wrap-product-waranty-social .product-waranty ul li img {
          max-width: 90%; }
        .product .product-action .wrap-product-waranty-social .product-waranty ul li .wrap-img {
          display: inline-block;
          width: 30px;
          height: 20px; }
        .product .product-action .wrap-product-waranty-social .product-waranty ul li.phone {
          line-height: 0px !important; }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.phone .icon {
            float: left;
            margin: 5px 10px 0 0;
            display: inline-block;
            background-image: url("../images/assets.png");
            width: 50px;
            height: 38px;
            background-position: -60px -63px; }
            @media (min-width: 22.85714em) {
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.phone .icon {
                margin: 5px 15px 0 0; } }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.phone p {
            color: #000;
            line-height: 47px;
            font-size: 13px;
            line-height: 16px;
            font-weight: 100;
            top: 4px; }
            @media (min-width: 70em) {
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.phone p {
                top: 5px; } }
            .product .product-action .wrap-product-waranty-social .product-waranty ul li.phone p strong {
              font-weight: 700;
              white-space: nowrap; }
              @media (max-width: 22.84714em) {
                .product .product-action .wrap-product-waranty-social .product-waranty ul li.phone p strong {
                  display: block; } }
            @media (min-width: 34.28571em) {
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.phone p {
                font-size: 12px;
                line-height: 16px;
                font-weight: 100; } }
        .product .product-action .wrap-product-waranty-social .product-waranty ul li.advice {
          line-height: 0px !important; }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.advice .icon {
            float: left;
            margin: 5px 10px 0 0; }
            @media (min-width: 22.85714em) {
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.advice .icon {
                margin: 5px 15px 0 0; } }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.advice span {
            color: #7d7d7d; }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.advice p {
            margin-left: 10px;
            color: #7d7d7d;
            font-size: 13px;
            line-height: 16px;
            font-weight: 100; }
            .product .product-action .wrap-product-waranty-social .product-waranty ul li.advice p strong {
              text-transform: uppercase;
              color: #000; }
            .product .product-action .wrap-product-waranty-social .product-waranty ul li.advice p b {
              color: #000; }
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.advice p b span {
                font-weight: 100; }
            @media (min-width: 34.28571em) {
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.advice p {
                font-size: 12px;
                line-height: 16px;
                font-weight: 100; } }
        .product .product-action .wrap-product-waranty-social .product-waranty ul li.delivery {
          line-height: 0px !important; }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.delivery .icon {
            float: left;
            margin: 5px 10px 0 0;
            display: inline-block;
            background-image: url("../images/assets.png");
            width: 50px;
            height: 38px;
            background-position: -10px -63px; }
            @media (min-width: 22.85714em) {
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.delivery .icon {
                margin: 5px 15px 0 0; } }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.delivery span {
            color: #7d7d7d; }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.delivery p {
            color: #7d7d7d;
            margin-left: 10px;
            font-size: 13px;
            line-height: 16px;
            font-weight: 100; }
            .product .product-action .wrap-product-waranty-social .product-waranty ul li.delivery p strong {
              text-transform: uppercase;
              color: #000; }
            .product .product-action .wrap-product-waranty-social .product-waranty ul li.delivery p b {
              color: #000; }
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.delivery p b span {
                font-weight: 100; }
            @media (min-width: 34.28571em) {
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.delivery p {
                font-size: 12px;
                line-height: 16px;
                font-weight: 100; } }
        .product .product-action .wrap-product-waranty-social .product-waranty ul li.thumb {
          line-height: 0px !important; }
          @media (max-width: 34.27571em) {
            .product .product-action .wrap-product-waranty-social .product-waranty ul li.thumb {
              padding-bottom: 5px; } }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.thumb .icon {
            float: left;
            margin: 5px 10px 0 0;
            display: inline-block;
            background-image: url("../images/assets.png");
            width: 50px;
            height: 38px;
            background-position: -111px -63px; }
            @media (min-width: 22.85714em) {
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.thumb .icon {
                margin: 5px 15px 0 0; } }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.thumb strong {
            text-transform: uppercase; }
          .product .product-action .wrap-product-waranty-social .product-waranty ul li.thumb p {
            margin-left: 10px;
            color: #7d7d7d;
            font-size: 13px;
            line-height: 16px;
            font-weight: 100; }
            .product .product-action .wrap-product-waranty-social .product-waranty ul li.thumb p strong {
              color: #000; }
            @media (min-width: 52.85714em) {
              .product .product-action .wrap-product-waranty-social .product-waranty ul li.thumb p {
                font-size: 12px;
                line-height: 16px;
                font-weight: 100; } }
          @media (min-width: 34.28571em) {
            .product .product-action .wrap-product-waranty-social .product-waranty ul li.thumb {
              font-size: 12px;
              line-height: 16px;
              font-weight: 100; } }
    .product .product-action .wrap-product-waranty-social .product-socialshare {
      vertical-align: top;
      width: 100%;
      border: none;
      width: auto;
      text-align: left;
      /*
                @include mq($until: mobileLandscape) {
                    width: 100%;
                    border-top: 1px solid $gris-filet2;

                }

                @include mq(mobileLandscape) {
                    width: 24%;
                    padding: 1rem 0px;
                    float: left;

                    border-right: 1px solid $gris-filet2;
                }
                */ }
      @media (max-width: 69.99em) {
        .product .product-action .wrap-product-waranty-social .product-socialshare {
          border-left: 0px;
          border-right: 0px;
          width: 100%;
          margin: 7px 4px 0 0; } }
      @media (min-width: 70em) {
        .product .product-action .wrap-product-waranty-social .product-socialshare {
          margin-top: 10px; } }
      @media (min-width: 70em) and (max-width: 91.41857em) {
        .product .product-action .wrap-product-waranty-social .product-socialshare {
          width: 100%;
          margin-top: 10px;
          min-height: auto; } }
      @media (min-width: 70em) {
        .product .product-action .wrap-product-waranty-social .product-socialshare {
          padding: 0rem 0 1rem 0; } }
      @media (min-width: 91.42857em) {
        .product .product-action .wrap-product-waranty-social .product-socialshare {
          width: 100%;
          min-height: auto;
          padding: 0; } }
      .product .product-action .wrap-product-waranty-social .product-socialshare .share-text {
        float: left;
        color: #a4a4a4;
        font-size: 11px;
        overflow: hidden;
        margin-right: 25px;
        margin-top: 10px; }
      .product .product-action .wrap-product-waranty-social .product-socialshare a {
        display: inline-block;
        text-align: center; }
        @media (min-width: 34.28571em) {
          .product .product-action .wrap-product-waranty-social .product-socialshare a {
            width: 8%; } }
        @media (min-width: 70em) {
          .product .product-action .wrap-product-waranty-social .product-socialshare a {
            width: 8%; } }
        @media (min-width: 91.42857em) {
          .product .product-action .wrap-product-waranty-social .product-socialshare a {
            width: 8%; } }
        @media (min-width: 70em) {
          .product .product-action .wrap-product-waranty-social .product-socialshare a.share-whatsapp {
            display: none; } }
        .product .product-action .wrap-product-waranty-social .product-socialshare a.share-mail {
          display: none; }
          @media (min-width: 70em) {
            .product .product-action .wrap-product-waranty-social .product-socialshare a.share-mail {
              display: inline-block; } }
        .product .product-action .wrap-product-waranty-social .product-socialshare a .icon-picto {
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin: 1px 0;
          /* &-twitter {
                            //@include sprite($product-share-twitter);
                            @include picto(18,311,47,47);
                        }
                        &-pinterest {
                            @include sprite($product-share-pinterest);
                        }
                        &-facebook {
                            @include sprite($product-share-facebook);
                        }
                        &-google {
                            @include sprite($product-share-google);
                        }
                        */ }
      .product .product-action .wrap-product-waranty-social .product-socialshare p {
        width: 100px;
        margin: 0 auto;
        border-top: 1px solid #DADADA;
        margin-top: 0;
        padding-top: 15px;
        margin-right: 15px;
        text-transform: uppercase;
        font-size: 12px;
        color: #adadad;
        float: left; }
        @media (max-width: 34.27571em) {
          .product .product-action .wrap-product-waranty-social .product-socialshare p {
            width: 100%;
            padding-bottom: 1rem; } }
        @media (min-width: 34.28571em) {
          .product .product-action .wrap-product-waranty-social .product-socialshare p {
            float: none;
            width: 80%;
            margin-top: 10px;
            margin-right: 15px;
            padding-top: 1.6rem; } }
        @media (min-width: 52.85714em) {
          .product .product-action .wrap-product-waranty-social .product-socialshare p {
            margin-right: 0;
            width: 100%;
            padding-top: 1rem; } }
        @media (min-width: 70em) {
          .product .product-action .wrap-product-waranty-social .product-socialshare p {
            width: 100%;
            padding-top: 1rem; } }
        @media (min-width: 91.42857em) {
          .product .product-action .wrap-product-waranty-social .product-socialshare p {
            padding-top: 1.3rem; } }
  .product .description {
    width: 100%;
    display: inline-block; }
    .product .description .brand {
      margin-top: 40px; }
      @media (max-width: 52.84714em) {
        .product .description .brand {
          margin-top: 0px; } }
      .product .description .brand .tab-header {
        padding-bottom: 0px !important; }
    .product .description .caracteristiques-body {
      max-height: 387px !important;
      min-height: 387px;
      overflow-x: hidden !important; }
      @media (max-width: 52.84714em) {
        .product .description .caracteristiques-body {
          max-height: auto !important;
          min-height: auto; } }
    .product .description .panel {
      padding: 0 15px;
      margin-top: 50px; }
      @media (min-width: 52.85714em) {
        .product .description .panel {
          padding: 0 0px; } }
      @media (max-width: 34.27571em) {
        .product .description .panel {
          margin-top: 30px; }
          .product .description .panel.first {
            margin-top: 0; } }
      .product .description .panel .first {
        margin-top: 15px; }
        @media (min-width: 34.28571em) and (max-width: 52.84714em) {
          .product .description .panel .first {
            margin-top: 50px; } }
      @media (min-width: 70em) {
        .product .description .panel .tab-header {
          border-bottom: none;
          margin-bottom: 10px !important; } }
      @media (min-width: 91.42857em) {
        .product .description .panel .tab-header {
          border-bottom: none;
          margin-bottom: 10px !important; } }
      .product .description .panel .panel-title {
        padding-top: 2px;
        font-size: 24px;
        text-transform: uppercase;
        color: #292929;
        font-weight: 400;
        margin-bottom: 30px;
        font-family: "Open Sans", sans-serif; }
      .product .description .panel .panel-body {
        border-top: 1px solid #DADADA;
        font-size: 12px;
        line-height: 18px;
        color: #8d8d8d;
        border: 1px solid #DADADA !important;
        padding: 13px 20px 20px 20px !important;
        font-family: "Open Sans", sans-serif; }
        @media (min-width: 52.85714em) and (max-width: 69.99em) {
          .product .description .panel .panel-body {
            max-height: 7.5rem;
            overflow-y: scroll; } }
        .product .description .panel .panel-body li {
          padding-bottom: 3px; }
  .product #review-global-bloc {
    margin-top: -3px !important; }
  .product .brand .panel, .product .packs .panel {
    padding: 0px 15px;
    margin-top: 40px; }
    @media (min-width: 52.85714em) {
      .product .brand .panel, .product .packs .panel {
        padding: 0px 0px; } }
    .product .brand .panel .panel-title, .product .packs .panel .panel-title {
      padding-top: 2px;
      font-size: 24px;
      text-transform: uppercase;
      color: #292929;
      margin-bottom: 30px;
      font-family: "Open Sans", sans-serif;
      font-weight: 300; }
      .product .brand .panel .panel-title .title, .product .packs .panel .panel-title .title {
        text-transform: uppercase;
        color: #292929;
        font-weight: 400; }
        @media (min-width: 52.85714em) {
          .product .brand .panel .panel-title .title, .product .packs .panel .panel-title .title {
            float: left; } }
      .product .brand .panel .panel-title .btn-review-header, .product .packs .panel .panel-title .btn-review-header {
        display: inline-block;
        font-size: .7rem;
        color: #4DB1FF;
        cursor: pointer;
        font-family: "Open Sans", sans-serif;
        left: 8px;
        top: -1px; }
      .product .brand .panel .panel-title .btn-ensavoir-plus, .product .packs .panel .panel-title .btn-ensavoir-plus {
        display: none; }
        @media (min-width: 52.85714em) {
          .product .brand .panel .panel-title .btn-ensavoir-plus, .product .packs .panel .panel-title .btn-ensavoir-plus {
            display: inline-block;
            font-size: .7rem;
            color: #4DB1FF;
            cursor: pointer;
            font-family: "Open Sans", sans-serif;
            top: -1px;
            left: 8px; } }
      .product .brand .panel .panel-title .inline-rating, .product .packs .panel .panel-title .inline-rating {
        padding-left: 0;
        display: block;
        padding-top: 15px;
        display: none; }
        @media (min-width: 70em) {
          .product .brand .panel .panel-title .inline-rating, .product .packs .panel .panel-title .inline-rating {
            padding-left: 20px;
            display: inline-block;
            padding-top: 0; } }
        .product .brand .panel .panel-title .inline-rating .icon-star, .product .packs .panel .panel-title .inline-rating .icon-star {
          font-family: 'Arial';
          color: #c6c6c6;
          content: ' hello';
          font-size: 16px; }
          .product .brand .panel .panel-title .inline-rating .icon-star.on, .product .packs .panel .panel-title .inline-rating .icon-star.on {
            color: #ff9600; }
    .product .brand .panel .panel-body, .product .packs .panel .panel-body {
      padding: 20px !important;
      font-size: 12px;
      line-height: 18px;
      color: #666;
      font-family: "Open Sans", sans-serif;
      position: relative;
      border: 1px solid #DADADA !important; }
      @media (min-width: 52.85714em) {
        .product .brand .panel .panel-body, .product .packs .panel .panel-body {
          padding: 20px;
          min-height: 7.5rem; } }
      .product .brand .panel .panel-body.tab-content, .product .packs .panel .panel-body.tab-content {
        max-height: none;
        overflow: hidden; }
      .product .brand .panel .panel-body .image, .product .packs .panel .panel-body .image {
        border-right: none;
        padding-right: 0;
        height: 40px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        width: 30%;
        float: left; }
        @media (min-width: 52.85714em) {
          .product .brand .panel .panel-body .image, .product .packs .panel .panel-body .image {
            padding-right: 30px;
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0; } }
        .product .brand .panel .panel-body .image .background-image, .product .packs .panel .panel-body .image .background-image {
          max-height: 30px; }
          .product .brand .panel .panel-body .image .background-image img, .product .packs .panel .panel-body .image .background-image img {
            max-width: 100%;
            max-height: 100%; }
      .product .brand .panel .panel-body .text, .product .packs .panel .panel-body .text {
        width: 70%;
        float: left;
        padding-left: 0;
        display: table; }
        @media (min-width: 52.85714em) {
          .product .brand .panel .panel-body .text.text-filet p, .product .packs .panel .panel-body .text.text-filet p {
            display: table-cell;
            vertical-align: middle; } }
        .product .brand .panel .panel-body .text .horizontal, .product .packs .panel .panel-body .text .horizontal {
          display: block;
          width: 100%; }
          .product .brand .panel .panel-body .text .horizontal li, .product .packs .panel .panel-body .text .horizontal li {
            display: inline-block;
            width: 50%; }
            .product .brand .panel .panel-body .text .horizontal li .vertical li, .product .packs .panel .panel-body .text .horizontal li .vertical li {
              display: block;
              width: 100%; }
              .product .brand .panel .panel-body .text .horizontal li .vertical li a, .product .packs .panel .panel-body .text .horizontal li .vertical li a {
                color: grey;
                text-decoration: underline;
                font-family: "Open Sans", sans-serif;
                font-size: 13px;
                line-height: 20px;
                font-weight: 300; }
    .product .brand .panel .panel-body-packs, .product .packs .panel .panel-body-packs {
      padding: 0px;
      background: #fafafa;
      border: none; }
      @media (max-width: 52.84714em) {
        .product .brand .panel .panel-body-packs, .product .packs .panel .panel-body-packs {
          margin: 0 20px; } }
      @media (max-width: 34.27571em) {
        .product .brand .panel .panel-body-packs .details, .product .packs .panel .panel-body-packs .details {
          padding: 0px 20px 0px 15px; } }
      @media (min-width: 34.28571em) and (max-width: 52.84714em) {
        .product .brand .panel .panel-body-packs .details, .product .packs .panel .panel-body-packs .details {
          padding: 0px 20px; } }
  @media (max-width: 52.84714em) {
    .product .brand .panel-packs, .product .packs .panel-packs {
      padding: 20px 0px;
      margin-top: 0px; } }
  .product .brand .panel-packs .panel-title, .product .packs .panel-packs .panel-title {
    margin-bottom: 10px;
    padding-top: 2px; }
    @media (max-width: 52.84714em) {
      .product .brand .panel-packs .panel-title, .product .packs .panel-packs .panel-title {
        margin: 0 20px 0px 22px;
        font-size: 17px;
        line-height: 17px;
        font-weight: 400;
        padding: 0px 0px .4rem 0; } }
  .product .brand .panel,
  .product .review .panel,
  .product .description .panel {
    margin-top: 0px; }
    @media (min-width: 70em) {
      .product .brand .panel,
      .product .review .panel,
      .product .description .panel {
        margin-top: 10px; } }
  .product .panel-title.tab-header {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px !important;
    margin-bottom: 7px !important; }
    @media (min-width: 70em) {
      .product .panel-title.tab-header {
        line-height: 24px; } }
    @media (max-width: 69.99em) {
      .product .panel-title.tab-header {
        line-height: 47px; } }
    .product .panel-title.tab-header.open {
      margin-bottom: 15px !important; }
      @media (min-width: 70em) {
        .product .panel-title.tab-header.open {
          margin-bottom: 5px !important; } }
    @media (min-width: 52.85714em) {
      .product .panel-title.tab-header:after {
        content: '';
        background-image: none; } }
    @media (min-width: 70em) {
      .product .panel-title.tab-header {
        margin-bottom: 30px !important;
        background-color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding-left: 0px;
        margin-bottom: 5px !important; }
        .product .panel-title.tab-header:before {
          content: '';
          background-image: none; } }
  .product .panel-body.tab-content {
    border-top: none !important;
    padding-top: 0px !important;
    padding-bottom: 15px; }
    @media (min-width: 70em) {
      .product .panel-body.tab-content {
        padding-top: 5px !important;
        display: block;
        padding-bottom: 0px;
        max-height: 150px;
        overflow-y: scroll; } }
  .product .other-productversion-containereur {
    width: 90%;
    margin: 0 auto;
    /*.owl-item {
            width: 60px !important;
        }*/ }
    .product .other-productversion-containereur .owl-carousel .owl-stage-outer {
      padding-left: 5px !important;
      padding-right: 20px !important;
      margin-top: 20px !important; }
    .product .other-productversion-containereur .owl-prev {
      width: 20px;
      float: left;
      left: -20px;
      margin-top: -50px; }
    .product .other-productversion-containereur .owl-next {
      float: right;
      right: -20px;
      margin-top: -50px; }
  .product .other-productversion-container {
    height: 60px;
    height: 60px;
    margin-top: 10px; }
    .product .other-productversion-container .owl-stage, .product .other-productversion-container .owl-stage-outer {
      width: 100%;
      height: 60px; }
    .product .other-productversion-container .owl-stage-outer {
      z-index: 100; }
    .product .other-productversion-container .owl-stage {
      width: 380px !important;
      padding-left: 25px;
      padding-right: 25px !important; }
      @media (min-width: 91.42857em) {
        .product .other-productversion-container .owl-stage {
          width: 495px !important; } }
    .product .other-productversion-container .owl-item.active {
      width: 60px !important;
      height: 60px; }
    .product .other-productversion-container .owl-nav {
      z-index: 50;
      height: 60px !important;
      min-height: 60px;
      width: 100%;
      margin-top: -60px;
      display: block !important; }
      .product .other-productversion-container .owl-nav .owl-prev {
        float: left;
        margin-right: 350px;
        display: block !important; }
        @media (min-width: 91.42857em) {
          .product .other-productversion-container .owl-nav .owl-prev {
            margin-right: 464px; } }
      .product .other-productversion-container .owl-nav .owl-next {
        float: left;
        display: block !important; }
    .product .other-productversion-container .otherproduct-slide-item {
      padding: 0px 10px !important;
      height: 60px !important;
      min-height: 60px !important; }
      @media (max-width: 34.27571em) {
        .product .other-productversion-container .otherproduct-slide-item .wrap .image {
          height: 95px;
          margin-bottom: 30px; } }
      @media (min-width: 34.28571em) {
        .product .other-productversion-container .otherproduct-slide-item .wrap .image {
          height: 95px; } }
      @media (min-width: 52.85714em) {
        .product .other-productversion-container .otherproduct-slide-item .wrap .image {
          height: 120px; } }
  .product .suggest {
    padding: 0px 25px; }
    @media (min-width: 52.85714em) {
      .product .suggest {
        padding: 10px 0px; } }
    .product .suggest .products-slider, .product .suggest .products-slider-similar {
      padding: 10px 0px 10px 0px; }
      @media (min-width: 22.85714em) and (max-width: 34.27571em) {
        .product .suggest .products-slider, .product .suggest .products-slider-similar {
          padding: 10px 0px 1px 0px; } }
      .product .suggest .products-slider .owl-nav, .product .suggest .products-slider-similar .owl-nav {
        top: -65px !important; }
        @media (max-width: 52.84714em) {
          .product .suggest .products-slider .owl-nav, .product .suggest .products-slider-similar .owl-nav {
            top: 85px !important; } }
    .product .suggest h2 {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      color: #292929;
      text-transform: uppercase;
      padding-bottom: 12px;
      border-bottom: 1px solid #DADADA; }
      @media (max-width: 52.84714em) {
        .product .suggest h2 {
          padding: 10px 12px .4rem 0; } }
      @media (min-width: 52.85714em) {
        .product .suggest h2 {
          padding-bottom: 8px; } }
    .product .suggest .products-slider .products-slides-container, .product .suggest .products-slider-similar .products-slides-container {
      margin-top: 20px;
      border: none; }
      @media (max-width: 34.27571em) {
        .product .suggest .products-slider .products-slides-container, .product .suggest .products-slider-similar .products-slides-container {
          padding-left: 10px;
          padding-right: 10px; } }
      .product .suggest .products-slider .products-slides-container .product-slide-item, .product .suggest .products-slider-similar .products-slides-container .product-slide-item {
        min-height: 11.6rem;
        padding: 0px 10px !important; }
        @media (min-width: 22.85714em) {
          .product .suggest .products-slider .products-slides-container .product-slide-item, .product .suggest .products-slider-similar .products-slides-container .product-slide-item {
            min-height: 10.6rem; } }
        @media (min-width: 34.28571em) {
          .product .suggest .products-slider .products-slides-container .product-slide-item, .product .suggest .products-slider-similar .products-slides-container .product-slide-item {
            min-height: 11.9rem; } }
        @media (min-width: 52.85714em) {
          .product .suggest .products-slider .products-slides-container .product-slide-item, .product .suggest .products-slider-similar .products-slides-container .product-slide-item {
            min-height: 13rem; } }
        @media (min-width: 70em) {
          .product .suggest .products-slider .products-slides-container .product-slide-item, .product .suggest .products-slider-similar .products-slides-container .product-slide-item {
            min-height: 13.5rem; } }
        .product .suggest .products-slider .products-slides-container .product-slide-item .rating-global .global-rating-stars-suggest, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .rating-global .global-rating-stars-suggest {
          float: left;
          margin-right: 10px; }
        .product .suggest .products-slider .products-slides-container .product-slide-item .rating-global p, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .rating-global p {
          font-size: 11px;
          color: #9f9f9f; }
        @media (max-width: 34.27571em) {
          .product .suggest .products-slider .products-slides-container .product-slide-item .wrap .image, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .wrap .image {
            height: 95px;
            margin-bottom: 30px; } }
        @media (min-width: 34.28571em) {
          .product .suggest .products-slider .products-slides-container .product-slide-item .wrap .image, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .wrap .image {
            height: 95px; } }
        @media (min-width: 52.85714em) {
          .product .suggest .products-slider .products-slides-container .product-slide-item .wrap .image, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .wrap .image {
            height: 120px; } }
        .product .suggest .products-slider .products-slides-container .product-slide-item .title, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .title {
          padding-bottom: 0px;
          height: 40px;
          overflow: hidden;
          margin-bottom: 10px; }
          .product .suggest .products-slider .products-slides-container .product-slide-item .title strong, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .title strong {
            display: inline-block;
            margin-right: 2px; }
          .product .suggest .products-slider .products-slides-container .product-slide-item .title .titre, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .title .titre {
            color: #000;
            display: unset; }
        .product .suggest .products-slider .products-slides-container .product-slide-item .bas, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .bas {
          margin-top: 0px;
          padding: 0px; }
          .product .suggest .products-slider .products-slides-container .product-slide-item .bas .price, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .bas .price {
            color: #000;
            font-size: 16px;
            margin-left: 0px;
            margin-top: 2px; }
          .product .suggest .products-slider .products-slides-container .product-slide-item .bas .price-barre, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .bas .price-barre {
            text-decoration: line-through;
            text-align: center;
            font-size: 13px;
            line-height: 17px;
            color: red;
            font-weight: 400 !important;
            margin-left: 4px;
            margin-top: 3px; }
        .product .suggest .products-slider .products-slides-container .product-slide-item .stock-suggest, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .stock-suggest {
          width: 100%;
          margin-top: 3px; }
          .product .suggest .products-slider .products-slides-container .product-slide-item .stock-suggest .stock-in, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .stock-suggest .stock-in {
            width: 8px;
            height: 8px;
            background-color: #33d75a;
            float: left;
            margin-right: 4px;
            margin-top: 1px; }
          .product .suggest .products-slider .products-slides-container .product-slide-item .stock-suggest p, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .stock-suggest p {
            color: #33d75a;
            margin-top: -3px;
            float: left;
            font-weight: 600;
            font-size: 9px; }
            .product .suggest .products-slider .products-slides-container .product-slide-item .stock-suggest p span, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .stock-suggest p span {
              font-size: 11px;
              color: #adadad; }
        .product .suggest .products-slider .products-slides-container .product-slide-item .tag, .product .suggest .products-slider-similar .products-slides-container .product-slide-item .tag {
          display: inline-block;
          float: none;
          padding: 1px 7px 3px 7px;
          position: relative;
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          line-height: 12px;
          font-weight: 500;
          color: #fff;
          letter-spacing: .03rem;
          margin: 0; }
  .product .line-banner {
    z-index: 10;
    height: 98px;
    margin: 0 20px;
    display: none; }
    @media (min-width: 70em) {
      .product .line-banner {
        display: block; } }
    .product .line-banner .hover-image {
      z-index: 30;
      position: absolute;
      top: 0;
      left: 0; }
    .product .line-banner .back-bar {
      z-index: 20;
      position: absolute;
      top: 26px;
      width: 97%;
      height: 42px;
      text-align: right;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f47a73+60,000000+95,000000+100 */
      background: #f47a73;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #f47a73 60%, #000000 95%, #000000 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47a73', endColorstr='#000000',GradientType=1 );
      /* IE6-9 */ }
      .product .line-banner .back-bar a {
        display: inline-block;
        height: 42px;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        vertical-align: top;
        font-size: 14px;
        line-height: 42px;
        font-weight: 400; }
      .product .line-banner .back-bar .icon-arrow-right {
        margin-top: 5px;
        padding-right: 30px; }

@media (max-width: 52.84714em) {
  .suggest {
    margin-bottom: 30px; } }

.wrap-blog-product {
  margin-top: 20px;
  overflow: hidden; }
  .wrap-blog-product .left {
    float: left;
    width: 120px;
    margin-right: 2%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (max-width: 34.27571em) {
      .wrap-blog-product .left {
        width: 100%;
        float: none; } }
    @media (min-width: 34.28571em) {
      .wrap-blog-product .left {
        width: 20%; } }
  .wrap-blog-product .right {
    float: left;
    width: 85%;
    line-height: 20px;
    font-size: 12px; }
    @media (max-width: 34.27571em) {
      .wrap-blog-product .right {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
    @media (min-width: 34.28571em) {
      .wrap-blog-product .right {
        width: 78%; } }
    .wrap-blog-product .right h2 {
      color: #202020;
      font-weight: 800;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 17px;
      border-bottom: none;
      padding: 0; }
      @media (max-width: 34.27571em) {
        .wrap-blog-product .right h2 {
          padding-top: 10px; } }
    .wrap-blog-product .right h3 {
      color: #ff7f13;
      font-weight: 600;
      font-size: 13px; }
      .wrap-blog-product .right h3 a {
        color: #ff7f13;
        font-weight: 600;
        font-size: 13px;
        text-decoration: underline;
        text-transform: uppercase; }
  .wrap-blog-product .wrap-item-blog {
    overflow: hidden;
    margin-bottom: 10px; }

.btn-create-feed {
  text-decoration: none;
  color: #3598e9;
  cursor: pointer; }

.popup-oney {
  display: none;
  border: 1px solid #81bc00;
  color: #81bc00;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  width: 270px; }
  @media (max-width: 52.84714em) {
    .popup-oney {
      width: 90%;
      top: 0;
      margin-top: 20px;
      position: fixed; } }
  @media (min-width: 52.85714em) {
    .popup-oney {
      margin-left: -190px;
      margin-top: 0px; } }
  @media (min-width: 70em) {
    .popup-oney {
      margin-left: -200px;
      margin-top: 0px; } }
  @media (min-width: 91.42857em) {
    .popup-oney {
      margin-left: -150px;
      margin-top: 5px; } }
  .popup-oney .header {
    padding: 10px; }
    .popup-oney .header img {
      width: 160px; }
    @media (max-width: 52.84714em) {
      .popup-oney .header {
        text-align: center; } }
    .popup-oney .header .close-popup-cross {
      position: absolute;
      right: 5px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
  .popup-oney .content {
    background-color: #81bc00;
    color: #fff;
    padding: 15px;
    height: auto;
    overflow-y: none; }
    @media (max-width: 52.84714em) {
      .popup-oney .content {
        overflow-y: scroll;
        height: 475px; } }
    .popup-oney .content .wrapper {
      overflow: hidden; }
      @media (max-width: 52.84714em) {
        .popup-oney .content .wrapper {
          width: -webkit-fit-content;
          width: fit-content;
          width: -moz-fit-content;
          margin: 0 auto; } }
      .popup-oney .content .wrapper .sep {
        color: #fff;
        font-weight: 800;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: hidden; }
        .popup-oney .content .wrapper .sep .or {
          float: left;
          margin-left: 10px;
          margin-right: 10px; }
        .popup-oney .content .wrapper .sep hr {
          width: 95px;
          float: left;
          margin-top: 7px; }
      .popup-oney .content .wrapper .pastille {
        float: left;
        width: 70px; }
      .popup-oney .content .wrapper .infos {
        float: left;
        width: 168px;
        margin-top: 7px; }
      .popup-oney .content .wrapper .texte1 {
        font-size: 25px;
        font-weight: 800; }
      .popup-oney .content .wrapper .texte2 {
        font-size: 16px;
        line-height: 21px; }
      .popup-oney .content .wrapper .texte3 {
        font-size: 18px;
        line-height: 21px;
        font-weight: 800; }
      .popup-oney .content .wrapper .texte4 {
        line-height: 18px;
        font-size: 12px; }
      .popup-oney .content .wrapper img {
        width: 60px; }
    .popup-oney .content p {
      line-height: 18px;
      text-align: justify;
      font-size: 13px; }
  .popup-oney .arrow1 {
    border-top: 24px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #81bc00;
    position: absolute;
    right: -24px;
    margin-top: -75px;
    display: block; }
    @media (max-width: 52.84714em) {
      .popup-oney .arrow1 {
        display: none; } }
  .popup-oney .arrow2 {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #fff;
    position: absolute;
    right: -23px;
    margin-top: -75px;
    display: block; }
    @media (max-width: 52.84714em) {
      .popup-oney .arrow2 {
        display: none; } }

.section {
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 20px auto; }
  @media (max-width: 52.84714em) {
    .section {
      margin: 0px auto; } }
  .section .item-section {
    width: 49%;
    float: left;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px; }
    @media (max-width: 69.99em) {
      .section .item-section {
        width: 100%;
        float: none; } }
    @media (min-width: 52.85714em) {
      .section .item-section {
        width: 49%;
        float: left;
        padding-left: 20px;
        padding-right: 20px; } }
    .section .item-section .link-to-categ {
      display: block; }
      @media (max-width: 52.84714em) {
        .section .item-section .link-to-categ {
          display: none; } }
    .section .item-section .slide-to-categ {
      display: none; }
      @media (max-width: 52.84714em) {
        .section .item-section .slide-to-categ {
          display: block; } }
    .section .item-section .is-mobile {
      display: none; }
      @media (max-width: 52.84714em) {
        .section .item-section .is-mobile {
          display: block; } }
    .section .item-section .desk-categ {
      display: unset; }
      @media (max-width: 52.84714em) {
        .section .item-section .desk-categ {
          display: none; } }
    .section .item-section .mob-categ {
      display: none; }
      @media (max-width: 52.84714em) {
        .section .item-section .mob-categ {
          display: block;
          overflow: hidden;
          margin-right: 10px; } }
      .section .item-section .mob-categ a {
        height: 70px !important;
        display: block;
        position: relative; }
      .section .item-section .mob-categ hr {
        display: none; }
        @media (max-width: 52.84714em) {
          .section .item-section .mob-categ hr {
            display: block;
            width: 100%;
            background-color: #808080;
            height: 1px;
            margin-left: 105px;
            margin-top: 0px;
            margin-bottom: 0px; } }
      .section .item-section .mob-categ .wrap-image-categ {
        float: left;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 55px;
        height: 55px;
        border: 1px solid grey;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        content: ' '; }
      .section .item-section .mob-categ .fleche-categ {
        min-height: 100%;
        min-width: 15px;
        background-image: url(../images/fleche-categ.png);
        background-repeat: no-repeat;
        background-size: 15px;
        content: ' ';
        float: right;
        width: 15px;
        overflow: hidden;
        background-position: center;
        margin-right: 10px; }
      .section .item-section .mob-categ .text {
        margin-left: 0px !important;
        width: 66%;
        float: left;
        height: 100%; }
        .section .item-section .mob-categ .text h2 {
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          padding: 0px;
          color: #373737;
          font-size: 14px;
          margin-right: 0px;
          line-height: 17px;
          margin-top: 0px;
          margin-left: 30px; }
          @media (max-width: 52.84714em) {
            .section .item-section .mob-categ .text h2 {
              padding: 0px !important;
              position: absolute;
              top: 50%;
              /* poussé de la moitié de hauteur du référent */
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
              /* tiré de la moitié de sa propre hauteur */ } }
          .section .item-section .mob-categ .text h2 strong {
            font-weight: 500;
            color: #000; }
    .section .item-section .title {
      background: #212121;
      padding: 5px 10px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .section .item-section .title {
          background: #88928b;
          padding: 20px 20px;
          margin-top: 0px; } }
      .section .item-section .title .icon-arrow-right {
        float: right;
        margin-right: -14px;
        font-size: 20px; }
    .section .item-section .arrow-bloc {
      width: 100%;
      float: none;
      margin: 0 auto;
      text-align: center;
      height: 25px; }
      @media (max-width: 52.84714em) {
        .section .item-section .arrow-bloc {
          display: none; } }
      .section .item-section .arrow-bloc .triangle-grey {
        width: 0;
        height: 0;
        color: #fff;
        border-right: 5px solid transparent;
        border-top: 5px solid #212121;
        border-left: 5px solid transparent;
        left: unset;
        position: unset;
        z-index: 10;
        margin: 0 0 0 10px; }
    .section .item-section .image {
      width: 49%;
      margin-right: 1%;
      float: left;
      text-align: center; }
      @media (max-width: 52.84714em) {
        .section .item-section .image {
          display: none; } }
    .section .item-section .list {
      width: 50%;
      float: left;
      margin-bottom: 20px;
      margin-top: 10px; }
      @media (max-width: 52.84714em) {
        .section .item-section .list {
          width: 100%;
          margin-top: 0px;
          margin-bottom: 2px; } }
      .section .item-section .list ul {
        display: block; }
        @media (max-width: 52.84714em) {
          .section .item-section .list ul {
            display: none; } }
      .section .item-section .list a {
        text-decoration: underline;
        color: #5E5E5E;
        font-size: 13px;
        line-height: 22px; }
      .section .item-section .list a.noclass {
        text-decoration: none; }
      .section .item-section .list li {
        line-height: 17px; }
        .section .item-section .list li:last-child hr {
          display: none; }
        @media (max-width: 52.84714em) {
          .section .item-section .list li {
            line-height: 0px; } }
      .section .item-section .list .icon-arrow-right:before {
        display: none; }
        @media (max-width: 52.84714em) {
          .section .item-section .list .icon-arrow-right:before {
            display: block; } }
    .section .item-section:first-child, .section .item-section:nth-child(3), .section .item-section:nth-child(5), .section .item-section:nth-child(7), .section .item-section:nth-child(9), .section .item-section:nth-child(11) {
      margin-right: 2%; }

.wrapper-facily-pay-link {
  padding: 0px; }
  @media (max-width: 52.84714em) {
    .wrapper-facily-pay-link {
      padding: 10px;
      text-align: center; }
      .wrapper-facily-pay-link img {
        width: 270px; } }

.fleche-categ {
  min-height: 100%;
  min-width: 15px;
  background-image: url(../images/fleche-categ.png);
  background-repeat: no-repeat;
  background-size: 15px;
  content: ' ';
  float: right;
  width: 15px;
  overflow: hidden;
  background-position: center;
  margin-right: 10px; }

.listing-categories .vertical-scroll-wrapper .wrapper, .mosaique2 .vertical-scroll-wrapper .wrapper {
  padding: 0 !important;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 20px; }
  @media (max-width: 52.84714em) {
    .listing-categories .vertical-scroll-wrapper .wrapper, .mosaique2 .vertical-scroll-wrapper .wrapper {
      margin-top: 15px; } }

.wrap-mosaique {
  width: 100%;
  float: left;
  z-index: 1; }
  .wrap-mosaique.wrap-mosaique-mobile .mosaique2 {
    display: none; }
    @media (max-width: 52.84714em) {
      .wrap-mosaique.wrap-mosaique-mobile .mosaique2 {
        display: block; } }
  .wrap-mosaique.wrap-mosaique-tablet .mosaique2 {
    display: none; }
    @media (min-width: 52.85714em) {
      .wrap-mosaique.wrap-mosaique-tablet .mosaique2 {
        display: block; } }
  .wrap-mosaique .mosaique2 {
    width: 100%;
    float: left;
    margin-left: 0%;
    padding-bottom: 0;
    border-bottom: 1px solid #dfdfe0; }
    .wrap-mosaique .mosaique2 .vertical-scroll-item {
      border: none !important; }
    .wrap-mosaique .mosaique2 .vertical-scroll-wrapper {
      margin: 0; }
      .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper .column {
        float: left;
        overflow: hidden;
        width: 100%; }
        .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper .column:first-child {
          border-top: none; }
        @media (min-width: 52.85714em) {
          .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper .column {
            width: 14%;
            /*//border: $border-default;
            width: 23.5%;
            margin: 10px 1%;
            &:first-child {
             // border: $border-default;
            }
            &:nth-child(4n+1) {
             // background: red;
              width: 23%;
              margin: 10px 1% 10px 0;
            }
            &:nth-child(4n+2) {
             // background: green;
            }
            &:nth-child(4n+3) {
              //background: blue;
            }
            &:nth-child(4n+4) {
              //background: orange;
              width: 24%;
              margin: 10px 0 10px 1%;
            }*/ } }
        @media (max-width: 52.84714em) {
          .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper .column:last-child hr {
            display: none; } }
      .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper hr {
        display: none; }
        @media (max-width: 52.84714em) {
          .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper hr {
            display: block;
            width: 100%;
            background-color: #808080;
            height: 1px;
            margin-left: 110px;
            margin-top: 0px;
            margin-bottom: 0px; } }
      .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a {
        text-align: left;
        height: 130px !important; }
        @media (max-width: 52.84714em) {
          .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a {
            height: 70px !important; } }
        @media (min-width: 52.85714em) {
          .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a {
            height: 150px !important; } }
        @media (min-width: 70em) {
          .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a {
            height: 150px !important; } }
        @media (min-width: 91.42857em) {
          .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a {
            height: 150px !important; } }
        .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a img {
          left: .8rem !important; }
          @media (max-width: 52.84714em) {
            .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a img {
              height: 50% !important;
              margin-top: 10px; } }
        .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a .wrap-image-categ {
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          width: 55px;
          height: 55px;
          border: 1px solid grey;
          float: left;
          margin-left: 20px;
          margin-top: 10px;
          content: ' '; }
        .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a .text {
          float: unset;
          margin-left: 0px !important;
          /*padding-right: unset !important;
                  overflow: hidden;*/ }
          @media (max-width: 52.84714em) {
            .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a .text {
              margin-left: 40px !important;
              width: 55%;
              float: left;
              height: 100%; } }
          .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a .text h2 {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            padding: 10px 30px 15px 0px !important;
            color: #373737;
            font-size: 11px;
            margin-right: 0px;
            line-height: 17px;
            margin-top: 0px;
            margin-left: 0px;
            text-transform: uppercase; }
            @media (max-width: 52.84714em) {
              .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a .text h2 {
                padding: 0px !important;
                position: absolute;
                top: 50%;
                /* poussé de la moitié de hauteur du référent */
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                /* tiré de la moitié de sa propre hauteur */ } }
            .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a .text h2 strong {
              font-weight: 500;
              color: #000; }
        .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a .icon-arrow-right {
          right: 1.5rem !important; }
          @media (min-width: 52.85714em) {
            .wrap-mosaique .mosaique2 .vertical-scroll-wrapper .wrapper a .icon-arrow-right {
              display: none; } }

.products-grid .products-grid-wrapper .products-grid-item .wrap {
  min-height: 21rem; }
  @media (min-width: 22.85714em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap {
      min-height: 17.5rem; } }
  @media (min-width: 34.28571em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap {
      min-height: 17.5rem; } }
  @media (min-width: 52.85714em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap {
      min-height: 18.5rem; } }
  @media (min-width: 57.85714em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap {
      min-height: 18.2rem; } }
  @media (min-width: 70em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap {
      min-height: 17.6rem; } }
  @media (min-width: 91.42857em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap {
      min-height: 20.5rem; } }
  .products-grid .products-grid-wrapper .products-grid-item .wrap .price-before {
    text-decoration: line-through;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    color: #f00;
    font-weight: 400 !important;
    margin-left: 4px;
    float: left;
    margin-top: 3px;
    margin-right: 0px; }
  .products-grid .products-grid-wrapper .products-grid-item .wrap .promo-price {
    color: #000 !important; }
  @media (min-width: 52.85714em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap .image {
      background-image: none !important; } }
  .products-grid .products-grid-wrapper .products-grid-item .wrap .title .description {
    display: none; }
  @media (max-width: 52.84714em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap .tag {
      margin: 0 0 5px 10px; } }
  @media (min-width: 52.85714em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap .tag {
      margin: -10rem 0 0 10px;
      position: absolute; } }
  @media (min-width: 70em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap .tag {
      margin: -10.7rem 0 .4rem 15px;
      position: absolute; } }
  @media (min-width: 91.42857em) {
    .products-grid .products-grid-wrapper .products-grid-item .wrap .tag {
      margin: -13.7rem 0 .4rem 15px;
      position: absolute; } }

@media (max-width: 52.84714em) {
  .products-grid {
    padding: 0 20px; }
    .products-grid.affichage-liste .products-grid-item {
      padding: 10px 0; } }
    @media (max-width: 52.84714em) and (max-width: 52.84714em) {
      .products-grid.affichage-liste .products-grid-item {
        padding: 5px 0px 0px 0px; } }

@media (max-width: 52.84714em) {
      .products-grid.affichage-liste .products-grid-item:first-child {
        border: none; }
      .products-grid.affichage-liste .products-grid-item .wrap {
        min-height: 110px;
        position: relative;
        border-bottom: 1px solid #DADADA !important; } }
      @media (max-width: 52.84714em) and (max-width: 52.84714em) {
        .products-grid.affichage-liste .products-grid-item .wrap {
          overflow: hidden; } }

@media (max-width: 52.84714em) {
        .products-grid.affichage-liste .products-grid-item .wrap a:first-child {
          width: 33%;
          display: inline-block;
          float: left; } }
        @media (max-width: 52.84714em) and (min-width: 34.28571em) {
          .products-grid.affichage-liste .products-grid-item .wrap a:first-child {
            width: 22%; } }

@media (max-width: 52.84714em) {
          .products-grid.affichage-liste .products-grid-item .wrap a:first-child .image {
            min-height: 103px;
            max-width: 100%;
            position: relative; }
            .products-grid.affichage-liste .products-grid-item .wrap a:first-child .image img {
              position: absolute;
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
              top: 50%;
              left: 50%;
              max-width: 85px;
              max-height: 100px; } }
            @media (max-width: 52.84714em) and (min-width: 22.85714em) {
              .products-grid.affichage-liste .products-grid-item .wrap a:first-child .image img {
                max-width: 95px;
                max-height: 110px; } }

@media (max-width: 52.84714em) {
        .products-grid.affichage-liste .products-grid-item .wrap .wrap-texte {
          position: absolute;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          top: 45%;
          left: 36%; } }
        @media (max-width: 52.84714em) and (max-width: 34.27571em) {
          .products-grid.affichage-liste .products-grid-item .wrap .wrap-texte {
            text-align: left;
            width: 67%;
            position: unset;
            -ms-transform: unset;
            transform: unset;
            top: 0;
            left: 0;
            float: left; } }
        @media (max-width: 52.84714em) and (min-width: 34.28571em) {
          .products-grid.affichage-liste .products-grid-item .wrap .wrap-texte {
            width: 78%;
            text-align: left;
            position: unset;
            -ms-transform: unset;
            transform: unset;
            top: 0;
            left: 0;
            float: left; } }

@media (max-width: 52.84714em) {
          .products-grid.affichage-liste .products-grid-item .wrap .wrap-texte a.title {
            width: 100%;
            display: block;
            min-height: auto;
            padding-bottom: 0;
            line-height: 14px; } }
            @media (max-width: 52.84714em) and (max-width: 52.84714em) {
              .products-grid.affichage-liste .products-grid-item .wrap .wrap-texte a.title .tag {
                margin: 0; } }

@media (max-width: 52.84714em) {
              .products-grid.affichage-liste .products-grid-item .wrap .wrap-texte a.title .tag.tag-off {
                display: none; }
          .products-grid.affichage-liste .products-grid-item .wrap .wrap-texte a.bas {
            width: 100%;
            display: block; }
            .products-grid.affichage-liste .products-grid-item .wrap .wrap-texte a.bas .price {
              font-size: 16px;
              font-weight: 500; }
    .products-grid.affichage-vignettes {
      padding-top: 50px; }
      .products-grid.affichage-vignettes .products-grid-item {
        width: 50%;
        border-top: 0px solid #c9c9c9;
        padding: 0;
        padding-bottom: 0px;
        position: relative;
        /*&:after {

            content: "";
            margin-top: 14px;
            border-bottom: 1px solid #c9c9c9;
            width: 100%;
            display: block;
            position: absolute;
            top: -25px;
            left: 0;
          }*/ } }
      @media (max-width: 52.84714em) and (min-width: 34.28571em) {
        .products-grid.affichage-vignettes .products-grid-item {
          width: 33%; } }
      @media (max-width: 52.84714em) and (max-width: 34.27571em) {
        .products-grid.affichage-vignettes .products-grid-item:nth-child(odd) {
          padding-right: 15px; } }
      @media (max-width: 52.84714em) and (max-width: 34.27571em) {
        .products-grid.affichage-vignettes .products-grid-item:nth-child(even) {
          border-left: 1px solid #DADADA;
          padding-left: 15px; } }

@media (max-width: 52.84714em) {
        .products-grid.affichage-vignettes .products-grid-item:first-child:after, .products-grid.affichage-vignettes .products-grid-item:nth-child(2):after {
          border-bottom: none; } }
      @media (max-width: 52.84714em) and (min-width: 34.28571em) {
        .products-grid.affichage-vignettes .products-grid-item:nth-child(3):after {
          border-bottom: none; } }
      @media (max-width: 52.84714em) and (min-width: 34.28571em) {
        .products-grid.affichage-vignettes .products-grid-item:nth-child(3n) {
          padding-left: 15px; } }
      @media (max-width: 52.84714em) and (min-width: 34.28571em) {
        .products-grid.affichage-vignettes .products-grid-item:nth-child(3n+1) {
          padding-left: 15px; } }
      @media (max-width: 52.84714em) and (min-width: 34.28571em) {
        .products-grid.affichage-vignettes .products-grid-item:nth-child(3n+2) {
          padding-right: 15px;
          padding-left: 15px;
          border-left: 1px solid #DADADA;
          border-right: 1px solid #DADADA; } }

@media (max-width: 52.84714em) {
        .products-grid.affichage-vignettes .products-grid-item .wrap {
          min-height: auto;
          overflow: hidden;
          border-bottom: 1px solid #DADADA !important; } }
        @media (max-width: 52.84714em) and (min-width: 320px) {
          .products-grid.affichage-vignettes .products-grid-item .wrap {
            min-height: 19.4rem; } }
        @media (max-width: 52.84714em) and (min-width: 375px) {
          .products-grid.affichage-vignettes .products-grid-item .wrap {
            min-height: 18.9rem; } }

@media (max-width: 52.84714em) {
          .products-grid.affichage-vignettes .products-grid-item .wrap .price-before {
            font-size: 12px; } }
          @media (max-width: 52.84714em) and (min-width: 320px) and (max-width: 374px) {
            .products-grid.affichage-vignettes .products-grid-item .wrap .price-before {
              margin-top: 0px;
              line-height: 0; } }

@media (max-width: 52.84714em) {
          .products-grid.affichage-vignettes .products-grid-item .wrap .image {
            min-height: 135px;
            position: relative; }
            .products-grid.affichage-vignettes .products-grid-item .wrap .image img {
              position: absolute;
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
              top: 50%;
              left: 50%;
              max-width: 115px;
              max-height: 115px; } }
            @media (max-width: 52.84714em) and (min-width: 22.85714em) {
              .products-grid.affichage-vignettes .products-grid-item .wrap .image img {
                max-width: 135px;
                max-height: 135px; } }

@media (max-width: 52.84714em) {
          .products-grid.affichage-vignettes .products-grid-item .wrap .wrap-texte .rating-global {
            margin: 0px 5px; }
          .products-grid.affichage-vignettes .products-grid-item .wrap .wrap-texte .product-brand {
            max-height: 43px;
            height: 43px;
            min-height: 30px;
            margin-bottom: 0px; }
          .products-grid.affichage-vignettes .products-grid-item .wrap .tag {
            margin: 0 0 5px 10px; }
        .products-grid.affichage-vignettes .products-grid-item .title {
          font-size: 12px;
          line-height: 13px;
          min-height: 56px; }
          .products-grid.affichage-vignettes .products-grid-item .title strong {
            font-size: 13px;
            margin: 2px 0 0 0;
            line-height: 16px; }
          .products-grid.affichage-vignettes .products-grid-item .title .titre {
            max-height: 26px; }
          .products-grid.affichage-vignettes .products-grid-item .title .tag {
            margin: 0.7rem 0 .2rem 0; }
        .products-grid.affichage-vignettes .products-grid-item .bas .price {
          font-size: 16px;
          font-weight: 500; }
        .products-grid.affichage-vignettes .products-grid-item .bas .stock {
          margin-top: .0rem; } }

.basket {
  padding: 0 0px;
  /*
    *   Panel
    */ }
  .basket .wrap-pointrelais {
    overflow: hidden;
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    display: none; }
  .basket .pr-left {
    width: 40%;
    float: left;
    height: 500px;
    overflow-y: auto; }
    @media (max-width: 52.84714em) {
      .basket .pr-left {
        width: 100%;
        height: 385px; } }
  .basket .pr-right {
    width: 60%;
    float: left; }
    .basket .pr-right #map {
      width: 100%;
      height: 500px; }
    @media (max-width: 52.84714em) {
      .basket .pr-right {
        display: none; } }
  .basket .overlay-shops {
    width: 100%;
    height: 600px;
    position: absolute;
    background-color: white;
    z-index: 888;
    opacity: 0.40;
    text-align: center;
    margin-top: -10px;
    margin-left: -10px;
    display: none; }
  .basket .list-cities-shop {
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    width: 96%;
    background-color: #fafafa;
    line-height: 22px;
    padding: 5px;
    position: absolute;
    z-index: 888;
    box-shadow: -4px 3px 4px -2px #a1a1a1;
    color: #000;
    display: none; }
    .basket .list-cities-shop li {
      cursor: pointer; }
    .basket .list-cities-shop li:hover {
      background-color: #fff; }
  .basket .enter-zipcode {
    font-weight: 800;
    color: #000;
    margin-bottom: 10px; }
  .basket .shop-radio {
    height: 70px;
    float: left;
    margin-right: 15px;
    margin-left: 5px; }
  .basket .search-zone {
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-right: 10px; }
    .basket .search-zone .input-zipcode {
      width: 95%;
      padding: 5px;
      color: #000; }
    .basket .search-zone .search-shop {
      background: #0031d0;
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      margin-left: 10px;
      font-weight: 600;
      height: auto;
      border: none;
      padding: 10px 10px 8px 10px; }
  .basket .shop-details {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    padding-top: 10px; }
    .basket .shop-details .name-shop {
      color: #000;
      line-height: 22px;
      font-size: 15px;
      font-weight: 600; }
    .basket .shop-details .address-shop {
      line-height: 22px;
      font-size: 12px; }
  .basket .hover {
    border: 1px solid #e4e4e4;
    background-color: #fafafa; }
    .basket .hover .name-shop {
      color: #0031d0 !important; }
  .basket .return-payment {
    margin-top: 50px; }
    .basket .return-payment hr {
      background-color: #ff5205;
      color: #ff5205;
      height: 3px;
      width: 30px;
      display: block; }
    .basket .return-payment .panel-title {
      background: none !important;
      color: #000 !important;
      padding: 10px !important;
      font-size: 22px !important;
      text-transform: uppercase !important;
      line-height: 20px !important;
      margin-top: -30px; }
    .basket .return-payment .panel-title span {
      font-size: 15px;
      color: #000;
      font-weight: 600; }
    .basket .return-payment p {
      line-height: 17px; }
    .basket .return-payment .list-social {
      overflow: hidden; }
      .basket .return-payment .list-social ul li {
        margin-right: 10px;
        float: left; }
      .basket .return-payment .list-social img {
        width: 20px; }
      .basket .return-payment .list-social .icon-plm-instagram {
        margin-top: 3px; }
      .basket .return-payment .list-social .icon-plm-instagram:before {
        color: #5a5a5a;
        font-size: 20px; }
    .basket .return-payment h2.titre2 {
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      color: #000 !important;
      font-weight: 600 !important;
      text-transform: uppercase;
      margin-bottom: 5px;
      margin-top: 5px; }
      .basket .return-payment h2.titre2 .number {
        width: 30px;
        height: 30px;
        background-color: #000;
        color: #fff;
        font-weight: 600;
        border-radius: 50%;
        text-align: center;
        padding-top: 7px;
        display: inline-block;
        margin-right: 10px; }
  .basket .wrapper-menus .horizontal-module-container {
    width: 1128px; }
    @media (max-width: 52.84714em) {
      .basket .wrapper-menus .horizontal-module-container {
        width: unset;
        margin-top: 28px; } }
  .basket .error-step {
    padding: .3rem 0 .6rem 0;
    margin-bottom: 10px;
    margin-top: 30px;
    background: #F84E46;
    color: #ffffff !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: none; }
    @media (max-width: 52.84714em) {
      .basket .error-step {
        margin-top: 10px; } }
    .basket .error-step p {
      display: inline-block;
      top: 3px;
      padding: .5rem 3rem .5rem 15px;
      font-weight: 300; }
    .basket .error-step .payment-error {
      text-align: left; }
    .basket .error-step .icon-close {
      right: .9rem;
      top: .5rem;
      position: absolute;
      font-size: 18px;
      cursor: pointer; }
  .basket .confirm-promo-code {
    padding: 20px 20px 20px 20px;
    text-align: left;
    background-color: #eff3fb;
    margin-bottom: 25px;
    overflow: hidden; }
    .basket .confirm-promo-code .side-left, .basket .confirm-promo-code .side-right {
      overflow: hidden;
      float: left; }
    .basket .confirm-promo-code .side-left {
      width: 65%;
      margin-right: 20px;
      line-height: 1.5; }
      @media (max-width: 34.27571em) {
        .basket .confirm-promo-code .side-left {
          width: 100%; } }
      @media (min-width: 34.28571em) {
        .basket .confirm-promo-code .side-left {
          width: 100%; } }
      @media (min-width: 52.85714em) {
        .basket .confirm-promo-code .side-left {
          width: 50%; } }
    .basket .confirm-promo-code .side-right {
      width: 31%;
      text-align: center; }
      @media (max-width: 34.27571em) {
        .basket .confirm-promo-code .side-right {
          width: 100%; } }
      @media (min-width: 34.28571em) {
        .basket .confirm-promo-code .side-right {
          width: 100%; } }
      @media (min-width: 52.85714em) {
        .basket .confirm-promo-code .side-right {
          width: 45%; } }
      .basket .confirm-promo-code .side-right .reduc {
        width: 100%;
        text-align: right;
        font-size: 18px;
        font-weight: 500;
        padding-top: 25%;
        min-height: 100px; }
  .basket .invalid-promo-code {
    padding: 20px 20px 20px 20px;
    text-align: left;
    background-color: #ff5b5b;
    color: #fff;
    margin-bottom: 25px;
    overflow: hidden; }
  .basket .basket-annonce-inventaire {
    margin-bottom: 15px;
    border-width: 1px;
    border-image: initial;
    overflow: hidden;
    padding: 18px 15px 15px;
    background-color: #fafafa;
    line-height: 22px;
    display: block; }
  .basket .basket-conseils-commande {
    border: 1px solid #eeeeee;
    overflow: hidden;
    padding: 18px 15px 15px 15px;
    display: block;
    margin-bottom: 15px; }
    @media (max-width: 52.84714em) {
      .basket .basket-conseils-commande {
        display: none; } }
    .basket .basket-conseils-commande .wrapper img {
      width: 43px; }
    .basket .basket-conseils-commande .wrapper .wrap-right, .basket .basket-conseils-commande .wrapper .wrap-left {
      float: left; }
    .basket .basket-conseils-commande .wrapper .wrap-left {
      margin-right: 12px;
      margin-top: -2px; }
    .basket .basket-conseils-commande .wrapper .wrap-right {
      margin-top: -5px; }
    .basket .basket-conseils-commande .wrapper span {
      line-height: 16px; }
    .basket .basket-conseils-commande .wrapper span.title {
      font-weight: 700;
      color: #fc7d2a;
      font-size: 11px; }
    .basket .basket-conseils-commande .wrapper span.tel {
      font-weight: 800;
      font-size: 15px;
      color: #000; }
    .basket .basket-conseils-commande .wrapper span.horaires {
      font-size: 11px; }
  .basket .bloc-alert-cart {
    width: 100%;
    background-color: #f8f8f8;
    text-align: left;
    color: #5a5a5a;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    line-height: 17px; }
    @media (max-width: 52.84714em) {
      .basket .bloc-alert-cart {
        margin-bottom: 20px; } }
    .basket .bloc-alert-cart p {
      line-height: 20px; }
    .basket .bloc-alert-cart .tag-alert-destock, .basket .bloc-alert-cart .tag-alert-sales {
      position: unset !important;
      margin-top: 0px !important; }
  .basket .bloc-alert-destock {
    width: 100%;
    background-color: #f8f8f8;
    text-align: left;
    color: #5a5a5a;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    line-height: 17px; }
    @media (max-width: 52.84714em) {
      .basket .bloc-alert-destock {
        margin-bottom: 20px; } }
    .basket .bloc-alert-destock p {
      line-height: 20px; }
    .basket .bloc-alert-destock .tag-alert-destock {
      position: unset !important;
      margin-top: 0px !important; }
  .basket .bloc-alert-sales {
    width: 100%;
    background-color: #f8f8f8;
    text-align: left;
    color: #5a5a5a;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 10px;
    line-height: 17px;
    font-size: 12px; }
    @media (max-width: 52.84714em) {
      .basket .bloc-alert-sales {
        margin-bottom: 20px; } }
    .basket .bloc-alert-sales p {
      line-height: 20px; }
    .basket .bloc-alert-sales .tag-alert-sales {
      position: unset !important;
      margin-top: 0px !important; }
  .basket .tag-alert-destock {
    background: #6c0068;
    display: inline-block;
    padding: 1px 4px 3px 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .03rem;
    position: absolute;
    margin-top: 8%;
    z-index: 99; }
  .basket .tag-alert-sales {
    background: #ed6812;
    display: inline-block;
    padding: 1px 4px 3px 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .03rem;
    position: absolute;
    margin-top: 8%;
    z-index: 99; }
  .basket .horizontal-module-basket-container {
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 1128px; }
    @media (max-width: 69.99em) {
      .basket .horizontal-module-basket-container {
        width: unset; } }
  @media (max-width: 22.84714em) {
    .basket {
      padding: 0px 10px; } }
  @media (min-width: 22.85714em) {
    .basket {
      padding: 0px 10px; } }
  @media (min-width: 34.28571em) {
    .basket {
      padding: 0px 10px; } }
  @media (min-width: 52.85714em) {
    .basket {
      padding: 0 10px; } }
  .basket.empty {
    display: block;
    padding-top: 200px;
    min-height: 500px; }
    .basket.empty p {
      font-weight: bold; }
  .basket h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fafafa;
    padding: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 52.84714em) {
      .basket h1 {
        display: none; } }
  .basket .bloc-right, .basket .bloc-left {
    float: right; }
  .basket .conditions-generales {
    margin-bottom: 20px;
    text-align: left; }
    .basket .conditions-generales .error {
      color: red !important; }
  .basket .bloc-buttons {
    width: 100%; }
    .basket .bloc-buttons .left {
      float: right;
      text-align: left;
      width: 67%;
      margin-right: 1%; }
      @media (max-width: 52.84714em) {
        .basket .bloc-buttons .left {
          width: 100%;
          margin-right: 0; } }
      .basket .bloc-buttons .left .return {
        background-color: #fff;
        border: 2px solid #eeeeee;
        font-size: 12px;
        line-height: 45px;
        text-align: center;
        height: 50px;
        text-decoration: underline;
        width: 200px;
        margin-bottom: 30px;
        text-transform: uppercase; }
        @media (max-width: 52.84714em) {
          .basket .bloc-buttons .left .return {
            width: 100%; } }
        .basket .bloc-buttons .left .return a, .basket .bloc-buttons .left .return a:link, .basket .bloc-buttons .left .return a:visited, .basket .bloc-buttons .left .return a:hover, .basket .bloc-buttons .left .return a:active {
          color: #363636;
          text-transform: uppercase;
          font-weight: 400; }
      .basket .bloc-buttons .left.basket-step-one {
        width: 71%; }
        @media (max-width: 52.84714em) {
          .basket .bloc-buttons .left.basket-step-one {
            width: 100%; } }
    .basket .bloc-buttons .right {
      float: right;
      width: 32%; }
      @media (max-width: 52.84714em) {
        .basket .bloc-buttons .right {
          width: 100%; } }
      .basket .bloc-buttons .right .submit {
        background: #fc7d2a;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid transparent;
        white-space: nowrap;
        -ms-touch-action: manipulation;
            touch-action: manipulation;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        padding: 7px;
        border: 2px solid #fc7d2a;
        height: 50px; }
        @media (max-width: 52.84714em) {
          .basket .bloc-buttons .right .submit {
            margin-bottom: 20px; } }
      .basket .bloc-buttons .right .green {
        background: #00b700 !important;
        border: 2px solid #00b700 !important; }
      .basket .bloc-buttons .right.basket-step-one {
        width: 28%; }
        @media (max-width: 52.84714em) {
          .basket .bloc-buttons .right.basket-step-one {
            width: 100%; } }
  .basket .bloc-left {
    margin-bottom: 20px;
    margin-right: 1%;
    height: auto;
    overflow: auto;
    width: 67%; }
    @media (max-width: 52.84714em) {
      .basket .bloc-left {
        width: 100%;
        margin-right: 0; } }
    .basket .bloc-left .wrap-delivery-mode, .basket .bloc-left .wrap-payment-mode {
      border: 1px solid #e4e4e4;
      background-color: #fafafa; }
      @media (max-width: 52.84714em) {
        .basket .bloc-left .wrap-delivery-mode, .basket .bloc-left .wrap-payment-mode {
          border: none; } }
      .basket .bloc-left .wrap-delivery-mode .is-not-selected, .basket .bloc-left .wrap-payment-mode .is-not-selected {
        border: 1px solid #e4e4e4 !important; }
      .basket .bloc-left .wrap-delivery-mode .is-selected, .basket .bloc-left .wrap-payment-mode .is-selected {
        border: 1px solid #3e3e3e !important; }
      .basket .bloc-left .wrap-delivery-mode .error, .basket .bloc-left .wrap-payment-mode .error {
        border: 1px solid red !important; }
      .basket .bloc-left .wrap-delivery-mode h2, .basket .bloc-left .wrap-payment-mode h2 {
        text-transform: uppercase;
        font-weight: 700;
        color: #000;
        text-align: left;
        padding: 20px 0px 10px 12px;
        display: none; }
        @media (max-width: 52.84714em) {
          .basket .bloc-left .wrap-delivery-mode h2, .basket .bloc-left .wrap-payment-mode h2 {
            display: block; } }
      .basket .bloc-left .wrap-delivery-mode .fleche-close, .basket .bloc-left .wrap-payment-mode .fleche-close {
        background-image: url(/images/fleche-list-close.png);
        min-height: 20px;
        min-width: 20px;
        float: left;
        background-repeat: no-repeat;
        padding: 26px 6px 28px 40px;
        background-size: 11px;
        background-position: center;
        display: none;
        cursor: pointer; }
        @media (max-width: 52.84714em) {
          .basket .bloc-left .wrap-delivery-mode .fleche-close, .basket .bloc-left .wrap-payment-mode .fleche-close {
            display: block; } }
      .basket .bloc-left .wrap-delivery-mode .fleche-open, .basket .bloc-left .wrap-payment-mode .fleche-open {
        background-image: url(/images/fleche-list-open.png);
        min-height: 20px;
        min-width: 20px;
        float: left;
        background-repeat: no-repeat;
        padding: 26px 6px 28px 40px;
        background-size: 11px;
        background-position: center;
        display: none;
        cursor: pointer; }
        @media (max-width: 52.84714em) {
          .basket .bloc-left .wrap-delivery-mode .fleche-open, .basket .bloc-left .wrap-payment-mode .fleche-open {
            display: block; } }
  .basket .bloc-right {
    width: 32%;
    margin-top: 20px; }
    @media (max-width: 52.84714em) {
      .basket .bloc-right {
        width: 100%;
        margin-bottom: 10px; } }
  .basket .bloc-commande {
    border: 1px solid #eeeeee;
    background-color: #fff;
    color: #212121;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    @media (max-width: 52.84714em) {
      .basket .bloc-commande {
        width: 100%;
        padding: 20px 0 10px 10px;
        margin-top: 20px;
        border: none; } }
    @media (min-width: 52.85714em) {
      .basket .bloc-commande {
        max-height: 442px; } }
    @media (min-width: 70em) {
      .basket .bloc-commande {
        max-height: 392px; } }
    @media (min-width: 91.42857em) {
      .basket .bloc-commande {
        max-height: 392px; } }
    .basket .bloc-commande h2 {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      padding: 10px;
      text-align: center; }
      @media (max-width: 52.84714em) {
        .basket .bloc-commande h2 {
          margin-top: -15px; } }
    .basket .bloc-commande hr {
      width: 85%;
      margin: 0 auto; }
    .basket .bloc-commande hr.separe {
      margin-bottom: 15px;
      margin-top: 15px; }
    .basket .bloc-commande hr.dotted {
      border-bottom: dotted 1px #ccc;
      border-top: none;
      background: unset; }
    .basket .bloc-commande .block-order {
      padding: 0 15px; }
      .basket .bloc-commande .block-order .smallest {
        font-size: 9px; }
      .basket .bloc-commande .block-order .small {
        font-size: 11px; }
      .basket .bloc-commande .block-order .blackgrey {
        color: #444; }
      .basket .bloc-commande .block-order .grey {
        color: #999; }
      .basket .bloc-commande .block-order .medium {
        font-size: 12px; }
      .basket .bloc-commande .block-order .up {
        text-transform: uppercase; }
      .basket .bloc-commande .block-order .lineheight {
        line-height: 35px; }
      .basket .bloc-commande .block-order .text-product {
        float: left;
        width: 70%; }
        @media (min-width: 320px) and (max-width: 374px) {
          .basket .bloc-commande .block-order .text-product {
            width: unset;
            float: none; } }
      .basket .bloc-commande .block-order .text-price {
        float: left;
        width: 30%;
        text-align: right;
        font-size: 13px; }
        .basket .bloc-commande .block-order .text-price .price {
          color: #000 !important;
          line-height: 45px; }
        @media (min-width: 320px) and (max-width: 374px) {
          .basket .bloc-commande .block-order .text-price {
            width: 100%;
            text-align: right; } }
    .basket .bloc-commande .fleche-open {
      background-image: url(/images/fleche-list-open.png);
      min-height: 13px;
      min-width: 20px;
      margin-right: 12px;
      float: left;
      background-repeat: no-repeat;
      background-size: 11px;
      background-position: center;
      background-position-y: 1px;
      display: none;
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .basket .bloc-commande .fleche-open {
          display: block; } }
    .basket .bloc-commande .fleche-close {
      background-image: url(/images/fleche-list-close.png);
      min-height: 13px;
      min-width: 20px;
      margin-right: 12px;
      float: left;
      background-repeat: no-repeat;
      background-size: 11px;
      background-position: center;
      background-position-y: 1px;
      display: none;
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .basket .bloc-commande .fleche-close {
          display: block; } }
    .basket .bloc-commande .items-order::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
    .basket .bloc-commande .items-order::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px; }
    .basket .bloc-commande .items-order {
      overflow: auto;
      overflow-y: scroll;
      max-height: 200px; }
      @media (max-width: 52.84714em) {
        .basket .bloc-commande .items-order {
          overflow: unset;
          overflow-y: unset;
          height: unset; } }
      .basket .bloc-commande .items-order .item-order {
        text-align: left;
        float: left;
        width: 100%;
        margin-top: 20px;
        overflow: hidden; }
        .basket .bloc-commande .items-order .item-order .image {
          float: left;
          width: 20%;
          margin-right: 5%;
          background-color: #fff; }
          .basket .bloc-commande .items-order .item-order .image .pic {
            min-height: 70px;
            min-width: 70px;
            border: 1px solid #e4e4e4; }
        .basket .bloc-commande .items-order .item-order .description {
          float: left;
          width: 75%; }
          .basket .bloc-commande .items-order .item-order .description .text-product {
            font-weight: 500;
            color: #000;
            margin-bottom: -7px; }
            .basket .bloc-commande .items-order .item-order .description .text-product a, .basket .bloc-commande .items-order .item-order .description .text-product a:link, .basket .bloc-commande .items-order .item-order .description .text-product a:visited, .basket .bloc-commande .items-order .item-order .description .text-product a:hover, .basket .bloc-commande .items-order .item-order .description .text-product a:active {
              font-weight: 500;
              color: #000;
              text-decoration: none; }
            @media (min-width: 1024px) and (max-width: 1140px) {
              .basket .bloc-commande .items-order .item-order .description .text-product {
                padding-left: 10px; } }
            @media (min-width: 320px) and (max-width: 374px) {
              .basket .bloc-commande .items-order .item-order .description .text-product {
                padding-left: 20px;
                float: none; } }
          .basket .bloc-commande .items-order .item-order .description .multiple {
            font-size: 11px; }
          .basket .bloc-commande .items-order .item-order .description .price {
            color: red;
            font-weight: 600; }
        .basket .bloc-commande .items-order .item-order .delete {
          float: left;
          width: 6%; }
          .basket .bloc-commande .items-order .item-order .delete .cross {
            width: 15px;
            height: 16px;
            border: 1px solid #e4e4e4;
            color: red;
            text-align: center;
            font-weight: 600;
            cursor: pointer;
            font-size: 10px;
            background-color: #fff;
            display: none; }
    .basket .bloc-commande .total {
      width: 100%;
      text-align: right; }
      @media (max-width: 52.84714em) {
        .basket .bloc-commande .total {
          padding-right: 10px;
          padding-bottom: 10px; } }
      .basket .bloc-commande .total .grey-bold {
        font-weight: 700;
        text-transform: uppercase; }
      .basket .bloc-commande .total .price {
        font-weight: 700;
        color: red; }
    .basket .bloc-commande .total-delivery {
      width: 100%;
      text-align: right; }
      @media (max-width: 52.84714em) {
        .basket .bloc-commande .total-delivery {
          padding-right: 10px;
          padding-bottom: 10px; } }
      .basket .bloc-commande .total-delivery .strong {
        font-weight: 800; }
      .basket .bloc-commande .total-delivery .up {
        text-transform: uppercase; }
      .basket .bloc-commande .total-delivery .medium {
        font-size: 12px; }
      .basket .bloc-commande .total-delivery .totalbasket {
        font-size: 13px; }
      .basket .bloc-commande .total-delivery .col-left {
        width: 40%;
        float: left;
        padding-left: 15px;
        line-height: 25px;
        font-size: 11px;
        text-align: left; }
        @media (max-width: 34.27571em) {
          .basket .bloc-commande .total-delivery .col-left {
            width: 44%; } }
      .basket .bloc-commande .total-delivery .col-right {
        width: 60%;
        float: left;
        padding-right: 15px;
        line-height: 25px;
        text-align: right; }
        @media (max-width: 34.27571em) {
          .basket .bloc-commande .total-delivery .col-right {
            width: 56%; } }
      .basket .bloc-commande .total-delivery .delivery-cost {
        margin-bottom: 5px; }
        .basket .bloc-commande .total-delivery .delivery-cost strong {
          font-weight: 600; }
      .basket .bloc-commande .total-delivery .promocode-reduc {
        margin-bottom: 5px; }
        .basket .bloc-commande .total-delivery .promocode-reduc strong {
          font-weight: 600; }
      .basket .bloc-commande .total-delivery .grey-bold {
        font-weight: 700;
        text-transform: uppercase; }
      .basket .bloc-commande .total-delivery .price {
        font-weight: 700;
        color: red; }
  .basket .bloc-gift-card {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    background-color: #265b74;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 17px;
    padding: 10px; }
    .basket .bloc-gift-card img {
      float: left;
      width: 30px;
      margin-top: 5px; }
    .basket .bloc-gift-card .wrap-text {
      float: left;
      width: 200px;
      padding: 5px;
      color: #fff;
      font-weight: 500; }
    .basket .bloc-gift-card a {
      text-decoration: underline;
      font-size: 13px;
      color: #fff; }
    .basket .bloc-gift-card .wrap-text-all {
      overflow: hidden;
      width: -webkit-fit-content;
      width: fit-content;
      width: -moz-fit-content;
      margin: 0 auto; }
  .basket .bloc-adresses {
    border: 1px solid #e4e4e4;
    padding: 15px 20px;
    background-color: #fff;
    text-align: left;
    margin-bottom: 15px; }
    @media (max-width: 52.84714em) {
      .basket .bloc-adresses {
        border: none;
        height: auto; } }
    .basket .bloc-adresses .only-mobile {
      display: none; }
      @media (max-width: 52.84714em) {
        .basket .bloc-adresses .only-mobile {
          display: block; } }
    @media (max-width: 52.84714em) {
      .basket .bloc-adresses .block-address {
        margin-top: 20px; } }
    .basket .bloc-adresses .block-address p {
      line-height: 18px;
      font-size: 12px; }
    .basket .bloc-adresses hr {
      margin-bottom: 20px;
      margin-top: 20px; }
    .basket .bloc-adresses h2.no-bottom {
      width: 100%;
      margin-bottom: 0px;
      text-transform: uppercase;
      font-weight: 700;
      color: #000; }
    .basket .bloc-adresses h2.only {
      width: 100%;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: 700;
      color: #000; }
    .basket .bloc-adresses h2 {
      width: 100%;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .basket .bloc-adresses h2 span {
        font-weight: 600;
        color: #000;
        float: left;
        font-size: 12px;
        width: 50%; }
        @media (min-width: 52.85714em) {
          .basket .bloc-adresses h2 span {
            width: 65%; } }
      .basket .bloc-adresses h2 a, .basket .bloc-adresses h2 a:link, .basket .bloc-adresses h2 a:visited, .basket .bloc-adresses h2 a:hover, .basket .bloc-adresses h2 a:active {
        color: red;
        float: left;
        font-weight: 600;
        font-size: 12px;
        width: 50%;
        text-align: right;
        text-transform: lowercase !important; }
        @media (min-width: 52.85714em) {
          .basket .bloc-adresses h2 a, .basket .bloc-adresses h2 a:link, .basket .bloc-adresses h2 a:visited, .basket .bloc-adresses h2 a:hover, .basket .bloc-adresses h2 a:active {
            width: 35%; } }
    .basket .bloc-adresses .fleche-open {
      background-image: url(/images/fleche-list-open.png);
      min-height: 13px;
      min-width: 20px;
      margin-right: 4px;
      float: left;
      background-repeat: no-repeat;
      background-size: 11px;
      background-position: center;
      background-position-y: 2px;
      background-position-x: -2px;
      display: none;
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .basket .bloc-adresses .fleche-open {
          display: block; } }
    .basket .bloc-adresses .fleche-close {
      background-image: url(/images/fleche-list-close.png);
      min-height: 13px;
      min-width: 20px;
      margin-right: 4px;
      float: left;
      background-repeat: no-repeat;
      background-size: 11px;
      background-position: center;
      background-position-y: 2px;
      background-position-x: -2px;
      display: none;
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .basket .bloc-adresses .fleche-close {
          display: block; } }
  .basket .block-devis {
    height: unset;
    padding: 0px 20px 0px 0px;
    text-align: left;
    /*@@include mq(tablet){
            height: 740px;
        }
        @include mq(desktop){
            height: 690px;
        }
        @include mq(large){
            height: 690px;
        }*/ }
    @media (max-width: 52.84714em) {
      .basket .block-devis {
        padding: 0px; } }
    .basket .block-devis .wrap-success-devis {
      color: #fff;
      background-color: #4caf50;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 50px;
      padding-right: 50px;
      line-height: 17px;
      font-weight: 300;
      border-radius: 3px; }
    .basket .block-devis .wrap-error-devis {
      color: #fff;
      background-color: #ec1a02;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 50px;
      padding-right: 50px;
      line-height: 17px;
      font-weight: 300;
      border-radius: 3px; }
    .basket .block-devis p {
      padding-top: 20px;
      line-height: 17px; }
    .basket .block-devis .title-mob {
      display: none;
      background-color: #fafafa;
      padding: 20px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600; }
      @media (max-width: 52.84714em) {
        .basket .block-devis .title-mob {
          display: block; } }
    .basket .block-devis textarea {
      border: 1px solid #e4e4e4;
      width: 97%;
      height: 300px;
      margin-top: 20px;
      padding: 10px; }
      @media (max-width: 52.84714em) {
        .basket .block-devis textarea {
          width: 98%; } }
      @media (min-width: 52.85714em) {
        .basket .block-devis textarea {
          width: 96%; } }
      @media (min-width: 70em) {
        .basket .block-devis textarea {
          width: 97%; } }
  .basket ul li.off {
    background-color: #eaeaea !important; }
  .basket ul.items-delivery {
    text-align: left; }
    .basket ul.items-delivery li.item-delivery, .basket ul.items-delivery li.item-delivery:last-child {
      border: 1px solid #e4e4e4;
      margin-top: 10px;
      margin-left: 10px;
      overflow: hidden;
      margin-right: 10px;
      height: 100px;
      background-color: #fff; }
      @media (max-width: 52.84714em) {
        .basket ul.items-delivery li.item-delivery, .basket ul.items-delivery li.item-delivery:last-child {
          border: none; } }
    .basket ul.items-delivery li.item-delivery:last-child {
      margin-bottom: 10px;
      /* @include mq(mobile){
                height: 230px !important;
            }
            @include mq(mobileLandscape){
                height: 270px !important;
            }
            @include mq(tablet){
                height: 170px !important;
            }
            @include mq(desktop){
                height: 160px !important;
            }
            @include mq(large){
                height: 160px !important;
            } */ }
      @media screen and (max-width: 320px) {
        .basket ul.items-delivery li.item-delivery:last-child {
          height: 225px; } }
      @media screen and (max-width: 360px) {
        .basket ul.items-delivery li.item-delivery:last-child {
          height: 260px; } }
    .basket ul.items-delivery li.item-delivery .wrap, .basket ul.items-delivery li.item-delivery:last-child .wrap {
      width: 100%;
      height: 100px;
      display: table; }
      .basket ul.items-delivery li.item-delivery .wrap .radio, .basket ul.items-delivery li.item-delivery:last-child .wrap .radio {
        margin-top: 40px;
        width: 5%;
        float: left;
        margin-left: 3%;
        margin-right: 0%; }
      .basket ul.items-delivery li.item-delivery .wrap .image, .basket ul.items-delivery li.item-delivery:last-child .wrap .image {
        float: left;
        width: 15%;
        height: auto;
        margin-top: 30px; }
        @media (max-width: 34.27571em) {
          .basket ul.items-delivery li.item-delivery .wrap .image, .basket ul.items-delivery li.item-delivery:last-child .wrap .image {
            width: 20%;
            margin-left: 12px;
            margin-top: 40px; } }
      .basket ul.items-delivery li.item-delivery .wrap .image-large, .basket ul.items-delivery li.item-delivery:last-child .wrap .image-large {
        float: left;
        width: 15%;
        height: auto;
        margin-top: 20px; }
        @media (max-width: 34.27571em) {
          .basket ul.items-delivery li.item-delivery .wrap .image-large, .basket ul.items-delivery li.item-delivery:last-child .wrap .image-large {
            width: 20%;
            margin-left: 12px;
            margin-top: 33px; } }
      .basket ul.items-delivery li.item-delivery .wrap .texte, .basket ul.items-delivery li.item-delivery:last-child .wrap .texte {
        float: left;
        margin-top: 35px;
        width: 55%;
        padding-left: 3%; }
        @media (max-width: 34.27571em) {
          .basket ul.items-delivery li.item-delivery .wrap .texte, .basket ul.items-delivery li.item-delivery:last-child .wrap .texte {
            margin-top: 28px;
            width: 61%;
            padding-left: 15px; } }
        @media (min-width: 52.85714em) {
          .basket ul.items-delivery li.item-delivery .wrap .texte, .basket ul.items-delivery li.item-delivery:last-child .wrap .texte {
            width: 53%; } }
        @media (min-width: 70em) {
          .basket ul.items-delivery li.item-delivery .wrap .texte, .basket ul.items-delivery li.item-delivery:last-child .wrap .texte {
            width: 55%; } }
      .basket ul.items-delivery li.item-delivery .wrap .price, .basket ul.items-delivery li.item-delivery:last-child .wrap .price {
        float: left;
        font-weight: 700;
        margin-top: 40px;
        width: 18%;
        text-align: right; }
        @media (max-width: 52.84714em) {
          .basket ul.items-delivery li.item-delivery .wrap .price, .basket ul.items-delivery li.item-delivery:last-child .wrap .price {
            display: none; } }
    .basket ul.items-delivery li.item-delivery .wrap-mags .image, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .image {
      width: 26%;
      float: left;
      padding: 10px; }
      @media (max-width: 52.84714em) {
        .basket ul.items-delivery li.item-delivery .wrap-mags .image, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .image {
          float: none;
          width: 50%; } }
    .basket ul.items-delivery li.item-delivery .wrap-mags .texte, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte {
      float: left;
      margin-top: 25px;
      width: 73%; }
      @media (max-width: 52.84714em) {
        .basket ul.items-delivery li.item-delivery .wrap-mags .texte, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte {
          width: 100%;
          padding: 0px 17px 0px 17px;
          margin-top: 5px; } }
      .basket ul.items-delivery li.item-delivery .wrap-mags .texte .title, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .title {
        margin-bottom: 20px; }
        .basket ul.items-delivery li.item-delivery .wrap-mags .texte .title .strong, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .title .strong {
          font-weight: 700; }
      .basket ul.items-delivery li.item-delivery .wrap-mags .texte .options, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .options {
        font-size: 13px;
        overflow: hidden; }
        .basket ul.items-delivery li.item-delivery .wrap-mags .texte .options .option, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .options .option {
          margin-bottom: 5px;
          overflow: hidden;
          height: 20px; }
          @media (max-width: 52.84714em) {
            .basket ul.items-delivery li.item-delivery .wrap-mags .texte .options .option, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .options .option {
              margin-bottom: 10px; } }
          .basket ul.items-delivery li.item-delivery .wrap-mags .texte .options .option .radio, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .options .option .radio {
            float: left;
            width: 3%; }
            @media (max-width: 52.84714em) {
              .basket ul.items-delivery li.item-delivery .wrap-mags .texte .options .option .radio, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .options .option .radio {
                width: 5%; } }
            .basket ul.items-delivery li.item-delivery .wrap-mags .texte .options .option .radio input, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .options .option .radio input {
              margin-left: 1px; }
          .basket ul.items-delivery li.item-delivery .wrap-mags .texte .options .option .label, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .options .option .label {
            float: left;
            padding-left: 10px;
            width: 97%;
            overflow: hidden; }
            @media (max-width: 52.84714em) {
              .basket ul.items-delivery li.item-delivery .wrap-mags .texte .options .option .label, .basket ul.items-delivery li.item-delivery:last-child .wrap-mags .texte .options .option .label {
                width: 95%;
                height: 30px; } }
  .basket ul.items-payment {
    text-align: left; }
    .basket ul.items-payment li.item-payment, .basket ul.items-payment li.item-payment:last-child {
      border: 1px solid #e4e4e4;
      margin-top: 10px;
      margin-left: 10px;
      overflow: hidden;
      margin-right: 10px;
      background-color: #fff; }
      @media (max-width: 52.84714em) {
        .basket ul.items-payment li.item-payment, .basket ul.items-payment li.item-payment:last-child {
          border: none; } }
    .basket ul.items-payment li.item-payment:last-child {
      margin-bottom: 10px;
      /*@media screen and (max-width: 320px) {
                height: 110px;
            }
            @include mq(mobile){
                height: 110px !important;
            }
            @include mq(mobileLandscape){
                height: 110px !important;
            }
            @include mq(tablet){
                height: 159px !important;
            }
            @include mq(desktop){
                height: 109px !important;
            }
            @include mq(large){
                height: 109px !important;
            } */ }
    .basket ul.items-payment li.item-payment .wrap, .basket ul.items-payment li.item-payment:last-child .wrap {
      width: 100%;
      height: 100px;
      display: table; }
      .basket ul.items-payment li.item-payment .wrap .radio, .basket ul.items-payment li.item-payment:last-child .wrap .radio {
        margin-top: 40px;
        width: 5%;
        float: left;
        margin-left: 3%;
        margin-right: 0%; }
      .basket ul.items-payment li.item-payment .wrap .image, .basket ul.items-payment li.item-payment:last-child .wrap .image {
        float: left;
        width: 15%;
        height: auto;
        margin-top: 30px; }
        @media (max-width: 34.27571em) {
          .basket ul.items-payment li.item-payment .wrap .image, .basket ul.items-payment li.item-payment:last-child .wrap .image {
            width: 20%;
            margin-left: 12px;
            margin-top: 40px; } }
      .basket ul.items-payment li.item-payment .wrap .image-large, .basket ul.items-payment li.item-payment:last-child .wrap .image-large {
        float: left;
        width: 15%;
        height: auto;
        margin-top: 20px; }
        @media (max-width: 34.27571em) {
          .basket ul.items-payment li.item-payment .wrap .image-large, .basket ul.items-payment li.item-payment:last-child .wrap .image-large {
            width: 20%;
            margin-left: 12px;
            margin-top: 33px; } }
      .basket ul.items-payment li.item-payment .wrap .image-oney, .basket ul.items-payment li.item-payment:last-child .wrap .image-oney {
        width: 35%;
        margin-top: 30px;
        float: left;
        margin-left: 20px; }
        @media (max-width: 34.27571em) {
          .basket ul.items-payment li.item-payment .wrap .image-oney, .basket ul.items-payment li.item-payment:last-child .wrap .image-oney {
            width: 75%; } }
        @media (min-width: 34.28571em) {
          .basket ul.items-payment li.item-payment .wrap .image-oney, .basket ul.items-payment li.item-payment:last-child .wrap .image-oney {
            width: 35%; } }
        @media (min-width: 52.85714em) {
          .basket ul.items-payment li.item-payment .wrap .image-oney, .basket ul.items-payment li.item-payment:last-child .wrap .image-oney {
            width: 35%; } }
        @media (min-width: 70em) {
          .basket ul.items-payment li.item-payment .wrap .image-oney, .basket ul.items-payment li.item-payment:last-child .wrap .image-oney {
            width: 35%; } }
        @media (min-width: 91.42857em) {
          .basket ul.items-payment li.item-payment .wrap .image-oney, .basket ul.items-payment li.item-payment:last-child .wrap .image-oney {
            width: 35%; } }
        .basket ul.items-payment li.item-payment .wrap .image-oney img, .basket ul.items-payment li.item-payment:last-child .wrap .image-oney img {
          max-width: 100%; }
          @media (min-width: 70em) {
            .basket ul.items-payment li.item-payment .wrap .image-oney img, .basket ul.items-payment li.item-payment:last-child .wrap .image-oney img {
              max-width: 270px; } }
          @media (min-width: 91.42857em) {
            .basket ul.items-payment li.item-payment .wrap .image-oney img, .basket ul.items-payment li.item-payment:last-child .wrap .image-oney img {
              max-width: 270px; } }
      .basket ul.items-payment li.item-payment .wrap .texte-oney, .basket ul.items-payment li.item-payment:last-child .wrap .texte-oney {
        clear: both;
        margin-top: 85px;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #000;
        margin-left: 80px;
        width: 100%;
        display: none; }
        @media (max-width: 69.99em) {
          .basket ul.items-payment li.item-payment .wrap .texte-oney, .basket ul.items-payment li.item-payment:last-child .wrap .texte-oney {
            margin-left: 11%; } }
        .basket ul.items-payment li.item-payment .wrap .texte-oney table tr td:first-child, .basket ul.items-payment li.item-payment:last-child .wrap .texte-oney table tr td:first-child {
          padding-right: 20px; }
      .basket ul.items-payment li.item-payment .wrap .texte, .basket ul.items-payment li.item-payment:last-child .wrap .texte {
        float: left;
        margin-top: 45px;
        width: 55%;
        padding-left: 3%; }
        @media (max-width: 34.27571em) {
          .basket ul.items-payment li.item-payment .wrap .texte, .basket ul.items-payment li.item-payment:last-child .wrap .texte {
            margin-top: 48px;
            width: 61%;
            padding-left: 15px; } }
        @media (min-width: 52.85714em) {
          .basket ul.items-payment li.item-payment .wrap .texte, .basket ul.items-payment li.item-payment:last-child .wrap .texte {
            width: 53%; } }
        @media (min-width: 70em) {
          .basket ul.items-payment li.item-payment .wrap .texte, .basket ul.items-payment li.item-payment:last-child .wrap .texte {
            width: 55%; } }
      .basket ul.items-payment li.item-payment .wrap .price, .basket ul.items-payment li.item-payment:last-child .wrap .price {
        float: left;
        font-weight: 700;
        margin-top: 40px;
        width: 18%;
        text-align: right; }
        @media (max-width: 52.84714em) {
          .basket ul.items-payment li.item-payment .wrap .price, .basket ul.items-payment li.item-payment:last-child .wrap .price {
            display: none; } }
    .basket ul.items-payment li.item-payment .wrap-mags .image, .basket ul.items-payment li.item-payment:last-child .wrap-mags .image {
      width: 26%;
      float: left;
      padding: 10px; }
      @media (max-width: 52.84714em) {
        .basket ul.items-payment li.item-payment .wrap-mags .image, .basket ul.items-payment li.item-payment:last-child .wrap-mags .image {
          float: none;
          width: 50%; } }
    .basket ul.items-payment li.item-payment .wrap-mags .texte, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte {
      float: left;
      margin-top: 25px;
      width: 73%; }
      @media (max-width: 52.84714em) {
        .basket ul.items-payment li.item-payment .wrap-mags .texte, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte {
          width: 100%;
          padding: 0px 17px 0px 17px;
          margin-top: 5px; } }
      .basket ul.items-payment li.item-payment .wrap-mags .texte .title, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .title {
        margin-bottom: 20px; }
        .basket ul.items-payment li.item-payment .wrap-mags .texte .title .strong, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .title .strong {
          font-weight: 700; }
      .basket ul.items-payment li.item-payment .wrap-mags .texte .options, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .options {
        font-size: 13px;
        overflow: hidden; }
        .basket ul.items-payment li.item-payment .wrap-mags .texte .options .option, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .options .option {
          margin-bottom: 5px;
          overflow: hidden; }
          @media (max-width: 52.84714em) {
            .basket ul.items-payment li.item-payment .wrap-mags .texte .options .option, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .options .option {
              margin-bottom: 10px; } }
          .basket ul.items-payment li.item-payment .wrap-mags .texte .options .option .radio, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .options .option .radio {
            float: left;
            width: 3%; }
            @media (max-width: 52.84714em) {
              .basket ul.items-payment li.item-payment .wrap-mags .texte .options .option .radio, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .options .option .radio {
                width: 5%; } }
            .basket ul.items-payment li.item-payment .wrap-mags .texte .options .option .radio input, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .options .option .radio input {
              margin-left: 1px; }
          .basket ul.items-payment li.item-payment .wrap-mags .texte .options .option .label, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .options .option .label {
            float: left;
            padding-left: 10px;
            width: 97%;
            overflow: hidden; }
            @media (max-width: 52.84714em) {
              .basket ul.items-payment li.item-payment .wrap-mags .texte .options .option .label, .basket ul.items-payment li.item-payment:last-child .wrap-mags .texte .options .option .label {
                width: 95%;
                height: 30px; } }
  .basket .panel {
    margin-top: 0px; }
    .basket .panel.panel-error {
      margin-top: 0; }
    .basket .panel .panel-title {
      background: #e9e9e9;
      color: #000;
      padding: 20px;
      font-size: 22px;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      line-height: 20px; }
    .basket .panel .panel-body {
      overflow: hidden; }
  .basket #total-deilevery-cost {
    font-size: 12px; }
  .basket .recap-table {
    width: 28%;
    float: left;
    overflow: hidden;
    margin-top: 20px; }
    .basket .recap-table .wrap-content {
      margin-bottom: 10px;
      border: 1px solid #eeeeee;
      background-color: #fff;
      color: #212121;
      overflow: hidden;
      padding-bottom: 5px; }
      .basket .recap-table .wrap-content.totalprice, .basket .recap-table .wrap-content.codepromo {
        padding-bottom: 0px; }
      .basket .recap-table .wrap-content.totalprice .strong {
        font-size: 13px; }
      .basket .recap-table .wrap-content.totalprice {
        background-color: #fafafa; }
      @media (max-width: 52.84714em) {
        .basket .recap-table .wrap-content {
          padding-bottom: 0px; } }
      @media (max-width: 52.84714em) {
        .basket .recap-table .wrap-content.codepromo .wrap {
          text-align: center; } }
      .basket .recap-table .wrap-content.basket-facilypay h3 {
        font-size: 11px; }
      .basket .recap-table .wrap-content.gift-card {
        background-color: #265b74;
        color: #fff;
        text-align: center;
        font-weight: 800;
        line-height: 17px;
        padding: 10px; }
        .basket .recap-table .wrap-content.gift-card img {
          float: left; }
        .basket .recap-table .wrap-content.gift-card .wrap-text {
          float: left;
          width: 200px;
          padding: 5px;
          color: #fff;
          font-weight: 500; }
        .basket .recap-table .wrap-content.gift-card a {
          text-decoration: underline;
          font-size: 13px;
          color: #fff; }
        .basket .recap-table .wrap-content.gift-card .wrap-text-all {
          overflow: hidden;
          width: -webkit-fit-content;
          width: fit-content;
          width: -moz-fit-content;
          margin: 0 auto; }
      .basket .recap-table .wrap-content .wrap-error {
        padding: .3rem 10px .6rem 10px;
        margin-bottom: 15px;
        margin-top: 15px;
        background: #F84E46;
        color: #ffffff !important;
        overflow: hidden;
        margin-left: 15px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
        font-size: 13px;
        font-weight: 300; }
        .basket .recap-table .wrap-content .wrap-error strong {
          font-weight: 500; }
    @media (max-width: 69.99em) {
      .basket .recap-table {
        margin-top: -40px;
        width: 100%;
        float: none; } }
    .basket .recap-table span.strong {
      font-weight: 800; }
    .basket .recap-table span.stronger {
      font-weight: 800;
      color: #000; }
    .basket .recap-table span.up {
      text-transform: uppercase; }
    .basket .recap-table span.small {
      font-size: 12px; }
    .basket .recap-table h3 {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      padding: 10px;
      text-align: center; }
    .basket .recap-table input {
      border: 1px solid #dedede;
      border-radius: 3px;
      background-color: #fff;
      font-size: 12px;
      padding: 7px 15px;
      margin: 15px 5px 15px 15px;
      width: 160px; }
      @media (max-width: 69.99em) {
        .basket .recap-table input {
          margin: 15px 5px 15px 0px;
          width: 200px; } }
      @media (min-width: 52.85714em) {
        .basket .recap-table input {
          margin-left: 55px;
          width: 200px; } }
      @media (min-width: 70em) {
        .basket .recap-table input {
          margin: 15px 5px 15px 15px;
          width: 160px; } }
      @media (min-width: 91.42857em) {
        .basket .recap-table input {
          width: 240px;
          margin: 15px 5px 15px 15px; } }
    .basket .recap-table button {
      background-color: #363636;
      color: #fff;
      padding: 7px;
      border: 1px solid #363636;
      border-radius: 3px;
      font-size: 12px;
      font-weight: 600; }
      .basket .recap-table button.buy {
        border: 1px solid #fb7523 !important;
        background-color: #fb7523 !important;
        width: 100%;
        height: 35px;
        border-radius: 0px;
        margin-top: 20px;
        margin-bottom: 40px; }
        @media (min-width: 52.85714em) {
          .basket .recap-table button.buy {
            width: 30%;
            margin: 20px auto 30px auto;
            display: block; } }
        @media (min-width: 70em) {
          .basket .recap-table button.buy {
            width: 100%;
            margin: 20px auto 30px auto;
            display: block; } }
    .basket .recap-table .wrap-button-buy {
      width: 100%;
      overflow: hidden; }
    .basket .recap-table hr {
      width: 85%;
      margin: 0 auto;
      margin-bottom: 5px; }
      @media (max-width: 69.99em) {
        .basket .recap-table hr {
          width: 96%; } }
    .basket .recap-table hr.dotted {
      border-bottom: dotted 1px #ccc;
      border-top: none;
      background: unset; }
    .basket .recap-table span.price {
      color: red !important;
      font-weight: 800; }
    .basket .recap-table select {
      padding: 9px 25px 9px 10px;
      border: 1px solid #dedede;
      font-size: 12px;
      line-height: 12px;
      font-weight: normal;
      -webkit-appearance: none;
      border-radius: 3px;
      width: 140px;
      margin-top: 0px;
      background: url(/images/select-dropdown6.png) no-repeat right 3px center #ffff; }
    .basket .recap-table .col-left {
      width: 40%;
      float: left;
      padding-left: 15px;
      line-height: 30px;
      font-size: 11px; }
      @media (max-width: 69.99em) {
        .basket .recap-table .col-left {
          padding-left: 55px;
          text-align: left; } }
      @media (max-width: 34.27571em) {
        .basket .recap-table .col-left {
          padding-left: 15px;
          text-align: left; } }
    .basket .recap-table .col-right {
      width: 60%;
      float: left;
      padding-right: 15px;
      line-height: 30px;
      text-align: right; }
      @media (max-width: 69.99em) {
        .basket .recap-table .col-right {
          padding-right: 55px; } }
      @media (max-width: 34.27571em) {
        .basket .recap-table .col-right {
          padding-right: 15px; } }
    .basket .recap-table .col-center {
      width: 100%; }
    .basket .recap-table img {
      width: 30px;
      margin-top: 5px; }
    .basket .recap-table .quest {
      border: 1px solid #81bc00;
      border-radius: 50%;
      color: #81bc00;
      width: 20px;
      height: 20px;
      font-size: 13px;
      font-weight: 800;
      line-height: 18px;
      cursor: pointer;
      margin-top: -2px;
      text-align: center;
      margin-left: 5px; }
    .basket .recap-table .sf {
      color: #81bc00;
      text-decoration: underline;
      font-size: 10px;
      margin-left: -5px;
      margin-top: 2px; }
    .basket .recap-table .wrap-oney {
      margin: 0 auto; }
    .basket .recap-table .image, .basket .recap-table .wrap-text {
      float: left; }
    .basket .recap-table .image {
      margin-right: 10px; }
    .basket .recap-table .oney_3x {
      overflow: hidden;
      padding: 10px 15px; }
      @media (max-width: 52.84714em) {
        .basket .recap-table .oney_3x {
          margin-bottom: 0px;
          overflow: hidden; } }
      .basket .recap-table .oney_3x .wrap-text {
        font-size: 12px;
        width: 170px;
        text-align: left; }
        .basket .recap-table .oney_3x .wrap-text span.oney-color-3xg {
          color: #81bc00;
          font-weight: 600;
          font-size: 13px;
          line-height: 40px;
          margin-left: -11px; }
        .basket .recap-table .oney_3x .wrap-text span.oney-color-3xp {
          color: #81bc00;
          font-weight: 800;
          font-size: 12px;
          line-height: 27px;
          top: 6px; }
        .basket .recap-table .oney_3x .wrap-text span.italic {
          font-style: italic; }
        .basket .recap-table .oney_3x .wrap-text span.small {
          font-size: 10px; }
    .basket .recap-table .oney_4x {
      overflow: hidden;
      padding: 0px 15px 10px; }
      @media (max-width: 52.84714em) {
        .basket .recap-table .oney_4x {
          margin-bottom: 10px;
          overflow: hidden; } }
      .basket .recap-table .oney_4x .wrap-text {
        width: 170px;
        font-size: 12px;
        text-align: left; }
        .basket .recap-table .oney_4x .wrap-text span.oney-color-4xg {
          color: #81bc00;
          font-weight: 600;
          font-size: 16px;
          line-height: 30px;
          margin-left: -11px;
          top: 6px; }
        .basket .recap-table .oney_4x .wrap-text div.oney-color-4xp {
          margin-top: 11px;
          color: #81bc00;
          font-weight: 800;
          font-size: 12px;
          line-height: 16px;
          margin-left: -2px;
          top: 1px; }
        .basket .recap-table .oney_4x .wrap-text span.italic {
          font-style: italic; }
        .basket .recap-table .oney_4x .wrap-text span.small {
          font-size: 10px; }
      .basket .recap-table .oney_4x .toogle-oney-popup-pedago .text span {
        font-size: 11px; }
    .basket .recap-table .free-delivery {
      background-color: #fff;
      padding: 20px;
      font-weight: 600; }
      .basket .recap-table .free-delivery img {
        width: 80px; }
    .basket .recap-table .free-product {
      background-color: #fff;
      padding: 10px;
      margin: 0 15px;
      text-align: center; }
    .basket .recap-table .remove-promocode {
      margin: 15px 15px 0px 15px;
      text-align: center;
      font-size: 12px;
      text-decoration: underline;
      color: #777;
      cursor: pointer; }
    .basket .recap-table .keep-shopping-btn {
      border: 2px solid #eeeeee;
      width: 100%;
      height: 35px;
      border-radius: 0px;
      margin-top: 20px;
      font-size: 12px;
      padding-top: 7px;
      text-align: center; }
      .basket .recap-table .keep-shopping-btn a:link, .basket .recap-table .keep-shopping-btn a:hover, .basket .recap-table .keep-shopping-btn a:visited, .basket .recap-table .keep-shopping-btn a:active {
        color: #363636;
        text-transform: uppercase;
        text-decoration: underline; }
      @media (min-width: 52.85714em) {
        .basket .recap-table .keep-shopping-btn {
          width: 30%;
          margin: 20px auto 0px auto; } }
      @media (min-width: 70em) {
        .basket .recap-table .keep-shopping-btn {
          width: 100%;
          display: block; } }
  .basket .products-table {
    z-index: 1;
    overflow: hidden;
    margin-top: 20px;
    width: 70%;
    float: left;
    margin-right: 2%; }
    @media (max-width: 69.99em) {
      .basket .products-table {
        float: none;
        width: 100%; } }
    .basket .products-table .packs {
      margin-top: 10px; }
    .basket .products-table .row {
      width: 100%;
      position: relative;
      float: left;
      margin-bottom: 1.5rem; }
      .basket .products-table .row .item-produit {
        width: 100%;
        height: 130px;
        margin: 0;
        display: block;
        float: left;
        height: auto;
        border: 1px solid #eeeeee;
        margin-bottom: 15px;
        overflow: hidden; }
        @media (max-width: 69.99em) {
          .basket .products-table .row .item-produit {
            width: 100%;
            float: none; } }
        .basket .products-table .row .item-produit .wrap-image {
          width: 20%;
          height: unset;
          padding: 12px 3% 20px 3%;
          float: left;
          margin-bottom: .7rem; }
          @media (max-width: 34.27571em) {
            .basket .products-table .row .item-produit .wrap-image {
              width: 100%;
              padding: 0px;
              margin-bottom: 0; } }
          .basket .products-table .row .item-produit .wrap-image .image {
            padding: 1rem;
            background: #fff;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            height: 105px;
            width: 100%; }
            @media (max-width: 34.27571em) {
              .basket .products-table .row .item-produit .wrap-image .image {
                width: 100%;
                height: 110px;
                padding: 0;
                margin: 0.5rem auto; } }
        .basket .products-table .row .item-produit .cell {
          width: 13%;
          float: left;
          padding-top: 20px; }
          @media (max-width: 34.27571em) {
            .basket .products-table .row .item-produit .cell {
              float: none; } }
          .basket .products-table .row .item-produit .cell .product-name {
            color: #999;
            font-size: 13px;
            font-weight: 500; }
          .basket .products-table .row .item-produit .cell .stock-carre {
            min-width: 10px;
            min-height: 10px;
            display: inline-block;
            margin-right: 6px;
            margin-top: 12px; }
            .basket .products-table .row .item-produit .cell .stock-carre.in-stock {
              background-color: #33d75a; }
          .basket .products-table .row .item-produit .cell .stock-info {
            display: inline-block;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600; }
            .basket .products-table .row .item-produit .cell .stock-info.in-stock {
              color: #33d75a; }
          .basket .products-table .row .item-produit .cell .product-seller {
            color: #999;
            font-size: 10px;
            font-weight: 500;
            text-transform: uppercase; }
          .basket .products-table .row .item-produit .cell .brand-name {
            color: #000;
            font-size: 15px;
            font-weight: 800;
            line-height: 25px;
            text-transform: uppercase; }
          .basket .products-table .row .item-produit .cell.name {
            min-height: 5rem; }
            @media (min-width: 22.85714em) {
              .basket .products-table .row .item-produit .cell.name {
                min-height: 4rem; } }
            @media (min-width: 34.28571em) {
              .basket .products-table .row .item-produit .cell.name {
                min-height: 3rem; } }
            @media (min-width: 52.85714em) {
              .basket .products-table .row .item-produit .cell.name {
                min-height: 2.7rem; } }
            @media (min-width: 70em) {
              .basket .products-table .row .item-produit .cell.name {
                min-height: 2.6rem; } }
          @media (min-width: 91.42857em) {
            .basket .products-table .row .item-produit .cell {
              margin: 0 3% 0.6rem 3%; } }
          .basket .products-table .row .item-produit .cell label {
            display: none; }
          .basket .products-table .row .item-produit .cell > div {
            float: left; }
          .basket .products-table .row .item-produit .cell .wrap {
            width: 150px;
            border: 1px solid #c0c0c0;
            height: 25px;
            margin-top: 20px; }
          .basket .products-table .row .item-produit .cell .quantity-selector .field input {
            width: 34px;
            text-align: center; }
          .basket .products-table .row .item-produit .cell.name {
            float: left;
            width: 35%;
            height: 100%;
            padding-left: 20px;
            padding-right: 20px;
            overflow: hidden; }
            @media (max-width: 34.27571em) {
              .basket .products-table .row .item-produit .cell.name {
                width: 100%;
                float: none;
                overflow: hidden;
                padding-top: 0px !important;
                text-align: center; } }
            .basket .products-table .row .item-produit .cell.name .text {
              text-align: left; }
              @media (max-width: 34.27571em) {
                .basket .products-table .row .item-produit .cell.name .text {
                  text-align: unset;
                  float: none; } }
              .basket .products-table .row .item-produit .cell.name .text strong {
                color: #000;
                font-size: 15px;
                font-weight: 800;
                line-height: 25px; }
              .basket .products-table .row .item-produit .cell.name .text a {
                color: #999;
                line-height: 1rem;
                font-size: 13px;
                font-weight: 500; }
                @media (min-width: 34.28571em) and (max-width: 52.84714em) {
                  .basket .products-table .row .item-produit .cell.name .text a {
                    font-size: .9rem; } }
                @media (min-width: 52.85714em) {
                  .basket .products-table .row .item-produit .cell.name .text a {
                    line-height: .9rem; } }
            @media (min-width: 91.42857em) {
              .basket .products-table .row .item-produit .cell.name {
                width: 25%; } }
          .basket .products-table .row .item-produit .cell.oneline {
            padding-top: 28px; }
          .basket .products-table .row .item-produit .cell.twoline {
            padding-top: 28px; }
          .basket .products-table .row .item-produit .cell.quant {
            width: 17%;
            padding-top: 37px; }
            .basket .products-table .row .item-produit .cell.quant .wrap {
              width: 104px;
              border: 1px solid #c0c0c0;
              height: 35px;
              margin-top: 20px; }
              @media (max-width: 34.27571em) {
                .basket .products-table .row .item-produit .cell.quant .wrap {
                  float: none;
                  margin: 0 auto; } }
            @media (max-width: 34.27571em) {
              .basket .products-table .row .item-produit .cell.quant {
                width: 100%;
                float: none;
                overflow: hidden;
                padding-top: 0px;
                margin-top: 20px; } }
            @media (min-width: 91.42857em) {
              .basket .products-table .row .item-produit .cell.quant {
                width: 12%; } }
          .basket .products-table .row .item-produit .cell.subprice {
            width: 20%;
            padding-top: 27px; }
            .basket .products-table .row .item-produit .cell.subprice .price {
              width: 100%;
              text-align: center; }
              @media (max-width: 34.27571em) {
                .basket .products-table .row .item-produit .cell.subprice .price {
                  padding-top: 0px; } }
            @media (max-width: 34.27571em) {
              .basket .products-table .row .item-produit .cell.subprice {
                float: none;
                width: 100%;
                padding-top: 0px;
                overflow: hidden; } }
            @media (min-width: 91.42857em) {
              .basket .products-table .row .item-produit .cell.subprice {
                width: 15%; } }
          .basket .products-table .row .item-produit .cell.remove {
            width: 8%;
            float: left;
            padding-top: 0px; }
            @media (max-width: 34.27571em) {
              .basket .products-table .row .item-produit .cell.remove {
                float: none;
                width: 100%;
                margin-top: 10px;
                padding-top: 0px;
                overflow: hidden;
                margin-bottom: 20px; } }
            @media (min-width: 91.42857em) {
              .basket .products-table .row .item-produit .cell.remove {
                width: unset; } }
            .basket .products-table .row .item-produit .cell.remove .wrap-icon {
              width: 24px;
              margin-top: 60px;
              border: 1px solid #c0c0c0;
              text-align: center;
              height: 25px;
              overflow: hidden;
              padding-top: 0px; }
              @media (max-width: 34.27571em) {
                .basket .products-table .row .item-produit .cell.remove .wrap-icon {
                  margin: 0 auto;
                  float: none; } }
          .basket .products-table .row .item-produit .cell .action {
            width: 21%;
            float: left; }
            .basket .products-table .row .item-produit .cell .action form {
              width: 100%;
              text-align: center; }
          .basket .products-table .row .item-produit .cell .quantity {
            width: 100%;
            float: left; }
            .basket .products-table .row .item-produit .cell .quantity .product-counter .quantity-selector {
              display: block;
              height: inherit;
              width: inherit; }
              .basket .products-table .row .item-produit .cell .quantity .product-counter .quantity-selector .field {
                display: block !important; }
            .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity-mobile {
              display: none; }
            .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity .field {
              width: 40px;
              border: none;
              height: 20px;
              float: left; }
              .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity .field input {
                height: inherit;
                font-weight: 400;
                color: #5c5c5c;
                font-size: .85rem;
                padding: 0;
                line-height: 1rem;
                width: 100%;
                margin-top: 5px; }
            .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity .button {
              float: left; }
              .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity .button a {
                height: 27px;
                display: block;
                width: 30px;
                float: left;
                text-align: center;
                padding-top: 6px; }
                @media (max-width: 34.27571em) {
                  .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity .button a {
                    height: 33px; } }
                @media (min-width: 34.28571em) {
                  .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity .button a {
                    height: 34px; } }
                @media (min-width: 641px) {
                  .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity .button a {
                    height: 28px; } }
                .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity .button a:last-child {
                  border-left: 1px solid #c0c0c0; }
                .basket .products-table .row .item-produit .cell .quantity .product-counter .product-quantity .button a:first-child {
                  border-right: 1px solid #c0c0c0; }
          .basket .products-table .row .item-produit .cell .price {
            font-size: 14px;
            color: #000;
            font-weight: 600;
            float: left;
            text-align: left;
            position: relative;
            z-index: 5;
            line-height: 1.4rem;
            padding-top: 20px;
            width: 100%;
            margin-top: 15px; }
            @media (min-width: 34.28571em) {
              .basket .products-table .row .item-produit .cell .price {
                font-size: 16px; } }
            @media (min-width: 52.85714em) {
              .basket .products-table .row .item-produit .cell .price {
                font-size: 14px; } }
            @media (min-width: 70em) {
              .basket .products-table .row .item-produit .cell .price {
                font-size: 15px; } }
            @media (min-width: 91.42857em) {
              .basket .products-table .row .item-produit .cell .price {
                /*  font-size: 14px;

                            border:0px solid  red;
                            float: right;
                            text-align: center;
                            width: 93px;

                            margin-top: 0px;*/ } }
            .basket .products-table .row .item-produit .cell .price strong {
              font-weight: 800; }
  .basket .conseil-commande {
    display: block;
    max-width: 130px;
    position: absolute;
    margin-top: -70px; }
    @media (max-width: 52.84714em) {
      .basket .conseil-commande {
        display: none; } }
  .basket .basket-summary {
    text-align: right;
    margin-bottom: 60px; }
  .basket .basket-delivery {
    margin-top: 0px;
    z-index: 2; }
    @media (min-width: 52.85714em) {
      .basket .basket-delivery {
        margin-top: 38px; } }
    .basket .basket-delivery .row {
      width: 100%;
      position: relative;
      float: left; }
      @media (min-width: 52.85714em) {
        .basket .basket-delivery .row {
          margin-top: 27px; } }
      .basket .basket-delivery .row .code-discount-input {
        padding-left: 12px !important;
        width: 70% !important;
        text-transform: uppercase !important; }
      .basket .basket-delivery .row .left,
      .basket .basket-delivery .row .right {
        display: inline-block; }
      .basket .basket-delivery .row .left {
        width: 91%;
        margin-left: 4%;
        float: left;
        margin-bottom: 1rem;
        height: 60px;
        /*
                @include mq($until:mobile) {
                    width: 92%;
                    margin-left: 4%;
                    height: 35px;
                    margin-bottom: 1rem;
                    margin-right: 4%;
                }
                @include mq(mobile) {
                    width: 48%;
                    margin-left: 2%;
                    height: 42px;
                    margin-bottom:1rem;
                    float: left;
                }
                @include mq(mobileLandscape, tablet) {
                    width: 45%;
                    margin-left: 4%;
                    margin-bottom: 1.5rem;
                }
                @include mq(tablet) {
                    width:50%;
                    height: 50px;
                    margin-bottom:.5rem;
                    margin-left: 0;

                }
                @include mq(wide) {
                    width:19.5%;
                }
                */
        /*

                form {
                    @include mq(mobileLandscape, tablet) {

                    }
                    @include mq(tablet) {
                        width:50%;
                    }
                    @include mq(wide) {
                        width:100%;
                    }
                    label {
                        display: block;
                        //width: percent-width(190, 745);
                        //max-width: percent-width(190, 745);
                        display: block;
                        width: 90%;
                        line-height: 3px;
                        text-align: center;
                        font-size: .7rem;
                        margin-top: -10px;
                        margin-bottom: 0;
                        font-weight: 300;
                        color: #000;
                        @include mq($until:mobile) {
                            line-height: 18px;
                            margin-top: -17px;

                        }
                        @include mq($until:tablet) {
                            font-weight: 400;
                            color:#47494E;
                        }
                        @include mq(mobileLandscape, desktop) {
                            line-height: 3px;

                        }

                        @include mq(mobileLandscape, tablet) {
                            width: 100%;
                            line-height: 10px;
                            float: left;
                            font-size: .7rem;
                            font-weight: 400;
                        }
                        @include mq(tablet) {
                            font-size: .7rem;
                            font-weight: 400;
                            color:#47494E;
                        }
                        @include mq(desktop) {
                            font-size: .8rem;
                        }
                    }
                    input {
                        //margin-left: percent-width(19);
                        //width: percent-width(275, 745);
                        width:83%;
                        height: 29px;
                        background: #fff;
                        border: 1px solid #DEDEDE;
                        //margin-left: .7rem;

                        @include mq(mobileLandscape, desktop) {
                            // width: percent-width(255, 745);
                        }

                        @include mq($until:mobile) {
                            width: 87%;
                            //max-width: 30%;
                            height: 30px;
                            float: left;
                        }
                        @include mq(mobile) {
                            width: 71%;
                        }
                        @include mq(mobileLandscape, tablet) {
                            width: 80%;
                        }
                        @include mq(tablet) {
                            width: 83%;
                        }
                    }
                    button {
                        //width: percent-width(168, 745);
                        padding: 8px 0px;
                        width: 13%;
                        //margin-left: percent-width(36);
                        color:#FFF;
                        font-size: 14px;
                        line-height: 13px;
                        font-family: $font-open-sans;
                        border: none;
                        background: #767676;
                        @include mq(mobileLandscape, desktop) {
                            //width: percent-width(208, 745);
                        }
                        @include mq(mobileLandscape, tablet) {
                            line-height: 17px;
                        }
                        @include mq($until:tablet) {
                            width: 13%;
                        }
                        @include mq(tablet) {
                            line-height: 17px;
                        }
                    }
                }
                */ }
        @media (max-width: 52.84714em) {
          .basket .basket-delivery .row .left {
            height: 20px; } }
        @media (min-width: 34.28571em) and (max-width: 52.84714em) {
          .basket .basket-delivery .row .left {
            width: 40%;
            margin-left: 0%; } }
        @media (min-width: 52.85714em) {
          .basket .basket-delivery .row .left {
            top: -19px;
            width: 40%;
            margin-left: 0; } }
        @media (min-width: 91.42857em) {
          .basket .basket-delivery .row .left {
            width: 40%; } }
        @media screen and (max-width: 320px) {
          .basket .basket-delivery .row .left {
            margin-bottom: 0px;
            width: 100%; } }
      .basket .basket-delivery .row .right {
        margin-top: -20px;
        text-align: right;
        width: 60%;
        float: left;
        overflow: hidden;
        margin-bottom: 0px;
        /* @include mq($until:mobile) {
                    width: 91%;
                    margin-left: 4%;
                    margin-bottom: 0px;
                }*/
        /*@media screen and (max-width: 320px) {
                    margin-bottom: 0px;
                    width:100%;
                }*/ }
        @media (min-width: 22.85714em) {
          .basket .basket-delivery .row .right {
            width: 91%;
            margin-left: 4%;
            float: left;
            margin-bottom: 0px; } }
        @media (min-width: 52.85714em) {
          .basket .basket-delivery .row .right {
            float: right;
            width: 60%;
            margin-left: 0; } }
        @media (min-width: 70em) {
          .basket .basket-delivery .row .right {
            margin-bottom: 0px; } }
        @media (min-width: 91.42857em) {
          .basket .basket-delivery .row .right {
            width: 60%; } }
        @media screen and (max-width: 320px) {
          .basket .basket-delivery .row .right {
            width: 91%;
            margin-left: 4%;
            margin-bottom: 0px; } }
        @media screen and (max-width: 360px) {
          .basket .basket-delivery .row .right {
            width: 91%;
            margin-left: 4%;
            margin-bottom: 0px; } }
        @media screen and (max-width: 365px) {
          .basket .basket-delivery .row .right {
            width: 91%;
            margin-left: 4%;
            margin-bottom: 0px; } }
        .basket .basket-delivery .row .right form {
          float: left;
          width: 100%;
          margin-bottom: 15px;
          /*@include mq(mobileLandscape, tablet) {
                        margin-left: 8%;
                        margin-right: 3%;
                        width: 89%;
                    }*/ }
          .basket .basket-delivery .row .right form label {
            float: left;
            width: 76%;
            height: 20px;
            margin: 0;
            font-size: .8rem;
            font-weight: 300;
            color: #47494E; }
            @media (max-width: 34.27571em) {
              .basket .basket-delivery .row .right form label {
                padding-left: 12px; } }
            @media (max-width: 52.84714em) {
              .basket .basket-delivery .row .right form label {
                text-align: left; } }
            @media (min-width: 34.28571em) and (max-width: 52.84714em) {
              .basket .basket-delivery .row .right form label {
                width: 90%;
                text-align: center; } }
            @media (min-width: 52.85714em) {
              .basket .basket-delivery .row .right form label {
                text-align: center; } }
          .basket .basket-delivery .row .right form .wrap {
            float: left;
            width: 100%;
            height: 40px; }
            .basket .basket-delivery .row .right form .wrap input {
              width: 76%;
              margin: 0;
              padding: 0;
              height: 34px;
              background: #fff;
              border: 1px solid #DEDEDE;
              float: left;
              -webkit-box-shadow: none;
              -moz-box-shadow: none; }
              @media (max-width: 34.27571em) {
                .basket .basket-delivery .row .right form .wrap input {
                  width: 82%; } }
              @media (min-width: 52.85714em) {
                .basket .basket-delivery .row .right form .wrap input {
                  height: 29px; } }
            .basket .basket-delivery .row .right form .wrap input[type="text"] {
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none; }
              .basket .basket-delivery .row .right form .wrap input[type="text"]:hover, .basket .basket-delivery .row .right form .wrap input[type="text"]:focus {
                box-shadow: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: none; }
            .basket .basket-delivery .row .right form .wrap button {
              width: 26%;
              margin: 0;
              padding: 10px 0;
              color: #5a5a5a;
              font-size: 14px;
              line-height: 13px;
              height: 34px;
              font-family: "Open Sans", sans-serif;
              border: none;
              background: #e9e9e9;
              float: right; }
              @media (max-width: 34.27571em) {
                .basket .basket-delivery .row .right form .wrap button {
                  width: 29%; } }
              @media (min-width: 34.28571em) {
                .basket .basket-delivery .row .right form .wrap button {
                  height: 37px; } }
              @media (min-width: 52.85714em) {
                .basket .basket-delivery .row .right form .wrap button {
                  height: 31px; } }
        .basket .basket-delivery .row .right .price {
          padding: 12px 13px 20px 10px;
          color: #000;
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          height: 38px;
          width: 100%;
          float: right;
          border: 1px solid #DADADA;
          margin-bottom: 1rem;
          margin-top: 1.5rem; }
          @media (min-width: 52.85714em) {
            .basket .basket-delivery .row .right .price {
              width: 48%;
              padding: 12px 20px 20px 20px;
              margin-top: 0rem; } }
          @media (min-width: 70em) {
            .basket .basket-delivery .row .right .price {
              font-size: 14px; } }
          .basket .basket-delivery .row .right .price span {
            float: left;
            color: #47494E;
            text-transform: uppercase;
            font-weight: 400; }
            .basket .basket-delivery .row .right .price span:last-child {
              float: right;
              color: #47494E; }
            .basket .basket-delivery .row .right .price span strong {
              color: #0075e4;
              font-weight: 400; }
        .basket .basket-delivery .row .right select {
          width: 100%;
          float: left;
          padding: 8px 5px 9px 7px;
          border: 1px solid #DADADA;
          background: url("/images/select-dropdown4.png") no-repeat 96% center;
          height: 38px;
          text-transform: uppercase;
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          -webkit-appearance: none;
          border-radius: 0; }
          @media (min-width: 52.85714em) {
            .basket .basket-delivery .row .right select {
              width: 48%;
              padding: 8px 13px 9px 14px; } }
          @media (min-width: 70em) {
            .basket .basket-delivery .row .right select {
              font-size: 14px; } }
  .basket .basket-total {
    margin-top: 15px; }
    @media (min-width: 52.85714em) {
      .basket .basket-total {
        margin-top: 27px; } }
    .basket .basket-total .left,
    .basket .basket-total .right {
      vertical-align: top;
      display: inline-block;
      background: #e9e9e9; }
    .basket .basket-total .right {
      margin-top: 0px;
      width: 60%;
      height: 50px;
      line-height: 50px;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      float: left;
      text-align: left; }
      @media (max-width: 52.84714em) {
        .basket .basket-total .right {
          margin-top: 15px;
          width: 91%;
          margin-left: 4%; } }
      @media (min-width: 52.85714em) {
        .basket .basket-total .right {
          float: right;
          text-align: center; } }
      @media (min-width: 91.42857em) {
        .basket .basket-total .right {
          width: 60%; } }
      @media screen and (max-width: 320px) {
        .basket .basket-total .right {
          width: 91%;
          margin-left: 4%;
          margin-bottom: 0px; } }
      @media screen and (max-width: 360px) {
        .basket .basket-total .right {
          width: 91%;
          margin-left: 4%;
          margin-bottom: 0px; } }
      @media screen and (max-width: 365px) {
        .basket .basket-total .right {
          width: 91%;
          margin-left: 4%;
          margin-bottom: 0px; } }
      .basket .basket-total .right span {
        float: left;
        padding-left: 12px; }
      .basket .basket-total .right strong {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: .5px;
        color: #e90000;
        float: right;
        padding-right: 3.4375%; }
  .basket .basket-facilypay {
    /*
        .row{
            float: left;
            width: 100%;
            margin-top: 1.5rem;

            margin-bottom: 1.3rem;
            border-top: $border-default;
            border-bottom: $border-default;
            padding: 7px 0 0px 0;
            @include mq(tablet) {
                padding: 7px 0 10px 0;
                margin-bottom: 1.5rem;
            }
            .left,
            .right {
                vertical-align: top;
                display: inline-block;
            }
            .left {
               // width: percent-width(745);
                width:50%;
                @include mq(wide) {
                    width:60%;
                }

                

            }
            .right {

                //width: percent-width(490);
                //margin-left: percent-width(37);
                text-align: left;
                float: left;
                width: 50%;
                padding-top: 10px;
                padding-bottom: 10px;

                @include mq($until:tablet) {
                    margin-top: 6px;
                    width: 97%;
                    margin-left: 4%;
                }
                @include mq(tablet) {
                    padding-top: 10px;
                    padding-bottom: 10px;
                    float: right;   
                    margin-right: 86px;
                    margin-top: 6px;
                }
                @include mq(wide) {
                    width: 40%;
                }

                div {
                    display: inline-block;

                    line-height: 15px;
                    font-size: 15px;
                    font-weight: bold;

                    @include mq(tablet) {
                        line-height: 15px;
                        font-size: 15px;
                    }



                    &.oney_3x, &.oney_4x {
                        width:50%;


                        .wrap-text {
                            width:100%;
                            height:50px;
                            display: block;
                            position: relative;
                            margin-top: .4rem;
                            @include mq(tablet) {
                                width:50%;
                                margin-top: 0;
                            }
                            .text {


                                color:#999;
                                font-weight: 400;
                                @include mq($until:mobile) {

                                }
                                @include mq(tablet) {
                                    position: absolute;
                                    -webkit-transform: translateY(60%);
                                    -moz-transform: translateY(60%);
                                    -o-transform: translateY(60%);
                                    transform: translateY(60%);
                                }
                                span {
                                    font-weight: 600;
                                }
                                br {

                                }
                            }
                        }
                    }
                    &.oney_3x {
                        @include mq(tablet) {
                            width: 53%;
                        }
                        div {

                            float: left;
                            span{
                                color: #dc7200;
                            }
                        }
                    }
                    &.oney_4x {
                        @include mq(tablet) {
                            width: 47%;
                        }
                        float: right;
                        div {

                            float: left;
                            span{
                                color: #cf4596;
                            }
                        }

                    }

                    img {
                        float: left;
                        margin-right: 6px;
                        max-width: 100px;
                        @include mq(tablet) {
                            margin-right: 12px;
                            max-width: 71px;
                        }


                    }
                }
            }
        }*/ }
    .basket .basket-facilypay .text {
      cursor: pointer; }
    .basket .basket-facilypay .no-border {
      border-bottom: none !important;
      border-top: none !important; }
    .basket .basket-facilypay .no-margin {
      margin-bottom: 0px !important;
      margin-top: 0px !important; }
    .basket .basket-facilypay .space-left {
      float: left;
      width: 40%;
      display: block; }
      @media (max-width: 52.84714em) {
        .basket .basket-facilypay .space-left {
          display: none; } }
      @media (min-width: 91.42857em) {
        .basket .basket-facilypay .space-left {
          width: 40%; } }
    .basket .basket-facilypay .space-right {
      margin-top: 30px;
      float: left;
      width: 60%; }
      @media (max-width: 52.84714em) {
        .basket .basket-facilypay .space-right {
          float: unset;
          width: 100%;
          margin-left: 31px; } }
      @media (min-width: 91.42857em) {
        .basket .basket-facilypay .space-right {
          width: 60%; } }
      .basket .basket-facilypay .space-right .left, .basket .basket-facilypay .space-right .right {
        float: left; }
      .basket .basket-facilypay .space-right .left {
        margin-right: 30px; }
  .basket .order-confirm {
    padding: 0px 10px 40px 10px; }
  .basket .basket-buttons {
    margin-top: 27px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    /* .left,
        .right {
            vertical-align: top;
            display: inline-block;


        }
        .left {
            width:50%;
            @include mq(wide) {
                width:60%;
            }
        }
        .right {
            width:50%;
            margin-left: 50%;


            @include mq($until:tablet) {
                margin-top: 0px;
                margin-bottom: 20px;
                width: 92%;
                margin-left: 0%;
            }
            @include mq(tablet) {

            }

            @include mq(wide) {
                width:40%;
                margin-left: 60%;
            }
            text-align: right;


        }*/ }
    @media (min-width: 52.85714em) {
      .basket .basket-buttons {
        margin-bottom: 50px; } }
    .basket .basket-buttons .left, .basket .basket-buttons .right {
      display: inline-block;
      height: 10%; }
    .basket .basket-buttons .left {
      margin-right: 2%;
      float: left;
      width: 38%;
      text-align:  right;
      margin-top:  15px;
      padding-right:  10px;
      font-size:  14px;
      text-transform:  uppercase; }
      @media (max-width: 22.84714em) {
        .basket .basket-buttons .left {
          float: none;
          width: 91%;
          margin-left: 2%; } }
      @media (min-width: 22.85714em) {
        .basket .basket-buttons .left {
          float: none;
          width: 91%;
          margin-left: 2%; } }
      @media (min-width: 34.28571em) {
        .basket .basket-buttons .left {
          float: none;
          width: 91%;
          margin-left: 2%; } }
      @media (min-width: 52.85714em) {
        .basket .basket-buttons .left {
          float: left;
          width: 38%;
          margin-left: 0%;
          text-align: right;
          margin-top: 15px;
          font-size: 14px;
          text-transform: uppercase; } }
      @media (min-width: 70em) {
        .basket .basket-buttons .left {
          float: left;
          width: 38%;
          text-align: right;
          margin-top: 15px;
          padding-right: 10px;
          font-size: 14px;
          text-transform: uppercase; } }
      @media (min-width: 91.42857em) {
        .basket .basket-buttons .left {
          float: left;
          width: 38%;
          text-align: right;
          margin-top: 15px;
          padding-right: 10px;
          font-size: 14px;
          text-transform: uppercase; } }
    .basket .basket-buttons .right {
      width: 40%; }
      @media screen and (max-width: 320px) {
        .basket .basket-buttons .right {
          width: 100%; } }
      @media screen and (max-width: 320px) {
        .basket .basket-buttons .right {
          width: 91%; } }
      @media screen and (max-width: 360px) {
        .basket .basket-buttons .right {
          width: 91%; } }
      @media screen and (max-width: 365px) {
        .basket .basket-buttons .right {
          width: 91%; } }
      @media (min-width: 22.85714em) {
        .basket .basket-buttons .right {
          width: 91%; } }
      @media (min-width: 34.28571em) {
        .basket .basket-buttons .right {
          width: 91%; } }
      @media (min-width: 52.85714em) {
        .basket .basket-buttons .right {
          width: 60%; } }
      @media (min-width: 70em) {
        .basket .basket-buttons .right {
          width: 60%; } }
      @media (min-width: 91.42857em) {
        .basket .basket-buttons .right {
          width: 60%; } }
    .basket .basket-buttons .btn {
      display: inline-block;
      line-height: 45px;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 400; }
      .basket .basket-buttons .btn.prev {
        width: 60%;
        background: #e9e9e9;
        color: #47490e;
        margin-bottom: 1rem;
        height: 45px;
        line-height: 56px !important; }
        @media (max-width: 52.84714em) {
          .basket .basket-buttons .btn.prev {
            width: 100%;
            margin-bottom: 10px; } }
      .basket .basket-buttons .btn.buy {
        width: 100%;
        background: #fc7d2a;
        color: #fff;
        height: 45px; }
  .basket .delivery {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 52.84714em) {
      .basket .delivery {
        padding-top: 10px;
        padding-bottom: 50px; } }
    .basket .delivery .col:first-child {
      padding-right: 10px; }
      @media (max-width: 52.84714em) {
        .basket .delivery .col:first-child {
          padding-right: 0; } }
    .basket .delivery .col:last-child {
      padding-left: 10px; }
      @media (max-width: 52.84714em) {
        .basket .delivery .col:last-child {
          padding-left: 0; } }
      .basket .delivery .col:last-child .radio-box .form-group {
        background: #fff;
        padding: 10px 80px;
        margin-top: 25px;
        display: none; }
        @media (min-width: 52.85714em) and (max-width: 91.41857em) {
          .basket .delivery .col:last-child .radio-box .form-group {
            padding: 10px 40px; } }
        @media (max-width: 52.84714em) {
          .basket .delivery .col:last-child .radio-box .form-group {
            padding: 10px 20px; } }
        .basket .delivery .col:last-child .radio-box .form-group input[type="radio"] {
          margin-left: 20px; }
          .basket .delivery .col:last-child .radio-box .form-group input[type="radio"]:first-child {
            margin-left: 0; }
        .basket .delivery .col:last-child .radio-box .form-group .col-50:first-child {
          padding-right: 10px; }
          @media (max-width: 52.84714em) {
            .basket .delivery .col:last-child .radio-box .form-group .col-50:first-child {
              padding: 0;
              display: block;
              margin-bottom: 24px; } }
        .basket .delivery .col:last-child .radio-box .form-group .col-50:last-child {
          padding-left: 10px; }
          @media (max-width: 52.84714em) {
            .basket .delivery .col:last-child .radio-box .form-group .col-50:last-child {
              padding: 0;
              display: block;
              margin-bottom: 24px; } }
      .basket .delivery .col:last-child .radio-box.on {
        padding-bottom: 0; }
        .basket .delivery .col:last-child .radio-box.on .form-group {
          display: block; }
    @media (max-width: 52.84714em) {
      .basket .delivery .col {
        padding: 0; } }
    .basket .delivery .col .radio-box p,
    .basket .delivery .col .radio-box strong {
      margin-bottom: 10px;
      display: block;
      font-size: 14px;
      font-family: "Open Sans", sans-serif; }
    .basket .delivery .col .radio-box strong {
      font-weight: 600; }
    .basket .delivery .col .radio-box p {
      color: #47494e;
      line-height: 14px;
      text-transform: uppercase; }
  .basket .delivery-submit {
    margin-bottom: 50px; }
    .basket .delivery-submit .btn-submit {
      margin-bottom: 30px; }
      @media (max-width: 52.84714em) {
        .basket .delivery-submit .btn-submit {
          width: 100%;
          display: block; } }
  .basket .delivery-list {
    margin: 50px 0 50px 0; }
    .basket .delivery-list .item {
      padding: 10px 20px 10px 0;
      width: 32.6%;
      margin: 0;
      margin-top: 10px;
      margin-right: 1%; }
      @media (max-width: 69.99em) {
        .basket .delivery-list .item {
          padding: 0;
          margin-right: 0;
          width: 100%;
          display: block; } }
      .basket .delivery-list .item:nth-child(3n) {
        margin-right: 0; }
      .basket .delivery-list .item .radio-box {
        margin: 0;
        padding-right: 20px;
        min-height: 30px; }
        @media (max-width: 69.99em) {
          .basket .delivery-list .item .radio-box {
            padding-right: 0px; } }
        .basket .delivery-list .item .radio-box strong {
          font-weight: 600; }
  .basket .order-details {
    padding: 30px 10px; }
    .basket .order-details h2 {
      color: #000;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      margin: 10px 0; }
    .basket .order-details .products-list {
      width: 100%; }
      .basket .order-details .products-list thead tr th {
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        padding: 15px 0;
        border-bottom: 1px solid #e9e9e9; }
        .basket .order-details .products-list thead tr th:nth-child(1) {
          width: 70%; }
          @media (max-width: 52.84714em) {
            .basket .order-details .products-list thead tr th:nth-child(1) {
              width: 55%; } }
        .basket .order-details .products-list thead tr th:nth-child(2) {
          text-align: right;
          width: 20%; }
        .basket .order-details .products-list thead tr th:nth-child(3) {
          text-align: right; }
      .basket .order-details .products-list tbody tr td {
        text-align: left;
        font-size: 14px;
        padding: 30px 0;
        border-bottom: 1px solid #e9e9e9; }
        .basket .order-details .products-list tbody tr td:nth-child(2) {
          text-align: right; }
        .basket .order-details .products-list tbody tr td:nth-child(3) {
          text-align: right; }
      .basket .order-details .products-list tbody tr.last td {
        padding: 10px 0;
        border-bottom: none; }
        .basket .order-details .products-list tbody tr.last td:nth-child(1) {
          text-align: right; }
        .basket .order-details .products-list tbody tr.last td:nth-child(2) {
          text-align: right; }
    .basket .order-details .addresses {
      margin-top: 40px; }
      .basket .order-details .addresses .wrapper {
        margin-top: 20px;
        border: 1px solid #e9e9e9; }
        .basket .order-details .addresses .wrapper .col {
          padding: 30px 40px; }
          @media (max-width: 52.84714em) {
            .basket .order-details .addresses .wrapper .col:first-child {
              border-bottom: 1px solid #e9e9e9; } }
          .basket .order-details .addresses .wrapper .col p {
            font-size: 14px;
            line-height: 16px; }
            .basket .order-details .addresses .wrapper .col p strong {
              display: block;
              color: #000;
              margin-bottom: 20px; }
            .basket .order-details .addresses .wrapper .col p a {
              display: block;
              margin-top: 20px; }
    .basket .order-details .payments {
      margin-top: 40px;
      margin-bottom: 25px;
      height: auto;
      /*.col {
                width: 16.6%;
                display: inline-flex;

                @include mq($until:tablet) {
                    width: 100%;
                    display: block;
                }

                .radio-input {
                    @include mq(desktop, wide) {
                        width: 40px;
                    }
                }

                .radio-box {

                    &:last-child {
                        border-right: 1px solid #e9e9e9;
                    }

                    border-right: none;
                    min-height: 80px;
                    text-align: center;

                    @include mq(desktop, wide) {
                        padding-right: 10px;
                    }

                    @include mq($until:tablet) {
                        border-right: 1px solid #e9e9e9;
                        text-align: left;
                    }

                    .icon {
                        img {
                            max-width: 80px;
                        }
                    }
                }



            }*/ }
      .basket .order-details .payments .col {
        z-index: 999;
        width: 16.6%; }
        @media (max-width: 52.84714em) {
          .basket .order-details .payments .col {
            width: 100%; } }
        @media (min-width: 70em) {
          .basket .order-details .payments .col .clear {
            clear: both; } }
        .basket .order-details .payments .col .radio-box {
          min-height: 70px; }
          @media (max-width: 34.27571em) {
            .basket .order-details .payments .col .radio-box {
              padding-top: 7%;
              height: 115px; } }
        @media (max-width: 22.84714em) {
          .basket .order-details .payments .col .radio-input {
            margin-left: 0%;
            width: 10%;
            float: left; } }
        @media (min-width: 22.85714em) {
          .basket .order-details .payments .col .radio-input {
            float: left;
            display: table-cell;
            position: relative;
            vertical-align: middle;
            padding-left: 10px;
            width: 10%;
            margin-top: 3%; } }
        @media (min-width: 34.28571em) {
          .basket .order-details .payments .col .radio-input {
            float: left;
            display: table-cell;
            position: relative;
            vertical-align: middle;
            padding-left: 10px;
            width: 5%;
            margin-top: 3%; } }
        @media (min-width: 52.85714em) {
          .basket .order-details .payments .col .radio-input {
            margin-left: 10%;
            width: 10%;
            float: left; } }
        @media (min-width: 70em) {
          .basket .order-details .payments .col .radio-input {
            margin-left: 15%;
            width: 25%;
            float: left; } }
        @media (min-width: 22.85714em) {
          .basket .order-details .payments .col .radio-img {
            margin-top: -2px;
            width: 6%;
            float: left; } }
        @media (min-width: 34.28571em) {
          .basket .order-details .payments .col .radio-img {
            margin-top: 0px;
            margin-left: 5%;
            float: none;
            width: 20%; } }
        @media (min-width: 52.85714em) {
          .basket .order-details .payments .col .radio-img {
            float: left;
            margin-top: -8.5%;
            margin-left: 10%; } }
        @media (min-width: 70em) {
          .basket .order-details .payments .col .radio-img {
            width: 50%;
            float: left;
            margin-top: -8%;
            margin-left: 0px; } }
        .basket .order-details .payments .col .radio-img img {
          max-width: 80px; }
        .basket .order-details .payments .col .radio-text {
          /* text-align: center;
                    margin-top: 1%;
                    margin-left: 0;
                    max-width: 100%;
                    position: absolute;*/
          /* @include mq($until: mobile){
                        text-align: inherit;
                        margin-left: 32%;
                        margin-top: 1%;
                        max-width: 65%;
                        position: absolute;
                    }*/ }
          @media (min-width: 22.85714em) {
            .basket .order-details .payments .col .radio-text {
              text-align: center;
              margin-top: 11%;
              margin-left: 13%;
              max-width: 100%;
              position: absolute; } }
          @media (min-width: 34.28571em) {
            .basket .order-details .payments .col .radio-text {
              text-align: center;
              margin-top: 1%;
              margin-left: 7%;
              max-width: 100%;
              position: absolute; } }
          @media (min-width: 52.85714em) {
            .basket .order-details .payments .col .radio-text {
              text-align: center;
              margin-top: 32%;
              margin-left: 0px;
              width: 100%;
              padding-right: 4%;
              padding-left: 4%;
              position: absolute; } }
          @media (min-width: 70em) {
            .basket .order-details .payments .col .radio-text {
              text-align: center;
              margin-top: 1%;
              margin-left: 0px;
              max-width: 100%;
              position: absolute; } }
  .basket #payment-form .text-right {
    text-align: right;
    margin-left: 0px;
    margin-right: 10px; }
    @media (max-width: 52.84714em) {
      .basket #payment-form .text-right {
        margin-left: 10px;
        margin-right: 10px;
        text-align: left; } }
    @media (max-width: 52.84714em) {
      .basket #payment-form .text-right .btn-submit {
        width: 100%; } }

.account {
  padding: 0 15px 0 15px;
  /*
    *   Panel
    */ }
  .account .clear {
    clear: both; }
  .account .wrap-telephone .intl-tel-input .flag-container {
    top: 0px; }
  .account .wrap-telephone .error-tel-newsletter {
    display: none;
    color: red;
    font-weight: 300;
    margin-top: 10px; }
  .account .relaypoint-tag {
    background-color: #0031d0;
    color: #fff;
    padding: 4px 0px;
    margin-bottom: 10px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: 600; }
  .account .order-hide-me {
    display: none; }
  .account .more-orders, .account .less-orders {
    background: #f3f3f3;
    color: #000;
    font-size: 12px;
    text-align: center;
    border: 1px solid #d5d6d8;
    right: 0;
    width: 210px;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    float: right;
    margin-top: 20px;
    cursor: pointer; }
  .account .wrap-success-msg-top {
    padding: .3rem 0 .6rem 0;
    margin: 0px 0;
    text-align: center;
    background: #81ef8a;
    color: #4c5f13 !important;
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    background-position-x: 15px;
    width: 103%; }
    @media (max-width: 52.84714em) {
      .account .wrap-success-msg-top {
        width: 100%; } }
    .account .wrap-success-msg-top .success-msg-top {
      display: inline-block;
      top: 3px;
      padding: .5rem 3rem .5rem 3rem;
      background-image: url(../images/picto-message-vert.png);
      background-size: 7%;
      background-repeat: no-repeat;
      background-position: left center;
      font-weight: 300; }
  .account .fleches-title {
    width: 100%;
    background-image: url(../images/fl.png);
    background-repeat: no-repeat;
    min-height: 20px;
    background-size: 30px;
    background-position: right;
    margin-top: -11px; }
    @media screen and (max-width: 320px) {
      .account .fleches-title {
        width: 90%; } }
    @media (min-width: 22.85714em) {
      .account .fleches-title {
        background-position-x: 87%; } }
  .account .carnet-address {
    margin-bottom: 20px; }
    .account .carnet-address .title-head {
      /*@media screen and (max-width: 320px) {
        		margin-top: -18px !important;
    		}*/ }
  .account .block-carnet-address {
    margin-top: -35px; }
    .account .block-carnet-address .col-left, .account .block-carnet-address .col-right {
      margin-bottom: 40px; }
    @media (max-width: 52.84714em) {
      .account .block-carnet-address {
        margin-top: 0px; } }
    .account .block-carnet-address .add-address {
      color: #000 !important;
      padding: 10px !important;
      background-color: #fff !important;
      border: 1px solid #d5d6d8 !important;
      font-size: 12px;
      margin-top: 5px; }
      .account .block-carnet-address .add-address a {
        color: #000 !important;
        text-decoration: underline; }
      @media (max-width: 34.27571em) {
        .account .block-carnet-address .add-address {
          margin-top: 15px; } }
  .account .choose-update-switch-address {
    background-color: #f7f7f7;
    padding: 20px 0px 10px 20px;
    margin-bottom: 10px; }
  .account .update-address-choice, .account .switch-address-choice {
    margin-bottom: 40px; }
  .account .switch-address-choice .address-wrapper {
    margin-bottom: 20px;
    background-color: #fafafa;
    padding-left: 20px; }
    .account .switch-address-choice .address-wrapper .text-1 {
      float: left;
      margin-top: 20px;
      width: 50%;
      margin-bottom: 20px;
      line-height: 20px;
      color: #000; }
      .account .switch-address-choice .address-wrapper .text-1 p.brown {
        font-weight: 600; }
      @media (max-width: 34.27571em) {
        .account .switch-address-choice .address-wrapper .text-1 {
          float: none;
          width: 100%; } }
    .account .switch-address-choice .address-wrapper .choose-address {
      float: left;
      margin-top: 50px;
      width: 50px;
      z-index: 9999;
      text-align: center; }
      .account .switch-address-choice .address-wrapper .choose-address span.default {
        font-size: 11px; }
  .account .switch-address-choice .wrap-submit-button .btn-submit {
    width: 40%;
    padding: 8px;
    background: #fc7d2a;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400; }
    @media (max-width: 52.84714em) {
      .account .switch-address-choice .wrap-submit-button .btn-submit {
        width: 100%; } }
  .account .table-univers {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    overflow: hidden; }
    .account .table-univers .wanted {
      color: #fc7d2a; }
    .account .table-univers .unwanted {
      color: #b1b1b1; }
  .account #popover-deleteaddress .wrapper, .account #popover-cant-deleteaddress .wrapper, .account #popover-cant-deletedefaultaddress .wrapper {
    position: relative;
    background-color: #fff;
    min-height: 150px;
    left: 50%;
    margin-left: -200px;
    top: 20%;
    width: 400px;
    box-shadow: 5px 5px 15px #444;
    padding: 0 0 15px 0; }
    @media (max-width: 34.27571em) {
      .account #popover-deleteaddress .wrapper, .account #popover-cant-deleteaddress .wrapper, .account #popover-cant-deletedefaultaddress .wrapper {
        position: relative;
        background-color: #fff;
        min-height: 150px;
        left: 0;
        top: 20%;
        margin-left: 0px;
        width: 100%;
        box-shadow: 5px 5px 15px #444;
        padding: 0 0 15px 0; } }
    .account #popover-deleteaddress .wrapper .header, .account #popover-cant-deleteaddress .wrapper .header, .account #popover-cant-deletedefaultaddress .wrapper .header {
      padding: 20px;
      background-color: #e9e9e9;
      text-align: center; }
      .account #popover-deleteaddress .wrapper .header .title, .account #popover-cant-deleteaddress .wrapper .header .title, .account #popover-cant-deletedefaultaddress .wrapper .header .title {
        font-size: 15px;
        font-weight: 400;
        color: red;
        text-transform: uppercase; }
  .account #popover-deleteaddress .wrap-btn, .account #popover-cant-deleteaddress .wrap-btn, .account #popover-cant-deletedefaultaddress .wrap-btn {
    margin-top: 25px;
    margin-bottom: -20px;
    text-align: right; }
    .account #popover-deleteaddress .wrap-btn .correct, .account #popover-cant-deleteaddress .wrap-btn .correct, .account #popover-cant-deletedefaultaddress .wrap-btn .correct {
      border-radius: 5px;
      background: #CCC;
      color: #000;
      font-size: 14px;
      padding: 10px 20px; }
  .account #popover-deleteaddress .addressdelete-error-msg, .account #popover-cant-deleteaddress .addressdelete-error-msg, .account #popover-cant-deletedefaultaddress .addressdelete-error-msg {
    color: red; }
  .account .table-infos {
    overflow: hidden; }
    .account .table-infos .col-left {
      margin-bottom: 40px;
      overflow: hidden; }
    .account .table-infos .col-right {
      margin-bottom: 40px;
      overflow: hidden; }
    .account .table-infos .password-toogle, .account .table-infos .infos-toogle {
      background: #f3f3f3;
      color: #000;
      font-size: 12px;
      text-align: center;
      border: 1px solid #d5d6d8;
      display: block;
      width: 210px;
      text-decoration: none;
      padding: 10px 0px 10px 0px;
      float: left;
      margin-right: 5px;
      margin-top: 20px;
      cursor: pointer;
      margin-bottom: 20px; }
      @media (max-width: 52.84714em) {
        .account .table-infos .password-toogle, .account .table-infos .infos-toogle {
          width: 100%; } }
    .account .table-infos .password-toogle:hover, .account .table-infos .infos-toogle:hover {
      background: #d5d6d8;
      color: #000;
      font-size: 12px;
      text-align: center;
      border: 1px solid #d5d6d8;
      display: block;
      width: 210px;
      text-decoration: none;
      padding: 10px 0px 10px 0px;
      float: left;
      margin-top: 20px;
      cursor: pointer;
      margin-bottom: 20px; }
      @media (max-width: 52.84714em) {
        .account .table-infos .password-toogle:hover, .account .table-infos .infos-toogle:hover {
          width: 100%; } }
  .account .wrap-update-infos #infos-submit {
    width: 100% !important; }
  .account .wrap-update-infos .wrap-birthday {
    margin-bottom: 10px;
    overflow: hidden; }
    .account .wrap-update-infos .wrap-birthday input {
      float: left;
      width: 25% !important; }
      .account .wrap-update-infos .wrap-birthday input:nth-child(1) {
        margin-right: 10px !important; }
      .account .wrap-update-infos .wrap-birthday input:nth-child(2) {
        margin-right: 10px !important; }
  .account .wrap-update-password, .account .wrap-update-infos {
    background-color: #faf8f8;
    padding: 10px 35px 5px 20px;
    margin-top: 20px; }
    @media (max-width: 52.84714em) {
      .account .wrap-update-password, .account .wrap-update-infos {
        padding: 10px 20px 5px 20px; } }
    .account .wrap-update-password .close, .account .wrap-update-infos .close {
      width: 103.5%;
      margin-top: 5px;
      min-height: 10px;
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: right;
      background-image: url("../images/close-cross.png");
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .account .wrap-update-password .close, .account .wrap-update-infos .close {
          width: 100%; } }
    .account .wrap-update-password input, .account .wrap-update-infos input {
      margin-top: 10px;
      padding: 10px 0px 10px 10px !important;
      width: 100% !important;
      margin-right: 0 !important; }
    .account .wrap-update-password input.error, .account .wrap-update-infos input.error {
      border: 1px solid #F84E46; }
    .account .wrap-update-password #password-submit, .account .wrap-update-infos #password-submit {
      width: 100% !important;
      margin-right: 0 !important; }
    .account .wrap-update-password .wrap-error-msg, .account .wrap-update-infos .wrap-error-msg {
      display: none;
      padding: .3rem 0 .6rem 0;
      margin: 0px 0;
      text-align: center;
      background: #F84E46;
      color: #8B0200 !important;
      overflow-y: hidden;
      transition: all 0.3s ease-in-out;
      margin-top: 20px;
      background-position-x: 15px;
      width: 103%; }
      @media (max-width: 52.84714em) {
        .account .wrap-update-password .wrap-error-msg, .account .wrap-update-infos .wrap-error-msg {
          width: 100%; } }
      .account .wrap-update-password .wrap-error-msg .error-msg, .account .wrap-update-infos .wrap-error-msg .error-msg {
        display: inline-block;
        top: 3px;
        padding: 0.5rem 3rem .5rem 2rem;
        background-image: url(../images/picto-message-error-rouge.png);
        background-size: 7%;
        background-repeat: no-repeat;
        background-position: left center;
        font-weight: 300; }
    .account .wrap-update-password .wrap-success-msg, .account .wrap-update-infos .wrap-success-msg {
      display: none;
      padding: .3rem 0 .6rem 0;
      margin: 0px 0;
      text-align: center;
      background: #81ef8a;
      color: #4c5f13 !important;
      overflow-y: hidden;
      transition: all 0.3s ease-in-out;
      margin-top: 20px;
      background-position-x: 15px;
      width: 103%; }
      @media (max-width: 52.84714em) {
        .account .wrap-update-password .wrap-success-msg, .account .wrap-update-infos .wrap-success-msg {
          width: 100%; } }
      .account .wrap-update-password .wrap-success-msg .success-msg, .account .wrap-update-infos .wrap-success-msg .success-msg {
        display: inline-block;
        top: 3px;
        padding: .5rem 3rem .5rem 3rem;
        background-image: url(../images/picto-message-vert.png);
        background-size: 7%;
        background-repeat: no-repeat;
        background-position: left center;
        font-weight: 300; }
  .account .wrap-success-msg {
    display: none;
    padding: .3rem 0 .6rem 0;
    margin: 0px 0;
    text-align: center;
    background: #81ef8a;
    color: #4c5f13 !important;
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    background-position-x: 15px;
    width: 100%; }
    .account .wrap-success-msg .success-msg {
      display: inline-block;
      top: 3px;
      padding: .5rem 3rem .5rem 3rem;
      background-image: url(../images/picto-message-vert.png);
      background-size: 7%;
      background-repeat: no-repeat;
      background-position: left center;
      font-weight: 300; }
  .account .wrap-error-msg {
    display: none;
    padding: .3rem 0 .6rem 0;
    margin: 0px 0;
    text-align: center;
    background: #F84E46;
    color: #8B0200 !important;
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    background-position-x: 15px;
    width: 100%; }
    .account .wrap-error-msg .error-msg {
      display: inline-block;
      top: 3px;
      padding: 0.5rem 3rem .5rem 2rem;
      background-image: url(../images/picto-message-error-rouge.png);
      background-size: 7%;
      background-repeat: no-repeat;
      background-position: left center;
      font-weight: 300; }
  .account .btn-submit-nl {
    background: #fc7d2a;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: none;
    color: #fff;
    padding: 10px 100px 10px 100px;
    font-weight: 600;
    margin-top: 2%; }
    @media (max-width: 34.27571em) {
      .account .btn-submit-nl {
        margin-top: 0;
        width: 100%; } }
  .account .account-nl {
    margin-bottom: 5%; }
    .account .account-nl .nl {
      margin-top: 20px;
      margin-bottom: 20px; }
    .account .account-nl .prefnewsletter {
      background-image: url(/images/prefnewsletter.png) !important;
      background-size: 20px  !important;
      background-repeat: no-repeat !important;
      padding-top: 25px !important;
      background-position-y: 13px;
      padding-bottom: 25px !important; }
      .account .account-nl .prefnewsletter .indications-bleus {
        color: #fc7d2a;
        font-size: 10px;
        text-transform: lowercase;
        font-weight: 400; }
      @media screen and (max-width: 320px) {
        .account .account-nl .prefnewsletter .indications-bleus:before {
          content: " ";
          padding: 35px; }
        .account .account-nl .prefnewsletter .title-head {
          margin-top: -18px; } }
    .account .account-nl .col-left-nl {
      width: 50%;
      float: left;
      margin-right: 10%; }
      @media (max-width: 34.27571em) {
        .account .account-nl .col-left-nl {
          width: 100%;
          float: none;
          margin-right: 0; } }
    .account .account-nl .col-right-nl {
      width: 40%;
      float: left; }
      @media (max-width: 34.27571em) {
        .account .account-nl .col-right-nl {
          width: 100%;
          float: none;
          margin-right: 0; } }
  .account .col-45 {
    width: 45% !important;
    float: left; }
  .account .col-50-left {
    margin-right: 4%;
    width: 48%;
    float: left; }
  .account .col-50-right {
    width: 48%;
    float: left; }
    .account .col-50-right .btn-submit {
      width: 100%;
      padding: 8px; }
  .account .col-30-left {
    margin-right: 4%;
    width: 10%;
    float: left; }
    @media (max-width: 34.27571em) {
      .account .col-30-left {
        width: 45%;
        margin-right: 0; } }
    @media (min-width: 34.28571em) {
      .account .col-30-left {
        width: 20%;
        margin-right: 0; } }
  .account .col-30-right {
    width: 86%;
    float: left; }
    @media (max-width: 34.27571em) {
      .account .col-30-right {
        width: 48%; } }
    @media (min-width: 34.28571em) {
      .account .col-30-right {
        width: 75%;
        margin-right: 0; } }
  @media (min-width: 52.85714em) {
    .account {
      margin-bottom: 80px; } }
  .account.create-account {
    margin: 50px auto 50px auto; }
  .account.address-form .panel .panel-title a {
    float: right;
    font-size: 12px; }
  @media (max-width: 52.84714em) {
    .account.address-form .panel .panel-title {
      line-height: 24px; }
      .account.address-form .panel .panel-title a {
        float: none;
        display: block; } }
  .account.address-form .account-create-form {
    margin-top: 20px; }
    @media (max-width: 52.84714em) {
      .account.address-form .account-create-form {
        margin-top: 0px; } }
    .account.address-form .account-create-form .col input[type=radio] {
      margin: 0 5px 0 10px; }
    .account.address-form .account-create-form .col:nth-child(2) {
      padding-top: 0; }
      @media (max-width: 52.84714em) {
        .account.address-form .account-create-form .col:nth-child(2) {
          margin-top: 20px; } }
    .account.address-form .account-create-form .col:nth-child(3) {
      padding-top: 12px; }
      @media (max-width: 52.84714em) {
        .account.address-form .account-create-form .col:nth-child(3) {
          padding-top: 0; } }
    @media (max-width: 52.84714em) {
      .account.address-form .account-create-form .col {
        margin: 0;
        padding: 0 0; } }
  .account .panel {
    margin-top: 15px; }
    .account .panel .wrap-phone-number {
      margin-right: 10%; }
    .account .panel .part-status {
      margin-right: 10px;
      float: left;
      z-index: 99; }
    @media (min-width: 52.85714em) {
      .account .panel .wrap-adresse-mail {
        margin-bottom: 12px; } }
    .account .panel .wrap-different-address {
      margin-top: 15px; }
      @media (max-width: 52.84714em) {
        .account .panel .wrap-different-address {
          margin-top: 20px; } }
    .account .panel .wrap-account-type {
      margin-top: -14px;
      margin-bottom: 15px; }
      @media (max-width: 52.84714em) {
        .account .panel .wrap-account-type {
          margin-top: -2px; } }
    .account .panel .coordonnees-livraison {
      margin-bottom: 31px; }
      @media (max-width: 52.84714em) {
        .account .panel .coordonnees-livraison {
          margin-bottom: 20px; } }
    .account .panel .coordonnees-facturation {
      margin-bottom: 31px; }
      @media (max-width: 52.84714em) {
        .account .panel .coordonnees-facturation {
          margin-bottom: 20px;
          margin-top: 10px; } }
    .account .panel .login-id {
      margin-bottom: 10px; }
      @media (max-width: 52.84714em) {
        .account .panel .login-id {
          margin-top: 15px; } }
    .account .panel .coordonnees-livraison, .account .panel .coordonnees-facturation, .account .panel .login-id, .account .panel .bon-plan {
      font-size: 17px !important;
      padding: 12px 15px 12px 15px !important;
      font-weight: 300;
      line-height: 18px; }
    .account .panel .input-tel-fixe-deliv {
      margin-top: 20px; }
      @media (max-width: 69.99em) {
        .account .panel .input-tel-fixe-deliv {
          margin-top: 10px; } }
    .account .panel .panel-title {
      /*background: #e9e9e9;
            color: #000;
            padding: 20px;
            font-size: 22px;
            text-transform: uppercase;*/
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: bold;
      padding: 12px 15px 12px 0px !important;
      text-transform: uppercase;
      color: #000; }
      .account .panel .panel-title hr {
        background-color: #ff5205;
        color: #ff5205;
        height: 3px;
        width: 60px;
        margin-top: 10px; }
    .account .panel #error-text-univers {
      color: red;
      margin-top: 10px;
      margin-bottom: 15px;
      white-space: nowrap;
      font-weight: 100;
      font-size: .9rem;
      display: none; }
    .account .panel .panel-body .flash {
      text-align: center; }
    .account .panel .panel-body .wrap-mdp-choose {
      margin-bottom: 20px; }
      @media (max-width: 52.84714em) {
        .account .panel .panel-body .wrap-mdp-choose {
          margin-bottom: 10px; } }
    .account .panel .panel-body .wrap-phone-number {
      margin-bottom: 10px; }
  .account .user-infos input, .account .table-infos input {
    padding: 5px 10px;
    width: 200px; }
    .account .user-infos input.btn, .account .table-infos input.btn {
      background: #fc7d2a;
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      text-align: center;
      text-transform: uppercase;
      border: none;
      color: #fff;
      padding: 7px 10px; }
      .account .user-infos input.btn:hover, .account .table-infos input.btn:hover {
        background: #fa6911; }
  .account .user-infos strong, .account .table-infos strong {
    font-weight: 600; }
  .account .account-info {
    margin: 30px 0;
    position: relative; }
    .account .account-info h2 {
      font-size: 17px;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 10px;
      display: inline-block;
      font-weight: 600;
      color: #fb7d2a; }
      .account .account-info h2 span {
        color: #000 !important;
        font-size: 15px !important;
        font-weight: 300 !important; }
    .account .account-info p {
      font-size: 14px;
      letter-spacing: 1.2px;
      font-weight: 300;
      font-family: "Open Sans", sans-serif;
      color: #000; }
    .account .account-info a {
      display: inline-block;
      float: right;
      border: 1px solid #e0e0e0;
      color: #808080;
      font-family: "Open Sans", sans-serif;
      background-image: url("../images/icon-close.png");
      background-repeat: no-repeat;
      background-position: 92% 50%;
      font-size: 12px;
      padding: 0 30px 0 10px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      height: 30px;
      line-height: 30px; }
      .account .account-info a:hover {
        background-color: #e0e0e0; }
      @media (min-width: 34.28571em) and (max-width: 69.99em) {
        .account .account-info a {
          background-position: 98% 50%; } }
      @media (max-width: 69.99em) {
        .account .account-info a {
          display: block;
          float: none;
          position: relative;
          margin-top: 20px;
          padding-right: 0; } }
  .account .status {
    width: 35%; }
    .account .status .status-cours {
      color: #000;
      text-decoration: underline;
      padding-left: 5px;
      font-size: 12px; }
      .account .status .status-cours:hover {
        text-decoration: none; }
      @media (max-width: 69.99em) {
        .account .status .status-cours {
          display: block;
          padding-left: 0;
          margin-bottom: 15px; } }
    .account .status .success {
      color: #00a51f; }
  .account .validPayment-0 {
    color: #2597FF !important; }
  .account .validPayment-1 {
    color: #2597FF !important; }
  .account .validPayment-2 {
    color: red !important; }
  .account .validPayment-3 {
    color: #F89B2E !important; }
  .account a.validPayment-0:hover, .account a.validPayment-0:link, .account a.validPayment-0:visited, .account a.validPayment-0:active {
    color: #2597FF !important; }
  .account a.validPayment-1:hover, .account a.validPayment-1:link, .account a.validPayment-1:visited, .account a.validPayment-1:active {
    color: #2597FF !important; }
  .account a.validPayment-2:hover, .account a.validPayment-2:link, .account a.validPayment-2:visited, .account a.validPayment-2:active {
    color: red !important; }
  .account a.validPayment-3:hover, .account a.validPayment-3:link, .account a.validPayment-3:visited, .account a.validPayment-3:active {
    color: #F89B2E !important; }
  .account .wrap-progress {
    max-width: 340px;
    height: 8px;
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    background: #ECECEC; }
  .account .progress {
    max-width: 340px;
    height: 8px;
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    background: #ECECEC; }
    .account .progress:before {
      content: "";
      height: 8px;
      width: 0%;
      border-radius: 3px;
      display: block;
      background: #2597FF; }
    .account .progress.validPayment-0:before {
      width: 20%;
      background: #2597FF; }
    .account .progress.validPayment-1:before {
      width: 50%;
      background: #2597FF; }
    .account .progress.validPayment-2:before {
      width: 5%;
      background: red; }
    .account .progress.validPayment-3:before {
      width: 50%;
      background: #F89B2E; }
    .account .progress.shippingModeId-0:before {
      width: 70%;
      background: #2EA400; }
  .account .progress-success {
    max-width: 340px;
    height: 8px;
    width: 100%;
    margin-top: 5px;
    background: url("../images/progress-success.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .account table {
    table-layout: fixed;
    width: 100%; }
    .account table b {
      margin-bottom: 5px;
      display: inline-block;
      font-weight: 400;
      color: #000; }
    .account table tbody tr {
      border-bottom: 1px solid #dcdcdc; }
    .account table td {
      vertical-align: middle;
      padding: 30px 0;
      font-size: 12px; }
      .account table td p {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #777; }
      .account table td .btn-wrapper {
        float: right; }
        .account table td .btn-wrapper .btn-1 {
          margin-bottom: 5px; }
  .account .table-1 {
    table-layout: inherit;
    /* end until desktop*/
    /* end until desktop*/ }
    .account .table-1 tbody tr {
      border-bottom: 1px solid #D4D4D4;
      padding-bottom: 0px; }
      .account .table-1 tbody tr:nth-child(2) {
        padding-top: 15px; }
      .account .table-1 tbody tr:last-child {
        border: transparent; }
    .account .table-1 td {
      font-size: 14px;
      color: #000;
      display: block;
      width: 100%;
      padding: 15px 10px 0; }
      @media (max-width: 69.99em) {
        .account .table-1 td {
          padding: 15px 0px; } }
    @media (max-width: 69.99em) {
      .account .table-1 .btn-wrapper {
        display: block;
        width: 100%; } }
    .account .table-1 .mescommandes {
      background-image: url(/images/box.png);
      background-size: 20px;
      background-repeat: no-repeat;
      padding-top: 25px;
      background-position-y: 16px;
      padding-bottom: 25px;
      background-position-x: 0px;
      /*hr{
				@include mq(large){
		    		margin-top: -20px !important;
		    	}
			}*/ }
    .account .table-1 .btn-buy-again {
      padding: 5px 0 5px 0 !important;
      width: 100%; }
    .account .table-1 .btn-1 {
      position: relative;
      padding: 10px 0 9px 0; }
      .account .table-1 .btn-1:before {
        background-image: url("../images/icon-pdf.png");
        height: 44px;
        width: 44px;
        content: '';
        position: absolute;
        left: -10px;
        top: -4px;
        bottom: 0;
        display: inline-block; }
    .account .table-1 a:not(.btn-1):not(.status-cours) {
      font-weight: 300;
      color: #0090ff; }
      .account .table-1 a:not(.btn-1):not(.status-cours):hover {
        text-decoration: underline; }
    .account .table-1 tbody tr td {
      vertical-align: top;
      margin-bottom: 10px;
      width: 100%; }
      .account .table-1 tbody tr td.invoice-address, .account .table-1 tbody tr td.delivery-address {
        width: 49%; }
      .account .table-1 tbody tr td.invoice {
        width: 100%; }
    @media (min-width: 34.28571em) and (max-width: 69.99em) {
      .account .table-1 table, .account .table-1 thead, .account .table-1 tbody, .account .table-1 th, .account .table-1 td, .account .table-1 tr {
        display: block; }
      .account .table-1 tbody tr td {
        vertical-align: top; }
        .account .table-1 tbody tr td:nth-child(1) {
          display: inline-block;
          width: 35%; } }
    @media (min-width: 34.28571em) and (max-width: 69.99em) and (max-width: 69.99em) {
      .account .table-1 tbody tr td:nth-child(1) {
        width: 100%; } }
    @media (min-width: 34.28571em) and (max-width: 69.99em) {
        .account .table-1 tbody tr td:nth-child(2) {
          display: inline-block;
          width: 55%; }
        .account .table-1 tbody tr td:nth-child(3) {
          display: inline-block;
          width: 35%; }
        .account .table-1 tbody tr td:nth-child(4) {
          display: inline-block;
          width: 55%; }
        .account .table-1 tbody tr td:nth-child(5) {
          display: inline-block;
          width: 100%;
          text-align: left; }
        .account .table-1 tbody tr td:nth-child(6) {
          display: none; }
        .account .table-1 tbody tr td.invoice-address, .account .table-1 tbody tr td.delivery-address {
          width: 49%; }
        .account .table-1 tbody tr td.invoice {
          width: 100%; } }
    @media (min-width: 70em) {
      .account .table-1 tbody tr td {
        vertical-align: top; }
        .account .table-1 tbody tr td:nth-child(1) {
          display: inline-block;
          width: 16%; }
        .account .table-1 tbody tr td:nth-child(2) {
          display: inline-block;
          width: 16%; }
        .account .table-1 tbody tr td:nth-child(3) {
          display: inline-block;
          width: 35%; }
        .account .table-1 tbody tr td:nth-child(4) {
          display: inline-block;
          width: 10%; }
        .account .table-1 tbody tr td:nth-child(5) {
          display: inline-block;
          width: 10%;
          text-align: left;
          white-space: nowrap; }
        .account .table-1 tbody tr td:nth-child(6) {
          display: none; }
        .account .table-1 tbody tr td.invoice-address, .account .table-1 tbody tr td.delivery-address {
          width: 49%; }
        .account .table-1 tbody tr td.invoice {
          width: 100%; }
        .account .table-1 tbody tr td.order-details {
          width: 100%;
          padding: 0; } }
  .account .image {
    padding-left: 20px; }
  .account .table-2 {
    /*padding-bottom: 10px;
		border-bottom: 10px solid $color-gris-account-filet;*/ }
    .account .table-2 .download-invoice {
      padding-left: 10px !important;
      width: 99% !important;
      margin-left: 49%; }
      @media (max-width: 34.27571em) {
        .account .table-2 .download-invoice {
          margin-left: 0; } }
      @media (min-width: 70em) {
        .account .table-2 .download-invoice {
          margin-left: 0; } }
    .account .table-2 .btn-downlaod-invoice {
      width: 50%; }
      @media (max-width: 34.27571em) {
        .account .table-2 .btn-downlaod-invoice {
          width: 100%; } }
    .account .table-2 tbody tr td {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      color: #777;
      font-weight: 300;
      line-height: 1.2rem; }
      .account .table-2 tbody tr td:nth-child(1), .account .table-2 tbody tr td:nth-child(2) {
        width: 35%; }
        @media (max-width: 34.27571em) {
          .account .table-2 tbody tr td:nth-child(1), .account .table-2 tbody tr td:nth-child(2) {
            width: 100%; } }
        @media (min-width: 22.85714em) {
          .account .table-2 tbody tr td:nth-child(1), .account .table-2 tbody tr td:nth-child(2) {
            width: 100%; } }
        @media (max-width: 69.99em) {
          .account .table-2 tbody tr td:nth-child(1), .account .table-2 tbody tr td:nth-child(2) {
            margin-bottom: 25px; } }
      .account .table-2 tbody tr td:nth-child(3) {
        width: 28%;
        vertical-align: top; }
        .account .table-2 tbody tr td:nth-child(3) .btn-wrapper {
          -ms-transform: translate(0%, 74%);
              transform: translate(0%, 74%); }
      .account .table-2 tbody tr td h3 {
        font-size: 16px;
        line-height: 21px;
        color: #000;
        margin-bottom: 7px;
        font-weight: 400; }
      .account .table-2 tbody tr td p {
        letter-spacing: .5px; }
    @media (max-width: 69.99em) {
      .account .table-2 table, .account .table-2 thead, .account .table-2 tbody, .account .table-2 th, .account .table-2 td, .account .table-2 tr {
        display: block; }
      .account .table-2 tr td {
        vertical-align: top;
        margin: 0;
        padding: 0; }
        .account .table-2 tr td:nth-child(1) {
          width: 18%;
          display: inline-block;
          margin-top: 12px; }
        .account .table-2 tr td:nth-child(2) {
          width: 70%;
          display: inline-block;
          margin: 0;
          padding: 0;
          margin-top: 10px; }
          .account .table-2 tr td:nth-child(2) div {
            margin-top: 0;
            margin-bottom: 10px; }
        .account .table-2 tr td:nth-child(3) {
          width: 100%; }
          .account .table-2 tr td:nth-child(3) .btn-wrapper {
            width: 100%;
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 15px; }
            .account .table-2 tr td:nth-child(3) .btn-wrapper a {
              display: block;
              width: 100%; } }
    .account .table-2 span {
      color: #000; }
    .account .table-2 div {
      line-height: 18px; }
  .account .table-3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #D4D4D4; }
    @media (max-width: 52.84714em) {
      .account .table-3 {
        display: inline-block !important;
        width: 100%; } }
    @media (max-width: 52.84714em) {
      .account .table-3 thead {
        display: inline-block !important;
        width: 100%; } }
    .account .table-3 thead tr:first-child {
      padding-top: 0; }
    @media (max-width: 52.84714em) {
      .account .table-3 tbody {
        display: inline-block !important;
        width: 100%; } }
    .account .table-3 tbody tr {
      padding-bottom: 5px !important;
      padding-top: 6px !important; }
      @media (max-width: 52.84714em) {
        .account .table-3 tbody tr {
          display: inline-block !important;
          width: 100%; } }
      .account .table-3 tbody tr td {
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        vertical-align: top; }
        @media (max-width: 52.84714em) {
          .account .table-3 tbody tr td {
            display: inline-block !important;
            width: 100%; } }
        .account .table-3 tbody tr td:nth-child(1) {
          width: 20%;
          text-align: center;
          min-height: 5.5rem;
          background-repeat: no-repeat;
          background-position: center; }
          @media (max-width: 34.27571em) {
            .account .table-3 tbody tr td:nth-child(1) {
              width: 50%; } }
          @media (min-width: 34.28571em) {
            .account .table-3 tbody tr td:nth-child(1) {
              width: 20%; } }
          @media (min-width: 52.85714em) {
            .account .table-3 tbody tr td:nth-child(1) {
              width: 20%; } }
        .account .table-3 tbody tr td:nth-child(2) {
          width: 48%; }
          @media (max-width: 34.27571em) {
            .account .table-3 tbody tr td:nth-child(2) {
              width: 47%; } }
          @media (min-width: 52.85714em) {
            .account .table-3 tbody tr td:nth-child(2) {
              width: 40%; } }
          .account .table-3 tbody tr td:nth-child(2) .description-wrapper {
            position: relative;
            min-height: 5.5rem;
            margin-top: 3px;
            font-family: "Open Sans", sans-serif;
            font-size: 1rem;
            font-weight: 300; }
            .account .table-3 tbody tr td:nth-child(2) .description-wrapper strong {
              font-weight: 400;
              color: #000; }
            .account .table-3 tbody tr td:nth-child(2) .description-wrapper span {
              font-weight: 400;
              color: #000; }
            .account .table-3 tbody tr td:nth-child(2) .description-wrapper div {
              line-height: 1rem; }
              .account .table-3 tbody tr td:nth-child(2) .description-wrapper div:last-child {
                position: absolute;
                bottom: 0; }
            .account .table-3 tbody tr td:nth-child(2) .description-wrapper a:link, .account .table-3 tbody tr td:nth-child(2) .description-wrapper a:visited, .account .table-3 tbody tr td:nth-child(2) .description-wrapper a:active, .account .table-3 tbody tr td:nth-child(2) .description-wrapper a:hover {
              font-weight: 400;
              color: #000;
              text-decoration: none; }
        .account .table-3 tbody tr td:nth-child(3) {
          width: 30%;
          padding: .5rem 0; }
          @media (max-width: 34.27571em) {
            .account .table-3 tbody tr td:nth-child(3) {
              width: 100%; } }
          @media (min-width: 34.28571em) {
            .account .table-3 tbody tr td:nth-child(3) {
              width: 100%; } }
          @media (min-width: 52.85714em) {
            .account .table-3 tbody tr td:nth-child(3) {
              width: 39%; } }
          .account .table-3 tbody tr td:nth-child(3) .btn-wrapper a.btn-1 {
            padding: 5px 0 5px 0; }
            .account .table-3 tbody tr td:nth-child(3) .btn-wrapper a.btn-1:before {
              display: none; }
  .account .link-12 {
    font-size: 12px;
    color: #0090ff;
    float: right; }
    @media (max-width: 69.99em) {
      .account .link-12 {
        margin-bottom: 20px;
        float: left; } }
  .account .table-infos {
    margin-top: 30px; }
  .account .account-address {
    margin-bottom: 60px; }
    @media (max-width: 52.84714em) {
      .account .account-address {
        margin-bottom: 0px; } }
  .account .table-wrapper .title-head, .account .account-address .title-head {
    float: left;
    width: 96%;
    margin-top: -8px; }
    @media (max-width: 22.84714em) {
      .account .table-wrapper .title-head, .account .account-address .title-head {
        width: 84%; } }
    @media (max-width: 34.27571em) {
      .account .table-wrapper .title-head, .account .account-address .title-head {
        width: 84%; } }
    @media (min-width: 34.28571em) {
      .account .table-wrapper .title-head, .account .account-address .title-head {
        width: 92%; } }
    @media (min-width: 52.85714em) {
      .account .table-wrapper .title-head, .account .account-address .title-head {
        width: 93%; } }
  .account .table-wrapper .open-close, .account .account-address .open-close {
    float: left;
    width: 3%;
    margin-top: -14px;
    cursor: pointer; }
    @media (max-width: 34.27571em) {
      .account .table-wrapper .open-close, .account .account-address .open-close {
        width: 9%; } }
    @media (max-width: 22.84714em) {
      .account .table-wrapper .open-close, .account .account-address .open-close {
        width: 9%; } }
    @media (min-width: 34.28571em) {
      .account .table-wrapper .open-close, .account .account-address .open-close {
        width: 5%; } }
    @media (min-width: 52.85714em) {
      .account .table-wrapper .open-close, .account .account-address .open-close {
        width: 4%;
        margin-top: -18px; } }
    @media (min-width: 70em) {
      .account .table-wrapper .open-close, .account .account-address .open-close {
        margin-top: -18px; } }
    @media (min-width: 91.42857em) {
      .account .table-wrapper .open-close, .account .account-address .open-close {
        margin-top: -25px; } }
  .account .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    clear: both; }
    .account .table-wrapper .mesinfosperso {
      background-image: url(/images/user.png);
      background-size: 25px;
      background-repeat: no-repeat;
      background-position-y: 13px; }
    @media (min-width: 52.85714em) {
      .account .table-wrapper .col-left, .account .table-wrapper .col-right {
        width: 48%;
        float: left; } }
    @media (min-width: 52.85714em) {
      .account .table-wrapper .col-right {
        float: right; } }
    .account .table-wrapper .content {
      padding: 20px 0px 20px 0px;
      line-height: 20px;
      color: #777; }
      .account .table-wrapper .content h3 {
        font-size: 16px;
        line-height: 21px;
        color: #000;
        margin-bottom: 7px; }
      .account .table-wrapper .content span {
        color: #000; }
      .account .table-wrapper .content .user-email {
        letter-spacing: .5px; }
      .account .table-wrapper .content a {
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
        color: #0090ff;
        text-decoration: underline; }
        @media (max-width: 69.99em) {
          .account .table-wrapper .content a {
            margin-top: 5px;
            margin-bottom: 0px; } }
        .account .table-wrapper .content a:hover {
          text-decoration: none; }
        .account .table-wrapper .content a.password-toogle {
          font-weight: 300; }
          @media (max-width: 52.84714em) {
            .account .table-wrapper .content a.password-toogle {
              width: 100%; } }
        .account .table-wrapper .content a.infos-toogle {
          font-weight: 300; }
          @media (max-width: 52.84714em) {
            .account .table-wrapper .content a.infos-toogle {
              width: 100%; } }
        .account .table-wrapper .content a.ajouter-adresse {
          color: #000 !important;
          padding: 10px !important;
          background-color: #fff !important; }
      .account .table-wrapper .content form {
        margin-top: 5px; }
        .account .table-wrapper .content form strong {
          letter-spacing: 1px;
          font-weight: 100;
          top: 3px;
          position: absolute;
          margin-left: 5px;
          color: #777; }
      .account .table-wrapper .content input {
        margin-right: 5px; }
      .account .table-wrapper .content .text-1 {
        color: #777;
        font-weight: 300;
        letter-spacing: .5px; }
        .account .table-wrapper .content .text-1 a {
          margin-top: 3px;
          margin-bottom: 22px;
          color: #0090ff; }
        @media (max-width: 69.99em) {
          .account .table-wrapper .content .text-1 {
            margin: 20px 0; } }

.item {
  float: left;
  width: 19%;
  margin-right: 1%;
  margin: 30px 1% 20px 0;
  display: inline-block; }
  @media (max-width: 69.99em) {
    .item {
      width: 49%; } }
  .item span {
    position: absolute;
    bottom: 0; }
  .item .item-image {
    display: inline-block;
    margin-right: 10px;
    float: left;
    width: 30%; }
  .item .item-content {
    padding-top: 5px;
    line-height: 15px;
    padding-right: 1%;
    font-size: 12px;
    position: relative;
    min-height: 100px;
    color: #000;
    width: 60%;
    font-family: "Open Sans", sans-serif;
    float: left; }
    .item .item-content h3 {
      font-weight: 600;
      text-decoration: underline; }
    .item .item-content p {
      color: #8b8b8b;
      text-decoration: underline; }

.table-heading {
  font-family: "Open Sans", sans-serif;
  padding: 19px 0 17px 35px;
  background-image: url("../images/icon-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 19px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  line-height: 20px; }
  .table-heading hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 60px;
    text-align: left; }
  .table-heading.infos-connect hr {
    margin-top: 10px; }

.table-heading-2 {
  padding: 18px 0 18px 20px;
  background-color: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  height: 10px; }
  @media screen and (max-width: 640px) {
    .table-heading-2 {
      height: 60px; } }
  .table-heading-2 .content-left {
    float: left;
    width: 50%; }
    @media screen and (max-width: 432px) {
      .table-heading-2 .content-left {
        width: 40%; } }
  .table-heading-2 .content-right {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    margin-top: -2px;
    /*.dropdown-arrow{
		    background-image: url(/images/fleche-list-open.png);
		    background-size: 15px;
		    background-repeat: no-repeat;
		    width: 15px;
		    height: 15px;
		    float: right;
		    margin-left: 10px;
		    margin-top: -1px;
		    cursor: pointer;
    	}*/ }
    @media screen and (max-width: 432px) {
      .table-heading-2 .content-right {
        width: 60%; } }
    .table-heading-2 .content-right .pdf-logo {
      width: 25px;
      float: right;
      margin-right: 5px;
      margin-top: -5px; }
      @media screen and (max-width: 510px) {
        .table-heading-2 .content-right .pdf-logo {
          display: none; } }
    .table-heading-2 .content-right .see-bills {
      float: right;
      margin-left: 10px; }
      @media screen and (max-width: 370px) {
        .table-heading-2 .content-right .see-bills {
          margin-left: 0px; } }
      .table-heading-2 .content-right .see-bills .no-bills {
        text-transform: lowercase;
        font-weight: 400; }
    .table-heading-2 .content-right select {
      margin-top: -4px;
      width: 170px; }
      @media screen and (max-width: 320px) {
        .table-heading-2 .content-right select {
          width: 120px; } }
      @media screen and (max-width: 340px) {
        .table-heading-2 .content-right select {
          width: 130px; } }
      @media screen and (max-width: 375px) {
        .table-heading-2 .content-right select {
          width: 150px; } }

.btn-edit-nl {
  background: #f3f3f3;
  color: #000;
  font-size: 12px;
  text-align: center;
  border: 1px solid #d5d6d8;
  display: block;
  width: 110px;
  text-decoration: none;
  padding: 10px 0px 10px 0px;
  float: right;
  margin-right: 5px;
  margin-top: 15px;
  cursor: pointer; }
  @media (max-width: 34.27571em) {
    .btn-edit-nl {
      width: 100%;
      margin-top: 20px; } }

.btn-edit-nl:hover {
  background: #d5d6d8;
  color: #000;
  font-size: 12px;
  text-align: center;
  border: 1px solid #d5d6d8;
  display: block;
  width: 110px;
  text-decoration: none;
  padding: 10px 0px 10px 0px;
  float: right;
  margin-top: 15px;
  cursor: pointer; }
  @media (max-width: 34.27571em) {
    .btn-edit-nl:hover {
      width: 100%;
      margin-top: 20px; } }

.account-address {
  overflow-y: hidden;
  margin-bottom: 20px; }
  .account-address .clear {
    clear: both; }
  .account-address .content {
    width: 48%;
    margin-top: 20px;
    overflow: hidden;
    float: left; }
    @media (max-width: 52.84714em) {
      .account-address .content {
        float: none;
        width: 100%; } }
  .account-address .mesadresses {
    background-image: url(/images/book-address.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 25px; }
  .account-address .content.left {
    margin-right: 4%; }
    @media (max-width: 52.84714em) {
      .account-address .content.left {
        margin-right: 0%; } }
  .account-address .address-wrapper {
    padding: 0px 15px 0px 0px;
    margin-bottom: 20px; }
  .account-address p.brown {
    font-weight: 600; }
  .account-address .text-1 {
    float: left;
    margin-top: 20px;
    width: 50%;
    margin-bottom: 20px;
    line-height: 20px;
    color: #000; }
    @media (max-width: 34.27571em) {
      .account-address .text-1 {
        float: none;
        width: 100%; } }
  .account-address .choose-address {
    float: left;
    margin-top: 20px;
    width: 50%;
    text-align: center;
    overflow: hidden; }
    .account-address .choose-address span.default {
      font-size: 11px; }
    @media (max-width: 34.27571em) {
      .account-address .choose-address {
        float: none;
        width: 100%; } }
  .account-address h3.title-facturation {
    padding: 15px 10px 15px 0px;
    background-size: 25px;
    font-family: "Open Sans", sans-serif;
    background-image: url(/images/ticket.png);
    font-size: 18px;
    background-color: #fff;
    font-weight: 300 !important;
    line-height: 13px;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    width: 97%;
    color: #000;
    margin-bottom: 10px; }
    @media (max-width: 52.84714em) {
      .account-address h3.title-facturation {
        width: auto; } }
    .account-address h3.title-facturation hr {
      background-color: #ff5205;
      color: #ff5205;
      height: 3px;
      width: 60px;
      margin-left: 35px;
      text-align: left; }
    .account-address h3.title-facturation .title {
      padding-left: 35px;
      color: #000;
      font-weight: bold;
      font-size: 14px; }
      .account-address h3.title-facturation .title strong {
        font-weight: bold; }
    .account-address h3.title-facturation .pardefaut {
      text-align: center;
      float: left;
      font-size: 11px; }
  .account-address h3.title-livraison {
    padding: 15px 10px 15px 0px;
    background-image: url(/images/pointer.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    width: 97%;
    margin-bottom: 10px;
    color: #000;
    background-color: #fff;
    font-weight: 300 !important;
    line-height: 13px;
    font-size: 18px;
    background-size: 25px;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 52.84714em) {
      .account-address h3.title-livraison {
        width: auto; } }
    .account-address h3.title-livraison hr {
      background-color: #ff5205;
      color: #ff5205;
      height: 3px;
      width: 60px;
      margin-left: 35px; }
    .account-address h3.title-livraison .title {
      padding-left: 35px;
      color: #000;
      font-weight: bold;
      font-size: 14px; }
      .account-address h3.title-livraison .title strong {
        font-weight: bold; }
    .account-address h3.title-livraison .pardefaut {
      text-align: center;
      float: left;
      font-size: 11px; }
  .account-address .btn-wrapper-address {
    width: 100%;
    margin-top: 30px;
    text-align: center !important; }
    @media (max-width: 34.27571em) {
      .account-address .btn-wrapper-address {
        margin-top: 0px; } }
    .account-address .btn-wrapper-address a.btn-edit {
      background: #f3f3f3;
      color: #000;
      font-size: 12px;
      text-align: center;
      border: 1px solid #d5d6d8;
      display: block;
      width: 48%;
      text-decoration: none;
      padding: 10px 0px 10px 0px;
      float: left;
      margin-right: 2%;
      margin-top: 0px;
      cursor: pointer; }
      @media (max-width: 34.27571em) {
        .account-address .btn-wrapper-address a.btn-edit {
          width: 100%;
          margin-top: 15px; } }
    .account-address .btn-wrapper-address .btn-delete {
      background: #f3f3f3;
      color: #000;
      font-size: 12px;
      text-align: center;
      border: 1px solid #d5d6d8;
      display: block;
      width: 49%;
      text-decoration: none;
      padding: 10px 0px 10px 0px;
      float: left;
      margin-top: 0px;
      cursor: pointer; }
      @media (max-width: 34.27571em) {
        .account-address .btn-wrapper-address .btn-delete {
          width: 100%;
          margin-top: 15px; } }
    .account-address .btn-wrapper-address a.btn-edit:hover {
      background: #d5d6d8;
      color: #000;
      font-size: 12px;
      text-align: center;
      border: 1px solid #d5d6d8;
      display: block;
      width: 48%;
      margin-right: 2%;
      text-decoration: none;
      padding: 10px 0px 10px 0px;
      float: left;
      margin-top: 0px;
      cursor: pointer; }
      @media (max-width: 34.27571em) {
        .account-address .btn-wrapper-address a.btn-edit:hover {
          width: 100%;
          margin-top: 15px; } }
    .account-address .btn-wrapper-address .btn-delete:hover {
      background: #d5d6d8;
      color: #000;
      font-size: 12px;
      text-align: center;
      border: 1px solid #d5d6d8;
      display: block;
      width: 49%;
      text-decoration: none;
      padding: 10px 0px 10px 0px;
      float: left;
      margin-top: 0px;
      cursor: pointer; }
      @media (max-width: 34.27571em) {
        .account-address .btn-wrapper-address .btn-delete:hover {
          width: 100%;
          margin-top: 15px; } }

.filters .strong {
  font-weight: 600 !important; }

.filters .wrapper-filter-price {
  padding: 20px 10px 20px 0px;
  overflow: hidden;
  text-align: center;
  width: 100%; }
  .filters .wrapper-filter-price .separator-to {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px; }
    @media (max-width: 52.84714em) {
      .filters .wrapper-filter-price .separator-to {
        float: left;
        margin-right: 10px;
        margin-top: 5px; } }
  .filters .wrapper-filter-price .separator-device {
    float: left;
    margin-left: 5px;
    padding-top: 10px; }
    @media (max-width: 52.84714em) {
      .filters .wrapper-filter-price .separator-device {
        float: left;
        margin-right: 10px;
        margin-top: 5px; } }
  .filters .wrapper-filter-price .price-select {
    width: 30%;
    float: left;
    padding: 5px;
    border: 1px solid lightgray; }
    @media (max-width: 52.84714em) {
      .filters .wrapper-filter-price .price-select {
        width: 20%;
        float: left;
        margin-right: 10px; } }

@media (min-width: 52.85714em) {
  .filters .brand-title {
    margin-top: -20px !important;
    margin-bottom: 0px !important;
    margin-left: -20px !important; } }

@media (min-width: 70em) {
  .filters .brand-title {
    margin-left: 0px !important; } }

@media (min-width: 91.42857em) {
  .filters .brand-title {
    margin-left: 0px !important; } }

@media (min-width: 52.85714em) {
  .filters .history-brand-title {
    margin-bottom: 0px !important; } }

@media (min-width: 52.85714em) {
  .filters .text-brand {
    margin-top: -20px !important; } }

.filters .brand-page .results .heading {
  width: 100%;
  margin-left: 0px;
  margin-top: -6px; }

@media (min-width: 52.85714em) {
  .filters .brand-page .results hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 30px;
    display: block;
    margin-top: 43px;
    position: absolute;
    text-align: left; } }

@media (min-width: 70em) {
  .filters .brand-page .results hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 30px;
    display: block;
    margin-top: 43px;
    position: absolute; } }

@media (min-width: 91.42857em) {
  .filters .brand-page .results hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 30px;
    display: block;
    margin-top: 43px;
    position: absolute; } }

@media (min-width: 52.85714em) {
  .filters .brand-page .trier-par-wrapper {
    margin-top: 15px; } }

.filters .brand-page .results.liste {
  margin-bottom: 20px; }
  @media (max-width: 52.84714em) {
    .filters .brand-page .results.liste {
      padding: 5px 15px 10px 20px;
      margin-bottom: -1px; } }

@media (min-width: 52.85714em) {
  .filters .brand-page .wrap-filtres {
    float: right;
    display: inline-block;
    z-index: 100;
    margin-bottom: 5px;
    right: 0px;
    top: 6px; } }

@media (min-width: 70em) {
  .filters .brand-page .wrap-filtres {
    float: right;
    display: inline-block;
    z-index: 100;
    margin-bottom: 5px;
    right: 0px;
    top: 6px; } }

@media (min-width: 91.42857em) {
  .filters .brand-page .wrap-filtres {
    float: right;
    display: inline-block;
    z-index: 100;
    margin-bottom: 5px;
    right: 0px;
    top: 6px; } }

@media (min-width: 52.85714em) {
  .filters .brand-page .heading-content {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    position: absolute;
    width: 70%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; } }

@media (min-width: 70em) {
  .filters .brand-page .heading-content {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    position: absolute;
    width: 70%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; } }

@media (min-width: 91.42857em) {
  .filters .brand-page .heading-content {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    position: absolute;
    width: 70%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; } }

.filters .no-results {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center; }
  .filters .no-results .orange-strong {
    color: #fc8f29;
    font-family: 'Helvetica Bold', sans-serif; }
  .filters .no-results .text-1 {
    line-height: 20px; }
  .filters .no-results .icon-sorry {
    font-size: 50px;
    line-height: 70px; }
  .filters .no-results .first-part {
    margin-top: 70px; }
  .filters .no-results .advices {
    padding-top: 30px;
    padding-bottom: 30px; }
    .filters .no-results .advices .bloc-advice {
      border: 1px solid #b9b9b9;
      border-right: none;
      border-left: none;
      width: 75%;
      border-top: none;
      padding-bottom: 12px;
      padding-top: 10px;
      margin: 0 auto; }
      @media (min-width: 52.85714em) {
        .filters .no-results .advices .bloc-advice {
          width: 50%; } }
      @media (min-width: 70em) {
        .filters .no-results .advices .bloc-advice {
          width: 23%; } }
    .filters .no-results .advices .text-advice {
      padding-bottom: 0px; }
    .filters .no-results .advices hr {
      size: 5;
      width: 50%;
      align: center; }

.filters .filter-wrapper {
  margin: -1px 0px 8px 0px; }
  .filters .filter-wrapper:after {
    content: '';
    display: block;
    clear: both; }
  @media (min-width: 52.85714em) {
    .filters .filter-wrapper {
      margin: 8px 15px; } }
  .filters .filter-wrapper.loading .loader {
    position: absolute;
    background: url("/images/loader.svg");
    height: 100px;
    width: 100px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: 140px;
    left: 50%;
    z-index: 2; }
  .filters .filter-wrapper.loading .filter-left,
  .filters .filter-wrapper.loading .filter-right, .filters .filter-wrapper.loading .filter-center {
    opacity: .3; }
  @media (min-width: 57.85714em) {
    .filters .filter-wrapper > .horizontal-module-container {
      width: 100%; } }
  @media (min-width: 70em) {
    .filters .filter-wrapper > .horizontal-module-container {
      width: 960px; } }
  @media (min-width: 91.42857em) {
    .filters .filter-wrapper > .horizontal-module-container {
      width: 1240px; } }

.filters .filter-left {
  font-family: "Open Sans", sans-serif; }
  @media (min-width: 52.85714em) {
    .filters .filter-left {
      width: 28%;
      float: left;
      max-width: 245px;
      margin-right: 2%; } }
  @media (min-width: 57.85714em) {
    .filters .filter-left {
      width: 21%;
      float: left;
      max-width: 245px;
      margin-right: 2%; } }
  @media (min-width: 70em) {
    .filters .filter-left {
      width: 23%;
      float: left;
      margin-right: 2%;
      max-width: 300px; } }
  .filters .filter-left.filters-form {
    display: none; }
    @media (min-width: 52.85714em) {
      .filters .filter-left.filters-form {
        display: block; } }
  .filters .filter-left .img-dropdown {
    width: 20px;
    float: right;
    margin-top: -3px; }
  .filters .filter-left .img-dropup {
    width: 20px;
    float: right;
    margin-top: -3px;
    display: none; }
  .filters .filter-left .btn-2 {
    display: none;
    text-transform: uppercase;
    padding: 15px 5px 10px 15px;
    background: url("../images/icon-close-2.png") 94% 50% no-repeat #e67a10; }
    .filters .filter-left .btn-2.active {
      display: block; }
  .filters .filter-left .panel.panel-trier-list, .filters .filter-left .panel.panel-categories-list, .filters .filter-left .panel.panel-brands-list, .filters .filter-left .panel.panel-offres-list {
    margin-bottom: .7rem; }
  .filters .filter-left .panel.panel-trier-list {
    display: none; }
    @media (min-width: 70em) {
      .filters .filter-left .panel.panel-trier-list {
        display: none; } }
    .filters .filter-left .panel.panel-trier-list .inner-wrapper {
      padding: 15px 15px 5px 15px; }
  .filters .filter-left .panel.panel-offres-list .inner-wrapper {
    padding: 10px 15px 0px 15px; }
  .filters .filter-left .panel.panel-attributes-list .inner-wrapper {
    padding: 5px 0px 15px 0px; }
  .filters .filter-left .panel h3 {
    margin: 0; }
    .filters .filter-left .panel h3 .remove-filter-brands, .filters .filter-left .panel h3 .remove-filter-category, .filters .filter-left .panel h3 .remove-filter-attributes, .filters .filter-left .panel h3 .remove-filter-prices, .filters .filter-left .panel h3 .remove-filter-order_by {
      background: #fc7d2a;
      color: #fff;
      float: right;
      padding: 3px 6px 3px 5px;
      top: -2px;
      display: none;
      cursor: pointer;
      margin-right: 6px; }
      .filters .filter-left .panel h3 .remove-filter-brands.active, .filters .filter-left .panel h3 .remove-filter-category.active, .filters .filter-left .panel h3 .remove-filter-attributes.active, .filters .filter-left .panel h3 .remove-filter-prices.active, .filters .filter-left .panel h3 .remove-filter-order_by.active {
        display: block; }
  .filters .filter-left .panel .panel-dropdown-under {
    position: relative; }
    .filters .filter-left .panel .panel-dropdown-under.open .panel-body-under {
      height: auto;
      margin-top: 10px; }
    .filters .filter-left .panel .panel-dropdown-under h3, .filters .filter-left .panel .panel-dropdown-under h4 {
      cursor: pointer;
      padding: 6px 10px 9px 18px; }
      .filters .filter-left .panel .panel-dropdown-under h3:before, .filters .filter-left .panel .panel-dropdown-under h4:before {
        content: ' ';
        background-image: url("../images/assets.png");
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 8px;
        background-position: -357px -135px;
        left: 6px;
        top: 9px; }
    .filters .filter-left .panel .panel-dropdown-under .panel-body-under {
      height: 0px;
      overflow-y: hidden; }
  .filters .filter-left h3 {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase;
    background: url("../images/down-arrow.png") no-repeat 90% 50% #f4f4f4;
    padding: 18px 10px 18px 20px;
    margin: 20px 0; }
  .filters .filter-left h4 {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 10px 10px 10px 30px;
    margin: 10px 0 0px 0px;
    border: 1px solid #bcbcbd; }
    .filters .filter-left h4:before {
      content: ' - ' !important;
      background-image: unset !important;
      left: 10px !important;
      top: 6px !important; }
  .filters .filter-left select {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 3px;
    border: 1px solid #bdbdbf; }
  .filters .filter-left input:checked + label {
    font-weight: 400;
    color: #000; }
  .filters .filter-left .inner-wrapper {
    padding: 10px 15px;
    max-height: 460px;
    overflow-y: auto;
    overflow-x: hidden; }
    .filters .filter-left .inner-wrapper.inner-wrapper-slider {
      padding: 20px 15px 20px 15px; }
    .filters .filter-left .inner-wrapper.inner-wrapper-cat {
      padding: 10px 0px 10px 0px; }
    .filters .filter-left .inner-wrapper .subtitle {
      margin-bottom: 15px; }
    .filters .filter-left .inner-wrapper.active .masquer {
      display: none; }
  .filters .filter-left .form-row {
    margin-bottom: 3px; }
    .filters .filter-left .form-row.data_id_0 {
      display: none; }
    .filters .filter-left .form-row a,
    .filters .filter-left .form-row label {
      font-size: 11px;
      color: #818181;
      cursor: pointer;
      font-weight: 300; }
      .filters .filter-left .form-row a.level,
      .filters .filter-left .form-row label.level {
        font-weight: 400;
        font-size: 12px; }
      .filters .filter-left .form-row a.selected,
      .filters .filter-left .form-row label.selected {
        font-weight: 400;
        font-size: 12px; }
    .filters .filter-left .form-row a.clicked,
    .filters .filter-left .form-row a:hover {
      text-decoration: underline; }
    .filters .filter-left .form-row label {
      margin-bottom: .2rem; }
      .filters .filter-left .form-row label.selected {
        background: #fc7d2a url("/images/list-style-type-open.png") no-repeat 1.2rem 10px;
        display: block;
        padding: 0.5rem 0rem  0.5rem 2.2rem;
        text-transform: uppercase; }
        .filters .filter-left .form-row label.selected a {
          padding-left: 0rem;
          color: #fff; }
      .filters .filter-left .form-row label a {
        padding-left: 1.2rem; }
    .filters .filter-left .form-row .label-brand {
      margin-bottom: .2rem; }
      .filters .filter-left .form-row .label-brand.selected {
        background: #fc7d2a url("/images/list-style-type-open.png") no-repeat 1.2rem 10px;
        display: block;
        padding: 0.5rem 0rem  0.5rem 2.2rem;
        text-transform: uppercase; }
        .filters .filter-left .form-row .label-brand.selected a {
          padding-left: 0rem;
          color: #fff; }
    .filters .filter-left .form-row ul {
      list-style: none;
      margin-bottom: 10px; }
      .filters .filter-left .form-row ul li {
        background: url("/images/list-style-type.png") no-repeat 2rem 8px;
        padding: 5px 0;
        padding-left: 3rem;
        margin-bottom: 0px;
        color: #000; }
        .filters .filter-left .form-row ul li a {
          color: #000; }
        .filters .filter-left .form-row ul li.level3 {
          background: url("/images/list-style-type-on.png") no-repeat 2rem 8px; }
          .filters .filter-left .form-row ul li.level3 a {
            color: #fc7d2a;
            background: none;
            font-weight: 600; }
    .filters .filter-left .form-row input {
      margin-right: 5px; }

.filters .filter-right {
  width: 100%;
  margin-top: 0px; }
  @media (max-width: 52.84714em) {
    .filters .filter-right {
      margin-top: 0px; } }
  @media (min-width: 52.85714em) {
    .filters .filter-right {
      width: 70%;
      float: left; } }
  @media (min-width: 57.85714em) {
    .filters .filter-right {
      width: 77%;
      float: left; } }
  @media (min-width: 70em) {
    .filters .filter-right {
      width: 75%;
      float: left; } }
  @media (min-width: 91.42857em) {
    .filters .filter-right {
      width: 75%; } }
  .filters .filter-right .no-results-afterfilter {
    text-align: center;
    line-height: 22px;
    width: 100%; }
    @media (max-width: 52.84714em) {
      .filters .filter-right .no-results-afterfilter {
        margin-top: 70px; } }

.filters .results {
  background: #fff;
  border-bottom: 1px solid #dfdfe0;
  font-size: 12px; }
  @media (max-width: 52.84714em) {
    .filters .results {
      padding: 0px 15px 10px 20px;
      height: 3rem;
      background-color: #ececec; } }
  @media (min-width: 52.85714em) {
    .filters .results {
      padding: 0px 0px 10px 0px;
      height: 3.5rem; } }
  @media (min-width: 52.85714em) {
    .filters .results {
      float: left;
      width: 100%;
      margin-bottom: 20px; } }
  @media (min-width: 70em) {
    .filters .results {
      padding: 0px 0px 10px 0px; } }
  .filters .results:after {
    content: '';
    display: block;
    clear: both; }
  .filters .results.liste h1 {
    color: #000;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none; }
  .filters .results.liste strong {
    color: #000;
    font-weight: 600; }
  @media (min-width: 52.85714em) {
    .filters .results.liste {
      margin-bottom: 20px; } }
  .filters .results hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 30px;
    display: block; }
    @media (max-width: 52.84714em) {
      .filters .results hr {
        display: none; } }
  .filters .results .heading {
    display: inline-block;
    float: left;
    position: relative; }
    @media (max-width: 52.84714em) {
      .filters .results .heading {
        margin-top: 0px;
        width: 100%;
        line-height: 16px;
        min-height: 50px;
        top: 0px; } }
    @media (min-width: 52.85714em) {
      .filters .results .heading {
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
        position: absolute;
        width: 70%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        top: 50%; } }
    @media (min-width: 70em) {
      .filters .results .heading {
        width: 50%; } }
    .filters .results .heading.fleche-retour {
      /*&:before{
					@include mq($until: tablet) {
						font-family: "icons";
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale;
						font-style: normal;
						font-variant: normal;
						font-weight: normal;
						
						text-decoration: none;
						text-transform: none;
						content: "\E002";
						position: absolute;
						left: 0px;
						font-size: 22px;
						font-weight: 300;
						color:#818181;
						cursor: pointer;
						top: 18px;
					}
				}*/ }
      @media (max-width: 52.84714em) {
        .filters .results .heading.fleche-retour .arrow {
          display: none; } }
      @media (max-width: 69.99em) {
        .filters .results .heading.fleche-retour .arrow {
          display: block; } }
      .filters .results .heading.fleche-retour .arrow .icon-arrow-left {
        display: block;
        position: absolute;
        left: -16px;
        font-size: 22px;
        font-weight: 300;
        color: #818181;
        cursor: pointer;
        top: 2px; }
    @media (max-width: 52.84714em) {
      .filters .results .heading .heading-content {
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        top: 50%;
        position: absolute;
        left: 15px; } }
    @media (min-width: 52.85714em) {
      .filters .results .heading .heading-content {
        text-transform: uppercase; } }
    .filters .results .heading .heading-content span.icon-arrow-left {
      display: none !important; }
      @media (max-width: 52.84714em) {
        .filters .results .heading .heading-content span.icon-arrow-left {
          display: block !important;
          position: absolute;
          left: -16px;
          font-size: 22px;
          font-weight: 300;
          color: #818181;
          cursor: pointer;
          top: 2px; } }
    .filters .results .heading .heading-content span {
      display: none; }
      @media (min-width: 52.85714em) {
        .filters .results .heading .heading-content span {
          display: inline-block; } }
    .filters .results .heading .heading-content.heading-content-search {
      left: 0;
      padding-bottom: 2px; }
    .filters .results .heading .heading-content .products-categorie-mobile, .filters .results .heading .heading-content .search-mobile {
      display: none; }
      @media (max-width: 52.84714em) {
        .filters .results .heading .heading-content .products-categorie-mobile, .filters .results .heading .heading-content .search-mobile {
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          line-height: 20px;
          font-weight: 600;
          color: #717171;
          display: block;
          line-height: .85rem;
          padding-left: 13px;
          text-decoration: none; } }
      @media (max-width: 52.84714em) {
        .filters .results .heading .heading-content .products-categorie-mobile.search-mobile, .filters .results .heading .heading-content .search-mobile.search-mobile {
          display: inline-block;
          padding-left: 0; }
          .filters .results .heading .heading-content .products-categorie-mobile.search-mobile .products_count, .filters .results .heading .heading-content .search-mobile.search-mobile .products_count {
            color: #000; } }
    .filters .results .heading .heading-content .products-categorie-tablet, .filters .results .heading .heading-content .search-tablet {
      display: none; }
      @media (min-width: 52.85714em) {
        .filters .results .heading .heading-content .products-categorie-tablet, .filters .results .heading .heading-content .search-tablet {
          display: inline-block; } }
    .filters .results .heading .hidden {
      display: none; }
      @media (min-width: 52.85714em) {
        .filters .results .heading .hidden {
          display: inline-block; } }
    @media (min-width: 52.85714em) {
      .filters .results .heading small {
        text-transform: inherit; } }
  .filters .results .btn-3 {
    float: right;
    margin-top: 15px;
    width: 90px; }
    @media (max-width: 69.99em) {
      .filters .results .btn-3 {
        margin-top: 9px;
        line-height: 24px;
        height: 30px; } }
    @media (min-width: 22.85714em) {
      .filters .results .btn-3 {
        width: 115px; } }
    @media (min-width: 52.85714em) {
      .filters .results .btn-3 {
        display: none;
        margin-top: 0; } }

.filters .products-slider, .filters .products-slider-similar {
  padding: 0;
  overflow: hidden; }
  .filters .products-slider .product-slides-container, .filters .products-slider-similar .product-slides-container {
    padding-top: 0; }
    @media (min-width: 70em) {
      .filters .products-slider .product-slides-container .product-slide-item, .filters .products-slider-similar .product-slides-container .product-slide-item {
        width: 25%; } }

.filters .products-slider, .filters .products-slider-similar .product-slide-item {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  float: none; }
  @media (min-width: 52.85714em) {
    .filters .products-slider, .filters .products-slider-similar .product-slide-item {
      width: 50%;
      float: left;
      border-bottom: transparent; } }
  @media (min-width: 70em) {
    .filters .products-slider, .filters .products-slider-similar .product-slide-item {
      width: 25%; } }
  .filters .products-slider .image, .filters .products-slider-similar .product-slide-item .image {
    margin: 0 auto;
    width: 100%;
    display: block; }
  .filters .products-slider .title a, .filters .products-slider-similar .product-slide-item .title a {
    color: #000; }
  .filters .products-slider:nth-child(even), .filters .products-slider-similar .product-slide-item:nth-child(even) {
    border-right: transparent; }
    @media (min-width: 70em) {
      .filters .products-slider:nth-child(even), .filters .products-slider-similar .product-slide-item:nth-child(even) {
        border-right: 1px solid #e9e9e9; } }
  @media (min-width: 70em) {
    .filters .products-slider:nth-child(4n), .filters .products-slider-similar .product-slide-item:nth-child(4n) {
      border-right: 0; } }

.filters .wrap-filtres {
  float: right;
  display: inline-block;
  z-index: 100;
  margin-bottom: 5px; }
  .filters .wrap-filtres.hidden-mobile {
    display: none; }
    @media (min-width: 52.85714em) {
      .filters .wrap-filtres.hidden-mobile {
        display: block; } }
  .filters .wrap-filtres .mode-affichage {
    display: none;
    float: right;
    margin-top: 10px;
    margin-left: 5px; }
    @media (max-width: 52.84714em) {
      .filters .wrap-filtres .mode-affichage {
        display: inline-block;
        margin-top: 8px; } }
    @media (min-width: 34.28571em) {
      .filters .wrap-filtres .mode-affichage {
        margin-right: 20px; } }
    .filters .wrap-filtres .mode-affichage li {
      width: 2rem;
      height: 1.5rem;
      display: inline-block;
      cursor: pointer; }
      .filters .wrap-filtres .mode-affichage li.vignettes .icon, .filters .wrap-filtres .mode-affichage li.liste .icon {
        line-height: 2rem;
        font-size: 2.5rem;
        color: #8C8C8C; }
      .filters .wrap-filtres .mode-affichage li.active {
        display: none; }

.filters .pagination-wrapper {
  display: none;
  color: #000;
  margin-top: 10px; }
  @media (min-width: 70em) {
    .filters .pagination-wrapper {
      display: inline-block; } }
  @media (min-width: 70em) {
    .filters .pagination-wrapper {
      margin-top: 15px; } }
  .filters .pagination-wrapper a {
    color: #1c2227; }
  .filters .pagination-wrapper.pagination-wrapper-haut {
    /*margin-top: 17px;
			float: right;
			margin-bottom: 5px;
			display: block; 
			min-width: 5px;*/
    margin: 7px auto;
    text-align: center;
    display: block;
    min-width: 5px;
    overflow: hidden; }
    @media (max-width: 52.84714em) {
      .filters .pagination-wrapper.pagination-wrapper-haut {
        display: none; } }
    .filters .pagination-wrapper.pagination-wrapper-haut .pagination {
      float: none;
      margin-bottom: 10px; }
  .filters .pagination-wrapper.pagination-wrapper-bas {
    width: 100%;
    text-align: right;
    float: left; }
    @media (max-width: 52.84714em) {
      .filters .pagination-wrapper.pagination-wrapper-bas {
        width: 100% !important;
        margin-top: 40px;
        text-align: center;
        overflow: hidden;
        margin-bottom: 30px; } }
    @media (min-width: 52.85714em) {
      .filters .pagination-wrapper.pagination-wrapper-bas {
        width: 100% !important;
        margin-left: 12%;
        text-align: center;
        overflow: hidden;
        margin-bottom: 30px; } }
    @media (min-width: 57.85714em) {
      .filters .pagination-wrapper.pagination-wrapper-bas {
        width: 100% !important;
        margin-left: 12%;
        text-align: center;
        overflow: hidden;
        margin-bottom: 30px; } }
    @media (min-width: 70em) {
      .filters .pagination-wrapper.pagination-wrapper-bas {
        width: 100% !important;
        margin-left: 12%;
        text-align: center;
        overflow: hidden;
        margin-bottom: 30px; } }
    @media (min-width: 91.42857em) {
      .filters .pagination-wrapper.pagination-wrapper-bas {
        width: 100% !important;
        margin-left: 12%;
        text-align: center;
        overflow: hidden;
        margin-bottom: 30px; } }
    .filters .pagination-wrapper.pagination-wrapper-bas .pagination {
      margin: 0 auto;
      display: inline-block; }
  @media (max-width: 69.99em) {
    .filters .pagination-wrapper.show-mobile {
      width: 100%;
      display: block; }
      .filters .pagination-wrapper.show-mobile .pagination {
        width: 100%;
        display: block;
        text-align: center; }
        .filters .pagination-wrapper.show-mobile .pagination ul {
          float: none; }
          .filters .pagination-wrapper.show-mobile .pagination ul li {
            margin: 0 .25rem; }
            .filters .pagination-wrapper.show-mobile .pagination ul li a {
              color: #000;
              min-width: 29px;
              height: 29px;
              line-height: 29px;
              display: inline-block; } }
  .filters .pagination-wrapper.hidden-mobile {
    display: none; }
    @media (min-width: 52.85714em) {
      .filters .pagination-wrapper.hidden-mobile {
        display: block; } }
  .filters .pagination-wrapper .pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
    .filters .pagination-wrapper .pagination ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 100%; }
      .filters .pagination-wrapper .pagination ul .dots {
        margin: 0px 5px !important; }
      .filters .pagination-wrapper .pagination ul li {
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        margin-top: 7.5px;
        cursor: pointer;
        display: inline-block;
        margin-left: 0px; }
        .filters .pagination-wrapper .pagination ul li .activy {
          margin-top: 5px; }
        .filters .pagination-wrapper .pagination ul li.active .activy {
          margin-top: 5px; }
        .filters .pagination-wrapper .pagination ul li.active a {
          background-color: #404040;
          font-weight: 500;
          color: #fff;
          border: 0px solid #d3d3d3;
          white-space: nowrap;
          padding: 0 .1rem;
          margin-left: 4px;
          margin-right: 4px; }
        .filters .pagination-wrapper .pagination ul li.active.prev, .filters .pagination-wrapper .pagination ul li.active.next {
          background: none; }
          .filters .pagination-wrapper .pagination ul li.active.prev a, .filters .pagination-wrapper .pagination ul li.active.next a {
            color: #000;
            background: none; }
        .filters .pagination-wrapper .pagination ul li a {
          color: #000;
          min-width: 25px;
          height: 25px;
          line-height: 25px;
          display: inline-block;
          margin-left: 4px;
          margin-right: 4px; }
  .filters .pagination-wrapper label {
    font-size: 12px;
    display: none;
    float: left; }
    @media (min-width: 70em) {
      .filters .pagination-wrapper label {
        display: inline-block; } }
    .filters .pagination-wrapper label select {
      margin-right: 10px;
      cursor: pointer;
      display: none;
      height: 30px;
      font-family: "Heebo", sans-serif;
      color: #5a5a5a; }
      @media (min-width: 70em) {
        .filters .pagination-wrapper label select.select-per-page-desktop {
          display: inline-block;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-right: 31px;
          margin-right: 0px;
          border: 1px solid #d3d3d3;
          background: url("/images/select-dropdown3.png") no-repeat right 0px center;
          font-family: "Heebo", sans-serif;
          color: #5a5a5a; } }
      @media (min-width: 91.42857em) {
        .filters .pagination-wrapper label select.select-per-page-desktop {
          display: none; } }
      @media (min-width: 91.42857em) {
        .filters .pagination-wrapper label select.select-per-page-wide {
          display: inline-block;
          margin-right: 0px;
          padding-top: 5px;
          padding-bottom: 5px;
          border: 1px solid #d3d3d3;
          background: url("/images/select-dropdown3.png") no-repeat right 0px center;
          font-family: "Heebo", sans-serif;
          color: #5a5a5a;
          height: 30px; } }

.filters .trier-par-wrapper {
  display: none;
  font-family: "Heebo", sans-serif;
  color: #5a5a5a; }
  @media (min-width: 52.85714em) {
    .filters .trier-par-wrapper {
      display: block;
      float: left;
      margin-right: 10px;
      margin-top: 9px; }
      .filters .trier-par-wrapper h3 {
        float: left;
        padding: 0px .5rem;
        text-transform: uppercase;
        font-family: "Heebo", sans-serif;
        color: #5a5a5a;
        overflow: hidden;
        line-height: 30px; }
      .filters .trier-par-wrapper .panel-body {
        float: left; }
        .filters .trier-par-wrapper .panel-body select {
          font-family: "Heebo", sans-serif;
          color: #5a5a5a;
          border: 1px solid #bdbdbf;
          padding: 5px 34px 5px 10px;
          background: url("/images/select-dropdown3.png") no-repeat right 0px center;
          height: 30px; } }
  @media (min-width: 70em) {
    .filters .trier-par-wrapper {
      margin-top: 15px; } }

.colors-list {
  width: 100%;
  padding: 10px 0px !important; }
  .colors-list .coloris {
    content: ' ';
    width: 25%;
    border: 1px solid #fff;
    height: 30px;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .colors-list .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .colors-list .coloris:hover .tooltiptext {
    visibility: visible; }
  .colors-list .color-choice {
    background-color: #dadada;
    padding: 10px;
    color: #000;
    font-size: 12px;
    margin-top: 10px; }
    .colors-list .color-choice .color-contain {
      content: ' ';
      border: 1px solid #fff;
      float: left;
      margin-right: 10px;
      width: 15px;
      height: 15px; }
    .colors-list .color-choice img {
      float: right;
      width: 12px; }

.filter-facilypay {
  display: block; }
  @media (max-width: 52.84714em) {
    .filter-facilypay {
      display: none; } }

.img-dropdown {
  width: 20px;
  float: right;
  margin-top: -3px; }

.img-dropup {
  width: 20px;
  float: right;
  margin-top: -3px;
  display: none; }

.login {
  /*
    *   Panel
    */ }
  .login .panel {
    margin-top: 0; }
    @media (min-width: 52.85714em) {
      .login .panel {
        margin-top: 30px; } }
    .login .panel.panel-error {
      margin-top: 0; }
    .login .panel .panel-title {
      background: #e9e9e9;
      color: #000;
      padding: 20px;
      font-size: 1rem;
      line-height: .9rem;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif; }
      @media (min-width: 34.28571em) and (max-width: 52.84714em) {
        .login .panel .panel-title {
          padding: 20px 44px; } }
      @media (min-width: 52.85714em) {
        .login .panel .panel-title {
          font-size: 1.1rem; } }
    .login .panel .panel-body .active-popover {
      text-decoration: underline; }
    .login .panel .panel-body .active-popover-noir {
      text-decoration: underline;
      color: #000; }
    .login .panel .panel-body .flash {
      text-align: center; }
    .login .panel .form-wrap.error, .login .panel .form-wrap-two.error {
      color: #e00202;
      font-weight: 400;
      font-size: .9rem;
      line-height: 1.3rem; }
      .login .panel .form-wrap.error a, .login .panel .form-wrap-two.error a {
        display: block;
        margin-top: .9rem;
        color: #415366; }
  .login .frombasket {
    margin-top: -38% !important;
    height: 460px !important; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

#home .wrap-langets {
  display: none;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px; }
  @media (max-width: 52.84714em) {
    #home .wrap-langets {
      display: block; } }
  #home .wrap-langets a {
    background-color: #eeeeee;
    color: #000;
    border-right: 5px solid #beeafe;
    width: 49%;
    margin-left: 2%;
    float: left;
    padding: 3%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }
    #home .wrap-langets a:first-child {
      margin-left: 0px; }
    #home .wrap-langets a.sale {
      background: #fb7d2a;
      color: #fff;
      border-right: 5px solid #ff3c00; }
  @media (min-width: 641px) {
    #home .wrap-langets a {
      width: 42%; } }

#home .wrap-social-networks {
  width: 100%; }
  #home .wrap-social-networks .title-social, #home .wrap-social-networks .list-social {
    float: left; }
  #home .wrap-social-networks .title-social {
    width: 60%; }
    #home .wrap-social-networks .title-social h2 {
      border: none !important; }
      #home .wrap-social-networks .title-social h2 a {
        color: #000; }
  #home .wrap-social-networks .list-social {
    text-align: right;
    width: 40%; }
  #home .wrap-social-networks .list-social img {
    width: 20px; }
    @media screen and (max-width: 320px) {
      #home .wrap-social-networks .list-social img {
        width: 17px; } }
  #home .wrap-social-networks .list-social ul li {
    margin-left: 10px;
    float: right; }
  #home .wrap-social-networks .list-social .icon-plm-instagram {
    top: 3px; }
  #home .wrap-social-networks .list-social .icon-plm-instagram:before {
    color: #5a5a5a;
    font-size: 20px; }

#home .wrap-rss-feed {
  width: 100%; }
  #home .wrap-rss-feed .title-rss, #home .wrap-rss-feed .logo-rss {
    float: left; }
  #home .wrap-rss-feed .title-rss {
    width: 80%; }
  #home .wrap-rss-feed .logo-rss {
    width: 20%;
    top: 5px;
    text-align: right; }
    #home .wrap-rss-feed .logo-rss img {
      width: 20px; }
    #home .wrap-rss-feed .logo-rss a {
      color: #5a5a5a;
      font-size: 15px; }

#home .crazy-deals {
  color: #666;
  font-size: 12px;
  border: 1px solid #dadada;
  padding: 20px;
  overflow: hidden;
  text-align: center;
  height: 300px; }
  @media (max-width: 34.27571em) {
    #home .crazy-deals {
      height: auto; } }
  #home .crazy-deals div.out-of-stock {
    position: absolute;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    z-index: 100;
    background-color: #ff7f13;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    text-transform: uppercase;
    margin-left: -70px;
    width: 200px;
    margin-top: 15px;
    height: 30px;
    line-height: 22px; }
  #home .crazy-deals h1 {
    color: #ff7f13;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0.67em 0 10px 0px !important;
    display: inline-block;
    font-size: 40px; }
    @media (max-width: 52.84714em) {
      #home .crazy-deals h1 {
        font-size: 30px; } }
    #home .crazy-deals h1 .black {
      color: #000; }
    #home .crazy-deals h1 .soft {
      font-weight: 100; }
  #home .crazy-deals h1.grey {
    color: #6a6d75 !important; }
  #home .crazy-deals .containt-image {
    width: 60%;
    height: 260px;
    float: left;
    content: ' ';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media (max-width: 34.27571em) {
      #home .crazy-deals .containt-image {
        float: none;
        width: 100%; } }
  #home .crazy-deals .contain-text {
    width: 43%;
    float: left;
    margin-top: 60px;
    margin-left: -40px; }
    @media (max-width: 34.27571em) {
      #home .crazy-deals .contain-text {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-top: 0px; } }
    @media (min-width: 91.42857em) {
      #home .crazy-deals .contain-text {
        margin-left: -70px; } }
  #home .crazy-deals h3 {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px; }
  #home .crazy-deals .center {
    text-align: center; }
  #home .crazy-deals .before {
    text-decoration: line-through;
    color: #000;
    line-height: 30px;
    font-size: 13px; }
  #home .crazy-deals .after {
    color: #ff7f13;
    font-size: 25px;
    font-weight: 800; }
    #home .crazy-deals .after.grey {
      color: #6a6d75 !important; }
  @media (max-width: 52.84714em) {
    #home .crazy-deals {
      width: 100%;
      border-top: 1px solid #dadada;
      border-left: none;
      border-right: none;
      border-bottom: none; } }

#home .vignet-4 {
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  height: 300px;
  text-align: center; }
  @media (max-width: 52.84714em) {
    #home .vignet-4 {
      width: 100%;
      border-top: 1px solid #dadada;
      border-left: none;
      border-right: none;
      border-bottom: none;
      overflow: hidden;
      height: unset; } }
  #home .vignet-4 .vignet-one {
    /*width: 100%;
            border-bottom: 1px solid #dadada;
            height: 130px;
            padding-top: 10px;*/
    width: 100%;
    border-bottom: 1px solid #dadada;
    overflow: hidden; }
    #home .vignet-4 .vignet-one .bann-vignet-one {
      width: 100%;
      display: block; }
      @media (max-width: 52.84714em) {
        #home .vignet-4 .vignet-one .bann-vignet-one {
          display: none; } }
    #home .vignet-4 .vignet-one .bann-vignet-one-mobile {
      width: 100%;
      display: none; }
      @media (max-width: 34.27571em) {
        #home .vignet-4 .vignet-one .bann-vignet-one-mobile {
          display: block; } }
    #home .vignet-4 .vignet-one .bann-vignet-one-mobilelandscape {
      width: 100%; }
      @media (max-width: 34.27571em) {
        #home .vignet-4 .vignet-one .bann-vignet-one-mobilelandscape {
          display: none; } }
      @media (min-width: 34.28571em) {
        #home .vignet-4 .vignet-one .bann-vignet-one-mobilelandscape {
          display: block; } }
      @media (min-width: 52.85714em) {
        #home .vignet-4 .vignet-one .bann-vignet-one-mobilelandscape {
          display: none; } }
      @media (min-width: 70em) {
        #home .vignet-4 .vignet-one .bann-vignet-one-mobilelandscape {
          display: none; } }
      @media (min-width: 91.42857em) {
        #home .vignet-4 .vignet-one .bann-vignet-one-mobilelandscape {
          display: none; } }
    #home .vignet-4 .vignet-one h1 {
      color: #000;
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      font-size: 25px; }
      #home .vignet-4 .vignet-one h1 .orange {
        color: #ff7f13; }
      #home .vignet-4 .vignet-one h1 a {
        color: #000; }
    #home .vignet-4 .vignet-one hr {
      width: 50px;
      margin: 0 auto;
      height: 2px;
      color: #000;
      background-color: #000;
      margin-bottom: 10px;
      margin-top: 10px; }
    #home .vignet-4 .vignet-one h2 {
      color: #000;
      text-transform: uppercase;
      font-weight: 600;
      display: inline-block;
      font-size: 15px;
      padding: 0px;
      line-height: 0px;
      border: none; }
      #home .vignet-4 .vignet-one h2 .orange {
        color: #ff7f13; }
    #home .vignet-4 .vignet-one .gris {
      color: #9d9d9d; }
    #home .vignet-4 .vignet-one .small {
      font-size: 11px; }
  #home .vignet-4 .vignet-three {
    width: 50%;
    float: left;
    height: 168px;
    background-size: 60px !important;
    background-repeat: no-repeat !important;
    background-position: center 20px !important;
    padding-top: 95px; }
    @media (max-width: 52.84714em) {
      #home .vignet-4 .vignet-three {
        width: 100%;
        border-bottom: 1px solid #dadada;
        border-left: none;
        border-right: none;
        border-top: none;
        overflow: hidden;
        height: unset;
        padding-bottom: 25px; } }
    #home .vignet-4 .vignet-three h3 {
      font-size: 22px;
      text-transform: uppercase;
      color: #000;
      font-weight: 600;
      margin-bottom: 7px; }
    #home .vignet-4 .vignet-three span {
      text-transform: uppercase;
      color: #000;
      font-size: 11px; }
  #home .vignet-4 .vignet-three.mag {
    background: url(/images/magasin-picto-vignet.png); }
  #home .vignet-4 .vignet-three.actu {
    background: url(/images/actu-picto-vignet.png); }
  #home .vignet-4 .vignet-three.promos {
    background: url(/images/plm-promo-picto.png); }
  #home .vignet-4 .vignet-three.demos {
    background: url(/images/demos-picto-vignet.png);
    border-left: 1px solid #ddd; }
    @media (max-width: 34.27571em) {
      #home .vignet-4 .vignet-three.demos {
        border: none; } }

#home .slideshow-home img {
  width: 100%; }

#home .slideshow-home .slide-desktop {
  display: block; }
  @media (max-width: 52.84714em) {
    #home .slideshow-home .slide-desktop {
      display: none; } }
  #home .slideshow-home .slide-desktop .text-slide {
    position: absolute;
    color: #fff;
    width: 40%;
    margin-left: 60%;
    height: 100%;
    padding-right: 100px; }

#home .slideshow-home .slide-mobile {
  display: none; }
  @media (max-width: 52.84714em) {
    #home .slideshow-home .slide-mobile {
      display: block; } }
  #home .slideshow-home .slide-mobile .text-slide {
    position: absolute;
    color: #fff;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    height: 100%;
    padding-right: 100px; }

#home .slideshow-home .nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* @include mq(tablet) {
                    display:none;
                }*/ }
  #home .slideshow-home .nav .prev, #home .slideshow-home .nav .next {
    width: 3rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*@include mq(mobile) {
                        height: 140px;
                    }
                    @include mq(mobileLandscape) {
                        height: 250px;
                    }*/ }
    #home .slideshow-home .nav .prev.prev, #home .slideshow-home .nav .next.prev {
      float: left;
      background-image: url(../images/arrow-owl-prev.png);
      cursor: pointer; }
    #home .slideshow-home .nav .prev.next, #home .slideshow-home .nav .next.next {
      float: right;
      background-image: url(../images/arrow-owl-next.png);
      cursor: pointer; }

#home .home-banner-carousel.owl-carousel .item {
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #home .home-banner-carousel.owl-carousel .item img {
    /*height: 155px;

                    @include mq(tablet) {
                        height: 330px;
                    }
                    @include mq(desktop) {
                        height: 446px;
                    }*/
    width: auto;
    height: 130px;
    opacity: 0; }
    @media (min-width: 22.85714em) {
      #home .home-banner-carousel.owl-carousel .item img {
        height: 140px; } }
    @media (min-width: 34.28571em) {
      #home .home-banner-carousel.owl-carousel .item img {
        height: 250px; } }
    @media (min-width: 52.85714em) {
      #home .home-banner-carousel.owl-carousel .item img {
        height: auto;
        width: 100%;
        opacity: 1; } }

#home .home-banner-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* @include mq(tablet) {
                    display:none;
                }*/ }
  #home .home-banner-carousel.owl-carousel .owl-nav .owl-prev, #home .home-banner-carousel.owl-carousel .owl-nav .owl-next {
    width: 3rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*@include mq(mobile) {
                        height: 140px;
                    }
                    @include mq(mobileLandscape) {
                        height: 250px;
                    }*/ }
    #home .home-banner-carousel.owl-carousel .owl-nav .owl-prev.owl-prev, #home .home-banner-carousel.owl-carousel .owl-nav .owl-next.owl-prev {
      float: left;
      background-image: url(../images/arrow-owl-prev.png); }
    #home .home-banner-carousel.owl-carousel .owl-nav .owl-prev.owl-next, #home .home-banner-carousel.owl-carousel .owl-nav .owl-next.owl-next {
      float: right;
      background-image: url(../images/arrow-owl-next.png); }

#home .home-banner {
  height: 155px;
  background-position: center center;
  margin-top: 5px; }
  @media (min-width: 52.85714em) {
    #home .home-banner {
      height: 330px;
      background-position: center center; } }
  @media (min-width: 70em) {
    #home .home-banner {
      height: 446px; } }
  @media (min-width: 52.85714em) {
    #home .home-banner {
      margin-top: 0; } }

#home .wrapper {
  padding: 0 0px; }
  @media (min-width: 52.85714em) {
    #home .wrapper {
      padding: 0 20px; } }

#home .nouveautes-slider {
  padding: 0; }
  @media (max-width: 52.84714em) {
    #home .nouveautes-slider .products-slides-container {
      padding: 0px 1rem 0px 1rem;
      overflow: hidden; } }
  #home .nouveautes-slider h2 a {
    color: unset; }

#home h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #292929;
  text-transform: uppercase;
  padding-bottom: 12px; }
  @media (max-width: 52.84714em) {
    #home h2 {
      color: #292929;
      font-size: 17px;
      line-height: 17px;
      font-weight: 400;
      border-bottom: 1px solid #DADADA;
      padding: 15px 12px .4rem 1.4rem; } }
  @media (min-width: 52.85714em) {
    #home h2 {
      font-size: 24px;
      line-height: 24px;
      font-weight: 300;
      padding-bottom: 8px; } }

#home h2.nouveautes {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #292929;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-left: 90px;
  line-height: 30px !important; }
  #home h2.nouveautes strong {
    font-weight: 500; }
  @media (max-width: 52.84714em) {
    #home h2.nouveautes {
      color: #292929;
      font-size: 17px;
      line-height: 17px;
      font-weight: 400;
      border-bottom: 1px solid #DADADA;
      padding: 15px 12px .4rem 1.4rem; } }
  @media (min-width: 52.85714em) {
    #home h2.nouveautes {
      font-size: 20px;
      line-height: 24px;
      font-weight: 300;
      padding-bottom: 3px; } }

.home-vignets .col-50.left {
  padding-right: 0; }
  @media (min-width: 52.85714em) {
    .home-vignets .col-50.left {
      padding-right: 10px; } }

.home-vignets .col-50.right {
  padding-left: 0; }
  @media (max-width: 34.27571em) {
    .home-vignets .col-50.right {
      margin-top: 15px; } }
  @media (min-width: 52.85714em) {
    .home-vignets .col-50.right {
      padding-left: 10px; } }

@media (min-width: 34.28571em) {
  .home-vignets .col-50 {
    width: 48.5%; }
    .home-vignets .col-50:first-child {
      margin-right: 3%; } }

.home-vignets .home-vignet .image {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 52.85714em) {
    .home-vignets .home-vignet .image {
      height: 337px; } }

.home-news {
  padding: 0 15px;
  margin-top: 10px; }
  @media (min-width: 52.85714em) {
    .home-news {
      padding: 0;
      margin-top: 40px; } }
  .home-news .col-50.left {
    width: 47%; }
    @media (max-width: 52.84714em) {
      .home-news .col-50.left {
        width: 100%;
        margin-left: 0;
        padding: 0; } }
    @media (min-width: 70em) {
      .home-news .col-50.left {
        padding: 0;
        width: 47%;
        margin-right: 3%;
        margin-bottom: 1rem; } }
  @media (min-width: 34.28571em) {
    .home-news .col-50.right {
      width: 100%;
      margin-left: 0;
      padding: 0; } }
  @media (min-width: 52.85714em) {
    .home-news .col-50.right {
      padding: 0;
      width: 47%;
      margin-left: 6%; } }
  @media (min-width: 70em) {
    .home-news .col-50.right {
      padding: 0;
      width: 47%;
      margin-left: 3%; } }
  .home-news .news ul li.news-item {
    padding-right: 0px;
    margin-bottom: 20px;
    height: 250px; }
    @media (min-width: 34.28571em) {
      .home-news .news ul li.news-item {
        height: 90px;
        margin-bottom: 12px; } }
    @media (min-width: 52.85714em) {
      .home-news .news ul li.news-item {
        height: 80px;
        margin-bottom: 18px; } }
    @media (min-width: 70em) {
      .home-news .news ul li.news-item {
        height: 100px;
        margin-bottom: 0px; } }
    @media (min-width: 91.42857em) {
      .home-news .news ul li.news-item {
        margin-bottom: 0px; } }
    @media (min-width: 52.85714em) {
      .home-news .news ul li.news-item {
        padding-right: 0px; } }
    .home-news .news ul li.news-item .image {
      width: 100%;
      height: 150px;
      position: relative;
      margin-bottom: .8rem; }
      @media (min-width: 34.28571em) {
        .home-news .news ul li.news-item .image {
          position: absolute;
          top: 0;
          left: 0;
          width: 30%;
          height: 70px;
          margin-bottom: 0rem; } }
      @media (min-width: 52.85714em) {
        .home-news .news ul li.news-item .image {
          height: 70px; } }
      @media (min-width: 70em) {
        .home-news .news ul li.news-item .image {
          width: 124px;
          height: 84px;
          float: left;
          position: unset;
          margin-right: 15px; } }
      @media (min-width: 91.42857em) {
        .home-news .news ul li.news-item .image {
          width: 120px;
          height: 80px;
          float: left;
          position: unset;
          margin-right: 15px; } }
    .home-news .news ul li.news-item .news-item-content p {
      font-size: 12px;
      line-height: 15px;
      font-weight: 400;
      color: #8c8f93;
      height: unset !important;
      overflow: hidden;
      /* @include mq( tablet) {
                            height: 50px;
                            @include font(12,17,400);
                        }
                        @include mq( desktop) {
                            height: 50px;
                            @include font(12,16,400);
                        }
                        @include mq( wide) {
                            height: 200px;
                            @include font(12,17,400);
                        }*/
      text-overflow: ellipsis; }
    .home-news .news ul li.news-item .news-item-content .title, .home-news .news ul li.news-item .news-item-content .title a:link, .home-news .news ul li.news-item .news-item-content .title a:hover, .home-news .news ul li.news-item .news-item-content .title a:visited, .home-news .news ul li.news-item .news-item-content .title a:active {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      color: #000;
      margin-bottom: 6px;
      text-transform: uppercase;
      height: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .home-news .news ul li.news-item .news-item-content .date {
      position: unset;
      top: 0;
      right: 0;
      color: #838383;
      font-size: 12px;
      line-height: 16px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif; }
  .home-news .instagram-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 1rem; }
    @media (min-width: 52.85714em) {
      .home-news .instagram-container {
        width: 101%;
        margin-bottom: 0rem; } }
    .home-news .instagram-container ul {
      list-style-type: none;
      position: relative;
      list-style: none;
      /* margin-left: 0px;
            @include mq(mobileLandscape){ 
                margin-left: 20px;
            }*/ }
    .home-news .instagram-container li {
      float: left;
      width: 32%; }
    .home-news .instagram-container li:nth-child(n+2) {
      margin-left: 5px; }
    .home-news .instagram-container .infos {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      padding-top: 10px; }
    .home-news .instagram-container .profile-picture {
      float: left;
      width: 15%; }
    .home-news .instagram-container .caption {
      margin-top: 20px; }
    .home-news .instagram-container .username {
      float: left;
      padding-left: 5px;
      margin-top: 2px; }
      @media (max-width: 22.84714em) {
        .home-news .instagram-container .username {
          margin-top: -1%;
          font-size: 9px; } }
      @media (min-width: 22.85714em) {
        .home-news .instagram-container .username {
          font-size: 11px;
          margin-top: 0%; } }
      @media (min-width: 34.28571em) {
        .home-news .instagram-container .username {
          font-size: 14px;
          margin-top: 4%;
          margin-left: 6%; } }
      @media (min-width: 52.85714em) {
        .home-news .instagram-container .username {
          font-size: 11px;
          margin-top: 1%;
          margin-left: 3%; } }
    .home-news .instagram-container .username a:link, .home-news .instagram-container .username a:visited, .home-news .instagram-container .username a:hover, .home-news .instagram-container .username a:active {
      font-weight: bold;
      color: #000; }
      @media (max-width: 34.27571em) {
        .home-news .instagram-container .username a:link, .home-news .instagram-container .username a:visited, .home-news .instagram-container .username a:hover, .home-news .instagram-container .username a:active {
          font-size: 7px; } }
      @media (min-width: 22.85714em) {
        .home-news .instagram-container .username a:link, .home-news .instagram-container .username a:visited, .home-news .instagram-container .username a:hover, .home-news .instagram-container .username a:active {
          font-size: 9px; } }
      @media (min-width: 34.28571em) {
        .home-news .instagram-container .username a:link, .home-news .instagram-container .username a:visited, .home-news .instagram-container .username a:hover, .home-news .instagram-container .username a:active {
          font-size: 13px; } }
      @media (min-width: 52.85714em) {
        .home-news .instagram-container .username a:link, .home-news .instagram-container .username a:visited, .home-news .instagram-container .username a:hover, .home-news .instagram-container .username a:active {
          font-size: 9px; } }
      @media (min-width: 70em) {
        .home-news .instagram-container .username a:link, .home-news .instagram-container .username a:visited, .home-news .instagram-container .username a:hover, .home-news .instagram-container .username a:active {
          font-size: 11px; } }
      @media (min-width: 91.42857em) {
        .home-news .instagram-container .username a:link, .home-news .instagram-container .username a:visited, .home-news .instagram-container .username a:hover, .home-news .instagram-container .username a:active {
          font-size: 11px; } }
  .home-news .instagram-container-outfr {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 1rem; }
    @media (min-width: 52.85714em) {
      .home-news .instagram-container-outfr {
        width: 101%;
        margin-bottom: 0rem; } }
    .home-news .instagram-container-outfr ul {
      list-style-type: none;
      position: relative;
      list-style: none;
      /* margin-left: 0px;
            @include mq(mobileLandscape){ 
                margin-left: 20px;
            }*/ }
    .home-news .instagram-container-outfr li:nth-child(n+2) {
      margin-left: 5px; }
    .home-news .instagram-container-outfr li {
      float: left;
      width: 16%; }
      @media (max-width: 52.84714em) {
        .home-news .instagram-container-outfr li {
          display: none; } }
    @media (max-width: 52.84714em) {
      .home-news .instagram-container-outfr li:nth-child(-n+3) {
        display: block;
        width: 32%; } }
    .home-news .instagram-container-outfr .infos {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      padding-top: 10px; }
    .home-news .instagram-container-outfr .profile-picture {
      float: left;
      width: 15%; }
    .home-news .instagram-container-outfr .caption {
      margin-top: 20px; }
    .home-news .instagram-container-outfr .username {
      float: left;
      padding-left: 5px;
      margin-top: 2px; }
      @media (max-width: 22.84714em) {
        .home-news .instagram-container-outfr .username {
          margin-top: -1%;
          font-size: 9px; } }
      @media (min-width: 22.85714em) {
        .home-news .instagram-container-outfr .username {
          font-size: 11px;
          margin-top: 0%; } }
      @media (min-width: 34.28571em) {
        .home-news .instagram-container-outfr .username {
          font-size: 14px;
          margin-top: 4%;
          margin-left: 6%; } }
      @media (min-width: 52.85714em) {
        .home-news .instagram-container-outfr .username {
          font-size: 11px;
          margin-top: 1%;
          margin-left: 3%; } }
    .home-news .instagram-container-outfr .username a:link, .home-news .instagram-container-outfr .username a:visited, .home-news .instagram-container-outfr .username a:hover, .home-news .instagram-container-outfr .username a:active {
      font-weight: bold;
      color: #000; }
      @media (max-width: 34.27571em) {
        .home-news .instagram-container-outfr .username a:link, .home-news .instagram-container-outfr .username a:visited, .home-news .instagram-container-outfr .username a:hover, .home-news .instagram-container-outfr .username a:active {
          font-size: 7px; } }
      @media (min-width: 22.85714em) {
        .home-news .instagram-container-outfr .username a:link, .home-news .instagram-container-outfr .username a:visited, .home-news .instagram-container-outfr .username a:hover, .home-news .instagram-container-outfr .username a:active {
          font-size: 9px; } }
      @media (min-width: 34.28571em) {
        .home-news .instagram-container-outfr .username a:link, .home-news .instagram-container-outfr .username a:visited, .home-news .instagram-container-outfr .username a:hover, .home-news .instagram-container-outfr .username a:active {
          font-size: 13px; } }
      @media (min-width: 52.85714em) {
        .home-news .instagram-container-outfr .username a:link, .home-news .instagram-container-outfr .username a:visited, .home-news .instagram-container-outfr .username a:hover, .home-news .instagram-container-outfr .username a:active {
          font-size: 9px; } }
      @media (min-width: 70em) {
        .home-news .instagram-container-outfr .username a:link, .home-news .instagram-container-outfr .username a:visited, .home-news .instagram-container-outfr .username a:hover, .home-news .instagram-container-outfr .username a:active {
          font-size: 11px; } }
      @media (min-width: 91.42857em) {
        .home-news .instagram-container-outfr .username a:link, .home-news .instagram-container-outfr .username a:visited, .home-news .instagram-container-outfr .username a:hover, .home-news .instagram-container-outfr .username a:active {
          font-size: 11px; } }

.listing-categories h2, .mosaique2 h2 {
  /* margin-bottom: 10px;
        padding: 1rem 1rem 0 0rem;
        @include mq($until: mobileLandscape){
            padding: 1rem 1rem 0 1rem;
            margin-bottom: 0px;
        }*/
  color: #292929;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  padding: 15px 12px .4rem 0px !important;
  margin-left: 20px;
  margin-right: 20px; }

.listing-categories .wrap-categories-mob, .mosaique2 .wrap-categories-mob {
  width: 100%; }
  .listing-categories .wrap-categories-mob a, .mosaique2 .wrap-categories-mob a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000; }

.listing-categories .item-category-mob, .mosaique2 .item-category-mob {
  float: left;
  text-align: center;
  width: 50%; }
  @media (min-width: 34.28571em) {
    .listing-categories .item-category-mob, .mosaique2 .item-category-mob {
      width: 33.33%; } }

.listing-categories hr, .mosaique2 hr {
  background-color: #ff5205;
  color: #ff5205;
  height: 3px;
  width: 60px;
  margin-top: 10px;
  margin-bottom: 5px; }

.listing-categories .vertical-scroll-wrapper, .mosaique2 .vertical-scroll-wrapper {
  margin-bottom: 1rem; }
  .listing-categories .vertical-scroll-wrapper .wrapper, .mosaique2 .vertical-scroll-wrapper .wrapper {
    padding: 0 !important; }
    .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item {
      border-top: 1px solid #DADADA; }
      .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item:first-child, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item:first-child {
        border-top: 0px solid #DADADA; }
      .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item a, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item a {
        display: block;
        height: 60px;
        position: relative; }
        @media (min-width: 52.85714em) {
          .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item a, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item a {
            height: 90px; } }
        .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item a img, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item a img {
          height: 80%;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          top: 50%;
          left: 1.4rem;
          position: absolute; }
        .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .text, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .text {
          /*float:left;
                        margin-left: 5.8rem;
                        padding-right: 5px;*/
          margin-left: 5.8rem;
          padding-right: 5px;
          overflow: hidden; }
          .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .text p, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .text p {
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            line-height: 60px;
            font-weight: 300;
            color: black; }
            @media (min-width: 52.85714em) {
              .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .text p, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .text p {
                text-transform: uppercase;
                font-size: 14px;
                line-height: 80px;
                font-weight: 400; } }
            .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .text p:hover, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .text p:hover {
              opacity: .8; }
        .listing-categories .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .icon, .mosaique2 .vertical-scroll-wrapper .wrapper .vertical-scroll-item a .icon {
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          top: 50%;
          right: .5rem;
          position: absolute;
          height: 1rem;
          font-size: 1.5rem;
          color: #4A4A4A; }

.popup-oney-pedago {
  position: fixed;
  top: 20px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  z-index: 999;
  margin: 0 0 0 -39%;
  left: 50%;
  display: none; }
  @media (max-width: 69.99em) {
    .popup-oney-pedago {
      margin: unset;
      left: unset; } }
  @media (min-width: 91.42857em) {
    .popup-oney-pedago {
      margin: 0 0 0 -28%; } }
  .popup-oney-pedago .image-back {
    width: 58% !important; }
    @media (max-width: 52.84714em) {
      .popup-oney-pedago .image-back {
        width: 71% !important; } }
  .popup-oney-pedago .close-popup {
    height: 15px;
    width: 15px !important;
    right: 5px;
    top: 10px;
    cursor: pointer;
    position: absolute; }

    .blog_container h1, .blog_container h2, .blog_container h3, .blog_container h4, .blog_container h5, .blog_container .h1, .blog_container .h2, .blog_container .h3, .blog_container .h4, .blog_container .h5 {
      font-weight: 600;
      margin-top: unset;
      margin-bottom: unset; }
    
    .blog_container h1, .blog_container .h1 {
      font-size: 36px; }
    
    .blog_container h2, .blog_container .h2 {
      font-size: 30px;
      margin-top: -9px; }
    
    .blog_container h3, .blog_container .h3 {
      font-size: 24px; }
    
    .blog_container h4, .blog_container .h4 {
      font-size: 18px; }
    
    .blog_container h5, .blog_container .h5 {
      font-size: 14px; }
    
    .blog_container h6, .blog_container .h6 {
      font-size: 12px; }
    
    .full_width_header_brand {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 50px; }
      @media (max-width: 52.84714em) {
        .full_width_header_brand {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .full_width_header_brand .half_width_empty {
        width: 50%; }
        @media (max-width: 52.84714em) {
          .full_width_header_brand .half_width_empty {
            width: 100%; } }
      .full_width_header_brand .header_img {
        position: absolute;
        top: 0;
        right: 0;
        max-height: 330px;
        min-height: 330px;
        min-width: 767px;
        max-width: 767px;
        width: auto;
        height: auto;
        display: block;
        z-index: 2;
        animation-name: example;
        animation-duration: 1s; }
        @media (max-width: 52.84714em) {
          .full_width_header_brand .header_img {
            top: -10px; } }
    
    @keyframes example {
      from {
        right: 100%; }
      to {
        right: 0; } }
      .full_width_header_brand .header_img_holder {
        height: 254px;
        background-color: #000000;
        overflow: visible;
        position: relative; }
      .full_width_header_brand .header_holder {
        background-color: #EBEBEB;
        height: 254px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 25px;
        position: relative; }
        @media (max-width: 52.84714em) {
          .full_width_header_brand .header_holder {
            z-index: 3; } }
        .full_width_header_brand .header_holder h1 {
          max-width: 450px;
          font-size: 18px;
          font-weight: 300;
          line-height: 1em;
          text-transform: uppercase;
          color: #000000;
          margin-bottom: 25px;
          margin-top: 0px; }
          @media (max-width: 52.84714em) {
            .full_width_header_brand .header_holder h1 {
              max-width: 100%; } }
          .full_width_header_brand .header_holder h1 span {
            font-weight: 700; }
        .full_width_header_brand .header_holder p {
          max-width: 450px;
          height: 100%;
          overflow-y: scroll;
          font-weight: 300; }
          @media (max-width: 52.84714em) {
            .full_width_header_brand .header_holder p {
              max-width: 100%; } }
      .full_width_header_brand .header_holder:before {
        content: '';
        position: absolute;
        top: 0;
        left: -168px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 168px 254px 0;
        border-color: transparent #ebebeb transparent transparent;
        line-height: 0px;
        _border-color: #000000 #ebebeb #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
        @media (max-width: 52.84714em) {
          .full_width_header_brand .header_holder:before {
            display: none; } }
    
    .top-product-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .top-product-header hr {
        width: 100%;
        border-bottom: 1px solid #2D2D2D; }
      .top-product-header h2 {
        padding: 15px;
        text-align: center;
        font-size: 25px;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 200;
        color: #000000; }
        @media (max-width: 52.84714em) {
          .top-product-header h2 {
            max-width: 90%; } }
        .top-product-header h2 span {
          font-weight: 400;
          font-style: italic; }
    
    .top-product-slider {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      max-width: 1240px;
      overflow: hidden;
      margin: 40px auto 90px auto; }
      @media (max-width: 52.84714em) {
        .top-product-slider {
          max-width: 100%; } }
      .top-product-slider .arrow-left, .top-product-slider .arrow-right {
        opacity: 0; }
        @media (max-width: 52.84714em) {
          .top-product-slider .arrow-left, .top-product-slider .arrow-right {
            opacity: 1; } }
      .top-product-slider .arrow-left {
        width: 45px;
        background-color: #EBEBEB;
        height: 150px;
        background-image: url(../images/arrow-owl-prev.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25px 35px;
        border-radius: 2px;
        cursor: pointer;
        transition: all 0.1s ease-in-out;
        z-index: 99; }
      .top-product-slider .arrow-right {
        width: 45px;
        background-color: #EBEBEB;
        height: 150px;
        background-image: url(../images/arrow-owl-next.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25px 35px;
        border-radius: 2px;
        cursor: pointer;
        transition: all 0.1s ease-in-out;
        z-index: 99; }
      .top-product-slider .arrow-left:hover, .top-product-slider .arrow-right:hover {
        background-color: #e4e2e2; }
      .top-product-slider .slider-holder::-webkit-scrollbar {
        display: none; }
      .top-product-slider .slider-holder {
        width: 100%;
        max-width: 1150px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
        height: 150px;
        position: relative;
        transition: all 0.3s ease-in-out; }
        .top-product-slider .slider-holder .slider-content {
          position: absolute;
          top: 0px;
          left: 0px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
          height: 150px; }
          .top-product-slider .slider-holder .slider-content .top_product {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: start;
                justify-content: flex-start;
            width: 228px;
            min-width: 228px;
            max-width: 228px;
            height: 150px; }
            @media (max-width: 52.84714em) {
              .top-product-slider .slider-holder .slider-content .top_product {
                width: 200px;
                min-width: 200px;
                max-width: 200px; } }
            .top-product-slider .slider-holder .slider-content .top_product .toppdt_img_holder {
              width: 100px;
              height: 100px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex-pack: center;
                  justify-content: center; }
              .top-product-slider .slider-holder .slider-content .top_product .toppdt_img_holder img {
                width: auto;
                height: auto;
                display: block;
                max-width: 100px;
                max-height: 90px; }
            .top-product-slider .slider-holder .slider-content .top_product h3 {
              text-align: center;
              font-weight: 300;
              color: #000000;
              font-size: 14px;
              padding: 10px 10px 0px 10px;
              text-transform: uppercase; }
    
    .top-product-slider:hover .arrow-left, .top-product-slider:hover .arrow-right {
      opacity: 1; }

      
.panel-brand-history {
  margin-top: 0px;
  display: none; }
  @media (max-width: 52.84714em) {
    .panel-brand-history {
      display: none; } }
  @media (min-width: 70em) {
    .panel-brand-history {
      margin-top: 20px; } }
  .panel-brand-history .panel-title.tab-header {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 45px;
    font-size: 15px !important;
    background-color: #efefef !important;
    text-align: center; }
    @media (min-width: 70em) {
      .panel-brand-history .panel-title.tab-header {
        line-height: 24px; } }
    .panel-brand-history .panel-title.tab-header:before {
      content: none;
      background-image: none; }
  .panel-brand-history .panel-body.tab-content {
    margin-left: 15px;
    margin-right: 15px;
    border-top: none !important;
    padding-top: 0px !important;
    padding-bottom: 15px; }
    .panel-brand-history .panel-body.tab-content .text-brand {
      width: 100%;
      line-height: 20px;
      font-weight: 300;
      text-align: justify;
      margin-top: 20px;
      max-height: 12rem;
      margin-bottom: 20px;
      overflow-y: scroll;
      border: 1px solid #DADADA;
      padding: 15px 25px 25px 25px; }
    @media (min-width: 70em) {
      .panel-brand-history .panel-body.tab-content {
        padding-top: 20px !important;
        border-top: 1px solid #DADADA !important;
        display: block;
        padding-bottom: 0px;
        max-height: 150px;
        overflow-y: scroll; } }

.history-brand a.select-letter {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 2px 7px 2px 7px;
  cursor: pointer;
  line-height: 30px; }
  .history-brand a.select-letter:first-child {
    margin-left: 15px; }
    @media (max-width: 69.99em) {
      .history-brand a.select-letter:first-child {
        margin-left: 0px; } }

.history-brand a.select-letter:hover {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ff5a00e6;
  padding: 2px 7px 2px 7px; }

@media (max-width: 52.84714em) {
  .history-brand .results {
    background: none !important; } }

.history-brand .wrap-selection {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 100;
  color: #000;
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  margin-right: 0;
  margin-left: 0; }
  @media (max-width: 69.99em) {
    .history-brand .wrap-selection {
      margin-right: 20px;
      margin-left: 20px; } }
  .history-brand .wrap-selection br {
    display: none; }
    @media (max-width: 34.27571em) {
      .history-brand .wrap-selection br {
        display: block; } }

.history-brand-title {
  padding: 0px 0px 30px 0px !important;
  margin-top: 10px;
  color: #000;
  border-bottom: 0px !important; }
  @media (max-width: 69.99em) {
    .history-brand-title {
      margin-right: 20px;
      margin-left: 20px; } }
  .history-brand-title .heading {
    width: 100% !important; }
  .history-brand-title .brand-title {
    top: 50% !important;
    color: #000;
    font-weight: 600;
    left: 0px !important;
    -ms-transform: unset !important;
        transform: unset !important;
    position: unset !important;
    margin-top: 40px;
    margin-bottom: 20px; }
    @media (max-width: 52.84714em) {
      .history-brand-title .brand-title {
        top: 0% !important; } }
    .history-brand-title .brand-title.all {
      margin-bottom: 0px !important;
      margin-top: 60px; }
      @media (max-width: 52.84714em) {
        .history-brand-title .brand-title.all {
          margin-top: 20px; } }
  .history-brand-title hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 30px;
    display: block !important; }
  .history-brand-title .brand-sub-title {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    margin-top: 10px; }

.brand-details, .brandsall-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 57.85714em) {
    .brand-details, .brandsall-list {
      width: 100%; } }
  @media (min-width: 70em) {
    .brand-details, .brandsall-list {
      width: 960px; } }
  @media (min-width: 91.42857em) {
    .brand-details, .brandsall-list {
      width: 1240px; } }
  .brand-details .text-brand, .brandsall-list .text-brand {
    width: 100%;
    text-align: justify;
    margin-top: 20px;
    max-height: 12rem;
    margin-bottom: 30px;
    overflow-y: scroll;
    border: 1px solid #DADADA;
    padding: 15px 25px 25px 25px; }
    .brand-details .text-brand p, .brandsall-list .text-brand p {
      line-height: 20px;
      font-weight: 300; }
    @media (max-width: 69.99em) {
      .brand-details .text-brand, .brandsall-list .text-brand {
        padding-right: 25px;
        padding-left: 25px; } }
    @media (max-width: 52.84714em) {
      .brand-details .text-brand, .brandsall-list .text-brand {
        max-height: 21rem;
        overflow-y: scroll;
        margin-bottom: 20px; } }

.text-category-brand {
  margin-left: 3.1rem !important; }

.brandsall-list {
  margin-top: -10px;
  margin-bottom: 40px; }
  @media (max-width: 52.84714em) {
    .brandsall-list {
      padding-left: 20px;
      padding-right: 20px; } }
  .brandsall-list ul {
    column-count: 4;
    margin-bottom: 50px; }
    @media (max-width: 34.27571em) {
      .brandsall-list ul {
        column-count: 2; } }
    @media (min-width: 34.28571em) {
      .brandsall-list ul {
        column-count: 3; } }
    @media (min-width: 52.85714em) {
      .brandsall-list ul {
        column-count: 3; } }
    @media (min-width: 70em) {
      .brandsall-list ul {
        column-count: 4; } }
    @media (min-width: 91.42857em) {
      .brandsall-list ul {
        column-count: 4; } }
  .brandsall-list .to-toppage {
    width: 80px;
    height: 80px;
    margin-top: 5px;
    background-color: #fafafa;
    color: #bbb;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 20px; }
    .brandsall-list .to-toppage .triangle {
      height: 0;
      width: 0;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #e4e4e4;
      border-left: 20px solid transparent;
      margin: 10px auto 0px auto;
      padding-top: 10px; }
    @media (max-width: 34.27571em) {
      .brandsall-list .to-toppage {
        display: none; } }
  .brandsall-list .marque {
    line-height: 25px;
    float: left;
    width: 830px; }
    @media (max-width: 34.27571em) {
      .brandsall-list .marque {
        width: 100%; } }
    @media (min-width: 34.28571em) {
      .brandsall-list .marque {
        width: 70%; } }
    @media (min-width: 52.85714em) {
      .brandsall-list .marque {
        width: 80%; } }
    @media (min-width: 70em) {
      .brandsall-list .marque {
        width: 830px; } }
    @media (min-width: 91.42857em) {
      .brandsall-list .marque {
        width: 1110px; } }
  .brandsall-list .wrap-list-brand {
    overflow: hidden; }
  .brandsall-list .section-letter {
    min-height: 100px;
    width: 130px;
    margin-bottom: 20px;
    float: left; }
    @media (max-width: 34.27571em) {
      .brandsall-list .section-letter {
        width: 100%;
        min-height: unset; } }
    .brandsall-list .section-letter .letter {
      width: 80px;
      height: 80px;
      background-color: #e0e0e0;
      color: #fff;
      font-weight: 500;
      text-align: center;
      font-size: 50px;
      line-height: 75px;
      padding-left: unset; }
      @media (max-width: 34.27571em) {
        .brandsall-list .section-letter .letter {
          width: 100%;
          text-align: left;
          font-size: 40px;
          line-height: 50px;
          height: 50px;
          padding-left: 10px; } }
  .brandsall-list a, .brandsall-list a:link, .brandsall-list a:visited, .brandsall-list a:hover, .brandsall-list a:active {
    color: #000;
    text-decoration: none;
    font-weight: 500; }

.mini-site .toogle-city-infos {
  width: 125px !important;
  margin-left: 15px !important; }

.mini-site .dispo {
  padding-left: 15px !important; }

.mini-site .full {
  width: 530px;
  background-color: #000;
  padding: 2px;
  background-color: #000;
  margin-top: 10px;
  overflow: hidden;
  height: 50px; }
  .mini-site .full .logo {
    width: 330px;
    padding-left: 6px;
    margin-top: 8px; }
    .mini-site .full .logo img {
      width: 200px; }
  .mini-site .full .logo, .mini-site .full .payment-list {
    float: left; }
  .mini-site .full .row .image {
    float: left; }
    .mini-site .full .row .image img {
      max-width: 50px;
      max-height: 50px; }

.mini-site .payments-modes {
  padding: 2px;
  overflow: hidden;
  text-align: right; }
  .mini-site .payments-modes .payment-list {
    float: right;
    margin-right: -14px; }
  .mini-site .payments-modes .row .image {
    float: right; }
    .mini-site .payments-modes .row .image img {
      max-width: 50px;
      max-height: 50px; }

.mini-site .product-header {
  padding: 0px !important; }

.content-review {
  width: 530px;
  height: 321px;
  border-top: none;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 5px 20px 0px 20px; }
  .content-review .clear {
    clear: both; }
  .content-review hr {
    width: 280px;
    margin-top: 10px; }
  .content-review .right, .content-review .left {
    float: left; }
  .content-review .right {
    width: 280px; }
  .content-review .left {
    margin-right: 0px;
    width: 205px; }
  .content-review .forcesize {
    height: 100px; }
  .content-review .mini-view-media {
    padding: 5px;
    background: #fff;
    width: 170px;
    height: 170px; }
    .content-review .mini-view-media .resize {
      width: 100%; }
  .content-review .title {
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 15px;
    font-weight: 700; }
  .content-review .subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    color: #717171;
    letter-spacing: -.1px; }
  .content-review .price {
    font-size: 30px !important;
    text-align: center !important;
    margin-top: 10px !important;
    width: 100% !important;
    white-space: nowrap;
    color: #e00202;
    font-family: "Roboto", sans-serif;
    font-size: 27px;
    line-height: 30px;
    font-weight: 500; }
  .content-review .price-before {
    vertical-align: middle;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    min-height: 18px;
    top: 2px;
    display: inline-block;
    text-align: left; }
  .content-review .add-cart {
    color: #fff;
    background: #fc7d2a;
    padding: 10px 15px;
    line-height: 20px;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    margin-top: 10px; }
  .content-review .advice-order {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
    .content-review .advice-order strong {
      font-weight: 600; }
  .content-review .select-store {
    width: 100%;
    z-index: 10;
    top: 23px;
    height: 14px;
    position: absolute;
    left: -1px;
    text-align: left;
    border-top: 1px solid #DADADA; }
    .content-review .select-store li {
      border-right: 1px solid #DADADA;
      border-bottom: 1px solid #DADADA;
      border-left: 1px solid #DADADA;
      padding: 5px 0 5px 10px;
      background: #fff; }
    .content-review .select-store strong {
      margin-right: 10px; }
  .content-review .product-waranty {
    padding-top: 10px;
    width: 100%;
    font-size: 12px; }
    .content-review .product-waranty ul li {
      padding-bottom: 0px;
      clear: both; }
    .content-review .product-waranty ul li.phone .icon {
      float: left;
      display: inline-block;
      background-image: url(../images/picto-phone.png);
      width: 35px;
      height: 35px;
      background-size: 35px; }
    .content-review .product-waranty ul li.delivery .icon {
      float: left;
      display: inline-block;
      background-image: url(../images/picto-delivery.png);
      width: 35px;
      height: 35px;
      background-size: 35px;
      margin-right: 12px; }
    .content-review .product-waranty ul li.delivery .vertical-aligned {
      display: table-cell;
      vertical-align: middle;
      padding-right: 6px;
      height: 40px; }
    .content-review .product-waranty ul li.thumb .icon {
      float: left;
      display: inline-block;
      background-image: url(../images/picto-thumb.png);
      width: 35px;
      height: 35px;
      background-size: 35px;
      margin-right: 12px; }
    .content-review .product-waranty ul li.thumb .vertical-aligned {
      display: table-cell;
      vertical-align: middle;
      padding-right: 6px;
      height: 40px; }
  .content-review .product-stock {
    width: 100% !important;
    display: inline-block;
    margin-top: 1.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .content-review .product-disponibility {
    border: 1px solid #DADADA;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    margin-top: 10px;
    position: relative;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .content-review .disponibility {
    width: 100%;
    height: 20px; }

.catalog-content {
  background-color: #000;
  width: 100%; }
  .catalog-content .wrap-contain {
    margin: 0; }
    @media (max-width: 34.27571em) {
      .catalog-content .wrap-contain {
        margin: 0 20px; } }
  .catalog-content p.title {
    text-align: center;
    color: #fff;
    line-height: 20px; }
    .catalog-content p.title a {
      color: #fff;
      text-decoration: underline; }
  .catalog-content span.required {
    color: #F2A54D;
    font-size: 11px; }
  .catalog-content .wrap-form {
    width: 500px;
    margin: 0 auto 20px auto;
    padding: 30px;
    background-color: #5E5E5E;
    color: #fff;
    text-align: left; }
    @media (max-width: 34.27571em) {
      .catalog-content .wrap-form {
        width: unset; } }
  .catalog-content form {
    width: 350px;
    margin: 20px auto; }
    @media (max-width: 34.27571em) {
      .catalog-content form {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  .catalog-content form label {
    margin-bottom: 20px;
    width: 130px;
    font-weight: 600; }
    @media (max-width: 34.27571em) {
      .catalog-content form label {
        width: 100%;
        margin-bottom: 10px; } }
  .catalog-content form input {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #000;
    padding: 5px;
    width: 190px;
    margin-bottom: 0px; }
    @media (max-width: 34.27571em) {
      .catalog-content form input {
        width: 100%;
        margin-bottom: 10px; } }
  .catalog-content input.submit {
    background-color: #1a062b;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    text-align: center;
    border: none;
    border-radius: 2px; }
  .catalog-content .content-center {
    text-align: center;
    line-height: 20px; }

.blog {
  padding: 0px; }
  @media (max-width: 52.84714em) {
    .blog {
      padding: 15px; } }
  .blog .pagination ul li {
    display: inline-block;
    margin-left: 8px; }
    .blog .pagination ul li a {
      color: #000;
      font-weight: 400;
      font-size: 13px; }
    .blog .pagination ul li.active a {
      color: #000;
      font-weight: 600;
      font-size: 13px; }
  .blog .menu {
    width: 30%;
    float: left; }
    @media (max-width: 52.84714em) {
      .blog .menu {
        width: 100%;
        float: none; } }
    .blog .menu .icon-fa-blog {
      color: #fff;
      font-size: 30px;
      line-height: 80px; }
    .blog .menu .top {
      background-color: #ec6901;
      height: 80px;
      text-align: center; }
    .blog .menu .black {
      color: #000; }
    .blog .menu .upper {
      text-transform: uppercase; }
    .blog .menu .grey {
      color: #818181; }
    .blog .menu .strong {
      font-weight: 600;
      font-size: 12px; }
    .blog .menu .small {
      font-size: 11px; }
    .blog .menu .listing-shops {
      margin-top: 20px;
      display: block; }
      @media (max-width: 52.84714em) {
        .blog .menu .listing-shops {
          display: none; } }
      .blog .menu .listing-shops li {
        line-height: 22px; }
        .blog .menu .listing-shops li span {
          cursor: pointer; }
      .blog .menu .listing-shops .selected {
        color: #ef6e00 !important; }
    .blog .menu .listing-shops-mob {
      width: 100%;
      background-color: #eeeeee;
      display: none;
      padding: 20px;
      margin-top: 10px; }
      @media (max-width: 52.84714em) {
        .blog .menu .listing-shops-mob {
          display: block; } }
      .blog .menu .listing-shops-mob .wrap-choice .icon-arrow-circle-right-solid, .blog .menu .listing-shops-mob .wrap-choice .icon-burger {
        color: #000;
        font-size: 20px;
        margin-right: 10px;
        float: left;
        cursor: pointer; }
      .blog .menu .listing-shops-mob .wrap-choice .strong {
        font-weight: 600;
        font-size: 15px; }
      .blog .menu .listing-shops-mob .wrap-choices-mob {
        background-color: #fff;
        margin: 20px -20px -20px -20px;
        padding: 0px 10px 10px 22px;
        display: none; }
        .blog .menu .listing-shops-mob .wrap-choices-mob ul li {
          line-height: 40px;
          border-bottom: 1px solid #eee;
          cursor: pointer; }
  .blog .blog-wrap {
    width: 70%;
    float: left; }
    @media (max-width: 52.84714em) {
      .blog .blog-wrap {
        width: 100%;
        float: none; } }
    .blog .blog-wrap .article-solo {
      overflow: hidden;
      padding-left: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee; }
      @media (max-width: 52.84714em) {
        .blog .blog-wrap .article-solo {
          padding-left: 0px;
          margin-top: 20px; } }
      .blog .blog-wrap .article-solo ul {
        font-size: 15px;
        line-height: 24px;
        margin-left: 20px; }
        .blog .blog-wrap .article-solo ul li {
          list-style-type: disc; }
      .blog .blog-wrap .article-solo .wrap-div-three {
        overflow: hidden; }
        .blog .blog-wrap .article-solo .wrap-div-three .div-one {
          float: left;
          margin-right: 2%;
          width: 32%; }
          @media (max-width: 34.27571em) {
            .blog .blog-wrap .article-solo .wrap-div-three .div-one {
              width: 100%;
              margin-right: 0;
              float: none;
              margin-top: 10px; } }
        .blog .blog-wrap .article-solo .wrap-div-three .div-three {
          float: left;
          width: 32%; }
          @media (max-width: 34.27571em) {
            .blog .blog-wrap .article-solo .wrap-div-three .div-three {
              width: 100%;
              margin-right: 0;
              float: none;
              margin-top: 10px; } }
        .blog .blog-wrap .article-solo .wrap-div-three .div-two {
          float: left;
          margin-right: 2%;
          width: 32%; }
          @media (max-width: 34.27571em) {
            .blog .blog-wrap .article-solo .wrap-div-three .div-two {
              width: 100%;
              margin-right: 0;
              float: none;
              margin-top: 10px; } }
      .blog .blog-wrap .article-solo .wrap-div-two {
        overflow: hidden; }
        .blog .blog-wrap .article-solo .wrap-div-two .div-one {
          float: left;
          margin-right: 2%;
          width: 46%; }
          @media (max-width: 34.27571em) {
            .blog .blog-wrap .article-solo .wrap-div-two .div-one {
              width: 100%;
              margin-right: 0;
              float: none;
              margin-top: 10px; } }
        .blog .blog-wrap .article-solo .wrap-div-two .div-two {
          float: left;
          width: 46%; }
          @media (max-width: 34.27571em) {
            .blog .blog-wrap .article-solo .wrap-div-two .div-two {
              width: 100%;
              margin-right: 0;
              float: none;
              margin-top: 10px; } }
      .blog .blog-wrap .article-solo .owl-stage p {
        clear: both; }
      .blog .blog-wrap .article-solo .wrap-button {
        width: 100%;
        text-align: center; }
        .blog .blog-wrap .article-solo .wrap-button .view-categ {
          background-color: #e76c05;
          color: #fff;
          text-transform: uppercase;
          padding: 10px 30px;
          font-weight: 600;
          width: 360px;
          margin: 0 auto; }
          @media (max-width: 34.27571em) {
            .blog .blog-wrap .article-solo .wrap-button .view-categ {
              width: 100%; } }
      .blog .blog-wrap .article-solo .wrap-content {
        margin-left: -20px;
        padding-left: 20px;
        border-left: 1px solid #eee; }
        .blog .blog-wrap .article-solo .wrap-content .wrap-two {
          width: 100%;
          overflow: hidden; }
          .blog .blog-wrap .article-solo .wrap-content .wrap-two .left {
            float: left;
            width: 45%;
            margin-right: 2%;
            overflow: hidden; }
            @media (max-width: 52.84714em) {
              .blog .blog-wrap .article-solo .wrap-content .wrap-two .left {
                float: none;
                width: 100%;
                text-align: center; } }
            @media (max-width: 52.84714em) {
              .blog .blog-wrap .article-solo .wrap-content .wrap-two .left img {
                float: none;
                padding-right: 0px; } }
          .blog .blog-wrap .article-solo .wrap-content .wrap-two .right {
            float: left;
            width: 53%;
            overflow: hidden; }
            @media (max-width: 52.84714em) {
              .blog .blog-wrap .article-solo .wrap-content .wrap-two .right {
                float: none;
                width: 100%; } }
            .blog .blog-wrap .article-solo .wrap-content .wrap-two .right p {
              margin-top: 0px; }
              @media (max-width: 52.84714em) {
                .blog .blog-wrap .article-solo .wrap-content .wrap-two .right p {
                  margin-top: 20px; } }
        .blog .blog-wrap .article-solo .wrap-content .wrap-two-img {
          width: 100%;
          text-align: center;
          overflow: hidden; }
          .blog .blog-wrap .article-solo .wrap-content .wrap-two-img a {
            color: #333; }
          .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .left {
            float: left;
            width: 48%;
            margin-right: 2%;
            margin-top: 0px;
            overflow: hidden; }
            @media (max-width: 52.84714em) {
              .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .left {
                float: none;
                width: 100%;
                text-align: center;
                margin-right: 0%; } }
            .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .left img {
              width: 80%; }
              @media (max-width: 34.27571em) {
                .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .left img {
                  width: 90%; } }
              @media (min-width: 34.28571em) {
                .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .left img {
                  width: 35%; } }
              @media (min-width: 52.85714em) {
                .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .left img {
                  width: 80%; } }
          .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .right {
            float: left;
            width: 48%;
            margin-left: 2%;
            margin-top: 0px;
            overflow: hidden; }
            @media (max-width: 52.84714em) {
              .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .right {
                float: none;
                width: 100%;
                margin-left: 0%;
                margin-top: 20px; } }
            .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .right img {
              width: 80%; }
              @media (max-width: 34.27571em) {
                .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .right img {
                  width: 90%; } }
              @media (min-width: 34.28571em) {
                .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .right img {
                  width: 35%; } }
              @media (min-width: 52.85714em) {
                .blog .blog-wrap .article-solo .wrap-content .wrap-two-img .right img {
                  width: 80%; } }
      .blog .blog-wrap .article-solo .wrap-image {
        width: 100%;
        text-align: center;
        padding-top: 20px; }
        .blog .blog-wrap .article-solo .wrap-image img {
          width: 100%; }
      .blog .blog-wrap .article-solo a.back-to-articles {
        color: #26a5f2;
        text-decoration: underline; }
      .blog .blog-wrap .article-solo h1 {
        text-transform: uppercase;
        color: #000;
        font-weight: 800;
        font-size: 18px;
        margin: 25px 0px 8px;
        line-height: 20px; }
        @media (max-width: 34.27571em) {
          .blog .blog-wrap .article-solo h1 {
            line-height: 17px;
            font-size: 15px;
            margin: 25px 0px 3px; } }
      .blog .blog-wrap .article-solo h2 {
        text-transform: uppercase;
        color: #ef6e00;
        font-weight: 600;
        font-size: 14px;
        margin: 0px 0px 10px; }
        @media (max-width: 34.27571em) {
          .blog .blog-wrap .article-solo h2 {
            line-height: 17px;
            font-size: 13px;
            margin: 0px 0px 4px; } }
      .blog .blog-wrap .article-solo .infos {
        color: #000;
        font-size: 12px; }
        .blog .blog-wrap .article-solo .infos .icon-plm-user-solid, .blog .blog-wrap .article-solo .infos .icon-folder-open-solid {
          color: #f36300; }
      .blog .blog-wrap .article-solo p {
        /*margin-top: 20px;
    			font-size: 12px;
    			line-height: 17px;*/
        margin-top: 20px;
        font-size: 15px;
        line-height: 24px;
        color: #5a5a5a;
        text-align: justify; }
      .blog .blog-wrap .article-solo .wrap-sharing {
        margin-top: 20px;
        overflow: hidden; }
        .blog .blog-wrap .article-solo .wrap-sharing .share-text {
          float: right;
          text-transform: uppercase;
          color: #898989;
          top: 8px;
          font-size: 12px; }
        .blog .blog-wrap .article-solo .wrap-sharing .icon-fa-facebook-f {
          float: right;
          background-color: #efefef;
          color: #898989;
          width: 30px;
          height: 30px;
          text-align: center;
          border-radius: 50%;
          line-height: 30px;
          font-size: 16px;
          margin-left: 7px; }
        .blog .blog-wrap .article-solo .wrap-sharing .icon-plm-twitter-brands {
          float: right;
          background-color: #efefef;
          color: #898989;
          width: 30px;
          height: 30px;
          text-align: center;
          border-radius: 50%;
          font-size: 16px;
          line-height: 30px;
          margin-left: 7px; }
        .blog .blog-wrap .article-solo .wrap-sharing .icon-plm-envelope-regular {
          float: right;
          background-color: #efefef;
          color: #898989;
          width: 30px;
          height: 30px;
          text-align: center;
          border-radius: 50%;
          font-size: 16px;
          line-height: 30px;
          margin-left: 7px; }
      .blog .blog-wrap .article-solo .title-products-associated {
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        padding: 15px 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin-top: 20px; }
        .blog .blog-wrap .article-solo .title-products-associated hr {
          background-color: #ff5205;
          color: #ff5205;
          height: 3px;
          width: 30px;
          margin-top: 6px; }
      .blog .blog-wrap .article-solo .products-slider {
        overflow: unset;
        margin-top: 40px;
        width: 100%; }
      .blog .blog-wrap .article-solo .products-slider .owl-carousel {
        display: block; }
        .blog .blog-wrap .article-solo .products-slider .owl-carousel .product-slide-item {
          width: 100%; }
    .blog .blog-wrap .article-all .white-hide {
      display: none;
      background-color: #fff;
      width: 100%;
      height: 1000px;
      position: absolute;
      z-index: 1;
      opacity: 0.60; }
    .blog .blog-wrap .article-all .top {
      overflow: hidden;
      border-bottom: 1px solid #ddd;
      height: 80px; }
      @media (max-width: 34.27571em) {
        .blog .blog-wrap .article-all .top {
          height: auto; } }
      @media (min-width: 34.28571em) {
        .blog .blog-wrap .article-all .top {
          height: 60px; } }
      .blog .blog-wrap .article-all .top .title {
        padding: 0px 0px 0px 30px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 800;
        color: #000;
        width: 35%;
        float: left;
        margin-top: 20px;
        display: block; }
        @media (max-width: 34.27571em) {
          .blog .blog-wrap .article-all .top .title {
            width: 100%;
            font-size: 18px;
            text-align: center; } }
        @media (min-width: 34.28571em) {
          .blog .blog-wrap .article-all .top .title {
            width: 50%; } }
        .blog .blog-wrap .article-all .top .title hr {
          background-color: #ff5205;
          color: #ff5205;
          height: 3px;
          width: 30px;
          display: block;
          margin-top: 5px; }
          @media (max-width: 34.27571em) {
            .blog .blog-wrap .article-all .top .title hr {
              margin: 6px auto; } }
        @media (max-width: 52.84714em) {
          .blog .blog-wrap .article-all .top .title {
            padding: 0px;
            display: none; } }
        @media (min-width: 52.85714em) {
          .blog .blog-wrap .article-all .top .title {
            width: 62%; } }
        @media (min-width: 70em) {
          .blog .blog-wrap .article-all .top .title {
            width: 53%; } }
        @media (min-width: 91.42857em) {
          .blog .blog-wrap .article-all .top .title {
            width: 53%; } }
      .blog .blog-wrap .article-all .top .pagination {
        width: 65%;
        float: left;
        text-align: right;
        margin-top: 30px;
        margin-bottom: 0px;
        color: #6b6b6b; }
        @media (max-width: 34.27571em) {
          .blog .blog-wrap .article-all .top .pagination {
            width: 100%;
            margin-top: 20px;
            float: none;
            overflow: hidden;
            margin: 10px auto 10px;
            text-align: center; } }
        @media (min-width: 34.28571em) {
          .blog .blog-wrap .article-all .top .pagination {
            width: 50%;
            margin-top: 20px; } }
        @media (min-width: 52.85714em) {
          .blog .blog-wrap .article-all .top .pagination {
            width: 38%; } }
        @media (min-width: 70em) {
          .blog .blog-wrap .article-all .top .pagination {
            width: 47%; } }
        @media (min-width: 91.42857em) {
          .blog .blog-wrap .article-all .top .pagination {
            width: 47%; } }
    .blog .blog-wrap .article-all .pagination {
      width: 100%;
      float: right;
      text-align: right;
      margin-bottom: 10px;
      color: #6b6b6b; }
      @media (max-width: 52.84714em) {
        .blog .blog-wrap .article-all .pagination {
          width: 100%;
          text-align: center;
          margin-bottom: 10px;
          margin-top: 20px;
          color: #6b6b6b;
          float: none; } }
    .blog .blog-wrap .article-all .listing-articles {
      overflow: hidden;
      margin-top: 20px;
      border-left: 1px solid #ddd;
      padding-left: 20px; }
      @media (max-width: 52.84714em) {
        .blog .blog-wrap .article-all .listing-articles {
          padding-left: 0px;
          border-left: none; } }
      .blog .blog-wrap .article-all .listing-articles li {
        overflow: hidden;
        margin-bottom: 20px;
        border-bottom: none;
        padding-bottom: 0px; }
        @media (max-width: 52.84714em) {
          .blog .blog-wrap .article-all .listing-articles li {
            border-bottom: 1px solid #eee;
            padding-bottom: 20px; } }
      .blog .blog-wrap .article-all .listing-articles .wrap-article .image {
        width: 100px;
        height: 100px;
        float: left;
        background-color: #eee;
        margin-right: 20px;
        margin-left: 0px; }
        @media (max-width: 52.84714em) {
          .blog .blog-wrap .article-all .listing-articles .wrap-article .image {
            margin-right: 0px;
            margin-left: 20px;
            float: right; } }
      .blog .blog-wrap .article-all .listing-articles .wrap-article .preview {
        width: 80%;
        float: left;
        text-align: justify; }
        @media (max-width: 34.27571em) {
          .blog .blog-wrap .article-all .listing-articles .wrap-article .preview {
            width: 58%;
            left: 0;
            text-align: left; } }
        @media (max-width: 320px) {
          .blog .blog-wrap .article-all .listing-articles .wrap-article .preview {
            width: 57%;
            left: 0;
            text-align: left; } }
        @media (min-width: 34.28571em) {
          .blog .blog-wrap .article-all .listing-articles .wrap-article .preview {
            width: 74%;
            left: 0;
            text-align: left; } }
        @media (min-width: 52.85714em) {
          .blog .blog-wrap .article-all .listing-articles .wrap-article .preview {
            width: 77%; } }
        @media (min-width: 70em) {
          .blog .blog-wrap .article-all .listing-articles .wrap-article .preview {
            width: 80%; } }
        @media (min-width: 91.42857em) {
          .blog .blog-wrap .article-all .listing-articles .wrap-article .preview {
            width: 80%; } }
        .blog .blog-wrap .article-all .listing-articles .wrap-article .preview h1 {
          text-transform: uppercase;
          color: #000;
          font-weight: 800;
          font-size: 16px;
          line-height: 17px;
          margin: 0 0 8px; }
          @media (max-width: 34.27571em) {
            .blog .blog-wrap .article-all .listing-articles .wrap-article .preview h1 {
              line-height: 17px;
              font-size: 14px;
              margin: 0px 0px 3px; } }
        .blog .blog-wrap .article-all .listing-articles .wrap-article .preview h2 {
          color: #838383;
          font-weight: 600;
          font-size: 12px;
          margin: 0 0 5px; }
          @media (max-width: 34.27571em) {
            .blog .blog-wrap .article-all .listing-articles .wrap-article .preview h2 {
              line-height: 17px;
              font-size: 11px;
              margin: 0px 0px 4px; } }
        .blog .blog-wrap .article-all .listing-articles .wrap-article .preview .infos {
          color: #000;
          font-size: 12px; }
          .blog .blog-wrap .article-all .listing-articles .wrap-article .preview .infos .icon-plm-user-solid, .blog .blog-wrap .article-all .listing-articles .wrap-article .preview .infos .icon-folder-open-solid {
            color: #f36300; }
        .blog .blog-wrap .article-all .listing-articles .wrap-article .preview .preview-text {
          color: #8c8f93;
          font-size: 12px;
          margin-top: 10px;
          line-height: 15px; }


          .tophero {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: start;
                justify-content: flex-start; }
            @media (max-width: 52.84714em) {
              .tophero {
                -ms-flex-direction: column;
                    flex-direction: column; } }
            .tophero .hero_img_holder {
              width: 48%;
              padding: 1%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: end;
                  align-items: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
              @media (max-width: 52.84714em) {
                .tophero .hero_img_holder {
                  width: 100%; } }
            .tophero .hero_paragraph_holder {
              width: 48%;
              padding: 1%;
              line-height: 1.3em; }
              @media (max-width: 52.84714em) {
                .tophero .hero_paragraph_holder {
                  width: 100%; } }
              .tophero .hero_paragraph_holder h1 {
                text-transform: uppercase;
                color: #000;
                line-height: 1.5em; }
                @media (max-width: 52.84714em) {
                  .tophero .hero_paragraph_holder h1 {
                    font-size: 18px; } }
              .tophero .hero_paragraph_holder hr {
                margin-top: 15px;
                margin-bottom: 15px; }
              .tophero .hero_paragraph_holder h2 {
                margin-bottom: 9px;
                font-weight: 600;
                font-size: 16px; }
              .tophero .hero_paragraph_holder .brand_list {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: start;
                    align-items: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                .tophero .hero_paragraph_holder .brand_list .item-2 {
                  margin-right: 8px;
                  margin-bottom: 8px; }
                  .tophero .hero_paragraph_holder .brand_list .item-2 a {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: row;
                        flex-direction: row;
                    -ms-flex-align: center;
                        align-items: center;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                    padding: 5px 10px;
                    height: 30px;
                    background-color: #ffffff;
                    border: 1px solid #CCCCCC;
                    white-space: nowrap;
                    color: #000000;
                    font-size: 12px; }
                    .tophero .hero_paragraph_holder .brand_list .item-2 a img {
                      height: auto;
                      width: auto;
                      max-height: 30px;
                      max-width: 50px;
                      margin-right: 15px; }
                  .tophero .hero_paragraph_holder .brand_list .item-2 a:hover {
                    border: 1px solid #000000; }
          
          .op #products_results {
            width: 102%;
            margin-left: -2%; }
          
          .opresult-content {
            background-color: #ececec;
            color: #000000;
            padding: 7px 12px 7px 20px;
            margin-bottom: 15px;
            font-weight: 100;
            text-transform: uppercase; }
            .opresult-content strong {
              font-weight: 500; }
              
          
          .blog_container h1, .blog_container h2, .blog_container h3, .blog_container h4, .blog_container h5, .blog_container .h1, .blog_container .h2, .blog_container .h3, .blog_container .h4, .blog_container .h5 {
            font-weight: 600;
            margin-top: unset;
            margin-bottom: unset; }
          
          .blog_container h1, .blog_container .h1 {
            font-size: 36px; }
          
          .blog_container h2, .blog_container .h2 {
            font-size: 30px; }
          
          .blog_container h3, .blog_container .h3 {
            font-size: 24px; }
          
          .blog_container h4, .blog_container .h4 {
            font-size: 18px; }
          
          .blog_container h5, .blog_container .h5 {
            font-size: 14px; }
          
          .blog_container h6, .blog_container .h6 {
            font-size: 12px; }
.product-reviews {
  overflow: hidden; }
  .product-reviews .clear {
    clear: both; }
  .product-reviews .return-product {
    margin-bottom: 10px;
    display: block;
    margin-top: 20px; }
    @media (max-width: 52.84714em) {
      .product-reviews .return-product {
        display: none; } }
    .product-reviews .return-product a:link, .product-reviews .return-product a:visited, .product-reviews .return-product a:hover {
      text-decoration: underline;
      color: #03a0ff; }
  @media (max-width: 52.84714em) {
    .product-reviews .wrap-tag-discount {
      display: inline-block; } }
  @media (max-width: 52.84714em) {
    .product-reviews .review-form {
      margin-left: 0px;
      margin-right: 0px; } }
  .product-reviews .product-action {
    display: block !important; }
    .product-reviews .product-action .product-disponibility .disponibility {
      width: 100%;
      height: 24px; }
    .product-reviews .product-action .product-price .before {
      margin-top: 0px; }
    .product-reviews .product-action .product-price .now.top6 {
      top: 0px; }
    .product-reviews .product-action .wrap-product-button .product-buy {
      margin-top: 20px;
      width: 70%;
      padding-left: 0px; }
      .product-reviews .product-action .wrap-product-button .product-buy p {
        font-weight: 600;
        text-transform: unset;
        font-size: 15px; }
        @media (min-width: 52.85714em) {
          .product-reviews .product-action .wrap-product-button .product-buy p {
            margin-right: 20px; } }
        @media (min-width: 70em) {
          .product-reviews .product-action .wrap-product-button .product-buy p {
            margin-right: 60px; } }
        @media (min-width: 91.42857em) {
          .product-reviews .product-action .wrap-product-button .product-buy p {
            margin-right: 110px; } }
      .product-reviews .product-action .wrap-product-button .product-buy img {
        float: left; }
        @media (min-width: 52.85714em) {
          .product-reviews .product-action .wrap-product-button .product-buy img {
            margin-left: 45px; } }
        @media (min-width: 70em) {
          .product-reviews .product-action .wrap-product-button .product-buy img {
            margin-left: 85px; } }
        @media (min-width: 91.42857em) {
          .product-reviews .product-action .wrap-product-button .product-buy img {
            margin-left: 130px; } }
  @media (max-width: 52.84714em) {
    .product-reviews .product-action-2 {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  .product-reviews .unavailable-product {
    width: 100%;
    border: 1px solid #DADADA;
    margin-top: 30px;
    color: red;
    background-color: #e9e9e9;
    padding-top: 50px;
    text-align: center;
    height: 110px;
    font-weight: 600;
    clear: both; }
  .product-reviews .title-all-reviews-mob {
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    border-bottom: 1px solid #DADADA;
    color: #000;
    text-transform: uppercase;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px 12px 20px 0;
    display: none; }
  .product-reviews .feedback-comments {
    padding: 0px; }
    .product-reviews .feedback-comments h2 {
      display: block; }
      @media (max-width: 52.84714em) {
        .product-reviews .feedback-comments h2 {
          display: none; } }
  .product-reviews .feedback-comments .wrap-comments .item-comment:last-child {
    border-bottom: none; }
  @media (max-width: 52.84714em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment {
      margin-bottom: 0px; } }
  .product-reviews .feedback-comments .footer-comment .paginate {
    display: none; }
  .product-reviews .feedback-comments .footer-comment .btn-feed {
    background-color: #eeeeee;
    color: #828282; }
    @media (max-width: 52.84714em) {
      .product-reviews .feedback-comments .footer-comment .btn-feed {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0px; } }
  .product-reviews .feedback-comments .wrap-comments .item-comment .user-infos {
    float: left; }
    @media (max-width: 52.84714em) {
      .product-reviews .feedback-comments .wrap-comments .item-comment .user-infos {
        float: unset;
        width: 100%; } }
    @media (max-width: 52.84714em) {
      .product-reviews .feedback-comments .wrap-comments .item-comment .user-infos .image {
        width: 50px; } }
    @media (max-width: 52.84714em) {
      .product-reviews .feedback-comments .wrap-comments .item-comment .user-infos img {
        max-width: 48px; } }
  @media (max-width: 52.84714em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .user-infos .names {
      line-height: 30px;
      padding-top: 0px; } }
  @media (max-width: 52.84714em) {
    .product-reviews .review-form .jq-ry-container {
      padding: 0px; } }
  @media (max-width: 52.84714em) {
    .product-reviews .review-form ul {
      margin-top: 20px; } }
  @media (max-width: 52.84714em) {
    .product-reviews .review-form input.title {
      width: 100%; } }
  @media (max-width: 52.84714em) {
    .product-reviews .review-form .left {
      padding-right: 0px; } }
  @media (min-width: 52.85714em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .comment .option {
      float: left;
      width: 155px;
      font-size: 12px; } }
  .product-reviews .feedback-comments .wrap-comments .item-comment .comment ul {
    display: block; }
    @media (max-width: 52.84714em) {
      .product-reviews .feedback-comments .wrap-comments .item-comment .comment ul {
        display: block;
        width: 100%;
        margin-bottom: 20px; } }
  @media (max-width: 34.27571em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .comment p {
      margin-top: 0px; } }
  @media (min-width: 52.85714em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .comment p {
      padding-left: 4%;
      width: 58%; } }
  .product-reviews .feedback-comments .wrap-comments .item-comment .comment {
    width: 80%; }
    @media (max-width: 52.84714em) {
      .product-reviews .feedback-comments .wrap-comments .item-comment .comment {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 30px;
        margin-top: 15px; } }
    @media (min-width: 52.85714em) {
      .product-reviews .feedback-comments .wrap-comments .item-comment .comment {
        width: 80%; } }
  @media (max-width: 34.27571em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .comment .rate .stars {
      float: left;
      width: 30%;
      font-size: 12px; } }
  @media (min-width: 34.28571em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .comment .rate .stars {
      width: 80px; } }
  @media (max-width: 34.27571em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .comment .rate .date {
      float: left;
      font-size: 11px;
      width: -webkit-fit-content;
      width: fit-content;
      width: -moz-fit-content; } }
  @media (min-width: 34.28571em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .comment .rate .date {
      width: -webkit-fit-content;
      width: fit-content;
      width: -moz-fit-content; } }
  @media (min-width: 52.85714em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .comment .rate .date {
      font-size: 10px; } }
  @media (max-width: 34.27571em) {
    .product-reviews .feedback-comments .wrap-comments .item-comment .comment .rate .buyer-certif {
      background-image: url(../images/buyer_certif.png);
      background-size: 50px;
      background-repeat: no-repeat;
      height: 25px;
      float: left;
      width: 20%;
      background-position: right;
      background-position-y: 1px; } }
  .product-reviews .suggest h2 {
    padding-bottom: 20px !important;
    display: block;
    border: none; }
    @media (max-width: 52.84714em) {
      .product-reviews .suggest h2 {
        display: none; } }
  .product-reviews .stars {
    color: #b1b1b1; }
  .product-reviews .bloc-middle {
    width: 5%;
    background-color: #f4f4f4;
    color: #fff;
    text-transform: uppercase;
    float: left;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: mixed;
    height: 430px;
    text-align: center;
    font-size: 34px;
    line-height: 152%;
    margin-top: 20px;
    margin-left: unset; }
    @media (max-width: 52.84714em) {
      .product-reviews .bloc-middle {
        width: 50px;
        margin-left: 20px;
        height: 300px; } }
    .product-reviews .bloc-middle .arrow-div {
      width: 10px;
      height: 10px;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #f4f4f4;
      position: absolute;
      bottom: -15px;
      left: 4px; }
      @media (min-width: 91.42857em) {
        .product-reviews .bloc-middle .arrow-div {
          left: 10px; } }
  .product-reviews .bloc-left {
    float: left;
    margin-top: 20px;
    width: 45%; }
    @media (max-width: 52.84714em) {
      .product-reviews .bloc-left {
        float: none;
        margin-top: 0px;
        width: unset;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 10px; } }
    @media (min-width: 52.85714em) {
      .product-reviews .bloc-left {
        width: 50%; } }
    .product-reviews .bloc-left .full-title {
      line-height: 17px;
      margin-bottom: 10px; }
    .product-reviews .bloc-left .tag {
      display: inline-block;
      margin: 0 5px 0 0;
      float: left;
      padding: 1px 7px 3px 7px;
      position: relative;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      line-height: 12px;
      font-weight: 500;
      color: #fff;
      letter-spacing: .03rem; }
    .product-reviews .bloc-left .panel {
      margin-top: unset; }
      @media (max-width: 52.84714em) {
        .product-reviews .bloc-left .panel {
          margin-top: 30px; } }
    .product-reviews .bloc-left .tab-header:before {
      content: ' ';
      background: unset;
      position: absolute;
      top: 0;
      left: 0;
      width: 7px;
      height: 10px;
      top: 17px;
      left: 16px;
      padding-left: 0px;
      background-color: unset !important; }
    .product-reviews .bloc-left .tab-header {
      padding-left: 0px;
      padding-bottom: 10px;
      background-color: unset !important; }
      @media (min-width: 52.85714em) {
        .product-reviews .bloc-left .tab-header {
          padding-bottom: 0px; } }
      .product-reviews .bloc-left .tab-header .brand-title {
        font-size: 20px;
        line-height: 15px;
        font-weight: 700;
        padding-right: 7px;
        color: #000;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .product-reviews .bloc-left .tab-header .title {
        display: inline-block; }
        .product-reviews .bloc-left .tab-header .title .wrap-tag-discount {
          float: left;
          margin-right: 10px; }
    .product-reviews .bloc-left .tab-header h2 {
      color: #000;
      font-size: 24px !important;
      line-height: 24px !important;
      font-weight: 300 !important;
      padding-bottom: 8px !important;
      text-transform: uppercase !important; }
      @media (min-width: 52.85714em) {
        .product-reviews .bloc-left .tab-header h2 {
          color: #000;
          font-size: 24px !important;
          line-height: 24px !important;
          font-weight: 300 !important;
          padding-bottom: 8px !important;
          text-transform: uppercase !important; } }
    .product-reviews .bloc-left .tab-content {
      padding-top: 20px !important;
      border: 1px solid #efefef !important;
      padding: 20px;
      min-height: 150px;
      overflow-y: unset !important;
      overflow: hidden;
      display: block !important;
      background-color: #f4f4f4;
      margin-top: unset; }
      @media (max-width: 52.84714em) {
        .product-reviews .bloc-left .tab-content {
          border: none !important;
          padding: 20px !important;
          margin-top: -15px;
          min-height: unset; } }
      @media (min-width: 70em) {
        .product-reviews .bloc-left .tab-content {
          min-height: 216px; } }
      @media (min-width: 91.42857em) {
        .product-reviews .bloc-left .tab-content {
          min-height: 210px; } }
      @media (max-width: 52.84714em) {
        .product-reviews .bloc-left .tab-content .global-rating .left .inline-rating {
          font-size: 10px; } }
      @media (max-width: 52.84714em) {
        .product-reviews .bloc-left .tab-content .global-rating .left {
          width: 100%; } }
      @media (min-width: 91.42857em) {
        .product-reviews .bloc-left .tab-content .global-rating .left {
          width: 65%; } }
      .product-reviews .bloc-left .tab-content .global-rating .left .option {
        float: left;
        width: 175px;
        font-size: 12px; }
        @media (max-width: 52.84714em) {
          .product-reviews .bloc-left .tab-content .global-rating .left .option {
            float: left;
            width: 65%; } }
        @media (min-width: 91.42857em) {
          .product-reviews .bloc-left .tab-content .global-rating .left .option {
            font-size: 13px; } }
      .product-reviews .bloc-left .tab-content .global-rating .left .stars {
        margin-top: 13px; }
        @media (max-width: 52.84714em) {
          .product-reviews .bloc-left .tab-content .global-rating .left .stars {
            margin-top: 6px;
            float: right; } }
      .product-reviews .bloc-left .tab-content .global-rating .left ul li {
        clear: both;
        line-height: 41px;
        border-right: 1px solid #b1b1b1; }
        @media (max-width: 52.84714em) {
          .product-reviews .bloc-left .tab-content .global-rating .left ul li {
            border-right: unset;
            line-height: 25px; } }
      .product-reviews .bloc-left .tab-content .global-rating .right {
        float: left;
        width: 28%;
        padding-left: 15px;
        padding-top: 3%;
        text-align: center;
        border-left: 1px solid #d1d1d1;
        display: block;
        margin-top: 7%; }
        @media (max-width: 52.84714em) {
          .product-reviews .bloc-left .tab-content .global-rating .right {
            display: none; } }
        .product-reviews .bloc-left .tab-content .global-rating .right a:link, .product-reviews .bloc-left .tab-content .global-rating .right a:visited, .product-reviews .bloc-left .tab-content .global-rating .right a:hover {
          text-decoration: underline;
          color: #03a0ff; }
        .product-reviews .bloc-left .tab-content .global-rating .right .global-note {
          color: #939393;
          margin-top: 10px; }
          .product-reviews .bloc-left .tab-content .global-rating .right .global-note .grey {
            color: #000; }
  .product-reviews .sort-bloc {
    background-color: #f4f4f4;
    padding: 10px;
    margin-top: 50px;
    overflow: hidden;
    display: block; }
    @media (max-width: 52.84714em) {
      .product-reviews .sort-bloc {
        display: none; } }
    .product-reviews .sort-bloc .sort-mention {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      float: left;
      color: #747474;
      line-height: 33px;
      font-size: 12px; }
      @media (min-width: 52.85714em) {
        .product-reviews .sort-bloc .sort-mention {
          margin-right: 15px; } }
    .product-reviews .sort-bloc .btn-feed {
      text-transform: uppercase;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      float: right;
      font-weight: 500;
      background-color: #01cefd;
      color: #fff;
      text-align: center;
      cursor: pointer; }
      @media (min-width: 70em) {
        .product-reviews .sort-bloc .btn-feed {
          float: right; } }
    .product-reviews .sort-bloc select.dates {
      margin-right: 10px;
      float: left;
      padding: 8px;
      width: 150px;
      margin-left: 10px;
      background: #fff url("/images/select-dropdown3.png") no-repeat right 0px center; }
      @media (min-width: 70em) {
        .product-reviews .sort-bloc select.dates {
          margin-right: 1.1%;
          float: left;
          padding: 8px;
          width: 20%;
          margin-left: 1.1%; } }
    .product-reviews .sort-bloc select.pertinence {
      margin-right: 10px;
      float: left;
      padding: 8px;
      width: 150px;
      background: #fff url("/images/select-dropdown3.png") no-repeat right 0px center; }
      @media (min-width: 70em) {
        .product-reviews .sort-bloc select.pertinence {
          margin-right: 1.1%;
          float: left;
          padding: 8px;
          width: 20%; } }
  .product-reviews .sort-bloc-mob {
    border-top: 1px solid #DADADA !important;
    border-bottom: 1px solid #DADADA !important;
    padding: 20px;
    margin-top: 20px;
    overflow: hidden;
    display: none; }
    @media (max-width: 52.84714em) {
      .product-reviews .sort-bloc-mob {
        display: block; } }
    .product-reviews .sort-bloc-mob select.dates {
      float: left;
      padding: 10px;
      width: 47%; }
    .product-reviews .sort-bloc-mob select.pertinence {
      float: left;
      padding: 10px;
      width: 47%;
      margin-right: 6%; }
    .product-reviews .sort-bloc-mob .btn-feed {
      text-transform: uppercase;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      float: left;
      font-weight: 500;
      background-color: #20cdfe;
      color: #fff;
      text-align: center;
      cursor: pointer;
      width: 100%;
      margin-bottom: 10px; }
  .product-reviews .bloc-right {
    float: left;
    width: 50%;
    margin-top: 10px; }
    @media (max-width: 52.84714em) {
      .product-reviews .bloc-right {
        width: 75%; } }
    @media (min-width: 52.85714em) {
      .product-reviews .bloc-right {
        width: 45%; } }
    .product-reviews .bloc-right .table-container {
      width: 100%;
      padding: 20px;
      text-align: center;
      max-height: 418px;
      height: 418px; }
      .product-reviews .bloc-right .table-container img {
        height: 110px; }
      @media (max-width: 34.27571em) {
        .product-reviews .bloc-right .table-container {
          padding: 10px; } }
      @media (max-width: 52.84714em) {
        .product-reviews .bloc-right .table-container {
          height: 300px;
          max-height: 300px; } }
      .product-reviews .bloc-right .table-container #selected-item {
        max-height: 430px;
        height: 430px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        content: ' '; }
        @media (max-width: 52.84714em) {
          .product-reviews .bloc-right .table-container #selected-item {
            height: 300px;
            max-height: 300px; } }
    .product-reviews .bloc-right .wrap-product-button {
      margin-top: 20px; }
    .product-reviews .bloc-right .product-action {
      border: 1px solid #dadada;
      width: 100%;
      padding: 20px;
      text-align: center;
      display: block;
      height: 220px;
      overflow: hidden; }
      @media (max-width: 52.84714em) {
        .product-reviews .bloc-right .product-action {
          display: none; } }
      .product-reviews .bloc-right .product-action .buttons-counter {
        float: left;
        width: 20%; }
      .product-reviews .bloc-right .product-action .buttons-counter {
        float: left;
        width: 25%; }
      .product-reviews .bloc-right .product-action .product-quantity {
        width: 100% !important; }
        .product-reviews .bloc-right .product-action .product-quantity .quantity-selector {
          margin: 0 auto;
          width: 100%;
          margin-left: 8px; }
      .product-reviews .bloc-right .product-action .product-buy {
        float: left;
        width: 71%;
        padding-left: 0px;
        margin-right: 0px;
        margin-top: 0px !important;
        margin-left: 10px; }
      .product-reviews .bloc-right .product-action .product-stock {
        width: 100%;
        margin-left: 0px !important; }
        @media (min-width: 91.42857em) {
          .product-reviews .bloc-right .product-action .product-stock {
            margin-right: 0px !important; } }

.breadcrumb-review-mob {
  display: none; }
  @media (max-width: 52.84714em) {
    .breadcrumb-review-mob {
      display: block; } }

.landing .land-magasins .container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (min-width: 70em) {
    .landing .land-magasins .container {
      width: 960px; } }
  @media (max-width: 69.99em) {
    .landing .land-magasins .container {
      width: 90%; } }
  @media (min-width: 91.42857em) {
    .landing .land-magasins .container {
      width: 1240px; } }
  .landing .land-magasins .container h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    line-height: 20px; }
  .landing .land-magasins .container hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 30px; }
  .landing .land-magasins .container .infos {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    margin: 20px auto;
    font-weight: 300; }
  .landing .land-magasins .container .wrap-bloc-mags {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden; }
    .landing .land-magasins .container .wrap-bloc-mags .bloc-mag {
      width: 49%;
      height: auto;
      float: left;
      background-color: #f6f6f6;
      text-align: center;
      padding: 30px; }
      .landing .land-magasins .container .wrap-bloc-mags .bloc-mag:first-child {
        margin-right: 2%;
        margin-bottom: 0px; }
        @media (max-width: 52.84714em) {
          .landing .land-magasins .container .wrap-bloc-mags .bloc-mag:first-child {
            margin-right: 0;
            margin-bottom: 20px; } }
      @media (max-width: 52.84714em) {
        .landing .land-magasins .container .wrap-bloc-mags .bloc-mag {
          width: 100%;
          float: none;
          text-align: left;
          height: 90px;
          padding: 0px; } }
      @media (max-width: 52.84714em) {
        .landing .land-magasins .container .wrap-bloc-mags .bloc-mag img {
          width: 120px;
          margin-left: 20px;
          margin-top: 17px; } }
      @media (max-width: 52.84714em) {
        .landing .land-magasins .container .wrap-bloc-mags .bloc-mag a {
          float: right; } }
      .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .wrap-infos {
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto;
        font-size: 13px;
        color: #000;
        font-weight: 500;
        display: block; }
        @media (max-width: 52.84714em) {
          .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .wrap-infos {
            display: none; } }
        .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .wrap-infos .place {
          background-image: url(/images/picto-magasins/picto-map.png);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left;
          text-transform: uppercase;
          padding-left: 40px;
          margin-top: 20px; }
        .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .wrap-infos .hour {
          background-image: url(/images/picto-magasins/picto-watch.png);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left;
          text-transform: uppercase;
          padding-left: 40px;
          margin-top: 20px; }
        .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .wrap-infos .contact {
          background-image: url(/images/picto-magasins/picto-mob.png);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left;
          text-transform: uppercase;
          padding-left: 40px;
          margin-top: 20px; }
        .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .wrap-infos .noel {
          background-image: url(/images/picto-magasins/christmas-tree.png);
          background-repeat: no-repeat;
          background-position: center left -4px;
          background-size: 25px;
          width: 100%;
          text-align: left;
          text-transform: uppercase;
          padding-left: 40px;
          margin-top: 20px; }
      .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .btn-moreinfos {
        width: 270px;
        color: #fff;
        background-color: #727272;
        background-image: url(/images/picto-magasins/picto-arrow.png);
        background-repeat: no-repeat;
        text-transform: uppercase;
        padding: 10px 0px 10px 20px;
        background-position: right 15px center;
        margin: 30px auto 0 auto;
        text-align: left;
        display: block; }
        @media (max-width: 52.84714em) {
          .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .btn-moreinfos {
            display: none; } }
      .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .btn-moreinfos-mob {
        background-color: #727272;
        height: 90px;
        width: 100px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        line-height: 90px;
        display: none; }
        @media (max-width: 52.84714em) {
          .landing .land-magasins .container .wrap-bloc-mags .bloc-mag .btn-moreinfos-mob {
            display: block; } }

.landing .land-magasin .container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 100%; }
  @media (min-width: 70em) {
    .landing .land-magasin .container {
      width: 960px; } }
  @media (max-width: 69.99em) {
    .landing .land-magasin .container {
      width: 90%; } }
  @media (min-width: 91.42857em) {
    .landing .land-magasin .container {
      width: 1240px; } }
  .landing .land-magasin .container h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    line-height: 20px; }
  .landing .land-magasin .container h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    line-height: 20px; }
  .landing .land-magasin .container hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 30px; }
  .landing .land-magasin .container .lowercase {
    text-transform: lowercase; }
  .landing .land-magasin .container .photo-slide {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%; }
  .landing .land-magasin .container .magasins {
    background-color: #f9f9f9;
    max-height: 480px;
    min-height: 480px;
    margin-bottom: 25px;
    margin-top: 40px; }
    @media (max-width: 52.84714em) {
      .landing .land-magasin .container .magasins {
        margin-bottom: 120px;
        min-height: 300px; } }
    .landing .land-magasin .container .magasins .infos {
      position: relative;
      width: 100%;
      text-align: center;
      background-color: #f9f9f9;
      height: 380px; }
      @media (max-width: 52.84714em) {
        .landing .land-magasin .container .magasins .infos {
          height: 380px; } }
    .landing .land-magasin .container .magasins .photos {
      position: relative;
      height: 480px; }
      @media (max-width: 52.84714em) {
        .landing .land-magasin .container .magasins .photos {
          height: 380px; } }
      .landing .land-magasin .container .magasins .photos img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .landing .land-magasin .container .magasins .videos {
      position: relative;
      height: 480px; }
      @media (max-width: 52.84714em) {
        .landing .land-magasin .container .magasins .videos {
          height: 380px; } }
      .landing .land-magasin .container .magasins .videos iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .landing .land-magasin .container .magasins .plan {
      height: 480px;
      position: relative; }
      @media (max-width: 52.84714em) {
        .landing .land-magasin .container .magasins .plan {
          height: 380px; } }
      .landing .land-magasin .container .magasins .plan iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .landing .land-magasin .container .magasins .englobe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .landing .land-magasin .container .magasins .englobe .logo {
        content: ' ';
        height: 25%;
        margin: 30px auto;
        width: 100%;
        clear: both;
        /*padding: 20px 0px 10px 0px;*/
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        /*img{
					width: 200px;
				}*/ }
        @media (min-width: 52.85714em) {
          .landing .land-magasin .container .magasins .englobe .logo {
            height: 100px; } }
      .landing .land-magasin .container .magasins .englobe .wrap-all {
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content;
        margin: 20px auto 0 auto; }
      .landing .land-magasin .container .magasins .englobe .wrap-infos1, .landing .land-magasin .container .magasins .englobe .wrap-infos2 {
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content;
        font-size: 11px;
        color: #000;
        font-weight: 600;
        display: none;
        float: right;
        text-align: left;
        text-transform: uppercase; }
        @media (max-width: 69.99em) {
          .landing .land-magasin .container .magasins .englobe .wrap-infos1, .landing .land-magasin .container .magasins .englobe .wrap-infos2 {
            display: block; } }
        .landing .land-magasin .container .magasins .englobe .wrap-infos1 .place, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .place {
          background-image: url(/images/picto-magasins/picto-map.png);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .place, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .place {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .place, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .place {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .place, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .place {
              padding-left: 30px; } }
        .landing .land-magasin .container .magasins .englobe .wrap-infos1 .hour, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .hour {
          background-image: url(/images/picto-magasins/picto-watch.png);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left;
          margin-top: 20px; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .hour, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .hour {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .hour, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .hour {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .hour, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .hour {
              padding-left: 30px; } }
        .landing .land-magasin .container .magasins .englobe .wrap-infos1 .contact, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .contact {
          background-image: url(/images/picto-magasins/picto-mob.png);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left;
          margin-top: 20px; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .contact, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .contact {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .contact, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .contact {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .contact, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .contact {
              padding-left: 30px; } }
        .landing .land-magasin .container .magasins .englobe .wrap-infos1 .noel, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .noel {
          background-image: url(/images/picto-magasins/christmas-tree.png);
          background-repeat: no-repeat;
          background-position: center left -4px;
          background-size: 25px;
          width: 100%;
          text-align: left;
          margin-top: 20px; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .noel, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .noel {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .noel, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .noel {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .noel, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .noel {
              padding-left: 30px; } }
        .landing .land-magasin .container .magasins .englobe .wrap-infos1 .car, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .car {
          background-image: url(/images/fa-car.svg);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left;
          margin-top: 20px; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .car, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .car {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .car, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .car {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .englobe .wrap-infos1 .car, .landing .land-magasin .container .magasins .englobe .wrap-infos2 .car {
              padding-left: 30px; } }
      .landing .land-magasin .container .magasins .englobe .wrap-infos1 {
        border-right: none;
        display: block; }
        @media (max-width: 52.84714em) {
          .landing .land-magasin .container .magasins .englobe .wrap-infos1 {
            display: none; } }
      .landing .land-magasin .container .magasins .englobe .wrap-infos2 {
        margin-right: 40px;
        padding-right: 40px;
        border-right: 1px solid #d7d4ce;
        margin-left: 0px; }
        @media (max-width: 52.84714em) {
          .landing .land-magasin .container .magasins .englobe .wrap-infos2 {
            margin-right: 0px;
            padding-right: 0px;
            border-right: none; } }
    .landing .land-magasin .container .magasins .droite {
      width: 50%;
      min-height: 100%;
      float: left;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 69.99em) {
        .landing .land-magasin .container .magasins .droite {
          float: right;
          width: 100%; } }
      .landing .land-magasin .container .magasins .droite .videos, .landing .land-magasin .container .magasins .droite .plan {
        display: none; }
      @media (min-width: 70em) {
        .landing .land-magasin .container .magasins .droite .photos {
          display: block; } }
      @media (max-width: 69.99em) {
        .landing .land-magasin .container .magasins .droite .photos {
          display: none; } }
      @media (min-width: 70em) {
        .landing .land-magasin .container .magasins .droite .infos {
          display: none; } }
      .landing .land-magasin .container .magasins .droite .slider {
        position: unset; }
        .landing .land-magasin .container .magasins .droite .slider .arrows {
          font-size: 45px;
          height: 50px;
          position: absolute;
          bottom: 20px;
          right: 20px; }
        .landing .land-magasin .container .magasins .droite .slider .arrow {
          z-index: 90;
          float: left;
          margin-left: 2px;
          cursor: pointer;
          background-color: #fff;
          border-radius: 50%;
          width: 45px;
          height: 30px;
          padding-top: 8px; }
    .landing .land-magasin .container .magasins .droite .contenant, .landing .land-magasin .container .magasins .gauche .contenant {
      display: inline-block;
      margin: 0 auto; }
    .landing .land-magasin .container .magasins .bottom-bar {
      width: 100%;
      height: 100px;
      z-index: 90;
      background-color: #a9a8a5; }
    .landing .land-magasin .container .magasins .bottom-bar .option-infos {
      display: none; }
      @media (max-width: 69.99em) {
        .landing .land-magasin .container .magasins .bottom-bar .option-infos {
          display: block; } }
    .landing .land-magasin .container .magasins .bottom-bar .opt-infos {
      display: none; }
      @media (max-width: 69.99em) {
        .landing .land-magasin .container .magasins .bottom-bar .opt-infos {
          display: block; } }
    .landing .land-magasin .container .magasins .bottom-bar .option .label {
      margin-top: 10px; }
    .landing .land-magasin .container .magasins .bottom-bar .option {
      width: 70px;
      height: 100px;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      position: relative;
      background-color: #a9a8a5;
      text-align: center;
      padding-top: 23px;
      padding-bottom: 12px;
      cursor: pointer; }
      .landing .land-magasin .container .magasins .bottom-bar .option a {
        text-decoration: none;
        color: #fff; }
      .landing .land-magasin .container .magasins .bottom-bar .option span.icon {
        font-size: 26px; }
      .landing .land-magasin .container .magasins .bottom-bar .option.right {
        float: right;
        border-left: 2px solid #fff; }
      .landing .land-magasin .container .magasins .bottom-bar .option.left {
        float: left;
        border-right: 2px solid #fff; }
    .landing .land-magasin .container .magasins .bottom-bar .option:hover, .landing .land-magasin .container .magasins .bottom-bar .option-selected {
      background-color: #fc5425;
      color: #fff;
      width: 70px;
      height: 100px;
      text-transform: uppercase;
      font-size: 12px;
      position: relative;
      text-align: center;
      padding-top: 23px;
      padding-bottom: 12px;
      cursor: pointer; }
      .landing .land-magasin .container .magasins .bottom-bar .option:hover.right, .landing .land-magasin .container .magasins .bottom-bar .option-selected.right {
        float: right;
        border-left: 2px solid #fff; }
      .landing .land-magasin .container .magasins .bottom-bar .option:hover.left, .landing .land-magasin .container .magasins .bottom-bar .option-selected.left {
        float: left;
        border-right: 2px solid #fff; }
    .landing .land-magasin .container .magasins .bottom-bar .icon-fa-blog {
      font-size: 17px !important;
      top: 4px !important; }
    .landing .land-magasin .container .magasins .bottom-bar .icon-fa-facebook-f {
      top: 5px !important; }
    .landing .land-magasin .container .magasins .bottom-bar .icon-insta-fa {
      top: 6px; }
    .landing .land-magasin .container .magasins .menu-bas {
      width: 100%;
      z-index: 90;
      height: 100px;
      display: none; }
      @media (max-width: 69.99em) {
        .landing .land-magasin .container .magasins .menu-bas {
          display: block; } }
      .landing .land-magasin .container .magasins .menu-bas .option .label {
        margin-top: 10px; }
      .landing .land-magasin .container .magasins .menu-bas .option {
        float: left;
        width: 25%;
        height: 100px;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        background-color: #a9a8a5;
        text-align: center;
        padding-top: 23px;
        padding-bottom: 12px;
        cursor: pointer;
        border-left: 2px solid #fff; }
        .landing .land-magasin .container .magasins .menu-bas .option span.icon {
          font-size: 26px; }
        @media (max-width: 69.99em) {
          .landing .land-magasin .container .magasins .menu-bas .option {
            height: 80px; } }
        .landing .land-magasin .container .magasins .menu-bas .option:first-child {
          border-left: none; }
      .landing .land-magasin .container .magasins .menu-bas .option:hover, .landing .land-magasin .container .magasins .menu-bas .option-selected {
        background-color: #fc5425;
        float: left;
        color: #fff;
        width: 25%;
        height: 100px;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        padding-top: 23px;
        padding-bottom: 12px;
        cursor: pointer;
        border-left: 2px solid #fff; }
        .landing .land-magasin .container .magasins .menu-bas .option:hover span.icon, .landing .land-magasin .container .magasins .menu-bas .option-selected span.icon {
          font-size: 26px; }
        @media (max-width: 69.99em) {
          .landing .land-magasin .container .magasins .menu-bas .option:hover, .landing .land-magasin .container .magasins .menu-bas .option-selected {
            height: 80px; } }
        .landing .land-magasin .container .magasins .menu-bas .option:hover:first-child, .landing .land-magasin .container .magasins .menu-bas .option-selected:first-child {
          border-left: none; }
      .landing .land-magasin .container .magasins .menu-bas .icon-fa-facebook-f, .landing .land-magasin .container .magasins .menu-bas .icon-insta-fa {
        top: 10px !important; }
      .landing .land-magasin .container .magasins .menu-bas .icon-fa-blog {
        font-size: 16px !important;
        top: 10px !important; }
    .landing .land-magasin .container .magasins .gauche {
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 70em) {
        .landing .land-magasin .container .magasins .gauche {
          display: block;
          float: left;
          overflow: hidden;
          position: relative;
          height: 480px;
          width: 50%; } }
      @media (max-width: 69.99em) {
        .landing .land-magasin .container .magasins .gauche {
          display: none; } }
      .landing .land-magasin .container .magasins .gauche .logo {
        content: ' ';
        clear: both;
        padding: 20px 0px 10px 0px;
        height: 150px;
        margin: 30px 2% 20px 2%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-size: 45%; }
      .landing .land-magasin .container .magasins .gauche .wrap-infos1, .landing .land-magasin .container .magasins .gauche .wrap-infos2 {
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content;
        margin: 0px auto 0 auto;
        font-size: 11px;
        color: #000;
        font-weight: 600;
        display: block;
        float: right;
        text-align: left;
        text-transform: uppercase; }
        @media (max-width: 69.99em) {
          .landing .land-magasin .container .magasins .gauche .wrap-infos1, .landing .land-magasin .container .magasins .gauche .wrap-infos2 {
            display: none; } }
        .landing .land-magasin .container .magasins .gauche .wrap-infos1 .place, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .place {
          background-image: url(/images/picto-magasins/picto-map.png);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .place, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .place {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .place, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .place {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .place, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .place {
              padding-left: 30px; } }
        .landing .land-magasin .container .magasins .gauche .wrap-infos1 .hour, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .hour {
          background-image: url(/images/picto-magasins/picto-watch.png);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left;
          margin-top: 20px; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .hour, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .hour {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .hour, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .hour {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .hour, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .hour {
              padding-left: 30px; } }
        .landing .land-magasin .container .magasins .gauche .wrap-infos1 .contact, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .contact {
          background-image: url(/images/picto-magasins/picto-mob.png);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left;
          margin-top: 20px; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .contact, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .contact {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .contact, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .contact {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .contact, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .contact {
              padding-left: 30px; } }
        .landing .land-magasin .container .magasins .gauche .wrap-infos1 .noel, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .noel {
          background-image: url(/images/picto-magasins/christmas-tree.png);
          background-repeat: no-repeat;
          background-position: center left -4px;
          background-size: 25px;
          width: 100%;
          text-align: left;
          margin-top: 20px; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .noel, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .noel {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .noel, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .noel {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .noel, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .noel {
              padding-left: 30px; } }
        .landing .land-magasin .container .magasins .gauche .wrap-infos1 .car, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .car {
          background-image: url(/images/fa-car.svg);
          background-repeat: no-repeat;
          background-position: center left;
          width: 100%;
          text-align: left;
          margin-top: 20px; }
          @media (max-width: 69.99em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .car, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .car {
              padding-left: 40px; } }
          @media (min-width: 70em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .car, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .car {
              padding-left: 30px; } }
          @media (min-width: 91.42857em) {
            .landing .land-magasin .container .magasins .gauche .wrap-infos1 .car, .landing .land-magasin .container .magasins .gauche .wrap-infos2 .car {
              padding-left: 30px; } }
      .landing .land-magasin .container .magasins .gauche .wrap-infos1 {
        padding-right: 40px;
        border-right: none;
        margin-right: 20px; }
        @media (min-width: 70em) {
          .landing .land-magasin .container .magasins .gauche .wrap-infos1 {
            padding-right: 0px;
            border-right: none;
            margin-right: 0px; } }
        @media (min-width: 91.42857em) {
          .landing .land-magasin .container .magasins .gauche .wrap-infos1 {
            padding-right: 40px;
            border-right: none;
            margin-right: 20px; } }
      .landing .land-magasin .container .magasins .gauche .wrap-infos2 {
        padding-left: 40px;
        margin-right: 40px;
        padding-right: 40px;
        border-right: 1px solid #d7d4ce;
        margin-left: 0px; }
        @media (min-width: 70em) {
          .landing .land-magasin .container .magasins .gauche .wrap-infos2 {
            padding-left: 0px;
            margin-right: 10px;
            padding-right: 20px;
            border-right: 1px solid #d7d4ce;
            margin-left: 10px; } }
        @media (min-width: 91.42857em) {
          .landing .land-magasin .container .magasins .gauche .wrap-infos2 {
            padding-left: 40px;
            margin-right: 10px;
            padding-right: 40px;
            border-right: 1px solid #d7d4ce;
            margin-left: 0px; } }
  .landing .land-magasin .container .navbar {
    z-index: 90;
    width: 100%;
    height: 55px;
    /* visited link */
    /* mouse over link */
    /* selected link */ }
    @media (max-width: 52.84714em) {
      .landing .land-magasin .container .navbar {
        height: auto;
        margin-bottom: 35px; } }
    .landing .land-magasin .container .navbar a {
      color: #000; }
    .landing .land-magasin .container .navbar a:link {
      color: #000; }
    .landing .land-magasin .container .navbar a:visited {
      color: #000; }
    .landing .land-magasin .container .navbar a:hover {
      color: #000; }
    .landing .land-magasin .container .navbar a:active {
      color: #000; }
    .landing .land-magasin .container .navbar .onglet {
      min-width: 180px;
      background-color: #e9e9e9;
      text-transform: uppercase;
      font-weight: bold;
      padding: 10px;
      text-align: center;
      cursor: pointer; }
      @media (max-width: 52.84714em) {
        .landing .land-magasin .container .navbar .onglet {
          margin-bottom: 5px; } }
      @media (min-width: 52.85714em) {
        .landing .land-magasin .container .navbar .onglet {
          float: right;
          margin-left: 5px; } }
      @media (min-width: 70em) {
        .landing .land-magasin .container .navbar .onglet {
          float: right;
          margin-left: 5px; } }
    .landing .land-magasin .container .navbar .onglet:hover, .landing .land-magasin .container .navbar .onglet-selected {
      min-width: 180px;
      background-color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      padding: 10px;
      text-align: center;
      cursor: pointer;
      border-top: 1px solid #000; }
      @media (min-width: 70em) {
        .landing .land-magasin .container .navbar .onglet:hover, .landing .land-magasin .container .navbar .onglet-selected {
          float: right;
          margin-left: 5px; } }
      @media (min-width: 52.85714em) {
        .landing .land-magasin .container .navbar .onglet:hover, .landing .land-magasin .container .navbar .onglet-selected {
          float: right;
          margin-left: 5px; } }
      @media (max-width: 52.84714em) {
        .landing .land-magasin .container .navbar .onglet:hover, .landing .land-magasin .container .navbar .onglet-selected {
          margin-bottom: 5px; } }
  .landing .land-magasin .container .color-blue {
    color: #25b4fc; }
  .landing .land-magasin .container .color-purple {
    color: #b556ff; }
  .landing .land-magasin .container .historique {
    margin-bottom: 40px;
    line-height: 20px; }
    .landing .land-magasin .container .historique p {
      margin-bottom: 20px;
      font-weight: 400px; }
    .landing .land-magasin .container .historique .texte {
      margin-top: 10px;
      padding-top: 10px;
      color: #000; }
    .landing .land-magasin .container .historique .social {
      margin-top: 30px; }
      .landing .land-magasin .container .historique .social .texte {
        margin-top: 10px !important;
        font-size: 20px !important;
        color: #000 !important; }
        .landing .land-magasin .container .historique .social .texte a {
          text-decoration: none;
          color: #000; }

.landing .land-espacepro .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .landing .land-espacepro .container .color-grey {
    color: #808080; }
  .landing .land-espacepro .container .color-stronggrey {
    color: #484a4f; }
  .landing .land-espacepro .container .color-black {
    color: #000; }
  .landing .land-espacepro .container .white-bold {
    color: #fff;
    font-weight: 600; }
  .landing .land-espacepro .container .upper {
    text-transform: uppercase; }
  @media (min-width: 70em) {
    .landing .land-espacepro .container {
      width: 100%; } }
  @media (max-width: 69.99em) {
    .landing .land-espacepro .container {
      width: 100%; } }
  @media (min-width: 91.42857em) {
    .landing .land-espacepro .container {
      width: 1240px; } }
  .landing .land-espacepro .container .header-ep {
    background-color: #484a4f;
    width: 100%;
    margin: 0 auto;
    height: 420px; }
    @media (max-width: 69.99em) {
      .landing .land-espacepro .container .header-ep {
        width: 50%;
        float: left; } }
    @media (max-width: 52.84714em) {
      .landing .land-espacepro .container .header-ep {
        width: 100%; } }
    .landing .land-espacepro .container .header-ep .contenant {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 100px;
      padding-top: 50px;
      display: inline-block; }
      .landing .land-espacepro .container .header-ep .contenant img {
        margin-top: 10px; }
    .landing .land-espacepro .container .header-ep hr {
      width: 67px;
      color: #8a8d93;
      margin: 0 auto 23px;
      height: 1px;
      margin-top: 32px; }
    .landing .land-espacepro .container .header-ep .circle {
      background-color: #fff;
      border: 5px solid #7c7f85;
      height: 130px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      width: 130px;
      margin: 0 auto;
      background-image: url(/images/cms/fa-group.png);
      background-position: center;
      background-size: 75px;
      background-repeat: no-repeat;
      margin: 0 auto 25px; }
  .landing .land-espacepro .container .bas {
    overflow: hidden; }
    @media (max-width: 69.99em) {
      .landing .land-espacepro .container .bas {
        overflow: unset; } }
  .landing .land-espacepro .container .gauche {
    background-color: #34c7fd;
    float: left;
    width: 48%;
    text-align: center;
    height: 376px;
    margin: 0 auto; }
    @media (max-width: 69.99em) {
      .landing .land-espacepro .container .gauche {
        height: 420px;
        width: 50%; } }
    @media (max-width: 52.84714em) {
      .landing .land-espacepro .container .gauche {
        height: 450px;
        width: 100%; } }
    .landing .land-espacepro .container .gauche .contenant {
      margin-top: 45px;
      width: 300px; }
      @media (min-width: 70em) {
        .landing .land-espacepro .container .gauche .contenant {
          text-align: left;
          margin-right: 10%;
          margin-left: auto; } }
      @media (max-width: 69.99em) {
        .landing .land-espacepro .container .gauche .contenant {
          display: inline-block; } }
      .landing .land-espacepro .container .gauche .contenant .contact {
        font-size: 18px;
        margin-top: 2px; }
    .landing .land-espacepro .container .gauche .circle {
      border: 5px solid #77dbfd;
      height: 130px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      width: 130px;
      background-position: center;
      background-size: 100%;
      background-image: url(/images/francois-touin-stratigeas.jpg);
      background-repeat: no-repeat;
      margin-bottom: 20px;
      display: inline-block; }
    .landing .land-espacepro .container .gauche .infos {
      margin-top: 10px; }
      @media (max-width: 69.99em) {
        .landing .land-espacepro .container .gauche .infos {
          text-align: left;
          margin-left: 70px; } }
      .landing .land-espacepro .container .gauche .infos .picto {
        float: left;
        margin-right: 10px; }
        .landing .land-espacepro .container .gauche .infos .picto img {
          width: 20px;
          height: 20px; }
      .landing .land-espacepro .container .gauche .infos .label {
        padding-top: 3px; }
  .landing .land-espacepro .container .milieu {
    background-color: #34c7fd;
    height: 376px;
    width: 4%;
    float: left; }
    @media (max-width: 69.99em) {
      .landing .land-espacepro .container .milieu {
        display: none; } }
    .landing .land-espacepro .container .milieu .triangle-white {
      width: 0;
      height: 0;
      color: #fff;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-right: 30px solid #fff;
      right: 0;
      top: 38%;
      bottom: 25%;
      position: absolute;
      z-index: 10; }
    .landing .land-espacepro .container .milieu .triangle-blue {
      width: 0;
      height: 0;
      color: #fff;
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-right: 40px solid #77dbfd;
      right: 0;
      top: 35%;
      bottom: 25%;
      position: absolute; }
  .landing .land-espacepro .container .alaligne {
    clear: both;
    display: none; }
    @media (max-width: 69.99em) {
      .landing .land-espacepro .container .alaligne {
        display: block; } }
  .landing .land-espacepro .container .droite {
    margin-left: 52%;
    height: 100%;
    padding-top: 35px; }
    @media (max-width: 69.99em) {
      .landing .land-espacepro .container .droite {
        margin-left: 0%;
        margin-bottom: 30px; } }
    .landing .land-espacepro .container .droite .parent-list {
      list-style-type: inherit;
      margin-left: 70px;
      margin-right: 45px; }
      .landing .land-espacepro .container .droite .parent-list .option {
        margin-bottom: 20px; }
        .landing .land-espacepro .container .droite .parent-list .option p {
          margin-top: 10px;
          line-height: 17px;
          font-weight: 300;
          color: #000; }
    .landing .land-espacepro .container .droite .sub-list {
      margin-top: 10px;
      margin-left: -8px; }
      .landing .land-espacepro .container .droite .sub-list li {
        line-height: 17px;
        color: #000;
        font-weight: 300; }
    .landing .land-espacepro .container .droite .mention {
      margin-top: 10px;
      margin-left: 58px;
      font-size: 12px; }
  .landing .land-espacepro .container .gauche-bas {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: none; }
    @media (max-width: 69.99em) {
      .landing .land-espacepro .container .gauche-bas {
        display: block; } }
    .landing .land-espacepro .container .gauche-bas .triangle-blue {
      width: 30px;
      height: 30px;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      border-bottom: 40px solid #77dbfd;
      position: absolute;
      display: inline-block;
      margin-left: -30px; }
    .landing .land-espacepro .container .gauche-bas .triangle-white {
      width: 20px;
      height: 20px;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-bottom: 30px solid white;
      position: absolute;
      z-index: 10;
      display: inline-block;
      top: 25%;
      margin-left: -20px; }

.landing .land-guideachat .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 70em) {
    .landing .land-guideachat .container {
      width: 100%; } }
  @media (max-width: 69.99em) {
    .landing .land-guideachat .container {
      width: 100%; } }
  @media (min-width: 91.42857em) {
    .landing .land-guideachat .container {
      width: 1240px; } }
  .landing .land-guideachat .container .clear {
    clear: both; }
  .landing .land-guideachat .container .header {
    width: 100%;
    overflow: hidden;
    /*height: 400px;*/
    /*background-color: grey;*/ }
    .landing .land-guideachat .container .header img {
      width: 100%; }
    @media (max-width: 69.99em) {
      .landing .land-guideachat .container .header {
        height: unset; } }
  .landing .land-guideachat .container .logo {
    float: left; }
    .landing .land-guideachat .container .logo img {
      max-width: 220px;
      margin-top: -7px; }
  .landing .land-guideachat .container .social-share-buttons {
    width: 100%; }
    .landing .land-guideachat .container .social-share-buttons img {
      float: right; }
  .landing .land-guideachat .container .carre {
    margin-right: 5px;
    float: left;
    background-color: #000;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 8px;
    margin-bottom: 20px; }
  .landing .land-guideachat .container .contenant {
    margin: 0 auto;
    width: 80%;
    min-height: 800px;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 42px;
    overflow: hidden;
    margin-bottom: 40px; }
    @media (max-width: 69.99em) {
      .landing .land-guideachat .container .contenant {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 52.85714em) {
      .landing .land-guideachat .container .contenant .presentation {
        padding-left: 35px;
        padding-right: 35px; } }
    .landing .land-guideachat .container .contenant .guides {
      margin: 0 auto;
      width: 100%;
      margin-top: 42px;
      overflow: hidden; }
      .landing .land-guideachat .container .contenant .guides .choix {
        width: 45%;
        height: 140px;
        background-color: #a4d7e9;
        float: left;
        margin-top: 10px;
        margin-right: 10px; }
        @media screen and (max-width: 320px) {
          .landing .land-guideachat .container .contenant .guides .choix {
            height: 110px; } }
        @media (max-width: 52.84714em) {
          .landing .land-guideachat .container .contenant .guides .choix {
            float: none;
            width: 100%;
            overflow: hidden; } }
        @media (min-width: 52.85714em) {
          .landing .land-guideachat .container .contenant .guides .choix {
            margin-left: 33px;
            margin-right: 0px; } }
        .landing .land-guideachat .container .contenant .guides .choix .visuel {
          width: 40%;
          height: 100%;
          background-color: #a4e9d0;
          float: left; }
          .landing .land-guideachat .container .contenant .guides .choix .visuel img {
            height: 140px; }
            @media screen and (max-width: 320px) {
              .landing .land-guideachat .container .contenant .guides .choix .visuel img {
                height: 110px;
                width: 100%;
                overflow: hidden; } }
            @media (min-width: 22.85714em) {
              .landing .land-guideachat .container .contenant .guides .choix .visuel img {
                height: 140px;
                width: 100%;
                overflow: hidden; } }
            @media (min-width: 34.28571em) {
              .landing .land-guideachat .container .contenant .guides .choix .visuel img {
                height: 200px;
                width: 100%;
                overflow: hidden; } }
            @media (min-width: 52.85714em) {
              .landing .land-guideachat .container .contenant .guides .choix .visuel img {
                height: 140px; } }
            @media (min-width: 70em) {
              .landing .land-guideachat .container .contenant .guides .choix .visuel img {
                height: 140px; } }
            @media (min-width: 91.42857em) {
              .landing .land-guideachat .container .contenant .guides .choix .visuel img {
                height: 140px; } }
        .landing .land-guideachat .container .contenant .guides .choix .infos {
          width: 40%;
          background-color: #f0f0f0;
          float: left;
          height: 100%;
          text-transform: uppercase;
          padding-top: 10%;
          padding-left: 4%; }
          @media screen and (max-width: 320px) {
            .landing .land-guideachat .container .contenant .guides .choix .infos {
              padding-top: 12%; } }
        .landing .land-guideachat .container .contenant .guides .choix a, .landing .land-guideachat .container .contenant .guides .choix a:link, .landing .land-guideachat .container .contenant .guides .choix a:visited, .landing .land-guideachat .container .contenant .guides .choix a:hover, .landing .land-guideachat .container .contenant .guides .choix a:active {
          text-transform: uppercase;
          color: grey;
          cursor: pointer;
          margin-bottom: 5px; }
        .landing .land-guideachat .container .contenant .guides .choix .fleche {
          width: 20%;
          background-color: #f5f5f5;
          float: left;
          height: 100%;
          text-align: center; }
          .landing .land-guideachat .container .contenant .guides .choix .fleche .circle {
            border: 2px solid #bcbcbc;
            height: 50px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            width: 50px;
            text-align: center;
            margin-top: 45px;
            display: inline-block;
            padding-top: 16px;
            font-size: 25px; }
            @media screen and (max-width: 320px) {
              .landing .land-guideachat .container .contenant .guides .choix .fleche .circle {
                margin-top: 35px;
                border: 2px solid #bcbcbc;
                height: 40px;
                -webkit-border-radius: 50%;
                width: 40px;
                text-align: center;
                display: inline-block;
                padding-top: 12px;
                font-size: 25px; } }
            @media (min-width: 34.28571em) {
              .landing .land-guideachat .container .contenant .guides .choix .fleche .circle {
                border: 2px solid #bcbcbc;
                height: 40px;
                -webkit-border-radius: 50%;
                width: 40px;
                text-align: center;
                margin-top: 50px;
                display: inline-block;
                padding-top: 12px;
                font-size: 25px; } }

.landing .land-guideachat-one .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%; }
  @media (min-width: 70em) {
    .landing .land-guideachat-one .container {
      width: 100%; } }
  @media (max-width: 69.99em) {
    .landing .land-guideachat-one .container {
      width: 100%; } }
  @media (min-width: 91.42857em) {
    .landing .land-guideachat-one .container {
      width: 1240px; } }
  .landing .land-guideachat-one .container .clear {
    clear: both; }
  .landing .land-guideachat-one .container a.return, .landing .land-guideachat-one .container a.return:link, .landing .land-guideachat-one .container a.return:visited, .landing .land-guideachat-one .container a.return:hover, .landing .land-guideachat-one .container a.return:active {
    display: none; }
    @media (max-width: 69.99em) {
      .landing .land-guideachat-one .container a.return, .landing .land-guideachat-one .container a.return:link, .landing .land-guideachat-one .container a.return:visited, .landing .land-guideachat-one .container a.return:hover, .landing .land-guideachat-one .container a.return:active {
        display: block;
        text-transform: lowercase;
        color: #3598e9;
        text-decoration: none;
        font-size: 15px; } }
  .landing .land-guideachat-one .container .social-share-buttons {
    width: 100%;
    text-align: right; }
    .landing .land-guideachat-one .container .social-share-buttons img {
      float: right;
      width: 20px; }
  .landing .land-guideachat-one .container .guide-footer-desktop {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 4%; }
    @media (min-width: 91.42857em) {
      .landing .land-guideachat-one .container .guide-footer-desktop {
        padding-right: 12%; } }
    .landing .land-guideachat-one .container .guide-footer-desktop a.return, .landing .land-guideachat-one .container .guide-footer-desktop a.return:link, .landing .land-guideachat-one .container .guide-footer-desktop a.return:visited, .landing .land-guideachat-one .container .guide-footer-desktop a.return:hover, .landing .land-guideachat-one .container .guide-footer-desktop a.return:active {
      font-size: 15px;
      display: block !important; }
      @media (max-width: 69.99em) {
        .landing .land-guideachat-one .container .guide-footer-desktop a.return, .landing .land-guideachat-one .container .guide-footer-desktop a.return:link, .landing .land-guideachat-one .container .guide-footer-desktop a.return:visited, .landing .land-guideachat-one .container .guide-footer-desktop a.return:hover, .landing .land-guideachat-one .container .guide-footer-desktop a.return:active {
          display: none !important; } }
  .landing .land-guideachat-one .container .btn-to-category {
    text-align: center;
    font-size: 20px;
    background-color: #cd0c42;
    width: 100%;
    padding: 10px 0px 10px 0px; }
    .landing .land-guideachat-one .container .btn-to-category a, .landing .land-guideachat-one .container .btn-to-category a:link, .landing .land-guideachat-one .container .btn-to-category a:visited, .landing .land-guideachat-one .container .btn-to-category a:hover, .landing .land-guideachat-one .container .btn-to-category a:active {
      color: #fff;
      text-decoration: none;
      font-weight: 400;
      padding-top: 5px;
      padding-bottom: 5px; }
  .landing .land-guideachat-one .container .guide-footer {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    margin-left: 35px; }
    @media (max-width: 52.84714em) {
      .landing .land-guideachat-one .container .guide-footer {
        text-align: center;
        margin-left: unset; } }
  .landing .land-guideachat-one .container .header {
    width: 100%;
    overflow: hidden;
    /*//height: 400px;*/
    /*background-color: grey;*/ }
    .landing .land-guideachat-one .container .header img {
      width: 100%; }
    @media (max-width: 69.99em) {
      .landing .land-guideachat-one .container .header {
        height: unset; } }
  .landing .land-guideachat-one .container .contenant {
    margin: 0 auto;
    width: 960px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 42px;
    overflow: hidden;
    margin-bottom: 20px; }
    @media (max-width: 52.84714em) {
      .landing .land-guideachat-one .container .contenant {
        width: 90%; } }
    @media (min-width: 52.85714em) {
      .landing .land-guideachat-one .container .contenant {
        width: 95%; } }
    @media (min-width: 70em) {
      .landing .land-guideachat-one .container .contenant {
        width: 960px; } }
    @media (min-width: 91.42857em) {
      .landing .land-guideachat-one .container .contenant {
        width: 1240px; } }
    @media (max-width: 69.99em) {
      .landing .land-guideachat-one .container .contenant {
        margin-bottom: 40px; } }
    .landing .land-guideachat-one .container .contenant .backButton {
      width: 32%;
      float: left;
      text-align: left; }
      .landing .land-guideachat-one .container .contenant .backButton a, .landing .land-guideachat-one .container .contenant .backButton a:link, .landing .land-guideachat-one .container .contenant .backButton a:visited, .landing .land-guideachat-one .container .contenant .backButton a:hover, .landing .land-guideachat-one .container .contenant .backButton a:active {
        text-decoration: none;
        color: #3598e9;
        font-size: 15px; }
      @media (max-width: 52.84714em) {
        .landing .land-guideachat-one .container .contenant .backButton {
          width: 100%;
          float: none;
          text-align: center; } }
    .landing .land-guideachat-one .container .contenant .shareButtons {
      width: 68%;
      float: left;
      margin-bottom: 10px;
      overflow: hidden; }
      @media (max-width: 52.84714em) {
        .landing .land-guideachat-one .container .contenant .shareButtons {
          width: 100%;
          float: none;
          margin-bottom: 10px;
          overflow: hidden; } }
      .landing .land-guideachat-one .container .contenant .shareButtons .list-social {
        text-align: right;
        width: 100%; }
        @media (max-width: 52.84714em) {
          .landing .land-guideachat-one .container .contenant .shareButtons .list-social {
            text-align: center; } }
        .landing .land-guideachat-one .container .contenant .shareButtons .list-social ul {
          margin: unset;
          width: unset; }
          @media (max-width: 52.84714em) {
            .landing .land-guideachat-one .container .contenant .shareButtons .list-social ul {
              margin: 20px auto;
              width: 120px; } }
        .landing .land-guideachat-one .container .contenant .shareButtons .list-social ul li {
          margin-left: 10px;
          float: right; }
          .landing .land-guideachat-one .container .contenant .shareButtons .list-social ul li img {
            width: 20px; }
    .landing .land-guideachat-one .container .contenant .menu {
      width: 32%;
      float: left; }
      @media (max-width: 69.99em) {
        .landing .land-guideachat-one .container .contenant .menu {
          width: 100%; } }
      .landing .land-guideachat-one .container .contenant .menu .choix {
        width: 100%;
        height: 140px;
        background-color: #a4d7e9;
        float: left;
        margin-top: 10px;
        margin-right: 10px; }
        @media (max-width: 69.99em) {
          .landing .land-guideachat-one .container .contenant .menu .choix {
            float: none; } }
        .landing .land-guideachat-one .container .contenant .menu .choix .visuel {
          width: 40%;
          height: 100%;
          background-color: #a4e9d0;
          float: left;
          color: #fff; }
        .landing .land-guideachat-one .container .contenant .menu .choix .infos {
          width: 60%;
          background-color: #f0f0f0;
          float: left;
          height: 100%;
          text-transform: uppercase;
          padding-top: 45px;
          padding-left: 4%; }
        .landing .land-guideachat-one .container .contenant .menu .choix a, .landing .land-guideachat-one .container .contenant .menu .choix a:link, .landing .land-guideachat-one .container .contenant .menu .choix a:visited, .landing .land-guideachat-one .container .contenant .menu .choix a:hover, .landing .land-guideachat-one .container .contenant .menu .choix a:active {
          text-transform: uppercase;
          color: grey;
          cursor: pointer;
          margin-bottom: 5px; }
        .landing .land-guideachat-one .container .contenant .menu .choix .selected-left {
          background-color: #a42a41; }
        .landing .land-guideachat-one .container .contenant .menu .choix .selected-right {
          background-color: #b9b9bb;
          color: #fff; }
    .landing .land-guideachat-one .container .contenant .is-mobile {
      display: none; }
      @media (max-width: 69.99em) {
        .landing .land-guideachat-one .container .contenant .is-mobile {
          display: block; } }
    .landing .land-guideachat-one .container .contenant .description {
      width: 68%;
      float: left;
      padding-left: 50px;
      text-align: justify;
      display: block;
      line-height: 20px; }
      @media (max-width: 69.99em) {
        .landing .land-guideachat-one .container .contenant .description {
          width: 100%;
          padding-left: 0px;
          display: none; } }
      .landing .land-guideachat-one .container .contenant .description h1, .landing .land-guideachat-one .container .contenant .description h2, .landing .land-guideachat-one .container .contenant .description h3 {
        text-align: left; }
      .landing .land-guideachat-one .container .contenant .description h1 {
        font-size: 22px;
        background-color: #f0f0f0;
        padding: 10px; }
        .landing .land-guideachat-one .container .contenant .description h1 strong {
          font-weight: 600 !important; }
      .landing .land-guideachat-one .container .contenant .description h2 {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        margin-top: -20px; }
      .landing .land-guideachat-one .container .contenant .description h3 {
        font-weight: bold; }
      .landing .land-guideachat-one .container .contenant .description .wrap-textright-imgleft .text {
        float: left;
        width: 58%; }
      .landing .land-guideachat-one .container .contenant .description .wrap-textright-imgleft .image {
        float: left;
        width: 40%;
        margin-right: 2%; }
      .landing .land-guideachat-one .container .contenant .description .wrap-textleft-imgright .text {
        float: left;
        width: 58%; }
      .landing .land-guideachat-one .container .contenant .description .wrap-textleft-imgright .image {
        float: left;
        width: 40%;
        margin-left: 2%; }
    .landing .land-guideachat-one .container .contenant .description-mob {
      display: none;
      line-height: 20px; }
      @media (max-width: 69.99em) {
        .landing .land-guideachat-one .container .contenant .description-mob {
          width: 100%;
          padding-left: 0px;
          display: block;
          margin-top: 20px;
          margin-bottom: 20px;
          text-align: justify; } }
      .landing .land-guideachat-one .container .contenant .description-mob h1, .landing .land-guideachat-one .container .contenant .description-mob h2, .landing .land-guideachat-one .container .contenant .description-mob h3 {
        text-align: left; }
      .landing .land-guideachat-one .container .contenant .description-mob h1 {
        line-height: 30px !important;
        font-size: 22px;
        background-color: #f0f0f0;
        padding: 10px; }
        .landing .land-guideachat-one .container .contenant .description-mob h1 strong {
          font-weight: 600 !important; }
      .landing .land-guideachat-one .container .contenant .description-mob h2 {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        margin-top: -20px; }
      .landing .land-guideachat-one .container .contenant .description-mob h3 {
        font-weight: bold; }
      .landing .land-guideachat-one .container .contenant .description-mob .wrap-textright-imgleft .text {
        float: none;
        width: 100%; }
      .landing .land-guideachat-one .container .contenant .description-mob .wrap-textright-imgleft .image {
        float: none;
        width: 100%;
        margin-bottom: 20px; }
      .landing .land-guideachat-one .container .contenant .description-mob .wrap-textleft-imgright .text {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px; }
      .landing .land-guideachat-one .container .contenant .description-mob .wrap-textleft-imgright .image {
        float: none;
        width: 100%; }
    .landing .land-guideachat-one .container .contenant .guides {
      margin: 0 auto;
      position: absolute;
      width: 100%;
      margin-top: 42px; }

.landing .land-intracom .container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 100px;
  overflow: hidden; }
  @media (min-width: 70em) {
    .landing .land-intracom .container {
      width: 960px; } }
  @media (max-width: 69.99em) {
    .landing .land-intracom .container {
      width: 90%; } }
  @media (min-width: 91.42857em) {
    .landing .land-intracom .container {
      width: 1240px; } }
  .landing .land-intracom .container h2 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #484848;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 10px 0px 10px 10px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ECECEC;
    background-color: #ECECEC;
    margin-right: 20px; }
    @media (max-width: 52.84714em) {
      .landing .land-intracom .container h2 {
        margin-right: 0px; } }
  .landing .land-intracom .container p {
    text-align: justify;
    margin-right: 20px;
    margin-top: 20px;
    line-height: 20px; }
    @media (max-width: 52.84714em) {
      .landing .land-intracom .container p {
        margin-right: 0px; } }
  .landing .land-intracom .container .left, .landing .land-intracom .container .right {
    width: 50%;
    float: left;
    margin-bottom: 0px; }
    @media (max-width: 52.84714em) {
      .landing .land-intracom .container .left, .landing .land-intracom .container .right {
        width: 100%;
        float: none;
        margin-bottom: 20px; } }

.landing .land-contacts .container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  overflow: hidden;
  /* .left, .right{
        width: 50%;
        float:left;
        margin-bottom: 0px;

        @include mq($until: tablet){
            width: 100%;
            float:none;
            margin-bottom: 20px;
        }
    }*/ }
  @media (min-width: 70em) {
    .landing .land-contacts .container {
      width: 960px;
      margin-top: 50px; } }
  @media (max-width: 69.99em) {
    .landing .land-contacts .container {
      width: 90%;
      margin-top: 20px; } }
  @media (min-width: 91.42857em) {
    .landing .land-contacts .container {
      width: 1240px;
      margin-top: 50px; } }
  .landing .land-contacts .container h2 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #484848;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 10px 0px 10px 10px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ECECEC;
    background-color: #ECECEC; }
    @media (max-width: 52.84714em) {
      .landing .land-contacts .container h2 {
        margin-right: 0px; } }
  .landing .land-contacts .container .contact-dark-grey {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px; }
    .landing .land-contacts .container .contact-dark-grey .image-bloc {
      background-color: #484a4f;
      padding: 50px 80px;
      height: 180px;
      width: 480px; }
      @media screen and (max-width: 360px) {
        .landing .land-contacts .container .contact-dark-grey .image-bloc {
          padding: 0px;
          width: 100%;
          float: none;
          text-align: center; } }
      @media (min-width: 22.85714em) {
        .landing .land-contacts .container .contact-dark-grey .image-bloc {
          width: 100%;
          float: none;
          text-align: center;
          padding: 0px; } }
      @media (min-width: 34.28571em) {
        .landing .land-contacts .container .contact-dark-grey .image-bloc {
          width: 100%;
          float: none;
          text-align: center;
          padding: 30px 80px; } }
      @media (min-width: 52.85714em) {
        .landing .land-contacts .container .contact-dark-grey .image-bloc {
          width: 45%;
          float: left;
          padding: 50px 80px; } }
      @media (min-width: 70em) {
        .landing .land-contacts .container .contact-dark-grey .image-bloc {
          width: 480px;
          float: left;
          padding: 50px 80px; } }
      .landing .land-contacts .container .contact-dark-grey .image-bloc img {
        max-width: 100%;
        padding-top: 0; }
        @media screen and (max-width: 360px) {
          .landing .land-contacts .container .contact-dark-grey .image-bloc img {
            max-width: 240px;
            padding-top: 50px; } }
        @media (min-width: 22.85714em) {
          .landing .land-contacts .container .contact-dark-grey .image-bloc img {
            max-width: 270px;
            padding-top: 40px; } }
        @media (min-width: 34.28571em) {
          .landing .land-contacts .container .contact-dark-grey .image-bloc img {
            max-width: 100%;
            padding-top: 0; } }
        @media (min-width: 52.85714em) {
          .landing .land-contacts .container .contact-dark-grey .image-bloc img {
            max-width: 100%;
            padding-top: 0; } }
        @media (min-width: 70em) {
          .landing .land-contacts .container .contact-dark-grey .image-bloc img {
            max-width: 100%;
            padding-top: 0; } }
    .landing .land-contacts .container .contact-dark-grey .arrow-bloc {
      float: left;
      background-color: #f3f3f5;
      height: 180px; }
      @media (max-width: 52.84714em) {
        .landing .land-contacts .container .contact-dark-grey .arrow-bloc {
          width: 100%;
          float: none;
          margin: 0 auto;
          text-align: center;
          height: 25px; } }
      @media (min-width: 52.85714em) {
        .landing .land-contacts .container .contact-dark-grey .arrow-bloc {
          width: 5%; } }
      @media (min-width: 70em) {
        .landing .land-contacts .container .contact-dark-grey .arrow-bloc {
          width: 40px; } }
      .landing .land-contacts .container .contact-dark-grey .arrow-bloc .triangle-grey {
        width: 0;
        height: 0;
        color: #fff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #484a4f;
        left: 0;
        position: absolute;
        z-index: 10;
        margin-top: 70px; }
        @media (max-width: 52.84714em) {
          .landing .land-contacts .container .contact-dark-grey .arrow-bloc .triangle-grey {
            width: 0;
            height: 0;
            color: #fff;
            border-right: 25px solid transparent;
            border-top: 25px solid #484a4f;
            border-left: 25px solid transparent;
            left: unset;
            position: unset;
            z-index: 10;
            margin: 0 auto; } }
    .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 {
      float: left;
      height: 180px;
      padding-top: 20px;
      text-transform: uppercase;
      background-color: #34C7FD;
      text-align: center;
      padding-left: 0px;
      padding-right: 20px;
      line-height: 20px; }
      .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 a, .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 a:link, .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 a:visited, .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 a:hover, .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 a:active {
        text-transform: lowercase;
        text-decoration: underline;
        color: #3598e9; }
      @media (max-width: 34.27571em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 {
          width: 100%;
          float: none;
          text-align: center;
          height: 210px;
          padding-left: 20px; } }
      @media (min-width: 34.28571em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 {
          width: 100%;
          float: none;
          text-align: center;
          height: 210px;
          padding-left: 20px;
          padding-top: 40px; } }
      @media (min-width: 52.85714em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 {
          width: 50%;
          padding-top: 30px;
          padding-left: 0px;
          height: 180px;
          float: left; } }
      @media (min-width: 70em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 {
          width: 440px;
          padding-top: 30px;
          padding-left: 0px;
          height: 180px;
          float: left; } }
      @media (min-width: 91.42857em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc-2 {
          width: 720px;
          padding-top: 50px;
          padding-left: 0px;
          height: 180px;
          float: left; } }
    .landing .land-contacts .container .contact-dark-grey .infos-bloc {
      float: left;
      background-color: #f3f3f5;
      height: 180px;
      padding-top: 20px;
      text-transform: uppercase; }
      .landing .land-contacts .container .contact-dark-grey .infos-bloc a, .landing .land-contacts .container .contact-dark-grey .infos-bloc a:link, .landing .land-contacts .container .contact-dark-grey .infos-bloc a:visited, .landing .land-contacts .container .contact-dark-grey .infos-bloc a:hover, .landing .land-contacts .container .contact-dark-grey .infos-bloc a:active {
        text-transform: lowercase;
        text-decoration: underline;
        color: #3598e9; }
      @media (max-width: 52.84714em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc {
          width: 100%;
          float: none;
          text-align: center; } }
      @media (min-width: 52.85714em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc {
          width: 50%;
          padding-left: 10%; } }
      @media (min-width: 70em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc {
          width: 440px;
          padding-left: 80px; } }
      @media (min-width: 91.42857em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc {
          width: 720px;
          padding-left: 220px; } }
      .landing .land-contacts .container .contact-dark-grey .infos-bloc img {
        display: inline-block;
        width: 20px; }
      @media (max-width: 52.84714em) {
        .landing .land-contacts .container .contact-dark-grey .infos-bloc ul {
          width: 280px;
          margin: 0 auto; } }
      .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li {
        margin-bottom: 10px; }
        .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li:first-child {
          margin-top: 10px;
          margin-bottom: 0px; }
        .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li:last-child {
          margin-bottom: 0px; }
        .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li .icon-bloc {
          float: left;
          margin-right: 15px;
          padding-top: 12px; }
          .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li .icon-bloc .icon-telephone {
            font-size: 20px; }
        .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li .texte-bloc-1ligne {
          float: left;
          margin-top: 15px; }
          @media (max-width: 52.84714em) {
            .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li .texte-bloc-1ligne {
              text-align: left !important;
              margin-top: 15px; } }
        .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li .texte-bloc-2ligne {
          float: left; }
          .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li .texte-bloc-2ligne span {
            line-height: 20px; }
          @media (max-width: 52.84714em) {
            .landing .land-contacts .container .contact-dark-grey .infos-bloc ul li .texte-bloc-2ligne {
              text-align: left !important; } }
  .landing .land-contacts .container .contact-white-grey {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px; }
    .landing .land-contacts .container .contact-white-grey .image-bloc {
      background-color: #f3f3f5;
      padding: 50px 40px 50px 80px;
      height: 180px;
      width: 440px; }
      @media screen and (max-width: 360px) {
        .landing .land-contacts .container .contact-white-grey .image-bloc {
          padding: 0px;
          width: 100%;
          float: none;
          text-align: center; } }
      @media (min-width: 22.85714em) {
        .landing .land-contacts .container .contact-white-grey .image-bloc {
          width: 100%;
          float: none;
          text-align: center;
          padding: 0px; } }
      @media (min-width: 34.28571em) {
        .landing .land-contacts .container .contact-white-grey .image-bloc {
          width: 100%;
          float: none;
          text-align: center;
          padding: 30px 80px; } }
      @media (min-width: 52.85714em) {
        .landing .land-contacts .container .contact-white-grey .image-bloc {
          width: 40%;
          float: left;
          padding: 50px 25px 50px 85px; } }
      @media (min-width: 70em) {
        .landing .land-contacts .container .contact-white-grey .image-bloc {
          width: 440px;
          float: left;
          padding: 50px 40px 50px 80px; } }
      .landing .land-contacts .container .contact-white-grey .image-bloc img {
        max-width: 100%;
        padding-top: 0; }
        @media screen and (max-width: 360px) {
          .landing .land-contacts .container .contact-white-grey .image-bloc img {
            max-width: 240px;
            padding-top: 50px; } }
        @media (min-width: 22.85714em) {
          .landing .land-contacts .container .contact-white-grey .image-bloc img {
            max-width: 270px;
            padding-top: 40px; } }
        @media (min-width: 34.28571em) {
          .landing .land-contacts .container .contact-white-grey .image-bloc img {
            max-width: 100%;
            padding-top: 0; } }
        @media (min-width: 52.85714em) {
          .landing .land-contacts .container .contact-white-grey .image-bloc img {
            max-width: 100%;
            padding-top: 0; } }
        @media (min-width: 70em) {
          .landing .land-contacts .container .contact-white-grey .image-bloc img {
            max-width: 100%;
            padding-top: 0; } }
    .landing .land-contacts .container .contact-white-grey .arrow-bloc {
      float: left;
      background-color: #f3f3f5;
      height: 180px; }
      @media (max-width: 52.84714em) {
        .landing .land-contacts .container .contact-white-grey .arrow-bloc {
          width: 100%;
          float: none;
          margin: 0 auto;
          text-align: center;
          height: 25px;
          background-color: #fff; } }
      @media (min-width: 52.85714em) {
        .landing .land-contacts .container .contact-white-grey .arrow-bloc {
          width: 5%;
          background-color: #f3f3f5; } }
      @media (min-width: 70em) {
        .landing .land-contacts .container .contact-white-grey .arrow-bloc {
          width: 40px;
          background-color: #f3f3f5; } }
      .landing .land-contacts .container .contact-white-grey .arrow-bloc .triangle-grey {
        width: 0;
        height: 0;
        color: #fff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 25px solid #fff;
        right: 0;
        position: absolute;
        z-index: 10;
        margin-top: 70px; }
        @media (max-width: 52.84714em) {
          .landing .land-contacts .container .contact-white-grey .arrow-bloc .triangle-grey {
            width: 0;
            height: 0;
            color: #fff;
            border-right: 25px solid transparent;
            border-top: 25px solid #f3f3f5;
            border-left: 25px solid transparent;
            right: unset;
            position: unset;
            z-index: 10;
            margin: 0 auto; } }
    .landing .land-contacts .container .contact-white-grey .infos-bloc {
      float: left;
      background-color: #fff;
      height: 180px;
      padding-top: 20px;
      width: 480px;
      text-transform: uppercase; }
      .landing .land-contacts .container .contact-white-grey .infos-bloc a, .landing .land-contacts .container .contact-white-grey .infos-bloc a:link, .landing .land-contacts .container .contact-white-grey .infos-bloc a:visited, .landing .land-contacts .container .contact-white-grey .infos-bloc a:hover, .landing .land-contacts .container .contact-white-grey .infos-bloc a:active {
        text-transform: lowercase;
        text-decoration: underline;
        color: #3598e9; }
      @media (max-width: 52.84714em) {
        .landing .land-contacts .container .contact-white-grey .infos-bloc {
          width: 100%;
          float: none;
          text-align: center; } }
      @media (min-width: 52.85714em) {
        .landing .land-contacts .container .contact-white-grey .infos-bloc {
          width: 55%;
          padding-left: 15%; } }
      @media (min-width: 70em) {
        .landing .land-contacts .container .contact-white-grey .infos-bloc {
          width: 480px;
          padding-left: 120px; } }
      @media (min-width: 91.42857em) {
        .landing .land-contacts .container .contact-white-grey .infos-bloc {
          width: 760px;
          padding-left: 260px; } }
      .landing .land-contacts .container .contact-white-grey .infos-bloc img {
        display: inline-block;
        width: 20px; }
      @media (max-width: 52.84714em) {
        .landing .land-contacts .container .contact-white-grey .infos-bloc ul {
          width: 250px;
          margin: 0 auto; } }
      .landing .land-contacts .container .contact-white-grey .infos-bloc ul li {
        margin-bottom: 10px; }
        .landing .land-contacts .container .contact-white-grey .infos-bloc ul li:first-child {
          margin-top: 10px;
          margin-bottom: 0px; }
        .landing .land-contacts .container .contact-white-grey .infos-bloc ul li:last-child {
          margin-bottom: 0px; }
        .landing .land-contacts .container .contact-white-grey .infos-bloc ul li .icon-bloc {
          float: left;
          margin-right: 15px;
          padding-top: 12px; }
          .landing .land-contacts .container .contact-white-grey .infos-bloc ul li .icon-bloc .icon-telephone {
            font-size: 20px; }
          .landing .land-contacts .container .contact-white-grey .infos-bloc ul li .icon-bloc .icon-horloge {
            font-size: 25px;
            margin-left: -2px; }
        .landing .land-contacts .container .contact-white-grey .infos-bloc ul li .texte-bloc-1ligne {
          float: left;
          margin-top: 15px; }
          @media (max-width: 52.84714em) {
            .landing .land-contacts .container .contact-white-grey .infos-bloc ul li .texte-bloc-1ligne {
              text-align: left !important;
              margin-top: 15px; } }
        .landing .land-contacts .container .contact-white-grey .infos-bloc ul li .texte-bloc-2ligne {
          float: left; }
          .landing .land-contacts .container .contact-white-grey .infos-bloc ul li .texte-bloc-2ligne span {
            line-height: 20px; }
          @media (max-width: 52.84714em) {
            .landing .land-contacts .container .contact-white-grey .infos-bloc ul li .texte-bloc-2ligne {
              text-align: left !important; } }
  .landing .land-contacts .container p {
    text-align: justify;
    margin-right: 20px;
    margin-top: 30px;
    line-height: 20px; }
    @media (max-width: 52.84714em) {
      .landing .land-contacts .container p {
        margin-right: 0px; } }

.landing .land-oney .container {
  /* STYLES */
  /* RESPONSIVE */ }
  .landing .land-oney .container img {
    display: inline-block; }
  .landing .land-oney .container a {
    color: #58585a; }
  .landing .land-oney .container .clr {
    clear: both; }
  .landing .land-oney .container .hide {
    display: none; }
  .landing .land-oney .container header {
    margin: 0 auto;
    width: 100%;
    background-color: #eee; }
  .landing .land-oney .container header div.center {
    padding: 20px 20px 10px;
    text-align: center;
    vertical-align: top; }
  .landing .land-oney .container img.reglez {
    padding-left: 20px; }
  .landing .land-oney .container article.simple {
    padding-right: 133px;
    text-align: right; }
  .landing .land-oney .container article.simple {
    padding-right: 133px; }
  .landing .land-oney .container section {
    margin: 0 auto;
    width: 940px;
    padding: 0; }
  .landing .land-oney .container article div.center {
    padding: 0px 20px 10px;
    text-align: center;
    vertical-align: top; }
  .landing .land-oney .container article div.center img {
    vertical-align: top; }
  .landing .land-oney .container img.sep {
    vertical-align: top;
    padding: 0 20px; }
  .landing .land-oney .container footer {
    margin: 0 auto;
    width: 940px;
    margin-bottom: 40px; }
  .landing .land-oney .container footer div.oney {
    text-align: right; }
  .landing .land-oney .container footer p {
    padding: 0 0 20px;
    text-align: justify;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .7em;
    color: #58585a; }
  .landing .land-oney .container footer p span {
    font-size: 1.2em; }
  @media screen and (max-device-width: 939px), screen and (max-width: 939px) {
    .landing .land-oney .container header {
      width: 100%; }
    .landing .land-oney .container img.facilypay {
      width: 92px !important; }
    .landing .land-oney .container img.reglez {
      width: 458px !important; }
    .landing .land-oney .container img.simple {
      width: 206px !important; }
    .landing .land-oney .container img.point-1 {
      width: 245px !important; }
    .landing .land-oney .container img.point-2 {
      width: 170px !important; }
    .landing .land-oney .container img.point-3 {
      width: 165px !important; }
    .landing .land-oney .container img.sep {
      width: 22px !important; }
    .landing .land-oney .container section {
      width: 750px !important; }
    .landing .land-oney .container article div.center {
      padding: 0px 0px 10px !important; }
    .landing .land-oney .container article.simple {
      padding-right: 105px !important; }
    .landing .land-oney .container footer {
      width: 750px !important; }
    .landing .land-oney .container footer div, .landing .land-oney .container footer p {
      padding: 0 20px !important; } }
  @media screen and (max-device-width: 749px), screen and (max-width: 749px) {
    .landing .land-oney .container header {
      width: 100% !important; }
    .landing .land-oney .container header div.center {
      padding: 10px 0px 15px;
      vertical-align: top !important; }
    .landing .land-oney .container header div.center img {
      vertical-align: top !important; }
    .landing .land-oney .container section {
      margin: 0 auto !important;
      width: 320px !important;
      padding: 35px 0 0 !important; }
    .landing .land-oney .container article div.center img {
      vertical-align: initial; }
    .landing .land-oney .container img.point-1 {
      width: 280px !important; }
    .landing .land-oney .container img.point-2 {
      width: initial !important; }
    .landing .land-oney .container img.point-3 {
      width: initial !important; }
    .landing .land-oney .container img.reglez-mobile {
      padding-left: 10px; }
    .landing .land-oney .container article div.center img:not(.hide-mobile) {
      /*display:block !important;*/ }
    .landing .land-oney .container .show-mobile {
      display: inline-block !important; }
    .landing .land-oney .container .hide-mobile {
      display: none !important; }
    .landing .land-oney .container footer {
      width: 100% !important;
      margin-bottom: 40px; } }

.landing .land-newsletter .container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 100%;
  /*************************
* PANEL
*************************/
  /*************************
* PANEL - ROW
*************************/ }
  @media (min-width: 70em) {
    .landing .land-newsletter .container {
      width: 960px; } }
  @media (max-width: 69.99em) {
    .landing .land-newsletter .container {
      width: 90%; } }
  @media (min-width: 91.42857em) {
    .landing .land-newsletter .container {
      width: 1240px; } }
  .landing .land-newsletter .container hr {
    border-top: 1px solid #000 !important; }
  .landing .land-newsletter .container h1 {
    font-size: 22px;
    color: #000; }
  .landing .land-newsletter .container ul li {
    display: block !important; }
    @media (max-width: 52.84714em) {
      .landing .land-newsletter .container ul li {
        line-height: 23px; } }
  .landing .land-newsletter .container ul {
    margin: 0px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px; }
  @media (max-width: 52.84714em) {
    .landing .land-newsletter .container input[type="checkbox"]:not(:checked) + label:before, .landing .land-newsletter .container input[type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      width: 12px;
      height: 12px;
      border: 1px solid #d4d5d7;
      background: #fff; } }
  .landing .land-newsletter .container label.texte {
    margin-right: 15px;
    width: 120px;
    text-align: right;
    margin-bottom: 20px; }
    @media (max-width: 52.84714em) {
      .landing .land-newsletter .container label.texte {
        text-align: center;
        margin-bottom: 10px; } }
  .landing .land-newsletter .container label {
    margin-left: 10px !important; }
  @media (max-width: 34.27571em) {
    .landing .land-newsletter .container label.radio {
      max-width: 80%; } }
  .landing .land-newsletter .container .clearfix {
    clear: both; }
  .landing .land-newsletter .container .wrap-content {
    width: 600px;
    overflow: hidden;
    margin-bottom: 40px;
    margin: 0 auto; }
    @media (max-width: 52.84714em) {
      .landing .land-newsletter .container .wrap-content {
        width: 100%; } }
  .landing .land-newsletter .container input.texte {
    border-radius: 4px;
    border: 1px solid #a8a8a8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 200px; }
    @media (max-width: 52.84714em) {
      .landing .land-newsletter .container input.texte {
        margin-bottom: 10px; } }
  .landing .land-newsletter .container input.error {
    border-radius: 4px;
    border: 1px solid #ff0000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    color: #ff0000; }
  .landing .land-newsletter .container input.submit {
    background-color: #fb7d2a;
    width: 190px;
    border-radius: 4px;
    border: 1px solid #fb7d2a;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff; }
  .landing .land-newsletter .container .wrap-logo {
    width: 100%;
    text-align: center; }
  .landing .land-newsletter .container .wrap-message-success, .landing .land-newsletter .container .wrap-message-message_success_confirm {
    text-align: center;
    margin-bottom: 30px; }
  .landing .land-newsletter .container .wrap-message-error {
    text-align: center;
    margin-bottom: 30px; }
  .landing .land-newsletter .container .wrap-message-error .texte {
    color: #fff;
    background-color: #ec1a02;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 17px;
    font-weight: 300;
    border-radius: 15px; }
    .landing .land-newsletter .container .wrap-message-error .texte strong {
      font-weight: 500; }
  .landing .land-newsletter .container .wrap-message-success .texte {
    color: #000;
    background-color: #f2a54d;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 17px;
    font-weight: 300;
    border-radius: 3px; }
    .landing .land-newsletter .container .wrap-message-success .texte strong {
      font-weight: 500; }
  .landing .land-newsletter .container .wrap-success-message {
    background-color: #4caf50;
    color: #fff;
    font-weight: 300;
    padding: 20px;
    border-radius: 3px;
    text-align: center; }
  .landing .land-newsletter .container .wrap-message-message_success_confirm .texte {
    color: #fff;
    background-color: #4BB543;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 17px;
    border-radius: 15px; }
  .landing .land-newsletter .container .wrap-thanks {
    text-align: center;
    padding-bottom: 20px;
    font-size: 22px;
    color: #000; }
  .landing .land-newsletter .container .infos {
    font-style: italic;
    font-size: 14px; }
  .landing .land-newsletter .container .panel {
    margin-bottom: 50px; }
  .landing .land-newsletter .container .panel-title {
    color: #000; }
    .landing .land-newsletter .container .panel-title .icon-thumb-up {
      float: left;
      height: 35px;
      width: 60px;
      background-image: url(../images/thumb-up.png);
      background-size: contain;
      overflow: hidden;
      background-repeat: no-repeat;
      margin-bottom: 10px; }
    .landing .land-newsletter .container .panel-title .icon-thumb-down {
      float: left;
      height: 35px;
      width: 60px;
      background-image: url(../images/thumb-down.png);
      background-size: contain;
      overflow: hidden;
      background-repeat: no-repeat;
      margin-bottom: 10px; }
    .landing .land-newsletter .container .panel-title .title {
      float: left;
      font-size: 22px;
      padding-top: 10px; }
      @media (max-width: 34.27571em) {
        .landing .land-newsletter .container .panel-title .title {
          font-size: 14px;
          padding-top: 15px; } }
      .landing .land-newsletter .container .panel-title .title.mob {
        display: none; }
        @media (max-width: 34.27571em) {
          .landing .land-newsletter .container .panel-title .title.mob {
            display: block;
            padding-top: 5px; } }
      .landing .land-newsletter .container .panel-title .title.hidden-mob {
        display: block; }
        @media (max-width: 34.27571em) {
          .landing .land-newsletter .container .panel-title .title.hidden-mob {
            display: none; } }
  .landing .land-newsletter .container .panel-subtitle {
    background-color: #acacac;
    padding-top: 25px;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: 600; }
  .landing .land-newsletter .container .panel-body {
    background-color: #f4f4f4;
    color: #000;
    overflow: hidden; }
  .landing .land-newsletter .container .panel-footer {
    background-color: #acacac;
    color: #fff;
    padding: 20px;
    font-size: 11px;
    text-align: justify; }
  .landing .land-newsletter .container .wrap-form {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 30px; }
    @media (max-width: 52.84714em) {
      .landing .land-newsletter .container .wrap-form {
        text-align: center;
        width: unset; } }
  .landing .land-newsletter .container .basic-texte {
    padding: 20px 50px;
    line-height: 20px; }
    @media (max-width: 34.27571em) {
      .landing .land-newsletter .container .basic-texte {
        padding: 10px 20px;
        line-height: 17px; } }
  .landing .land-newsletter .container .padding-0-20-0-0 {
    padding: 0px 0px 20px 0px; }
  .landing .land-newsletter .container .panel .row {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (max-width: 52.84714em) {
      .landing .land-newsletter .container .panel .row {
        width: 100%;
        text-align: center; } }
  .landing .land-newsletter .container .panel .row-full {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden; }
  .landing .land-newsletter .container .panel .row .col-left {
    width: 150px;
    float: left; }
    @media (max-width: 52.84714em) {
      .landing .land-newsletter .container .panel .row .col-left {
        width: 100%;
        text-align: center; } }
  .landing .land-newsletter .container .panel .row .col-right {
    float: left;
    margin-bottom: 20px; }
    @media (max-width: 52.84714em) {
      .landing .land-newsletter .container .panel .row .col-right {
        width: 100%;
        text-align: center; } }
  .landing .land-newsletter .container .panel .row-full .col-center {
    text-align: center;
    width: 100%; }

.landing .land-template-base .container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  @media (min-width: 70em) {
    .landing .land-template-base .container {
      width: 960px; } }
  @media (max-width: 69.99em) {
    .landing .land-template-base .container {
      width: 100%; } }
  @media (min-width: 91.42857em) {
    .landing .land-template-base .container {
      width: 1240px; } }
  .landing .land-template-base .container h1.titre1 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px thin solid #E0E0E0;
    margin-top: 40px; }
  .landing .land-template-base .container h1.titre1 strong {
    font-weight: 600; }
  .landing .land-template-base .container h1.titre1 hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 30px;
    display: block; }
  .landing .land-template-base .container h2.titre2 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px 0px 10px 10px; }
  .landing .land-template-base .container h2.titre2 hr {
    background-color: #ff5205;
    color: #ff5205;
    height: 3px;
    width: 30px;
    display: block;
    margin-top: 10px; }
  .landing .land-template-base .container h2.titre2 .number {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
    display: inline-block;
    margin-right: 10px; }
  .landing .land-template-base .container h3.titre3 {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #313337;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .landing .land-template-base .container .clear {
    clear: both; }
  .landing .land-template-base .container a.blue, .landing .land-template-base .container a.blue:link, .landing .land-template-base .container a.blue:visited, .landing .land-template-base .container a.blue:hover, .landing .land-template-base .container a.blue:active {
    color: #2244AB;
    text-decoration: none; }
  .landing .land-template-base .container a.bold-white-underline, .landing .land-template-base .container a.bold-white-underline:link, .landing .land-template-base .container a.bold-white-underline:visited, .landing .land-template-base .container a.bold-white-underline:hover, .landing .land-template-base .container a.bold-white-underline:active {
    text-decoration: underline !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 800 !important; }
  .landing .land-template-base .container a.rouge, .landing .land-template-base .container a.rouge:link, .landing .land-template-base .container a.rouge:visited, .landing .land-template-base .container a.rouge:hover, .landing .land-template-base .container a.rouge:active {
    color: #E74C3C;
    text-decoration: none; }
  .landing .land-template-base .container a.azure, .landing .land-template-base .container a.azure:link, .landing .land-template-base .container a.azure:visited, .landing .land-template-base .container a.azure:hover, .landing .land-template-base .container a.azure:active {
    background: #0094FF;
    color: #FFFFFF !important;
    padding: 10px;
    margin: auto;
    display: block;
    text-align: center; }
  .landing .land-template-base .container a.black, .landing .land-template-base .container a.black:link, .landing .land-template-base .container a.black:visited, .landing .land-template-base .container a.black:hover, .landing .land-template-base .container a.black:active {
    background: #000;
    color: #FFFFFF !important;
    padding: 20px;
    margin: auto;
    font-size: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none; }
  .landing .land-template-base .container a.noir, .landing .land-template-base .container a.noir:link, .landing .land-template-base .container a.noir:visited, .landing .land-template-base .container a.noir:hover, .landing .land-template-base .container a.noir:active {
    color: #000;
    text-decoration: none; }
  .landing .land-template-base .container .logo-responsive {
    width: 40%;
    margin: 300px auto 20px auto; }
    @media (max-width: 52.84714em) {
      .landing .land-template-base .container .logo-responsive {
        width: 100%; } }
  .landing .land-template-base .container .label-pink {
    display: inline-block;
    font-style: italic;
    font-weight: 600;
    color: #ffe6e7;
    font-size: 16px; }
  @media (max-width: 34.27571em) {
    .landing .land-template-base .container .banner-cover {
      height: unset !important; } }
  .landing .land-template-base .container .banner {
    width: 100%;
    overflow: hidden;
    height: 400px; }
    @media screen and (max-width: 320px) {
      .landing .land-template-base .container .banner {
        height: 110px; } }
    @media screen and (max-width: 365px) {
      .landing .land-template-base .container .banner {
        height: 110px; } }
    @media (min-width: 22.85714em) {
      .landing .land-template-base .container .banner {
        height: 150px; } }
    @media (min-width: 34.28571em) {
      .landing .land-template-base .container .banner {
        height: 270px; } }
    @media (min-width: 52.85714em) {
      .landing .land-template-base .container .banner {
        height: 410px; } }
    .landing .land-template-base .container .banner img {
      width: 100%; }
    .landing .land-template-base .container .banner .over-text {
      width: 100%;
      margin-top: 18%;
      color: #fff;
      font-weight: 600;
      text-align: center;
      padding: 15px; }
      .landing .land-template-base .container .banner .over-text .wrap-buttons {
        width: 100%;
        text-align: center;
        margin-top: 30px;
        overflow: hidden; }
        .landing .land-template-base .container .banner .over-text .wrap-buttons .button-blue {
          background-color: #00032C;
          font-size: 16px;
          color: #fff;
          text-decoration: none;
          padding: 15px;
          width: 260px;
          margin-right: 50px;
          display: inline-block; }
          @media screen and (max-width: 568px) {
            .landing .land-template-base .container .banner .over-text .wrap-buttons .button-blue {
              margin-right: 0px; } }
          @media screen and (max-width: 579px) {
            .landing .land-template-base .container .banner .over-text .wrap-buttons .button-blue {
              margin-right: 0px !important; } }
          @media screen and (max-width: 678px) {
            .landing .land-template-base .container .banner .over-text .wrap-buttons .button-blue {
              margin-right: 10px; } }
        .landing .land-template-base .container .banner .over-text .wrap-buttons .button-blue:last-child {
          margin-right: 0px; }
          @media screen and (max-width: 568px) {
            .landing .land-template-base .container .banner .over-text .wrap-buttons .button-blue:last-child {
              margin-top: 10px; } }
  .landing .land-template-base .container a, .landing .land-template-base .container a:link, .landing .land-template-base .container a:visited, .landing .land-template-base .container a:hover, .landing .land-template-base .container a:active {
    text-decoration: none;
    color: #3598e9;
    text-decoration: underline; }
  .landing .land-template-base .container .bouton-rouge {
    padding: 14px;
    background-color: red;
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    width: 90px;
    margin: 0px auto;
    margin-top: 20px; }
  .landing .land-template-base .container #menu-responsive {
    width: 990px;
    color: #fff;
    position: relative;
    margin: 20px auto 0;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-align: center; }
    .landing .land-template-base .container #menu-responsive ul {
      list-style: none;
      padding: 0;
      width: 100%;
      margin: 0 auto; }
      .landing .land-template-base .container #menu-responsive ul li {
        margin-left: 2px;
        background-color: #fff;
        padding: 15px 15px 15px 15px;
        text-align: center;
        display: inline-block;
        cursor: pointer; }
        @media (max-width: 52.84714em) {
          .landing .land-template-base .container #menu-responsive ul li {
            display: block;
            margin-bottom: 5px; } }
        @media (min-width: 70em) {
          .landing .land-template-base .container #menu-responsive ul li {
            width: 157px; } }
        @media (min-width: 91.42857em) {
          .landing .land-template-base .container #menu-responsive ul li {
            width: 213px; } }
        .landing .land-template-base .container #menu-responsive ul li a, .landing .land-template-base .container #menu-responsive ul li a:link, .landing .land-template-base .container #menu-responsive ul li a:visited, .landing .land-template-base .container #menu-responsive ul li a:hover, .landing .land-template-base .container #menu-responsive ul li a:active {
          color: #000;
          text-decoration: none;
          font-weight: 600; }
      .landing .land-template-base .container #menu-responsive ul .rouge {
        background-color: #96281B;
        color: #fff; }
        .landing .land-template-base .container #menu-responsive ul .rouge a, .landing .land-template-base .container #menu-responsive ul .rouge a:link, .landing .land-template-base .container #menu-responsive ul .rouge a:visited, .landing .land-template-base .container #menu-responsive ul .rouge a:hover, .landing .land-template-base .container #menu-responsive ul .rouge a:active {
          color: #fff;
          text-decoration: none;
          font-weight: 600; }
      .landing .land-template-base .container #menu-responsive ul li.rouge:hover, .landing .land-template-base .container #menu-responsive ul li.rouge-selected {
        background-color: #ee4b43; }
      .landing .land-template-base .container #menu-responsive ul li.basic:hover {
        background-color: #ffd533; }
      .landing .land-template-base .container #menu-responsive ul li.selected {
        background-color: #ffd533; }
      .landing .land-template-base .container #menu-responsive ul .option-fb {
        background-color: #43609c;
        color: #fff; }
        .landing .land-template-base .container #menu-responsive ul .option-fb a, .landing .land-template-base .container #menu-responsive ul .option-fb a:link, .landing .land-template-base .container #menu-responsive ul .option-fb a:visited, .landing .land-template-base .container #menu-responsive ul .option-fb a:hover, .landing .land-template-base .container #menu-responsive ul .option-fb a:active {
          color: #fff;
          text-decoration: none;
          font-weight: 600; }
  .landing .land-template-base .container .body-template {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    @media (max-width: 69.99em) {
      .landing .land-template-base .container .body-template {
        margin-left: 40px;
        margin-right: 40px; } }
  .landing .land-template-base .container img.responsive {
    width: 100%; }
  .landing .land-template-base .container img.responsive-full {
    max-width: 100% !important;
    width: unset; }
  .landing .land-template-base .container .texte h1 {
    line-height: 100%;
    font-weight: 600;
    font-size: 26px;
    text-align: left; }
  .landing .land-template-base .container .texte p {
    margin-top: 20px;
    line-height: 20px;
    text-align: justify;
    text-justify: inter-word; }
  .landing .land-template-base .container h1.white-float {
    float: left;
    line-height: 30px;
    margin: 0 20px 15px 0px;
    color: #fff; }
  .landing .land-template-base .container .tag-free {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    width: 85px;
    padding: 2px;
    background-color: red;
    text-align: center;
    float: left;
    margin-top: 7px;
    margin-bottom: 15px; }
  .landing .land-template-base .container .marge-40-until-desktop {
    margin-left: 0px;
    margin-right: 0px;
    margin-left: 40px;
    margin-right: 40px;
    /* @include mq($until: desktop){

        margin-left: 40px;
        margin-right: 40px;
        }*/ }
  .landing .land-template-base .container .agenda {
    background-color: #fff;
    color: #000;
    overflow: hidden;
    margin-top: 40px; }
    .landing .land-template-base .container .agenda h1 {
      font-size: 20px;
      line-height: 25px; }
    .landing .land-template-base .container .agenda .produit {
      overflow: hidden; }
    .landing .land-template-base .container .agenda .description {
      margin-top: 30px;
      padding-right: 5%;
      overflow: hidden;
      margin-bottom: 20px; }
      @media screen and (max-width: 365px) {
        .landing .land-template-base .container .agenda .description {
          margin-top: 0px;
          padding-left: 30px;
          padding-right: 30px; } }
      @media (min-width: 22.85714em) {
        .landing .land-template-base .container .agenda .description {
          margin-top: 0px;
          padding-left: 30px;
          padding-right: 30px; } }
      @media (min-width: 34.28571em) {
        .landing .land-template-base .container .agenda .description {
          min-height: 145px;
          margin-top: 10px;
          padding-left: 0px; } }
      @media (min-width: 52.85714em) {
        .landing .land-template-base .container .agenda .description {
          min-height: 100px;
          margin-top: 20px;
          padding-left: 0px; } }
      @media (min-width: 70em) {
        .landing .land-template-base .container .agenda .description {
          min-height: 100px;
          margin-top: 20px;
          padding-left: 0px; } }
      @media (min-width: 91.42857em) {
        .landing .land-template-base .container .agenda .description {
          min-height: 100px;
          margin-top: 20px;
          padding-left: 0px; } }
    .landing .land-template-base .container .agenda .picto {
      float: left;
      margin-right: 30px;
      margin-left: 50px;
      margin-top: 30px;
      margin-bottom: 30px;
      width: 100px;
      overflow: hidden; }
      @media screen and (max-width: 365px) {
        .landing .land-template-base .container .agenda .picto {
          width: 100%;
          text-align: center;
          margin-right: 0px;
          margin-left: 0px;
          float: none;
          margin-bottom: 10px; } }
      @media (min-width: 22.85714em) {
        .landing .land-template-base .container .agenda .picto {
          width: 100%;
          text-align: center;
          margin-right: 0px;
          margin-left: 0px;
          float: none;
          margin-bottom: 10px; } }
      @media (min-width: 34.28571em) {
        .landing .land-template-base .container .agenda .picto {
          float: left;
          min-height: 100px;
          width: 100px;
          text-align: center; } }
      @media (min-width: 52.85714em) {
        .landing .land-template-base .container .agenda .picto {
          float: left;
          min-height: 100px;
          width: 200px;
          text-align: center; } }
      @media (min-width: 70em) {
        .landing .land-template-base .container .agenda .picto {
          float: left;
          min-height: 100px;
          width: 200px;
          text-align: center; } }
      @media (min-width: 91.42857em) {
        .landing .land-template-base .container .agenda .picto {
          float: left;
          min-height: 100px;
          width: 200px;
          text-align: center; } }
      .landing .land-template-base .container .agenda .picto img {
        width: 100%; }
        @media screen and (max-width: 365px) {
          .landing .land-template-base .container .agenda .picto img {
            width: 20%; } }
        @media (min-width: 22.85714em) {
          .landing .land-template-base .container .agenda .picto img {
            width: 20%; } }
        @media (min-width: 34.28571em) {
          .landing .land-template-base .container .agenda .picto img {
            width: 70%; } }
        @media (min-width: 52.85714em) {
          .landing .land-template-base .container .agenda .picto img {
            width: 40%; } }
        @media (min-width: 70em) {
          .landing .land-template-base .container .agenda .picto img {
            width: 40%; } }
        @media (min-width: 91.42857em) {
          .landing .land-template-base .container .agenda .picto img {
            width: 40%; } }
    .landing .land-template-base .container .agenda hr {
      width: 95%;
      margin: 0 auto; }
  .landing .land-template-base .container .wrap-blank-par3 {
    overflow: hidden;
    margin-bottom: 70px;
    margin-top: 70px;
    padding-top: 10px; }
    .landing .land-template-base .container .wrap-blank-par3 .bloc-one, .landing .land-template-base .container .wrap-blank-par3 .bloc-two, .landing .land-template-base .container .wrap-blank-par3 .bloc-three {
      float: left;
      width: 33%;
      text-align: center; }
      @media (max-width: 34.27571em) {
        .landing .land-template-base .container .wrap-blank-par3 .bloc-one, .landing .land-template-base .container .wrap-blank-par3 .bloc-two, .landing .land-template-base .container .wrap-blank-par3 .bloc-three {
          float: none;
          width: 100%;
          margin-bottom: 30px; } }
  .landing .land-template-base .container .wrap-articles-circle-par4 {
    width: 100%;
    text-align: center; }
    .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article {
      display: inline-block;
      margin-right: 20px;
      text-align: center; }
      @media (max-width: 34.27571em) {
        .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article {
          width: 100%;
          text-align: center;
          margin-bottom: 30px;
          margin-top: 10px;
          display: block; } }
      @media (min-width: 34.28571em) {
        .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article {
          width: 32%;
          margin-bottom: 40px; } }
      @media (min-width: 52.85714em) {
        .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article {
          width: 22%;
          margin-bottom: 40px; } }
      @media (min-width: 70em) {
        .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article {
          width: 22%;
          margin-bottom: 40px; } }
      @media (min-width: 91.42857em) {
        .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article {
          width: 22%;
          margin-bottom: 40px; } }
      .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a.linkto, .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a.linkto:link, .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a.linkto:visited, .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a.linkto:hover, .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a.linkto:active {
        text-decoration: none; }
      .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article img {
        width: 70%; }
        @media (max-width: 34.27571em) {
          .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article img {
            width: 50%; } }
      .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article h2 {
        margin-top: 20px;
        margin-bottom: 3px;
        font-size: 16px;
        color: #000;
        text-align: center;
        font-weight: bold; }
      .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article h1 {
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 600 !important; }
      .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article p {
        text-align: justify !important;
        font-size: 12px;
        color: #000; }
      .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article span {
        line-height: 25px; }
      .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a, .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a:link, .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a:visited, .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a:hover, .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article a:active {
        color: #b45036;
        text-decoration: underline; }
    .landing .land-template-base .container .wrap-articles-circle-par4 li.col-article:last-child {
      margin-right: 0px; }
  .landing .land-template-base .container .wrap-articles-circle {
    width: 100%;
    text-align: center; }
    .landing .land-template-base .container .wrap-articles-circle li.col-article {
      width: 29%;
      display: inline-block;
      margin-right: 20px;
      text-align: center;
      margin-bottom: 40px;
      margin-top: 40px; }
      @media (max-width: 34.27571em) {
        .landing .land-template-base .container .wrap-articles-circle li.col-article {
          width: 100%;
          text-align: center;
          margin-bottom: 30px;
          margin-top: 10px;
          display: block; } }
      @media (min-width: 34.28571em) {
        .landing .land-template-base .container .wrap-articles-circle li.col-article {
          width: 40%; } }
      @media (min-width: 52.85714em) {
        .landing .land-template-base .container .wrap-articles-circle li.col-article {
          width: 29%; } }
      @media (min-width: 70em) {
        .landing .land-template-base .container .wrap-articles-circle li.col-article {
          width: 29%; } }
      @media (min-width: 91.42857em) {
        .landing .land-template-base .container .wrap-articles-circle li.col-article {
          width: 29%; } }
      .landing .land-template-base .container .wrap-articles-circle li.col-article img {
        width: 70%; }
        @media (max-width: 34.27571em) {
          .landing .land-template-base .container .wrap-articles-circle li.col-article img {
            width: 50%; } }
      .landing .land-template-base .container .wrap-articles-circle li.col-article h2 {
        margin-top: 20px;
        margin-bottom: 3px;
        font-size: 16px;
        color: #000;
        text-align: center;
        font-weight: bold; }
      .landing .land-template-base .container .wrap-articles-circle li.col-article h1 {
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 600 !important; }
      .landing .land-template-base .container .wrap-articles-circle li.col-article p {
        text-align: justify !important;
        font-size: 12px;
        color: #000; }
      .landing .land-template-base .container .wrap-articles-circle li.col-article span {
        line-height: 25px; }
      .landing .land-template-base .container .wrap-articles-circle li.col-article a, .landing .land-template-base .container .wrap-articles-circle li.col-article a:link, .landing .land-template-base .container .wrap-articles-circle li.col-article a:visited, .landing .land-template-base .container .wrap-articles-circle li.col-article a:hover, .landing .land-template-base .container .wrap-articles-circle li.col-article a:active {
        color: #b45036;
        text-decoration: underline; }
    .landing .land-template-base .container .wrap-articles-circle li.col-article:last-child {
      margin-right: 0px; }
  .landing .land-template-base .container .wrap-list-product {
    width: 100%;
    text-align: left;
    padding-left: 40px; }
    @media (max-width: 52.84714em) {
      .landing .land-template-base .container .wrap-list-product {
        text-align: center;
        padding-left: 0px; } }
    .landing .land-template-base .container .wrap-list-product ul li.product-item {
      display: inline-block;
      margin-right: 20px;
      text-align: center;
      width: 29%;
      margin-bottom: 50px;
      overflow: hidden; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .wrap-list-product ul li.product-item {
          width: 100%;
          text-align: center;
          margin-bottom: 30px;
          margin-top: 10px;
          display: block; } }
      .landing .land-template-base .container .wrap-list-product ul li.product-item img {
        margin-bottom: 10px;
        max-width: 230px; }
        @media screen and (max-width: 320px) {
          .landing .land-template-base .container .wrap-list-product ul li.product-item img {
            max-width: 90%; } }
    .landing .land-template-base .container .wrap-list-product h2 {
      font-weight: bold;
      color: #000;
      font-size: 16px; }
  .landing .land-template-base .container .wrap-infos-center {
    color: #000;
    text-align: center;
    width: 100%; }
    .landing .land-template-base .container .wrap-infos-center h1 {
      text-align: center !important;
      width: 100%; }
  .landing .land-template-base .container .responsive-table {
    width: 40%; }
    @media (max-width: 69.99em) {
      .landing .land-template-base .container .responsive-table {
        width: 100%; } }
  .landing .land-template-base .container .texte-bg-white {
    margin-top: 40px;
    background-color: #fff;
    text-align: center;
    padding: 60px;
    overflow: hidden; }
    @media (max-width: 52.84714em) {
      .landing .land-template-base .container .texte-bg-white {
        text-align: left;
        padding: 20px; } }
    .landing .land-template-base .container .texte-bg-white h1 {
      line-height: 100%;
      font-weight: 600;
      font-size: 26px;
      text-align: center; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .texte-bg-white h1 {
          text-align: left; } }
    .landing .land-template-base .container .texte-bg-white p {
      margin-top: 20px;
      line-height: 20px;
      text-align: center;
      text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .texte-bg-white p {
          text-align: left; } }
  .landing .land-template-base .container .text-white-bg-transparent {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
    overflow: hidden; }
    .landing .land-template-base .container .text-white-bg-transparent .bloc-left {
      width: 60%;
      float: left;
      padding-right: 10px; }
    .landing .land-template-base .container .text-white-bg-transparent .bloc-right {
      width: 40%;
      float: left; }
    @media (max-width: 52.84714em) {
      .landing .land-template-base .container .text-white-bg-transparent .bloc-right, .landing .land-template-base .container .text-white-bg-transparent .bloc-left {
        width: 100%;
        float: none;
        margin-bottom: 20px; } }
  .landing .land-template-base .container .text-black-bg-transparent {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    margin-top: 20px;
    overflow: hidden; }
    .landing .land-template-base .container .text-black-bg-transparent h1 {
      line-height: 25px; }
    .landing .land-template-base .container .text-black-bg-transparent .bloc-left {
      width: 50%;
      float: left;
      padding-right: 10px; }
    .landing .land-template-base .container .text-black-bg-transparent .bloc-right {
      width: 50%;
      float: left; }
    @media (max-width: 52.84714em) {
      .landing .land-template-base .container .text-black-bg-transparent .bloc-right, .landing .land-template-base .container .text-black-bg-transparent .bloc-left {
        width: 100%;
        float: none;
        margin-bottom: 20px; } }
  .landing .land-template-base .container .iframe-div {
    position: relative;
    height: 300px; }
    .landing .land-template-base .container .iframe-div iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .landing .land-template-base .container .texte-bg-white-header-black {
    margin-top: 40px;
    background-color: #fff;
    text-align: center;
    overflow: hidden; }
    .landing .land-template-base .container .texte-bg-white-header-black .header-black {
      background-color: #000;
      font-weight: 800;
      font-size: 16px;
      padding: 10px;
      color: #fff;
      text-align: left; }
      @media screen and (max-width: 365px) {
        .landing .land-template-base .container .texte-bg-white-header-black .header-black {
          text-align: center; } }
      @media (max-width: 34.27571em) {
        .landing .land-template-base .container .texte-bg-white-header-black .header-black {
          text-align: center; } }
    @media (max-width: 52.84714em) {
      .landing .land-template-base .container .texte-bg-white-header-black {
        text-align: left; } }
    .landing .land-template-base .container .texte-bg-white-header-black h1 {
      line-height: 100%;
      font-weight: 600;
      font-size: 26px;
      text-align: center; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .texte-bg-white-header-black h1 {
          text-align: left; } }
    .landing .land-template-base .container .texte-bg-white-header-black p {
      margin-top: 20px;
      line-height: 20px;
      text-align: center;
      text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .texte-bg-white-header-black p {
          text-align: left; } }
  .landing .land-template-base .container .wrap-article-carre {
    overflow: hidden;
    padding: 20px; }
    .landing .land-template-base .container .wrap-article-carre .par2 {
      overflow: hidden;
      margin-bottom: 20px; }
      .landing .land-template-base .container .wrap-article-carre .par2 .par-gauche, .landing .land-template-base .container .wrap-article-carre .par2 .par-droite {
        width: 49%;
        float: left;
        text-align: center; }
        @media screen and (max-width: 365px) {
          .landing .land-template-base .container .wrap-article-carre .par2 .par-gauche, .landing .land-template-base .container .wrap-article-carre .par2 .par-droite {
            float: none;
            width: 100%;
            clear: both;
            text-align: center;
            margin-bottom: 20px; } }
        @media (min-width: 22.85714em) {
          .landing .land-template-base .container .wrap-article-carre .par2 .par-gauche, .landing .land-template-base .container .wrap-article-carre .par2 .par-droite {
            float: none;
            width: 100%;
            clear: both;
            text-align: center;
            margin-bottom: 20px; } }
        @media (min-width: 34.28571em) {
          .landing .land-template-base .container .wrap-article-carre .par2 .par-gauche, .landing .land-template-base .container .wrap-article-carre .par2 .par-droite {
            float: none;
            width: 100%;
            clear: both;
            text-align: left; } }
        @media (min-width: 52.85714em) {
          .landing .land-template-base .container .wrap-article-carre .par2 .par-gauche, .landing .land-template-base .container .wrap-article-carre .par2 .par-droite {
            width: 49%;
            float: left;
            clear: unset;
            text-align: center; } }
        @media (min-width: 70em) {
          .landing .land-template-base .container .wrap-article-carre .par2 .par-gauche, .landing .land-template-base .container .wrap-article-carre .par2 .par-droite {
            width: 49%;
            float: left;
            text-align: center;
            clear: unset; } }
        @media (min-width: 91.42857em) {
          .landing .land-template-base .container .wrap-article-carre .par2 .par-gauche, .landing .land-template-base .container .wrap-article-carre .par2 .par-droite {
            width: 49%;
            float: left;
            text-align: center;
            clear: unset; } }
    .landing .land-template-base .container .wrap-article-carre .par2:last-child {
      margin-bottom: 0px; }
    .landing .land-template-base .container .wrap-article-carre .image {
      width: 30%;
      float: left; }
      @media screen and (max-width: 365px) {
        .landing .land-template-base .container .wrap-article-carre .image {
          width: 100%;
          float: none; } }
      @media (min-width: 22.85714em) {
        .landing .land-template-base .container .wrap-article-carre .image {
          width: 100%;
          float: none; } }
      @media (min-width: 34.28571em) {
        .landing .land-template-base .container .wrap-article-carre .image {
          width: 40%;
          float: left; } }
      @media (min-width: 52.85714em) {
        .landing .land-template-base .container .wrap-article-carre .image {
          width: 30%;
          float: left; } }
      @media (min-width: 70em) {
        .landing .land-template-base .container .wrap-article-carre .image {
          width: 30%;
          float: left; } }
      @media (min-width: 91.42857em) {
        .landing .land-template-base .container .wrap-article-carre .image {
          width: 30%;
          float: left; } }
    .landing .land-template-base .container .wrap-article-carre .texte {
      color: #000;
      width: 70%;
      float: left;
      overflow: hidden;
      padding: 10px;
      line-height: 15px;
      text-align: left; }
      @media screen and (max-width: 365px) {
        .landing .land-template-base .container .wrap-article-carre .texte {
          width: 100%;
          float: none;
          overflow: hidden;
          text-align: center; } }
      @media (min-width: 22.85714em) {
        .landing .land-template-base .container .wrap-article-carre .texte {
          width: 100%;
          float: none;
          overflow: hidden;
          text-align: center; } }
      @media (min-width: 34.28571em) {
        .landing .land-template-base .container .wrap-article-carre .texte {
          width: 60%;
          float: none;
          overflow: hidden;
          text-align: left; } }
      @media (min-width: 52.85714em) {
        .landing .land-template-base .container .wrap-article-carre .texte {
          width: 70%;
          float: left;
          overflow: hidden;
          padding: 10px;
          text-align: left; } }
      @media (min-width: 70em) {
        .landing .land-template-base .container .wrap-article-carre .texte {
          width: 70%;
          float: left;
          overflow: hidden;
          padding: 10px;
          text-align: left; } }
      @media (min-width: 91.42857em) {
        .landing .land-template-base .container .wrap-article-carre .texte {
          width: 70%;
          float: left;
          overflow: hidden;
          padding: 10px;
          text-align: left; } }
  .landing .land-template-base .container .bloc-4-img {
    width: 100%;
    margin-top: 40px; }
    .landing .land-template-base .container .bloc-4-img .produit {
      width: 49%;
      float: left;
      margin-right: 1%; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-4-img .produit {
          width: 47%;
          margin-right: 5%; } }
      .landing .land-template-base .container .bloc-4-img .produit p {
        margin-top: 10px; }
        @media (max-width: 52.84714em) {
          .landing .land-template-base .container .bloc-4-img .produit p {
            margin-bottom: 10px; } }
    .landing .land-template-base .container .bloc-4-img .produit:last-child {
      margin-right: 0%; }
    .landing .land-template-base .container .bloc-4-img .clear {
      clear: none; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-4-img .clear {
          clear: both; } }
    .landing .land-template-base .container .bloc-4-img .par2 {
      float: left;
      width: 50%;
      overflow: hidden; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-4-img .par2 {
          width: 100%;
          float: none;
          margin-bottom: 20px; } }
  .landing .land-template-base .container .video {
    margin-top: 40px;
    position: relative;
    height: 480px; }
    .landing .land-template-base .container .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .landing .land-template-base .container .bloc-2-img {
    width: 100%;
    margin-top: 40px; }
    .landing .land-template-base .container .bloc-2-img .produit {
      width: 48%;
      float: left;
      margin-right: 4%; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-2-img .produit {
          width: 100%;
          margin-right: 0%; } }
      .landing .land-template-base .container .bloc-2-img .produit p {
        margin-top: 20px; }
    .landing .land-template-base .container .bloc-2-img .produit:last-child {
      margin-right: 0%; }
  .landing .land-template-base .container .bloc-textleft-imageright {
    width: 100%;
    margin-top: 40px;
    overflow: hidden; }
    .landing .land-template-base .container .bloc-textleft-imageright .texte {
      width: 48%;
      float: left;
      margin-right: 4%;
      margin-top: 0px !important; }
      .landing .land-template-base .container .bloc-textleft-imageright .texte h2 {
        line-height: 100%;
        font-weight: bold;
        font-size: 22px; }
      .landing .land-template-base .container .bloc-textleft-imageright .texte p {
        margin-top: 20px;
        line-height: 20px;
        text-align: justify;
        text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-textleft-imageright .texte {
          float: none;
          width: 100%;
          margin-bottom: 15px; } }
    .landing .land-template-base .container .bloc-textleft-imageright .image {
      width: 48%;
      float: left; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-textleft-imageright .image {
          float: none;
          width: 100%; } }
      .landing .land-template-base .container .bloc-textleft-imageright .image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 420px; }
        @media (max-width: 52.84714em) {
          .landing .land-template-base .container .bloc-textleft-imageright .image iframe {
            position: unset; } }
  .landing .land-template-base .container .bloc-textleft-imageright-fin {
    width: 100%;
    margin-top: 40px;
    overflow: hidden; }
    .landing .land-template-base .container .bloc-textleft-imageright-fin .texte {
      width: 76%;
      float: left;
      margin-right: 4%;
      margin-top: 0px !important; }
      .landing .land-template-base .container .bloc-textleft-imageright-fin .texte h2 {
        line-height: 100%;
        font-weight: bold;
        font-size: 22px; }
      .landing .land-template-base .container .bloc-textleft-imageright-fin .texte p {
        margin-top: 20px;
        line-height: 20px;
        text-align: justify;
        text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-textleft-imageright-fin .texte {
          float: none;
          width: 100%;
          margin-bottom: 15px; } }
    .landing .land-template-base .container .bloc-textleft-imageright-fin .image {
      width: 20%;
      float: left; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-textleft-imageright-fin .image {
          float: none;
          width: 100%; } }
      .landing .land-template-base .container .bloc-textleft-imageright-fin .image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 420px; }
        @media (max-width: 52.84714em) {
          .landing .land-template-base .container .bloc-textleft-imageright-fin .image iframe {
            position: unset; } }
  .landing .land-template-base .container .bloc-textright-imageleft {
    width: 100%;
    margin-top: 40px; }
    .landing .land-template-base .container .bloc-textright-imageleft .texte {
      width: 48%;
      float: left;
      margin-top: 0px !important; }
      .landing .land-template-base .container .bloc-textright-imageleft .texte h2 {
        line-height: 100%;
        font-weight: bold;
        font-size: 22px; }
      .landing .land-template-base .container .bloc-textright-imageleft .texte p {
        margin-top: 20px;
        line-height: 20px;
        text-align: justify;
        text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-textright-imageleft .texte {
          float: none;
          width: 100%; } }
    .landing .land-template-base .container .bloc-textright-imageleft .image {
      width: 48%;
      float: left;
      margin-right: 4%; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-textright-imageleft .image {
          float: none;
          width: 100%;
          margin-bottom: 15px; } }
  .landing .land-template-base .container .bloc-textright-imageleft-fin {
    width: 100%;
    margin-top: 40px;
    overflow: hidden; }
    .landing .land-template-base .container .bloc-textright-imageleft-fin .texte {
      width: 76%;
      float: left;
      margin-top: 0px !important; }
      .landing .land-template-base .container .bloc-textright-imageleft-fin .texte h2 {
        line-height: 100%;
        font-weight: bold;
        font-size: 22px; }
      .landing .land-template-base .container .bloc-textright-imageleft-fin .texte p {
        margin-top: 20px;
        line-height: 20px;
        text-align: justify;
        text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-textright-imageleft-fin .texte {
          float: none;
          width: 100%; } }
    .landing .land-template-base .container .bloc-textright-imageleft-fin .image {
      width: 20%;
      float: left;
      margin-right: 4%; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-textright-imageleft-fin .image {
          float: none;
          width: 100%;
          margin-bottom: 15px; } }
  .landing .land-template-base .container .bloc-small-phototext-right {
    margin-top: 40px;
    overflow: hidden; }
    .landing .land-template-base .container .bloc-small-phototext-right .texte {
      width: 80%;
      float: left;
      margin-top: 0px !important;
      padding: 0px 20px 20px 20px;
      min-height: 100% !important;
      color: #fff; }
      .landing .land-template-base .container .bloc-small-phototext-right .texte h2 {
        line-height: 100%;
        font-weight: 800;
        font-size: 22px; }
      .landing .land-template-base .container .bloc-small-phototext-right .texte p {
        margin-top: 20px;
        line-height: 20px;
        text-align: justify;
        text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-small-phototext-right .texte {
          float: none;
          width: 100%;
          margin-bottom: 15px !important;
          padding: 0px 0px 0px 0px;
          margin-top: 0px !important; } }
    .landing .land-template-base .container .bloc-small-phototext-right .image {
      width: 20%;
      float: left; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-small-phototext-right .image {
          float: none;
          width: 100%;
          margin-bottom: 15px !important; } }
  .landing .land-template-base .container .bloc-phototext-right {
    margin-top: 40px;
    overflow: hidden; }
    .landing .land-template-base .container .bloc-phototext-right .texte {
      width: 48%;
      background-color: #efefef;
      float: left;
      margin-top: 0px !important;
      padding: 3%;
      min-height: 100% !important; }
      .landing .land-template-base .container .bloc-phototext-right .texte h2 {
        line-height: 100%;
        font-weight: bold;
        font-size: 22px; }
      .landing .land-template-base .container .bloc-phototext-right .texte p {
        margin-top: 20px;
        line-height: 20px;
        text-align: justify;
        text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-phototext-right .texte {
          float: none;
          width: 100%;
          margin-bottom: 15px !important; } }
    .landing .land-template-base .container .bloc-phototext-right .image {
      width: 48%;
      float: left;
      margin-right: 4%; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-phototext-right .image {
          float: none;
          width: 100%;
          margin-bottom: 15px !important; } }
  .landing .land-template-base .container .bloc-phototext-left {
    margin-top: 40px; }
    .landing .land-template-base .container .bloc-phototext-left .texte {
      width: 48%;
      background-color: #efefef;
      float: left;
      margin-top: 0px !important;
      padding: 3%;
      min-height: 100% !important;
      margin-right: 4%; }
      .landing .land-template-base .container .bloc-phototext-left .texte h2 {
        line-height: 100%;
        font-weight: bold;
        font-size: 22px; }
      .landing .land-template-base .container .bloc-phototext-left .texte p {
        margin-top: 20px;
        line-height: 20px;
        text-align: justify;
        text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-phototext-left .texte {
          float: none;
          width: 100%;
          margin-bottom: 15px !important; } }
    .landing .land-template-base .container .bloc-phototext-left .image {
      width: 48%;
      float: left; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-phototext-left .image {
          float: none;
          width: 100%;
          margin-bottom: 15px !important; } }
  .landing .land-template-base .container .bloc-photolarge-left {
    margin-top: 40px; }
    .landing .land-template-base .container .bloc-photolarge-left .texte {
      width: 36%;
      background-color: #efefef;
      float: left;
      margin-top: 0px !important;
      padding: 3%;
      min-height: 100% !important; }
      .landing .land-template-base .container .bloc-photolarge-left .texte h2 {
        line-height: 100%;
        font-weight: bold;
        font-size: 22px; }
      .landing .land-template-base .container .bloc-photolarge-left .texte p {
        margin-top: 20px;
        line-height: 20px;
        text-align: justify;
        text-justify: inter-word; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-photolarge-left .texte {
          float: none;
          width: 100%;
          margin-bottom: 15px !important; } }
    .landing .land-template-base .container .bloc-photolarge-left .image {
      width: 60%;
      float: left;
      margin-right: 4%; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .bloc-photolarge-left .image {
          float: none;
          width: 100%;
          margin-bottom: 15px !important; } }
  .landing .land-template-base .container .contact {
    margin-top: 20px; }
    .landing .land-template-base .container .contact .left, .landing .land-template-base .container .contact .right {
      overflow: hidden;
      float: left; }
      @media (max-width: 69.99em) {
        .landing .land-template-base .container .contact .left, .landing .land-template-base .container .contact .right {
          float: none; } }
    .landing .land-template-base .container .contact .left {
      width: 40%;
      padding-right: 70px; }
      @media (max-width: 69.99em) {
        .landing .land-template-base .container .contact .left {
          width: 100%;
          padding-right: 0px; } }
    .landing .land-template-base .container .contact .right {
      width: 60%; }
      @media (max-width: 69.99em) {
        .landing .land-template-base .container .contact .right {
          width: 97%;
          padding-right: 0px; } }
    .landing .land-template-base .container .contact .faq {
      background-image: url(/images/contacts/fa-question-circle.png);
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: left center;
      padding-left: 50px;
      color: #000;
      margin-top: 40px;
      margin-bottom: 40px; }
      .landing .land-template-base .container .contact .faq h1 {
        font-size: 16px;
        font-weight: 800;
        line-height: 20px; }
        @media (max-width: 52.84714em) {
          .landing .land-template-base .container .contact .faq h1 {
            font-size: 13px; } }
      .landing .land-template-base .container .contact .faq h3 {
        font-size: 12px; }
      .landing .land-template-base .container .contact .faq a {
        color: #00a8ff; }
    .landing .land-template-base .container .contact .by-phone {
      background-image: url(/images/contacts/fa-phone-square.png); }
    .landing .land-template-base .container .contact .by-mail {
      background-image: url(/images/contacts/fa-envelope.png); }
    .landing .land-template-base .container .contact .by-social {
      background-image: url(/images/contacts/fa-globe-contact.png); }
    .landing .land-template-base .container .contact .by-phone + p {
      margin: 20px auto 40px auto;
      padding-left: 25px;
      font-size: 12px;
      color: #000; }
      @media (max-width: 69.99em) {
        .landing .land-template-base .container .contact .by-phone + p {
          margin: 20px auto 20px auto; } }
    .landing .land-template-base .container .contact .by-mail + p {
      margin-top: 20px;
      font-size: 12px;
      color: #000; }
    .landing .land-template-base .container .contact .by-social + p {
      margin-bottom: 20px;
      margin-top: 20px;
      margin-left: 25px; }
    .landing .land-template-base .container .contact .by-phone, .landing .land-template-base .container .contact .by-mail, .landing .land-template-base .container .contact .by-social {
      background-repeat: no-repeat;
      background-size: 13px;
      background-position: left center;
      padding-left: 25px;
      height: 20px;
      line-height: 35px;
      text-transform: uppercase;
      font-size: 16px;
      color: #000;
      font-weight: 800;
      padding-bottom: 15px;
      border-bottom: 1px solid #eaeaea; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .contact .by-phone, .landing .land-template-base .container .contact .by-mail, .landing .land-template-base .container .contact .by-social {
          height: 40px;
          line-height: 40px;
          font-size: 13px; } }
    .landing .land-template-base .container .contact form {
      margin-top: 20px;
      width: 100%; }
      @media (max-width: 52.84714em) {
        .landing .land-template-base .container .contact form {
          font-size: 12px; } }
    .landing .land-template-base .container .contact input, .landing .land-template-base .container .contact select, .landing .land-template-base .container .contact textarea {
      width: 95%;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 2px; }
    .landing .land-template-base .container .contact textarea {
      min-height: 200px; }
    .landing .land-template-base .container .contact label {
      margin-top: 10px; }
    .landing .land-template-base .container .contact .label {
      color: #000;
      text-transform: uppercase;
      font-weight: 600; }
    .landing .land-template-base .container .contact .star-important {
      color: #fc5425;
      font-weight: 800; }
    .landing .land-template-base .container .contact .error-post {
      color: #fff;
      background-color: #ff4101;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 17px;
      font-weight: 300;
      border-radius: 4px;
      width: 100%;
      margin-top: 20px; }
    .landing .land-template-base .container .contact .success-post {
      color: #fff;
      background-color: #29b35f;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 17px;
      font-weight: 300;
      border-radius: 4px;
      width: 100%;
      margin-top: 20px; }
    .landing .land-template-base .container .contact .submit {
      background-color: #202020;
      text-transform: uppercase;
      color: #fff;
      font-weight: 600;
      width: 99%; }

.basket .landing-wrapper-oney-pedago {
  width: 100%;
  overflow-y: none; }
  @media (max-width: 69.99em) {
    .basket .landing-wrapper-oney-pedago {
      width: 97%; } }
  @media (max-width: 52.84714em) {
    .basket .landing-wrapper-oney-pedago {
      height: 500px;
      overflow-y: scroll; } }

.landing-wrapper-oney-pedago {
  border: 1px solid #81bc00;
  margin-top: 20px; }
  .landing-wrapper-oney-pedago .header {
    background-color: #fff;
    background-image: url(/images/oney-api/header-oney-ppp.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left 20px center;
    width: 100%;
    min-height: 100px; }
    @media (max-width: 52.84714em) {
      .landing-wrapper-oney-pedago .header {
        background-size: 85%; } }
  .landing-wrapper-oney-pedago .content {
    background-color: #81bc00;
    color: #fff;
    width: 100%;
    overflow: hidden; }
    .landing-wrapper-oney-pedago .content .wrap-circles {
      width: -webkit-fit-content;
      width: fit-content;
      width: -moz-fit-content;
      margin: 20px auto;
      overflow: hidden;
      display: block; }
      @media (max-width: 52.84714em) {
        .landing-wrapper-oney-pedago .content .wrap-circles {
          display: none; } }
      .landing-wrapper-oney-pedago .content .wrap-circles hr {
        float: left;
        width: 200px;
        background-color: #fff;
        height: 5px;
        margin-top: 23px; }
      .landing-wrapper-oney-pedago .content .wrap-circles .circle {
        background-color: #fff;
        color: #81bc00;
        width: 50px;
        height: 50px;
        font-size: 30px;
        font-weight: 800;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        float: left; }
    .landing-wrapper-oney-pedago .content .wrap-all-squares {
      width: -webkit-fit-content;
      width: fit-content;
      width: -moz-fit-content;
      margin: 40px auto;
      overflow: hidden; }
      .landing-wrapper-oney-pedago .content .wrap-all-squares .square {
        width: 200px;
        border: 2px solid #fff;
        border-radius: 10px;
        color: #fff;
        padding: 10px 10px 25px 10px;
        margin-right: 50px;
        float: left;
        text-align: center;
        margin-left: 0px; }
        .landing-wrapper-oney-pedago .content .wrap-all-squares .square:last-child {
          margin-right: 0px; }
          @media (max-width: 52.84714em) {
            .landing-wrapper-oney-pedago .content .wrap-all-squares .square:last-child {
              margin-bottom: 0px;
              margin-right: auto;
              margin-left: auto; } }
        @media (max-width: 52.84714em) {
          .landing-wrapper-oney-pedago .content .wrap-all-squares .square {
            width: 85%;
            margin: 0 auto;
            float: none;
            margin-bottom: 20px; } }
        .landing-wrapper-oney-pedago .content .wrap-all-squares .square h1 {
          font-size: 22px;
          font-weight: 800;
          text-transform: uppercase;
          line-height: 25px;
          display: block;
          background-color: unset !important;
          margin-top: 0px;
          margin-bottom: 0px; }
        .landing-wrapper-oney-pedago .content .wrap-all-squares .square p {
          font-size: 14px;
          line-height: 17px;
          font-weight: 500; }
    .landing-wrapper-oney-pedago .content p.infos {
      color: #fff;
      line-height: 17px;
      font-size: 13px;
      padding: 0px 30px 30px 30px; }

.containter-404 {
  width: 100%; }
  .containter-404 img {
    width: 100%; }
  .containter-404 .caption {
    position: absolute;
    margin-top: -10%;
    margin-left: 55%;
    display: block;
    z-index: 99;
    text-align: right; }
    @media (max-width: 52.84714em) {
      .containter-404 .caption {
        display: none; } }
    @media (min-width: 91.42857em) {
      .containter-404 .caption {
        margin-left: 55%; } }
    @media (min-width: 91.42857em) {
      .containter-404 .caption {
        margin-left: 58%; } }
    .containter-404 .caption h1 {
      font-weight: 600;
      color: #727272;
      font-size: 24px; }
    .containter-404 .caption p {
      color: #727272;
      font-weight: 600;
      font-size: 14px; }
    .containter-404 .caption a, .containter-404 .caption a:link, .containter-404 .caption a:visited, .containter-404 .caption a:hover, .containter-404 .caption a:active {
      color: #39adff;
      border-radius: 30px;
      text-transform: lowercase;
      font-weight: 400;
      text-decoration: underline; }

.caption-mob {
  z-index: 99;
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 52.84714em) {
    .caption-mob {
      display: block; } }
  .caption-mob h1 {
    font-weight: 600;
    color: #727272;
    font-size: 24px; }
  .caption-mob p {
    color: #727272;
    font-weight: 600;
    font-size: 14px; }
  .caption-mob a, .caption-mob a:link, .caption-mob a:visited, .caption-mob a:hover, .caption-mob a:active {
    color: #39adff;
    padding: 8px;
    border-radius: 30px;
    text-transform: lowercase;
    font-weight: 400;
    margin-top: 16px;
    text-decoration: underline; }

.clearfix {
  clear: both; }
