@charset "UTF-8";
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;
  border: 0;
/*  font-size: 100%;*/
/*  font: inherit;*/
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* Font face */
@font-face {
  font-family: 'WebSymbolsRegular';
/*  src: url('../fonts/websymbols-regular-webfont.eot');*/
/*  src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/websymbols-regular-webfont.woff') format("woff"), url('../fonts/websymbols-regular-webfont.ttf') format("truetype"), url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format("svg");*/
  font-weight: normal;
  font-style: normal; }

/* Communs */
html, body {
  height: 100%; }

body {
  font: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

img {
  max-width: 100%; }


.stack {
    display: inline-block;
    height: 354px;
    margin: 0 33px 33px 0;
    position: relative;
    width: 354px;
    z-index: 0;}
   .stack.last {
    margin-right: 0;
}

.list_product .stack {
    margin: 18px 50px 50px 18px;
}
.list_product .stack.last {
    margin-right:0px;
}
.lastmont {
   bottom: 0;
    color: #333;
    font-weight: bold;
    height: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 10000;
}
  .stack:before {
    content: attr(data-count);
    display: block;
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
    padding: 0 4px 0 32px;
    color: #FFF;
    pointer-events: none;
    opacity: .7; }
  .stack:after {
    content: "I";
    display: block;
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 14px;
    z-index: 10;
    padding: 0;
    color: #FFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    pointer-events: none;
    opacity: .6; }
  .stack li {
    position: absolute;
    top: 8px;
    left: 8px;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 160ms ease-in;
    -webkit-transition: all 160ms ease-in;
    -o-transition: all 160ms ease-in;
    transition: all 160ms ease-in; }
    .stack li:first-child {
      z-index: 2; }
  .stack li:nth-child(2) {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  .stack li:nth-child(3) {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  .stack img {
    display: block;
    border: 4px solid white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
    -moz-transition: opacity 160ms ease;
    -webkit-transition: opacity 160ms ease;
    -o-transition: opacity 160ms ease;
    transition: opacity 160ms ease; }
  .stack:hover li:nth-child(2) {
    -moz-transform: rotate(7deg) translate(-6px, -3px);
    -webkit-transform: rotate(7deg) translate(-6px, -3px);
    -o-transform: rotate(7deg) translate(-6px, -3px);
    -ms-transform: rotate(7deg) translate(-6px, -3px);
    transform: rotate(7deg) translate(-6px, -3px); }
  .stack:hover li:nth-child(3) {
    -moz-transform: rotate(-5deg) translate(10px, 10px);
    -webkit-transform: rotate(-5deg) translate(10px, 10px);
    -o-transform: rotate(-5deg) translate(10px, 10px);
    -ms-transform: rotate(-5deg) translate(10px, 10px);
    transform: rotate(-5deg) translate(10px, 10px); }
  .stack:hover li:nth-child(4) {
    -moz-transform: rotate(-4deg) translate(-16px, -2px);
    -webkit-transform: rotate(-4deg) translate(-16px, -2px);
    -o-transform: rotate(-4deg) translate(-16px, -2px);
    -ms-transform: rotate(-4deg) translate(-16px, -2px);
    transform: rotate(-4deg) translate(-16px, -2px); }

.stack:last-of-type {
  margin-right: 0; }

/* Tab */
.tabbar {
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  padding: 0 40px;
  color: white;
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
  -o-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(100%, #111111));
  background-image: -webkit-linear-gradient(#222222, #111111);
  background-image: -moz-linear-gradient(#222222, #111111);
  background-image: -o-linear-gradient(#222222, #111111);
  background-image: -ms-linear-gradient(#222222, #111111);
  background-image: linear-gradient(#222222, #111111); }
  .tabbar p {
    float: left;
    margin-right: 10px; }

/* Glisse: Overlay */
#glisse-overlay {
  }

#glisse-close {
  height: 40px;
  width: 20px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -10px; }
  #glisse-close:after {
    height: 40px;
    width: 20px;
    display: block;
    color: #FFF;
    content: "X";
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
    font-size: 20px;
    color: #DFDFDF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 0.8px #000;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(100%, white), to(#dfdfdf)); }

#glisse-controls {
     background-image: linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
    border-top: 1px solid #2d2f35;
    bottom: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 80px;
    left: 0;
    position: fixed;
    right: 0;
    text-shadow: 0 -1px 0 #333333; }

/* Prev/Next button */
.glisse-next a, .glisse-prev a {
     color: white;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    height: 80px;
    left: 0;
    line-height: 80px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 black;
    width: 39px;
}

.glisse-next a {
    border-left: 1px solid #2d2f35;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15) inset;
    left: auto;
    right: 0;
}
.glisse-prev a {
    border-right: 1px solid #2d2f35;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.15) inset;
}

.glisse-legend {
    bottom: 0;
    left: 40px;
    line-height: 19px;
    overflow: hidden;
    position: absolute;
    right: 40px;
    text-align: center;
    text-overflow: ellipsis;
    top: 0;
/*    white-space: nowrap;*/
}

@media screen and (max-width: 640px) {
  .stack {
    margin: 0 auto 30px;
    display: block; }

  .stack:last-of-type {
    margin-right: auto; } }
