/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0!important;
  padding: 0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: normal;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: yellow;
  color: black;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.3em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none!important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.txtColor-Noir {
  color: #232323 !important;
}
.txtColor-GrisFilet {
  color: #595959 !important;
}
.txtColor-GrisTypo {
  color: #989898 !important;
}
.txtColor-dark {
  color: #d8d8d8 !important;
}
.txtColor-Gris {
  color: #f2f2f2 !important;
}
.txtColor-Orange {
  color: #f5b027 !important;
}
.txtColor-Jaune {
  color: gold !important;
}
.txtColor-Rouge {
  color: #dd1e35 !important;
}
.txtColor-VertForet {
  color: #6a9d47 !important;
}
.txtColor-Violet {
  color: #733667 !important;
}
.txtColor-Bleu {
  color: #2ac3ee !important;
}
.txtColor-BleuFonce {
  color: #095287 !important;
}
.txtColor-Vert {
  color: #98c0b1 !important;
}
.txtColor-Marron {
  color: #a2611a !important;
}
.txtColor-Turquoise {
  color: #27afbf !important;
}
.txtColor-VertClair {
  color: #827b00 !important;
}
.txtColor-BleuMarine {
  color: #488dc8 !important;
}
.txtColor-Rose {
  color: mediumvioletred !important;
}
.txtColor-VertFonce {
  color: #43b77a !important;
}
.txtColor-Abricot {
  color: #f5977d !important;
}
button:focus {
  outline: 0;
}
.btn {
  border-radius: 5px;
  background: #f5b027;
  color: white;
  line-height: 25px;
  padding: 6px 10px;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn.BasketPopin-guaranteeAddedButton {
  float: right;
  margin-top: 6px;
  background: #6a9d47;
  margin-right: 20px;
}
.btn.BasketPopin-guaranteeAddedButton i {
  margin-right: 5px;
}
.btn.BasketPopin-guaranteeAddedButton:hover {
  background: #6a9d47;
  cursor: default;
}
.btn:active {
  box-shadow: none;
}
.btn:hover {
  background: #ffba33;
  color: white;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
.btn.btn-block {
  display: block;
}
.btn.transparent-btn {
  background: 0;
  border: 1px solid #d8d8d8;
  color: #595959;
}
.btn.transparent-btn:hover {
  background: 0;
}
.btn.transparent2-btn {
  background: 0;
  border: 1px solid #d8d8d8;
  color: #232323;
}
.btn.transparent2-btn:hover {
  border-color: #232323;
  background: 0;
}
.btn.transparent3-btn {
  background: 0;
  border: 1px solid #d8d8d8;
  color: white;
}
.btn.transparent3-btn:hover {
  color: #595959;
  background: 0;
}
.btn.green-btn {
  background: #6a9d47;
  color: white;
}
.btn.green-btn:hover {
  background: #77b04f;
}
.btn.greenSellYours-btn {
  background: #8dc73d;
  color: white;
}
.btn.greenSellYours-btn:hover {
  background: #a0d557;
  color: white;
}
.btn.retreatStore-btn {
  background: #00bc99;
  color: white;
  width: 100%;
}
.btn.retreatStore-btn .icon {
  font-size: 1.6em;
  margin-right: 10px;
}
.btn.retreatStore-btn:hover {
  background: #00a182;
}
.btn.red-btn {
  background: #dd1e35;
  color: white;
}
.btn.red-btn:hover {
  background: #f3213a;
}
.btn.gold2-btn {
  background: #ffd500;
  color: #232323;
}
.btn.gold2-btn:hover {
  background: #ffe221;
}
.btn.dimgrey-btn {
  background: #595959;
  color: white;
}
.btn.dimgrey-btn:hover {
  background: #595959;
}
.btn.blue-btn {
  background: #2ac3ee;
  color: white;
}
.btn.blue-btn:hover {
  background: #19ccff;
}
.btn.black-btn {
  background: #232323;
  color: white;
}
.btn.black-btn:hover {
  background: #232323;
}
.btn.white-btn {
  background: white;
  color: #232323;
}
.btn.white-btn:hover {
  background: white;
}
.btn.btn--ExpressPlus {
  background: #27afbf;
  color: white;
}
.btn.btn--ExpressPlus:hover {
  background: #27afbf;
}
.btn.btn--Amex {
  background: #b19464;
  color: white;
}
.btn.btn--Amex:hover {
  background: #b19464;
}
.btn.icon::before {
  vertical-align: middle;
}
.btn.btn--Block {
  display: block;
  width: 100%;
}
.btn--FnacPlus {
  border: 1px solid #4bc7e1;
  background-color: #4bc7e1;
  color: white;
}
.btn--FnacPlus:hover {
  border: 1px solid #4bc7e1;
  background-color: #4bc7e1;
  color: white;
}
.btn-allBrand {
  width: 200px;
  background: white;
  border-left: 5px solid white;
  padding: 12px 17px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.btn-allBrand:hover {
  border-left: 5px solid #232323;
  background: #f2f2f2;
  color: #232323 !important;
}
.Action-btn {
  border: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  color: white;
  height: 3.2307em;
  line-height: 3.2307em;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  float: right;
  margin-top: 1.5384em;
}
.Action-btn:hover,
.Action-btn:focus {
  text-decoration: none;
}
.Action-btn .icon {
  margin-right: 0.7692em;
}
.Action-btn .icon.bigger {
  font-size: 1.846em;
  margin-right: 0.375em;
}
.Action-btn--Dl {
  background-color: #2ac3ee;
}
.Action-btn--Dl:hover,
.Action-btn--Dl:focus {
  background-color: #19ccff;
  color: white;
}
.Action-btn--Buy {
  background-color: #f5b027;
}
.Action-btn--Buy:hover,
.Action-btn--Buy:focus {
  background-color: #ffba33;
  color: white;
  text-decoration: none;
}
.Action-btn--Adh {
  background-color: #fed600;
  color: #232323;
}
.Action-btn--Adh:hover,
.Action-btn--Adh:focus {
  background-color: #f5b027;
  color: #232323;
  text-decoration: none;
}
.Action-btn--1click {
  border: 1px solid #232323;
  color: #232323;
}
.Action-btn--1click:hover,
.Action-btn--1click:focus {
  background: #232323;
  color: white;
}
.Action-btn--green {
  background-color: #6a9d47;
}
.Action-btn--green:hover,
.Action-btn--green:focus {
  background: #77b04f;
  color: white;
  text-decoration: none;
}
.Action-btn--black {
  background-color: #232323;
}
.Action-btn--black:hover,
.Action-btn--black:focus {
  background: #333333;
  color: white;
  text-decoration: none;
}
.Action-btn--Book {
  background-color: mediumvioletred;
  color: white;
}
.Action-btn--Book:hover,
.Action-btn--Book:focus {
  background: #e02f9f;
  color: white;
}
.Action-btn--Book::before {
  font-size: 24px;
}
.Action-btn--Default {
  border: 1px solid #d8d8d8;
  color: #232323;
}
.Action-btn--Default:hover {
  border: 1px solid #232323;
  color: #232323;
}
.Btn-backTop {
  position: absolute;
  bottom: 290px;
  right: 100px;
  height: 60px;
  text-align: center;
  width: 60px;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 100%;
  line-height: 30px;
  padding-top: 18px;
}
@media (max-width: 1200px) {
  .Btn-backTop {
    right: 30px;
  }
}
.Btn-backTop i {
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -5px;
}
.Btn-backTop:hover {
  text-decoration: none;
  color: black;
  background: white;
}
.Carousel {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.no-touch .Carousel:hover .Carousel-dotListItem {
  display: inline-block;
}
.no-touch .Carousel:hover .Carousel-arrow {
  display: block;
}
.no-touch .Carousel:hover .Carousel-arrow:disabled {
  display: none;
}
.touch .Player--medium .Carousel .Carousel-arrow {
  display: none;
}
.touch .Carousel .Carousel-arrow {
  display: none !important;
}
.touch .Carousel .Carousel-arrow:disabled {
  opacity: 0.2;
}
.Carousel--full {
  overflow: visible;
}
.Carousel-overflowContainer {
  overflow: hidden;
  margin: 0 30px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.Carousel-overflowContainer--noMargin {
  margin: 0;
}
.Carousel-container {
  font-size: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.1s ease-out all, 0.1s ease-in-out -webkit-transform;
  transition: 0.1s ease-out all, 0.1s ease-in-out transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.Carousel-container.Carousel-container--activeTouch {
  transition: 0.3s ease-in-out left;
}
.Carousel-container.Carousel-container--frozen {
  -webkit-transition: none;
  transition: none;
}
.Carousel-item {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 25%;
}
.Carousel-item--Expert {
  background: #f2f2f2;
}
@media (min-width: 1281px) {
  .Carousel-item {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .Carousel-item {
    width: 20%;
  }
}
@media (max-width: 1110px) {
  .Carousel-item {
    width: 33.33333%;
  }
}
@media (max-width: 992px) {
  .Carousel-item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .Carousel-item {
    width: 100%;
  }
}
.Carousel--XLItem .Carousel-item {
  width: 100%;
}
@media (max-width: 1600px) {
  .Carousel--XLItem .Carousel-item {
    width: 100%;
  }
}
@media (max-width: 1281px) {
  .Carousel--XLItem .Carousel-item {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .Carousel--XLItem .Carousel-item {
    width: 100%;
  }
}
.Carousel--LItem .Carousel-item {
  width: 50%;
}
@media (min-width: 1600px) {
  .Carousel--LItem .Carousel-item {
    width: 33.33333%;
  }
}
@media (min-width: 1281px) {
  .Carousel--LItem .Carousel-item {
    width: 33.33333%;
  }
}
@media (max-width: 992px) {
  .Carousel--LItem .Carousel-item {
    width: 100%;
  }
}
.Carousel--MItem .Carousel-item {
  width: 33.33%;
}
@media (max-width: 1600px) {
  .Carousel--MItem .Carousel-item {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .Carousel--MItem .Carousel-item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .Carousel--MItem .Carousel-item {
    width: 100%;
  }
}
.Carousel--SMALLItem .Carousel-item {
  width: 25%;
}
@media (max-width: 1600px) {
  .Carousel--SMALLItem .Carousel-item {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .Carousel--SMALLItem .Carousel-item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .Carousel--SMALLItem .Carousel-item {
    width: 33.33%;
  }
}
@media (max-width: 800px) {
  .Carousel--SMALLItem .Carousel-item {
    width: 50%;
  }
}
.Carousel--XSItem .Carousel-item {
  width: 16.66%;
}
@media (max-width: 1600px) {
  .Carousel--XSItem .Carousel-item {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .Carousel--XSItem .Carousel-item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .Carousel--XSItem .Carousel-item {
    width: 33.33%;
  }
}
.Carousel--TripleItem .Carousel-item {
  width: 33.33%;
}
.Carousel--DualItem .Carousel-item {
  width: 50%;
}
.Carousel-item img {
  max-width: 100%;
}
.Carousel-arrow {
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 5;
  border-radius: 3px;
  width: 30px;
  height: 42px;
  color: white;
  background: rgba(35, 35, 35, 0.8);
  border: 0;
  margin-top: -20px;
  display: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.Carousel-arrow i {
  display: inline-block;
  width: 8px;
  margin-left: -2px;
}
.Carousel-arrow:hover {
  background: rgba(35, 35, 35, 0.95);
}
.Carousel-arrow--left {
  left: 20px;
}
.Carousel-arrow--right {
  right: 20px;
}
.Carousel-arrow--leftFull {
  left: 10px;
}
.Carousel-arrow--rightFull {
  right: 10px;
}
.Carousel-dotList {
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 50%;
  margin-left: -25%;
}
@media (max-width: 1200px) {
  .Carousel-dotList {
    display: none;
  }
}
.Carousel-dotListItem {
  overflow: hidden;
  text-align: center;
  opacity: .6;
  display: none;
}
.Carousel-dotListItem button {
  display: inline-block;
  margin: 10px 5px;
  width: 8px;
  height: 8px;
  padding: 0;
  background: #232323;
  border-radius: 50%;
  border: 0;
  text-indent: -9999px;
}
.Carousel-dotListItem.js-Carousel-dotListItem--active button {
  background: white;
}
.Carousel--hoverOff .Carousel-dotListItem {
  display: inline-block;
}
.Carousel--hoverOff .Carousel-arrow {
  display: block;
}
.Carousel--hoverOff .Carousel-arrow:disabled {
  display: none !important;
}
.Carousel--outsideNav .productStrateTop {
  padding: 3em 220px 3em 30px !important;
}
@media (max-width: 992px) {
  .Carousel--outsideNav .productStrateTop {
    padding: 3em 30px 3em 30px !important;
  }
}
.Carousel--outsideNav .Strate-top {
  padding-right: 220px;
}
@media (max-width: 1280px) {
  .Carousel--outsideNav .Strate-top {
    padding-right: 30px;
  }
}
.Carousel--outsideNav .Carousel-arrow {
  top: -51px;
  display: block !important;
}
.Carousel--outsideNav .Carousel-arrow:disabled {
  opacity: 0.2;
}
.Carousel--outsideNav .Carousel-arrow--left {
  left: auto;
  right: 180px;
}
.Carousel--outsideNav .Carousel-arrow--right {
  right: 140px;
}
.Carousel--outsideNav .Carousel-arrow--leftFull {
  left: auto;
  right: 180px;
}
.Carousel--outsideNav .Carousel-arrow--rightFull {
  right: 140px;
}
.Carousel--outsideNav.strateHistory .seeAll-bt {
  display: block;
}
.Carousel--outsideNav.strateHistory .Carousel-arrow--left {
  left: auto;
  right: 355px;
}
.Carousel--outsideNav.strateHistory .Carousel-arrow--right {
  right: 315px;
}
.Carousel--outsideNav.strateHistory .Carousel-arrow--leftFull {
  left: auto;
  right: 355px;
}
.Carousel--outsideNav.strateHistory .Carousel-arrow--rightFull {
  right: 315px;
}
.Carousel--outsideNav.strateHistory .Strate-top {
  padding-right: 400px;
}
@media (max-width: 768px) {
  .Carousel--outsideNav.strateHistory .Strate-top {
    padding-right: 30px;
  }
}
.Carousel--outsideNav.list .Carousel-arrow {
  top: -54px;
}
@media (max-width: 1280px) {
  .Carousel--outsideNav.list .Strate-top .seeAll-group {
    position: absolute;
    right: 30px;
    top: 2.4em;
  }
  .Carousel--outsideNav.list .Carousel-arrow {
    top: -92px;
  }
}
.Carousel--outsideNav.tabbed .Strate-top .seeAll-group {
  position: absolute;
  right: 30px;
  top: 2.4em;
}
.Carousel--outsideNav.tabbed .Carousel-arrow {
  top: -82px;
}
.Carousel--outsideNav.needHelp .Carousel-arrow--left,
.Carousel--outsideNav.suggestion--product .Carousel-arrow--left,
.Carousel--outsideNav.product-list--noShow .Carousel-arrow--left,
.Carousel--outsideNav.Carousel-noShowButton .Carousel-arrow--left {
  left: auto;
  right: 60px;
}
.Carousel--outsideNav.needHelp .Carousel-arrow--right,
.Carousel--outsideNav.suggestion--product .Carousel-arrow--right,
.Carousel--outsideNav.product-list--noShow .Carousel-arrow--right,
.Carousel--outsideNav.Carousel-noShowButton .Carousel-arrow--right {
  right: 20px;
}
.Carousel--outsideNav.needHelp .Carousel-arrow--leftFull,
.Carousel--outsideNav.suggestion--product .Carousel-arrow--leftFull,
.Carousel--outsideNav.product-list--noShow .Carousel-arrow--leftFull,
.Carousel--outsideNav.Carousel-noShowButton .Carousel-arrow--leftFull {
  left: auto;
  right: 60px;
}
.Carousel--outsideNav.needHelp .Carousel-arrow--rightFull,
.Carousel--outsideNav.suggestion--product .Carousel-arrow--rightFull,
.Carousel--outsideNav.product-list--noShow .Carousel-arrow--rightFull,
.Carousel--outsideNav.Carousel-noShowButton .Carousel-arrow--rightFull {
  right: 20px;
}
.js-Carousel-disableArrow .Carousel-arrow {
  display: none !important;
}
.ProductStickyContainer .strate:not(.strateTestExpert) .Carousel-arrow--left,
.ProductStickyContainer .strate:not(.tabbed) .Carousel-arrow--left {
  left: auto;
  right: 70px;
}
.ProductStickyContainer .strate:not(.strateTestExpert) .Carousel-arrow--right,
.ProductStickyContainer .strate:not(.tabbed) .Carousel-arrow--right {
  right: 30px;
}
.ProductStickyContainer .strate:not(.strateTestExpert) .Carousel-arrow--leftFull,
.ProductStickyContainer .strate:not(.tabbed) .Carousel-arrow--leftFull {
  left: auto;
  right: 70px;
}
.ProductStickyContainer .strate:not(.strateTestExpert) .Carousel-arrow--rightFull,
.ProductStickyContainer .strate:not(.tabbed) .Carousel-arrow--rightFull {
  right: 30px;
}
.ProductStickyContainer .strate.derivedProducts .Carousel-arrow--right {
  right: 140px;
}
.ProductStickyContainer .strate.derivedProducts .Carousel-arrow--left {
  right: 180px;
}
.isHidden {
  display: none !important;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 500px) {
  html[lang*=-BE] .non-legacy .Header .js-CartCount,
  html[lang*=-BE] .non-legacy .Header .HeaderTabHelp {
    display: none;
  }
  html[lang*=-BE] .non-legacy .Header .tab-header > .tab-top {
    width: 25%;
  }
  html[lang*=-BE] .non-legacy .Header .lang::before {
    margin: 10px 0 0 10px;
  }
  .non-legacy .Header {
    height: 114px;
  }
  .non-legacy .Header .logo,
  .non-legacy .Header .navigation-wrapper,
  .non-legacy .Header .Header-searchToggle {
    height: 50px;
  }
  .non-legacy .Header .fnac-logo {
    margin-top: -3px;
    width: 100px;
    background-size: 100%;
    height: 50px;
  }
  .non-legacy .Header .fnac-logoBaseline {
    display: none;
  }
  .non-legacy .Header .tab-header > .tab-top {
    width: 33.3%;
    border-right: 1px solid #d8d8d8;
  }
  .non-legacy .Header .tab-header > .tab-top:last-child {
    border-right: 0;
  }
  .non-legacy .Header .tab-header > .tab-top > a {
    padding: 0 1em 0 0;
    height: 50px;
  }
  .non-legacy .Header .Header-searchToggle {
    display: none;
  }
  .non-legacy .Header .js-HeaderTabHelp {
    display: none;
  }
  .non-legacy .Header .about::before {
    background: none!important;
    content: "\f178";
    font-family: icons!important;
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .non-legacy .Header .account::before {
    background: none!important;
    content: "\f13e";
    font-family: icons!important;
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .non-legacy .Header .cart::before {
    background: none!important;
    content: "\f131";
    font-family: icons!important;
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .non-legacy .Menu-sub-open .Shutter {
    display: none;
  }
  .non-legacy .Header-search {
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
    background: white;
    height: 64px;
  }
  .non-legacy .Header-search .text {
    padding-left: 20px;
    height: 50px;
  }
  .non-legacy .Header-search fieldset {
    border: 7px solid #d8d8d8;
    height: 64px;
  }
  .non-legacy .Header-search fieldset:hover {
    border: 7px solid #989898 !important;
  }
  .non-legacy .Header-search .boxSelect {
    display: none;
  }
  .non-legacy .Header-search .HeaderSearch-close {
    height: 54px;
    display: none;
  }
  .non-legacy .Header-search.active .formBox {
    padding-right: 0;
  }
  .non-legacy .Header-search.active .HeaderSearch-close {
    display: none;
  }
  .non-legacy .Main-marketingHeader {
    display: none;
  }
  .non-legacy .SlideNav-toggler {
    position: fixed;
    text-indent: -9999em;
    top: 5px;
    z-index: 1301;
    background: transparent;
    border: 0;
    left: -5px;
  }
  .non-legacy .CategoryNav-panel {
    display: none;
  }
  .non-legacy .Footer-infoBloc div:nth-child(2) {
    margin-left: 4.166666667%;
    width: 45.83333333%;
  }
  .non-legacy .Footer-infoBloc div:nth-child(3) {
    margin-left: 4.16666667%;
    width: 45.83333333%;
  }
  .non-legacy .Footer-infoBloc a {
    color: #cdcfd0 !important;
  }
  .Main #footer .Footer-bottomItem:last-child,
  .Main #footer .Footer-bottomList-awards,
  .Main #footer .Country-block,
  .Main #footer .Footer-bottomList-more,
  .Main #footer .footer-reinsurance,
  .Main #footer .Footer-top,
  .Main #footer .Footer-bottom {
    display: none;
  }
  .Main #footer .Footer-infoBloc div:nth-child(1),
  .Main #footer .Footer-infoBloc div:nth-child(4) {
    display: none;
  }
  .Main #footer .Footer-linkBottom {
    background: #111111;
  }
  .Main #footer .Footer-linkBottom .Btn-backTop {
    display: none;
  }
}
.PubliStrate {
  padding-top: 66px;
  padding-bottom: 100px;
}
.PubliStrate-container {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .PubliStrate-container {
    margin: 0 14px;
  }
}
.PubliStrate-container--bigger {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .PubliStrate-container--bigger {
    max-width: 768px;
  }
}
.PubliStrate-container--900 {
  max-width: 900px;
  margin: 0 auto;
}
.PubliStrate-container--custom {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .PubliStrate-container--custom {
    max-width: 900px;
    margin: 0 1.6%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .PubliStrate-container--custom {
    max-width: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .PubliStrate-container--custom {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .PubliStrate-container--custom {
    max-width: 1200px;
  }
}
.PubliStrate-container--blanc {
  background-color: white;
  padding: 50px;
}
.PubliSticky {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.PubliSticky--below {
  position: static;
}
.PubliSticky--fixed {
  position: fixed;
  z-index: 1020;
  top: 74px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 768px) {
  .PubliSticky--fixed {
    top: 52px;
  }
}
.PubliSticky--fixedMore {
  position: fixed;
  z-index: 1020;
  top: 134px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.PubliSticky-item {
  left: 0;
}
.PubliSticky-item--switched {
  position: absolute;
  left: -99999px;
  top: 0;
  width: inherit;
}
.PubliSticky-item--switched.isSwitchVisible {
  position: static;
}
.PubliNav {
  background-color: white;
  margin: 0;
  height: 43px;
}
@media (max-width: 768px) {
  .PubliNav {
    height: 86px;
  }
}
.PubliNav-list {
  list-style: none;
  padding: 0;
  text-align: center;
  height: 43px;
}
@media (max-width: 768px) {
  .PubliNav-list {
    height: 86px;
    background: white;
    border-bottom: 1px solid #dfdfdf;
  }
}
.PubliNav-item {
  display: inline-block;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .PubliNav-item {
    padding: 0 9px;
  }
}
@media (min-width: 720px) and (max-width: 838px) {
  .PubliNav-item {
    padding: 0 20px;
  }
}
@media (min-width: 839px) and (max-width: 1000px) {
  .PubliNav-item {
    padding: 0 40px;
  }
}
.PubliNav-link {
  text-transform: uppercase;
  font-size: 13px;
  color: #232323;
  height: 3.3em;
  font-weight: 400;
  padding-top: 1em;
  position: relative;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.PubliNav-link:active,
.PubliNav-link:focus {
  color: #232323;
  outline: 0;
}
.PubliNav-link:hover,
.PubliNav-link.isActive {
  color: #232323;
  border-bottom: 4px solid #232323;
  text-decoration: none;
}
@media (max-width: 768px) {
  .PubliNav-link {
    font-size: 12px;
  }
}
.PubliComments-item {
  position: relative;
  background: white;
  padding: 3%;
  margin-bottom: 1px;
  border-width: 0 1px 0 0;
  border-style: solid;
  float: left;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
.PubliComments-item--noStars {
  padding: 3% 0;
}
.PubliComments-item--noStars .PubliComments {
  padding: 0 4em;
}
.PubliComments-item--noStars .PubliComments-item {
  padding: 0 4em;
}
.PubliComments-item--noStars .PubliComments-itemTitle {
  line-height: 1.4;
  font-size: 1.3em;
  padding: 0;
}
.PubliComments-item--noStars .PubliComments-itemSubtitle {
  line-height: 1.45;
  font-size: 1.3em;
  padding: 0;
}
.PubliComments-item--noStars .PubliComments-itemQuote {
  padding: 4em 1em;
}
.PubliComments-item--noStars .PubliComments-itemQuote--center {
  padding: 0 1em;
}
.PubliComments-itemPicto {
  height: 77px;
}
.PubliComments-itemTitle {
  font-size: 1.65em;
  font-weight: 700;
}
.PubliComments-itemSubtitle {
  font-size: 1.15em;
}
.PubliComments-itemSubtitle.stars {
  display: inline-block;
  background-image: url('https://www4-fr.fnac-static.com/Nav/Images/Sprites/rating.png');
  background-repeat: no-repeat;
  background-size: 67px auto;
  font-size: 0;
  overflow: hidden;
  width: 67px;
  height: 15px;
  margin: 0 5px 8px 0;
  vertical-align: top;
}
.PubliComments-itemSubtitle.stars.S5 {
  background-position: 0 100%;
}
.PubliComments-itemSubtitle.stars.S45 {
  background-position: 0 90%;
}
.PubliComments-itemSubtitle.stars.S4 {
  background-position: 0 80%;
}
.PubliComments-itemQuote {
  color: black;
  font-size: 1.15em;
  height: 14em;
  margin-top: 2em;
  padding: 4em 0;
  position: relative;
  white-space: initial;
  text-align: left;
}
.PubliComments-itemQuote--center {
  height: 195px;
  line-height: 195px;
  text-align: center;
  padding: 0;
}
.PubliComments-itemQuote--center p {
  line-height: 1.5;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .PubliComments-itemQuote {
    font-size: 1.3em;
  }
}
@media (max-width: 768px) {
  .PubliComments-itemQuote {
    height: 17em;
    font-size: 13px;
    margin-top: 1.5em;
    padding: 3.2em 0 6em 0;
  }
}
@media (max-width: 992px) {
  .PubliComments-item {
    width: 50%;
  }
}
.PubliVisualsThumbnails-list {
  list-style: none;
  padding: 0;
}
.PubliVisuals-item {
  display: inline-block;
  list-style: none;
  margin-left: .5em;
  margin-right: .5em;
  margin-bottom: 1em;
  opacity: .4;
  filter: alpha(opacity=40);
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
.PubliVisuals-item--active {
  opacity: 1;
  filter: alpha(opacity=100);
  border-bottom: 4px solid white;
}
.PubliVisuals-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  border-radius: 3px;
  width: 30px;
  height: 40px;
  color: white;
  background: rgba(35, 35, 35, 0.8);
  border: 0;
  margin-top: -20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.PubliVisuals-arrow--left {
  left: -50px;
}
.PubliVisuals-arrow--right {
  right: -50px;
}
.publiExpert {
  font-size: 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.publiExpert-col {
  display: table-cell;
  background-color: #232323;
  border-left: 1em solid white;
  border-right: 1em solid white;
  position: relative;
  padding-bottom: 2.3em;
}
.publiExpert-col:first-child {
  border-left-width: 0 !important;
}
.publiExpert-col:last-child {
  border-right-width: 0 !important;
}
.publiExpert-content {
  font-size: 12px;
}
.publiExpert-visu {
  max-height: 200px;
  overflow: hidden;
}
.publiExpert-visu img {
  width: 100%;
  display: block;
}
.publiExpert-blocTxt {
  padding: 1.5em 1.8em 0 1.8em;
}
.publiExpert-categorie {
  text-align: left;
  color: #f5b027;
  display: block;
  margin: 0 0 0.5em 0;
}
.publiExpert-title {
  text-align: left;
  font-size: 1.6em;
  margin: 0 0 0.5em 0;
}
.publiExpert-title-link {
  display: block;
}
.publiExpert-title-link,
.publiExpert-title-link:hover,
.publiExpert-title-link:active {
  color: white;
  text-decoration: none;
}
.publiExpert-title-link::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}
.publiExpert-descriptif {
  text-align: left;
  color: #d8d8d8;
  display: block;
  margin: 0;
}
.publiExpert-lireLasuite {
  position: absolute;
  bottom: 1.6em;
  right: 1.8em;
  line-height: 1em;
  display: block;
  text-align: right;
  color: #f5b027;
  text-decoration: none;
}
.publiExpert-lireLasuite:hover,
.publiExpert-lireLasuite:active,
.publiExpert-lireLasuite:focus {
  color: #f5b027;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .publiExpert-col {
    border-left-width: .4em;
    border-right-width: 0.4em;
  }
}
@media (max-width: 650px) {
  .publiExpert {
    display: block;
    margin-top: 0;
  }
  .publiExpert-col {
    display: block;
    margin-bottom: 1em;
    border-width: 0;
  }
}
.FAQmodule {
  font-size: 20px;
}
.FAQmodule .PubliAccordion::before,
.FAQmodule .PubliAccordion::after {
  content: " ";
  display: table;
}
.FAQmodule .PubliAccordion::after {
  clear: both;
}
.FAQmodule-list {
  width: 50%;
  float: left;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .FAQmodule-list {
    width: 100%;
  }
}
.FAQmodule-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 50px;
  margin: 0;
}
@media (min-width: 701px) and (max-width: 912px) {
  .FAQmodule-item {
    padding: 40px;
  }
}
@media (max-width: 700px) {
  .FAQmodule-item {
    padding: 28px;
  }
}
.FAQmodule-item > span {
  display: block;
}
.FAQmodule-question {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.15;
}
.FAQmodule-answer {
  max-height: 1.4em;
  font-size: .7em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .FAQmodule-answer {
    font-size: 0.9em;
  }
}
.FAQmodule-answer.PubliAccordion-target--off {
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.FAQmodule-answer.PubliAccordion-target--off::before {
  content: "";
  display: block;
  border-bottom: 4px solid #232323;
  height: 1px;
  width: 80px;
  margin: 1.1em 0;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.FAQmodule-answer.PubliAccordion-target--on {
  max-height: 400px;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.FAQmodule-answer.PubliAccordion-target--on::before {
  content: "";
  display: block;
  border-bottom: 4px solid transparent;
  height: 1px;
  width: 80px;
  margin: 1.1em 0;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
.FAQmodule-answerButton {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  z-index: 1000;
}
.FAQmodule-answerButton::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: black;
  font-weight: 100;
}
.FAQmodule-answerButton.PubliAccordion-trigger--off::after {
  content: "+";
  font-size: 30px;
}
.FAQmodule-answerButton.PubliAccordion-trigger--on::after {
  content: "-";
  font-size: 40px;
}
.FAQmodule-link {
  position: relative;
  z-index: 1001;
}
.zoneLink {
  position: relative;
}
.zoneLink a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}
.imgFluid {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .FlashMessage {
    display: none;
  }
}
.row::before,
.row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.ventes-ttl {
  margin: 0;
}
.ventes-ttl img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ventes-list {
  list-style-type: none;
  padding: 0;
  border: 1px solid #d9d8d8;
  border-width: 1px 0 0 1px;
}
.ventes-list::before,
.ventes-list::after {
  content: " ";
  display: table;
}
.ventes-list::after {
  clear: both;
}
.ventes-list-item {
  float: left;
  width: 50%;
  border: 1px solid #d9d8d8;
  border-width: 0 1px 1px 0;
  margin: 0;
}
.ventes-list-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ventes-list-item-lk {
  display: block;
}
.ventes-list-item-lk strong {
  display: block;
  border-top: 1px solid #d9d8d8;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 200%;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ventes-sst {
  font-size: 1.6rem;
  font-weight: 500;
  color: #de1e37;
  margin: 30px 5px 15px 5px;
  text-align: center;
  text-transform: uppercase;
}
.ventes-sst23 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #232323;
  margin: 30px 5px 15px 5px;
  text-align: center;
  text-transform: uppercase;
}
