/*Couleur */
/* =================== *
 * Colors
 * =================== */
/* =================== *
 * HELPERS
 * =================== */
.clear, .clearboth, .clearafter:after, .clearfix {
  clear: both;
  display: block;
  line-height: 0;
}

.only-fr {
  display: none !important;
}

.here-fr .only-fr {
  display: initial !important;
}
.here-fr .no-fr {
  display: none !important;
}

.only-de {
  display: none !important;
}

.here-de .only-de {
  display: initial !important;
}
.here-de .no-de {
  display: none !important;
}

.only-nl {
  display: none !important;
}

.here-nl .only-nl {
  display: initial !important;
}
.here-nl .no-nl {
  display: none !important;
}

.only-it {
  display: none !important;
}

.here-it .only-it {
  display: initial !important;
}
.here-it .no-it {
  display: none !important;
}

.only-es {
  display: none !important;
}

.here-es .only-es {
  display: initial !important;
}
.here-es .no-es {
  display: none !important;
}

.only-en {
  display: none !important;
}

.here-en .only-en {
  display: initial !important;
}
.here-en .no-en {
  display: none !important;
}

.only-FR {
  display: none !important;
}

.here-FR .only-FR {
  display: initial !important;
}
.here-FR .no-FR {
  display: none !important;
}

.only-DE {
  display: none !important;
}

.here-DE .only-DE {
  display: initial !important;
}
.here-DE .no-DE {
  display: none !important;
}

.only-ES {
  display: none !important;
}

.here-ES .only-ES {
  display: initial !important;
}
.here-ES .no-ES {
  display: none !important;
}

.only-IT {
  display: none !important;
}

.here-IT .only-IT {
  display: initial !important;
}
.here-IT .no-IT {
  display: none !important;
}

.only-CH {
  display: none !important;
}

.here-CH .only-CH {
  display: initial !important;
}
.here-CH .no-CH {
  display: none !important;
}

.only-AT {
  display: none !important;
}

.here-AT .only-AT {
  display: initial !important;
}
.here-AT .no-AT {
  display: none !important;
}

.only-PT {
  display: none !important;
}

.here-PT .only-PT {
  display: initial !important;
}
.here-PT .no-PT {
  display: none !important;
}

.only-UK {
  display: none !important;
}

.here-UK .only-UK {
  display: initial !important;
}
.here-UK .no-UK {
  display: none !important;
}

.only-BE {
  display: none !important;
}

.here-BE .only-BE {
  display: initial !important;
}
.here-BE .no-BE {
  display: none !important;
}

.only-LU {
  display: none !important;
}

.here-LU .only-LU {
  display: initial !important;
}
.here-LU .no-LU {
  display: none !important;
}

.only-NL {
  display: none !important;
}

.here-NL .only-NL {
  display: initial !important;
}
.here-NL .no-NL {
  display: none !important;
}

/* =================== *
 * Metrics
 * =================== */
/* =================== *
 * Paths
 * =================== */
/* =================== *
 * Breakpoints
 * =================== */
/* =================== *
 * Responsive helpers
 * =================== */
.istactile .touch-hidden {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }

  .tablet-visible {
    display: none !important;
  }

  .desktop-visible {
    display: none !important;
  }
}
.ismobile .mobile-hidden {
  display: none !important;
}

.ismobile .tablet-visible {
  display: none !important;
}

.ismobile .desktop-visible {
  display: none !important;
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }

  .tablet-hidden {
    display: none !important;
  }

  .desktop-visible {
    display: none !important;
  }

  input[type=submit], input[type=button] {
    -webkit-appearance: none;
    /*Safari/Chrome*/
    -moz-appearance: none;
    /*Firefox*/
    -ms-appearance: none;
    /*IE*/
    -o-appearance: none;
    /*Opera*/
    appearance: none;
  }
}
.istablet .mobile-visible {
  display: none !important;
}

.istablet .tablet-hidden {
  display: none !important;
}

.istablet .desktop-visible {
  display: none !important;
}

@media only screen and (min-width: 980px) {
  .mobile-visible {
    display: none !important;
  }

  .tablet-visible {
    display: none !important;
  }

  .desktop-hidden {
    display: none !important;
  }
}
.isdesktop .mobile-visible {
  display: none !important;
}

.isdesktop .tablet-visible {
  display: none !important;
}

.isdesktop .desktop-hidden {
  display: none !important;
}

.btnRed, a#popup-ajouter-commander, .btnPurple, a#popup-ajouter-continuer, .btnGrey, .btn-action, .btn-second {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14.13px;
  font-weight: 600;
  line-height: 14.13px;
  padding: 10px 15px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btnRed:hover, a#popup-ajouter-commander:hover, .btnRed:active, a#popup-ajouter-commander:active, .btnRed:focus, a#popup-ajouter-commander:focus, .btnPurple:hover, a#popup-ajouter-continuer:hover, .btnPurple:active, a#popup-ajouter-continuer:active, .btnPurple:focus, a#popup-ajouter-continuer:focus, .btnGrey:hover, .btnGrey:active, .btnGrey:focus, .btn-action:hover, .btn-action:active, .btn-action:focus, .btn-second:hover, .btn-second:active, .btn-second:focus {
  color: #fff;
  text-decoration: none;
}

input.btnRed, input.btnPurple, input.btnGrey, input.btn-action, input.btn-second, button.btnRed, button.btnPurple, button.btnGrey, button.btn-action, button.btn-second {
  font-size: 14px;
  height: 34px;
  line-height: 14px;
  padding: 2px 15px 0;
}
input.btnRed.mediumbtn, input.btnPurple.mediumbtn, input.btnGrey.mediumbtn, input.btn-action.mediumbtn, input.btn-second.mediumbtn, button.btnRed.mediumbtn, button.btnPurple.mediumbtn, button.btnGrey.mediumbtn, button.btn-action.mediumbtn, button.btn-second.mediumbtn {
  height: 28px;
  font-size: 12px;
  padding: 5px 10px 4px;
}
input.btnRed.tinybtn, input.btnPurple.tinybtn, input.btnGrey.tinybtn, input.btn-action.tinybtn, input.btn-second.tinybtn, button.btnRed.tinybtn, button.btnPurple.tinybtn, button.btnGrey.tinybtn, button.btn-action.tinybtn, button.btn-second.tinybtn {
  height: 23px;
  font-size: 11px;
  line-height: normal;
  padding: 4px 5px 3px;
}

.tinybtn {
  font-size: 11px;
  line-height: normal;
  padding: 4px 5px 3px;
}

.mediumbtn, a#popup-ajouter-continuer, a#popup-ajouter-commander {
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 9px 10px 7px;
}

.btndown, .btnDown {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default !important;
}

.btnRed, a#popup-ajouter-commander, .btn-action {
  background-color: #3C3C3B;
}

.btnGrey, .btn-second {
  background-color: #5F5D5B;
}

.btnPurple, a#popup-ajouter-continuer {
  background-color: #a9a5a2;
}

.icon-plusminus {
  background: url(/common/images/plusminus_brown.png) no-repeat 0 0;
  padding: 4px 10px 16px;
  vertical-align: baseline;
}
.icon-plusminus.minus {
  background-position: right -30px;
}

/* =================== *
* Other stuff
* =================== */
.clearboth, .clearafter:after {
  clear: both;
  display: block;
  line-height: 0;
}

.clearafter:after {
  content: " ";
}

.hidden {
  display: none;
}

.cf:after {
  content: none;
  content: '';
  clear: both;
  display: block;
  height: 0;
  width: 0;
}

.sticker {
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 0.8125em;
  padding: 0 4px 1px;
}
.sticker.out {
  background: #d7544d;
  padding-left: 10px;
  padding-right: 10px;
}
.sticker.morethan {
  background: #ff6c00;
}
.sticker.stock, .sticker.availability {
  background: #6fb03a !important;
}
.sticker.weeks, .sticker.available-soon, .sticker.available-weeks {
  color: #383838;
  font-size: 0.6875em;
  padding: 2px 0;
}
.sticker.not-available {
  color: #383838;
  font-size: 0.6875em;
  padding: 2px 0;
}

.astable {
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.astable > * {
  -moz-box-sizing: border-box;
  -webkit-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}

@media only screen and (max-width: 400px) {
  .astable.mobile-action {
    display: block;
  }
  .astable.mobile-action > * {
    clear: both;
    display: block;
    float: none;
    width: auto;
  }
}
.rating {
  background: url(/images/stars_sprite.png) no-repeat 1000em;
  display: inline-block;
  height: 20px;
  text-align: left;
  text-indent: -1000em;
  width: 101px;
}
.rating.rate0 {
  background-position: -101px -21px;
}
.rating.rate05 {
  background-position: -81px 0;
}
.rating.rate1 {
  background-position: -81px -21px;
}
.rating.rate15 {
  background-position: -61px 0;
}
.rating.rate2 {
  background-position: -61px -21px;
}
.rating.rate25 {
  background-position: -41px 0;
}
.rating.rate3 {
  background-position: -41px -21px;
}
.rating.rate35 {
  background-position: -21px 0;
}
.rating.rate4 {
  background-position: -21px -21px;
}
.rating.rate45 {
  background-position: -1px 0;
}
.rating.rate5 {
  background-position: -1px -21px;
}

.minirating {
  background: url(/images/stars_sprite.png) no-repeat 1000em;
  display: inline-block;
  height: 20px;
  margin-left: 2px;
  overflow: hidden;
  text-align: left;
  text-indent: -1000em;
  width: 77px;
}
.minirating.rate0 {
  background-position: -269px -2px;
}
.minirating.rate05 {
  background-position: -269px -22px;
}
.minirating.rate1 {
  background-position: -254px -2px;
}
.minirating.rate15 {
  background-position: -254px -22px;
}
.minirating.rate2 {
  background-position: -238px -2px;
}
.minirating.rate25 {
  background-position: -238px -22px;
}
.minirating.rate3 {
  background-position: -223px -2px;
}
.minirating.rate35 {
  background-position: -223px -22px;
}
.minirating.rate4 {
  background-position: -207px -2px;
}
.minirating.rate45 {
  background-position: -207px -22px;
}
.minirating.rate5 {
  background-position: -192px -2px;
}

.tiny-flag {
  background: url(/images/flags_sprite.png) no-repeat 1000em;
  display: inline-block;
  height: 11px;
  margin-left: 2px;
  overflow: hidden;
  text-align: left;
  text-indent: -1000em;
  vertical-align: middle;
  width: 16px;
}
.tiny-flag.flag-at {
  background-position: 0 0;
}
.tiny-flag.flag-be {
  background-position: 0 -11px;
}
.tiny-flag.flag-ch {
  background-position: 0 -22px;
}
.tiny-flag.flag-de {
  background-position: 0 -33px;
}
.tiny-flag.flag-es {
  background-position: 0 -44px;
}
.tiny-flag.flag-fr {
  background-position: 0 -55px;
}
.tiny-flag.flag-gb {
  background-position: 0 -66px;
}
.tiny-flag.flag-it {
  background-position: 0 -77px;
}
.tiny-flag.flag-lu {
  background-position: 0 -88px;
}
.tiny-flag.flag-nl {
  background-position: 0 -99px;
}
.tiny-flag.flag-pt {
  background-position: 0 -110px;
}

.generic-titlebloc {
  background: #EEE;
  color: #5F5D5B;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 19px;
  padding: 7px 20px 6px;
  text-align: left;
  text-transform: uppercase;
}

.generic-titlepage {
  color: #363636;
  display: block;
  font-size: 27px;
  text-transform: uppercase;
}
.generic-titlepage .small {
  color: #5F5D5B;
  display: block;
  font-size: 14px;
  margin-left: 2px;
}

.error {
  color: #e74731;
}

.ok {
  color: #3C3C3B;
}

.error_list {
  color: #e74731;
}
.error_list li {
  padding-bottom: 3px;
}

input.error {
  border-color: #e74731 !important;
  border-style: solid;
  border-width: 1px;
}

.eco-part {
  font-family: Arial, sans-serif;
  font-size: 11px !important;
  color: #8E8E8E;
  font-weight: normal;
  min-width: 110px;
}
.eco-part a {
  font-size: 11px;
  color: #8E8E8E;
  text-decoration: underline !important;
}

.popin-eco-part {
  color: #8E8E8E;
  text-decoration: underline;
}

.tu-option-panier {
  border: 1px solid #d2d2d2;
  float: left;
  margin-top: 39px;
  overflow: hidden;
  padding: 0 0 0 15px;
  width: 315px;
}
.tu-option-panier #tu-option-panier-delivery {
  width: 305px;
  padding: 15px 0 12px;
}
.tu-option-panier #tu-option-panier-delivery .tu-option-panier-title-b {
  padding: 0;
  font-size: 16px;
  color: #8fa163;
}
.tu-option-panier #tu-option-panier-delivery .tu-option-panier-title span.tu-truck2,
.tu-option-panier #tu-option-panier-delivery .tu-option-panier-title-b span.tu-truck2 {
  width: 26px;
  height: 20px;
  background: url(/images/panier/new/tu-truck-green.png) no-repeat scroll 0px 0px transparent;
  display: inline-block;
  margin: 2px 0px 0px 7px;
  padding: 1px 0px 0px;
}

/* =COLORBOX
----------------------------------------------------------------------------- */
#colorbox *, #colorbox *::before, #colorbox *::after {
  box-sizing: content-box;
}
#colorbox ul, #colorbox ol, #colorbox dl {
  margin: 0;
  list-style: none;
  line-height: 1;
}
#colorbox dt {
  margin-bottom: 0;
}
#colorbox h1, #colorbox h2, #colorbox h3, #colorbox h4, #colorbox h5, #colorbox h6 {
  font-family: Arial,sans-serif;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99990;
  overflow: hidden;
  text-align: left;
  font-family: Arial, sans-serif;
}

body #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #7b7375;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: visible;
  background: #fff;
  border: 0px solid #434343;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 3px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

#cboxCurrent {
  position: absolute;
  bottom: 3px;
  left: 100px;
  color: #999;
  margin-bottom: 2px;
  font-weight: bold;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0;
  right: 42px;
  color: #444;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  position: absolute;
  bottom: -7px;
  background: url(/images/common/ui/colorbox/controls.png) 0 0 no-repeat;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

#cboxPrevious {
  left: 0;
  bottom: 1px;
  background-position: -3px -25px;
  margin-bottom: 0;
  margin-left: 15px;
}

#cboxPrevious.hover {
  background-position: -3px 0;
}

#cboxNext {
  left: 20px;
  bottom: 1px;
  background-position: -23px -25px;
  margin-bottom: 0;
  margin-left: 15px;
}

#cboxNext.hover {
  background-position: -23px 0;
}

#cboxClose {
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  z-index: 10;
  background: url(/images/popup/close-popup.png) 50% 50% no-repeat;
  /*background: url(/images/tendances/colorbox/croix.png) no-repeat 0 0;*/
  margin-right: 22px;
  margin-top: 18px;
}

.istablet #cboxClose {
  background-size: 25px 25px;
  height: 40px;
  width: 40px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -99px -25px;
  left: 50px;
}

.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -99px 0;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -75px -25px;
  left: 50px;
}

.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -75px 0;
}

.discreteCross #cboxClose img {
  display: none;
}

.homePromo {
  height: 49px;
  display: block;
  padding: 0px 0 10px 1px;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
}

.hidden_promo {
  display: block;
}

.popup {
  background: #fff;
}
.popup .btns {
  clear: both;
  overflow: hidden;
  padding: 20px 0 0;
  width: auto;
}
.popup .btns .tinybtn {
  float: left;
}
.popup .btns .tinybtn + .tinybtn {
  float: right;
}

.product-return {
  margin: 30px 20px 20px;
  font-size: 13px;
}
.product-return .productLabel {
  margin: 10px 0 6px 0;
}
.product-return .quantity-not-changeable {
  opacity: 0.5;
}
.product-return label {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  color: #444;
}
.product-return select {
  color: #444;
}
.product-return .valider {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.product-return .valider input[type="submit"] {
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 14.13px;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #3C3C3B;
}
.product-return .box-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.confirmation_product_return {
  margin: 40px 0 20px 20px;
  font-weight: bold;
  color: #00cc00;
  font-size: 14px;
}

.return-tips {
  margin-left: 20px;
  font-size: 13px;
  color: #444;
}

.return-tips-list {
  margin-left: 20px;
  margin-right: 10px;
  font-size: 13px;
  color: #444;
}
.return-tips-list li {
  margin: 10px;
}

.show-succes {
  font-size: 14px;
  color: #444;
}
.show-succes .label-show-succes {
  margin: 10px 0 0 20px;
  font-size: 13px;
  color: #444;
  display: inline-block;
  font-weight: bold;
}
.show-succes .qtt-show-succes {
  margin: 0 0 20px 20px;
  font-size: 13px;
  color: #444;
  display: inline-block;
}

.detailsProductReturn .box-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#popin-wrongaddress div {
  width: auto;
}

.popNews {
  width: 653px;
  overflow: hidden;
  background: url(/images/home/bg_inscription_pop2.jpg) left top no-repeat;
  position: relative;
  min-height: 452px;
}
.popNews .contPopNews {
  overflow: hidden;
  padding-top: 0px;
}
.popNews span.message-error {
  color: #e74731;
  font-weight: 700;
  font-size: 12px;
}

.contPopNews .popFutura h3 {
  color: #a7a6a6;
  font-size: 14px !important;
  text-transform: uppercase;
  width: 300px;
  line-height: 20px !important;
}
.contPopNews .popFutura h3 span {
  color: #d83465;
  text-align: left !important;
}
.contPopNews .popFutura h4 {
  color: #a7a6a6;
  font-size: 50px !important;
  text-transform: uppercase;
  width: 340px;
}
.contPopNews .popFutura h4 span {
  color: #d83465;
  font-size: 115px;
}
.contPopNews .popFutura h5 {
  color: #a7a6a6;
  font-size: 35px !important;
  text-transform: uppercase;
  width: 340px;
}
.contPopNews .content {
  float: right;
  width: 322px;
  padding: 0px 10px;
}
.contPopNews label {
  width: 110px;
  font-size: 13px;
}
.contPopNews #form-newsletter-prenom, .contPopNews #form-newsletter-zipcode, .contPopNews #form-newsletter-nom {
  width: 143px;
}
.contPopNews .radio_list {
  overflow: hidden;
}
.contPopNews .radio_list label {
  font-size: 12px;
  width: 51px !important;
}
.contPopNews .radio_list li {
  float: left;
  width: 77px !important;
}
.contPopNews .mandatory {
  clear: both;
  color: #000000;
  display: block;
  float: left;
  font-size: 11px;
  margin-top: 8px;
  width: auto;
}
.contPopNews h2 {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  max-height: 230px;
  overflow: hidden;
  padding: 21px 0 15px 53px;
  text-align: right;
  text-transform: uppercase;
  width: 620px;
}
.contPopNews h2 span {
  color: #fff;
  padding-right: 12px;
  text-align: right;
  float: left;
}
.contPopNews h2 .decoBlock {
  color: #000000;
  padding: 0px;
  text-align: left;
}
.contPopNews h3 {
  color: #d83363;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.contPopNews h3 span {
  color: #7c7b7b;
}
.contPopNews h4 {
  color: #db406d;
  font-size: 22px;
  padding: 0 0 20px 0;
}
.contPopNews h4 span {
  color: #7C7B7B;
  font-size: 18px;
}
.contPopNews .blockList li {
  padding-bottom: 10px;
}
.contPopNews .radioListBlock label {
  width: 91px;
}
.contPopNews .radioListBlock input {
  float: left;
}
.contPopNews p {
  font-size: 12px;
  color: #7c7b7b;
  margin: 5px 0;
}
.contPopNews .gain {
  font-size: 27px;
  color: #7c7b7b;
  line-height: 55px;
  text-transform: uppercase;
}
.contPopNews .gainPrice {
  color: #d83363;
  font-size: 95px;
}
.contPopNews .mailInput {
  width: 292px;
  margin: 5px 0;
  border: 1px solid #9b9a9a;
  height: 18px;
  color: #000;
}
.contPopNews .gainGrey {
  font-size: 44px;
}
.contPopNews .mailLabel {
  font-size: 13px;
  color: #000;
}
.contPopNews .radioInput {
  color: #7C7B7B;
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  width: auto;
}
.contPopNews .legend {
  color: #8c8c8c;
  font-size: 10px;
  padding-top: 10px;
  display: block;
  padding-bottom: 1px;
}
.contPopNews .legend a {
  text-decoration: underline;
  font-size: 10px;
  color: #000;
}
.contPopNews .formHome {
  overflow: hidden;
  width: 305px;
}
.contPopNews .submitNews {
  float: right;
  margin-top: 10px;
}

.de .contPopNews h2 {
  font-size: 50px;
  font-weight: normal;
  padding: 25px 0 0 33px;
  width: auto;
}
.de .contPopNews h2 span {
  text-align: right;
  display: inline-block;
}
.de .contPopNews h3 {
  margin-bottom: 15px;
}
.de .contPopNews h3 span {
  color: #7c7b7b;
}

.en .contPopNews h2 {
  font-size: 37px;
  padding: 25px 0 13px;
  font-weight: normal;
  width: auto;
}
.en .contPopNews h2 span {
  width: 300px;
  text-align: right;
  display: inline-block;
  margin-right: 5px;
  font-size: 46px;
}

.it .contPopNews h2, .en .contPopNews h2, .es .contPopNews h2 {
  font-size: 46px;
  padding: 5px 0 0 6px;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  line-height: 37px;
  margin-bottom: 7px;
}

.es .contPopNews h2 span,
.it .contPopNews h2 span {
  width: 289px;
  text-align: right;
  float: left;
  margin-right: 12px;
}

.es .contPopNews span.right,
.it .contPopNews span.right {
  width: 317px;
  text-align: left;
  float: left;
  color: #000;
  margin: 0;
}

.es .contPopNews h2 small,
.it .contPopNews h2 small {
  font-size: 37px;
  display: block;
  line-height: 40px;
}

.de .contPopNews .gain {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px;
}

.en .contPopNews .gain {
  font-size: 24px;
}

.de .contPopNews .gainPrice {
  line-height: 85px;
}

.de .contPopNews .gainGrey {
  font-size: 30px;
  line-height: 23px;
}

.popNews .close_layer {
  color: #7C7B7B;
  position: absolute;
  right: 35px;
  top: 11px;
  font-size: 11px;
}

#welcome_layer {
  width: 418px;
  padding-left: 358px;
  padding-right: 24px;
  height: 374px;
  padding-top: 183px;
  position: relative;
  background: #fff url(/images/welcome_layer/bg_layer.jpg) 0 0 no-repeat;
}
#welcome_layer p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1em;
  color: black;
}
#welcome_layer p em {
  font-style: normal;
  color: #db1759;
  font-size: 19px;
}
#welcome_layer p strong {
  font-weight: bold;
}
#welcome_layer .title {
  position: absolute;
  top: 0;
  right: 0;
}
#welcome_layer .enjoy {
  text-align: right;
  text-transform: uppercase;
  font-size: 19px;
  margin-top: 30px;
}
#welcome_layer .reinsurance {
  position: absolute;
  bottom: 0;
  right: 0;
}
#welcome_layer .close_layer {
  position: absolute;
  top: 21px;
  right: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 2;
  color: #424242;
  cursor: pointer;
}

.thanxBlock {
  padding-top: 20px;
}
.thanxBlock .greatPara {
  font-size: 22px;
  color: #000;
  padding: 0 0 10px 0;
}
.thanxBlock p {
  font-size: 17px;
}

.top_link {
  font-size: 12px;
  text-decoration: underline;
  background: url(/images/skin/picto_top.png) left center no-repeat;
  float: left;
  padding-left: 19px;
}
.top_link:hover, .top_link:focus {
  text-decoration: none;
}

.headTampon {
  position: relative;
  padding: 0 202px 0 0;
  min-height: 58px;
}

.imgTampon {
  position: absolute;
  bottom: 0;
  right: 0;
}

#cboxClose .close_layer {
  position: absolute;
  top: 2px;
  right: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  z-index: 2;
  color: #424242;
  cursor: pointer;
  text-indent: 0;
}

/**#cboxClose {
    background-image: url(/images/skin/close.gif) ;
    background-repeat: no-repeat !important;
    background-position: 9px 4px !important;
}**/
/** css specifique mot de passe perdu **/
.popup ul, .popup p {
  font-size: 13px;
}
.popup fieldset .customfile-input {
  position: absolute;
  z-index: 999;
  border: 0;
  width: auto !important;
  height: 100px !important;
  padding: 0;
  background: transparent;
  opacity: 0;
  -moz-opacity: 0;
  cursor: pointer;
}
.popup fieldset .customfile {
  position: relative;
  float: right;
  margin-bottom: 0;
  width: 254px;
  overflow: hidden;
  cursor: pointer;
}
.popup fieldset .customfile-disabled {
  cursor: default;
  opacity: .5;
}
.popup fieldset .customfile-feedback {
  display: block;
  border: 1px solid #9B9A9A;
  width: 169px;
  height: 14px;
  padding: 7px 5px 0px 5px;
  color: #686868;
  font-size: 13px;
}
.popup fieldset .customfile-button {
  float: right;
  border: 1px solid #333;
  height: 16px;
  padding: 5px 5px 0px 5px;
  overflow: hidden;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  background: url(/images/popup/bg-input-form-file.png) 0 0 repeat-x;
}
.popup fieldset .popup-form-file label {
  width: 131px !important;
}
.popup .popup-content #form_pwdrec {
  margin-top: 20px !important;
}
.popup .popup-content #form_pwdrec .popupmdp-erreur {
  margin: 20px 0 10px 0;
  font-size: 12px;
}
.popup .popup-content #form_pwdrec #popup-mdp-oublie-submit {
  display: block;
  float: right;
  margin: 7px 0 0 0;
}
.popup .popup-content #form_pwdrec #popup-mdp-oublie-submit a {
  display: block;
  float: left;
  cursor: pointer;
  color: #ffffff;
}
.popup .popup-content #form-login-erreur {
  color: #e74731;
  display: none;
  font-size: 13px;
  font-weight: bold;
  margin: 8px 20px -10px;
  width: 100%;
}
.popup .popup-content #popin-mdp-perdu-h3 {
  padding: 0 0 0 20px;
  height: 52px;
  color: #686868;
  font-weight: bold;
}
.popup .alert-cart img, .popup .alert-cart p {
  float: left;
}
.popup .alert-cart img {
  margin-top: 25px;
}
.popup .alert-cart p {
  margin-top: 40px;
  width: 300px;
}

#content-view #popup-pmotdepasse .popup-content form#form_pwdrec .popupmdp-erreur {
  margin: 10px 0 0 0;
}

#form_pwdrec .popup-form-submit {
  background: none;
  border: none;
  padding: 0;
}

/** Product - Popup Send to a friend  **/
#popup-partager .popup-content {
  margin: 20px 20px 15px;
  overflow: hidden;
  padding: 0;
}
#popup-partager .popup-content > p {
  margin-bottom: 10px;
}
#popup-partager .popup-content .inputsendmail {
  overflow: hidden;
  margin-top: 6px;
}
#popup-partager .popup-content .inputsendmail input {
  border: 1px solid #D2D2D2;
  float: right;
  font-size: 12px;
  outline: 0 none;
  padding: 2px;
  width: 170px;
}
#popup-partager .popup-content label {
  clear: left;
  float: left;
  font-size: 13px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 175px;
}
#popup-partager .popup-content textarea {
  border: 1px solid #D2D2D2;
  min-height: 50px;
  padding: 2px;
  resize: none;
  width: 379px;
}
#popup-partager .popup-content #formSubmit {
  margin-top: 10px;
  overflow: hidden;
}
#popup-partager .popup-content #formSubmit .btnRed, #popup-partager .popup-content #formSubmit a#popup-ajouter-commander {
  float: right;
}
#popup-partager .popup-content #formSubmit p {
  color: #ACACAC;
  margin-top: 4px;
}

/** popup mon compte **/
#popinmoncompte-error {
  display: none;
  margin: 20px 0 0 20px;
  color: #E61577;
  font: 13px Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/**
 * @part: Vous venez d'ajouter le(s) produit(s) suivant(s) :
 */
#popup-ajouter {
  width: 524px;
}
#popup-ajouter.popindispo {
  width: auto;
}
#popup-ajouter .popup-content h4 {
  font-size: 18px;
  color: #222121;
  font-weight: 100 !important;
  line-height: 22px;
  font-weight: bold;
}
#popup-ajouter .popup-content h4 .cart-gamme {
  text-transform: uppercase;
  display: block;
}
#popup-ajouter .popup-content div {
  position: relative;
  margin: 20px 20px 15px;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
#popup-ajouter .popup-content div .eco-part {
  float: right;
  font-size: 11px;
  font-family: Arial;
  color: #5F5D5B;
  clear: both;
  padding-bottom: 5px;
  line-height: 6px;
  text-align: right;
}
#popup-ajouter .popup-content div .eco-part span {
  display: inline;
}
#popup-ajouter .popup-content div strong {
  position: absolute;
  right: 0;
  bottom: 0px;
  color: #cf003d;
  font-size: 24px;
}
#popup-ajouter .popup-content div .deliveryDe {
  clear: both;
  text-align: right;
  font-size: 10px;
  margin-bottom: 2px;
}
#popup-ajouter .popup-content div img {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
#popup-ajouter .popup-content div .soldesLayer {
  position: absolute;
  border: none;
  float: none;
  top: 14px;
  left: 2px;
  z-index: 10;
}
#popup-ajouter .popup-content div span {
  display: none;
}
#popup-ajouter .popup-content div div {
  position: relative;
  display: inline-block;
  margin: 0;
  border-bottom: 0;
  width: 409px;
  line-height: 1;
  padding: 0;
  vertical-align: middle;
}
#popup-ajouter .popup-content div p {
  margin: 5px 0 0;
  color: #5F5D5B;
  font-size: 12px;
  font-family: Arial;
}
#popup-ajouter .popup-content div.descPrice.sales #ajout-panier-prix {
  background: url(/images/soldes/picto-sales.png) no-repeat 0 center transparent;
  padding-left: 20px;
}
#popup-ajouter .popup-content div .soldePriceProduct {
  text-align: right;
}
#popup-ajouter .popup-content div .soldePriceProduct .soldeProduit {
  display: none;
}
#popup-ajouter .popup-content div .soldePriceProduct strong {
  text-decoration: line-through;
  font-size: 13px;
  color: black;
  position: relative;
}
#popup-ajouter .popup-content div .deliveryDe {
  clear: both;
  text-align: right;
  font-size: 10px;
  margin-bottom: 2px;
}
#popup-ajouter .popup-content #popup-panier-content {
  border-bottom: none;
  padding-bottom: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
#popup-ajouter .popup-content .descBlock {
  float: left;
  width: 150px;
}
#popup-ajouter .popup-content .descPrice {
  float: right;
  width: 155px;
}
#popup-ajouter .popup-content .descPrice img {
  float: right;
  border: 0px;
  margin: 0px;
}
#popup-ajouter .popup-content .descPrice .block-price-paiement .paiement-infos {
  float: right;
  margin-top: -4px;
}
#popup-ajouter .popup-content .descPrice .block-price-paiement .paiement-infos p {
  text-transform: uppercase;
}
#popup-ajouter .popup-content .descPrice .block-price-paiement .paiement-infos p span {
  font-size: 10px;
  font-weight: 100;
  line-height: 7px;
  display: block !important;
  text-align: right;
}
#popup-ajouter .popup-content .descPrice .block-price-paiement .paiement-img {
  float: right;
  margin-left: 4px;
}
#popup-ajouter .popup-content .descPrice .block-price-paiement .paiement-img img {
  padding-right: 0px !important;
}
#popup-ajouter .popup-content .descPrice #ajout-panier-prix {
  position: static;
  float: right;
  font-size: 24px;
  color: #222121;
}
#popup-ajouter .popup-content .creditPay {
  font-size: 14px;
  color: #5F5D5B;
  float: right;
  clear: both;
  margin-top: 30px;
}

/* correction pop-in MDMTMB-178 */
#currency-change-alert {
  padding: 10px 10px 10px 21px;
  font-size: 12px;
}

#popup-ajouter-actions {
  margin-top: 30px !important;
  margin-bottom: 30px;
  overflow: hidden;
  zoom: 1;
}

a#popup-ajouter-continuer {
  float: left;
}

a#popup-ajouter-commander {
  float: right;
}

.popTunnel #popup-ajouter-continuer {
  float: right !important;
}
.popTunnel div {
  padding: 20px;
  width: 315px;
  font-size: 12px;
}

.popindispo .popTunnel div {
  width: auto;
}

/** popup ajout panier **/
#popup-panier-titre, .popup-panier-titre, .popup h3 {
  background: #FFFFFF;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  padding: 40px 0px 25px 0px;
  margin: 0 23px;
  font-weight: 100;
  color: #000000;
}

.popup-paiement.popup .popin_content {
  padding: 15px 24px;
}
.popup-paiement.popup .popin_content .right {
  overflow: hidden;
}

.popup-panier-actions {
  padding: 0 20px;
}

#popup-ajouter .popup-content #popup-panier-content #popup-panier-desc {
  padding: 10px 0 0 0;
}

#popup-panier-content {
  width: 470px !important;
  margin-left: 55px !important;
}
#popup-panier-content img {
  padding-right: 10px !important;
  border: none !important;
  margin: 0px !important;
}

#popup-panier-desc {
  width: 330px !important;
  padding-top: 0px !important;
}

.popup-txt-bold {
  font-weight: bold;
}

#content-view #form-compte .popup-form-mdp {
  margin: 5px 0 0 0 !important;
}
#content-view #form-compte label {
  width: 90px !important;
  padding-bottom: 10px !important;
}
#content-view .popup-form-mdp {
  margin-top: 0;
  margin: 0 !important;
}
#content-view #popup-pmotdepasse {
  font-size: 13px;
}
#content-view #popup-pmotdepasse p {
  margin: 15px 20px 0 20px;
  color: #686868;
}
#content-view #popup-pmotdepasse form {
  margin: 20px 20px 0 20px;
}
#content-view #popup-pmotdepasse .popup-form-submit-pmdp p {
  float: left;
  margin: 0;
}
#content-view .popup-form-submit p {
  margin: 11px 0 0;
  line-height: 22px;
  color: #A09F9F;
  font-size: 12px;
}
#content-view .popup-form-submit .mandatory {
  margin: 0 !important;
}
#content-view .popup-form-submit .btn-refonte-submit-rouge {
  margin-right: 53px !important;
}
#content-view .popup-form-mdp, #content-view .popup {
  /*h3 {
  border-bottom: 1px solid #C9C8C8;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  background: #F8F7F7;
  }*/
}
#content-view .popup-form-mdp p, #content-view .popup p {
  margin: 15px 20px 0 20px !important;
  font-size: 13px;
  color: #686868;
}
#content-view .popup-form-mdp form, #content-view .popup form {
  margin: 14px 20px 0 20px;
}
#content-view .popup-form-mdp fieldset label, #content-view .popup fieldset label {
  float: left;
  line-height: 16px;
  padding: 2px 0 0;
  cursor: pointer;
}
#content-view .popup-form-mdp fieldset div, #content-view .popup fieldset div {
  margin: 0 0 7px;
  overflow: hidden;
  zoom: 1;
}
#content-view .popup-form-mdp fieldset .popup-form-erreur, #content-view .popup fieldset .popup-form-erreur {
  margin: 0 0 7px 0;
  overflow: visible;
}
#content-view .popup-form-mdp fieldset .popup-form-erreur label, #content-view .popup fieldset .popup-form-erreur label {
  width: auto;
}
#content-view .popup-form-mdp fieldset .popup-form-erreur input, #content-view .popup-form-mdp fieldset .popup-form-erreur textarea, #content-view .popup fieldset .popup-form-erreur input, #content-view .popup fieldset .popup-form-erreur textarea {
  border-color: #9B9A9A;
  color: #686868;
  font-size: 13px;
  background: white;
  width: 190px;
}
#content-view .popup-form-mdp fieldset .popup-form-erreur .champTexte, #content-view .popup fieldset .popup-form-erreur .champTexte {
  width: 262px;
}
#content-view .popup-form-mdp input, #content-view .popup-form-mdp textarea, #content-view .popup input, #content-view .popup textarea {
  float: right;
  border-width: 1px;
  border-style: solid;
  height: 23px;
  padding: 1px 5px;
  margin-right: 0px;
  outline: none;
}

#popup-pmotdepasse {
  float: left;
  width: 400px;
}

/*********************** ERROR POPIN STYLES *********************************/
#popup-error h3 {
  padding: 20px 0px 10px 0px !important;
}
#popup-error .popup-content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 10px 23px;
}
#popup-error .popup-actions {
  zoom: 1;
  padding: 0px 23px 23px;
}
#popup-error .popup-actions .continuer {
  float: left;
}

.popin-product-return-error {
  margin: 20px 20px 0 10px;
  color: #e74731;
}

#content_lostPage {
  background: url(/images/bg-zen.jpg) no-repeat;
  color: #fff;
  height: 491px;
  margin: 0 auto;
  padding: 50px 0 0 100px;
  width: 1004px;
}
#content_lostPage h4.cufon-replace {
  font-size: 29px;
  margin: 0 0 10px 10px;
  padding-top: 20px;
  text-transform: uppercase;
}
#content_lostPage h5.cufon-replace {
  margin: 10px 0 20px 10px;
  font-size: 20px;
}
#content_lostPage .btnGrey {
  background-color: #30c0c1;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  padding: 15px 10px;
}

.istablet #content_lostPage {
  width: 100%;
}
.istablet #content_lostPage .btnGrey {
  line-height: 5px;
}

/*********************** POPIN AVANTAGES *********************************/
#separation_code_avantage_separation_message {
  font-size: 13px;
  padding: 16px;
}

#separation_code_avantage_separation {
  padding: 15px 15px 8px 15px;
}

#separation_code_avantage_separation a {
  padding-right: 13px;
}

#popup-close-separation {
  float: right;
  margin-right: 15px;
  margin-bottom: 10px;
}

#cboxLoadedContent {
  padding-bottom: 0;
}
#cboxLoadedContent #content-view {
  margin-bottom: 0px;
  padding-left: 0px;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxLoadedContent body {
  background-color: #fff;
}

#user-change-country {
  padding: 10px 20px;
}
#user-change-country a.current {
  display: none;
}
#user-change-country ul {
  position: relative;
  margin-top: 5px;
}
#user-change-country ul div {
  position: absolute;
  left: 0;
  margin-top: 2px;
}
#user-change-country ul span {
  margin-left: 15px;
}
#user-change-country ul li {
  padding-left: 10px;
  padding-bottom: 5px;
}
#user-change-country ul a {
  color: #686868;
  font-size: 13px;
}
#user-change-country #language-selected {
  position: relative;
  top: auto;
  right: auto;
  display: block;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  background: none !important;
  display: none;
}

.soldeModal {
  text-decoration: line-through;
  float: right;
  clear: both;
}

#span-form-partager-submit {
  float: right;
}

#popup-question fieldset input {
  width: 250px;
}

#popup-question {
  width: 425px;
  background-color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
}
#popup-question .popup-content {
  padding-bottom: 10px !important;
  background-color: #FFFFFF;
}
#popup-question .popup-content p {
  margin-top: 0px !important;
  line-height: 16px !important;
  padding-top: 5px;
}
#popup-question .popup-content #popinquestion-error {
  padding: 20px 0px;
  text-align: center;
  color: #222121;
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
}
#popup-question .popup-txt-bold {
  text-align: center;
  color: #222121;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
#popup-question .customfile {
  float: none;
}
#popup-question #bouton_envoyer {
  float: right;
  padding-right: 0px;
}
#popup-question #form_ecrivez_nous {
  padding: 10px 0 0 0px;
  margin: 0px 20px 0 20px !important;
}
#popup-question #form_ecrivez_nous p {
  padding: 10px 0 0 0px;
  color: #222121;
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
}
#popup-question fieldset input {
  width: 250px;
}
#popup-question fieldset div {
  padding-bottom: 5px;
}
#popup-question fieldset label {
  width: 120px;
  font-size: 13px;
}
#popup-question fieldset #form_ecriv_text {
  width: 250px !important;
  height: 75px !important;
}

#popPrice {
  background-color: #FFFFFF;
  height: 412px;
  padding: 0px 20px;
}
#popPrice table {
  width: 458px;
  font-size: 18px;
  color: #565353;
  margin: 30px 0 0 15px;
}
#popPrice table th {
  border: 1px solid white;
  background-color: #3C3C3B;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  font-size: 17px;
  height: 22px;
}
#popPrice table tr {
  height: 35px;
}
#popPrice table td {
  border: 1px solid white;
  background-color: #E6E6E6;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  height: 25px;
}
#popPrice table .odd td {
  background-color: #C7C5C5;
}
#popPrice .delivery {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
#popPrice h3 {
  background-color: #FFFFFF;
  font-size: 18px;
  height: 52px;
  line-height: 66px;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #000000;
}

#content-view .popup #sendFriend_message {
  height: 50px;
}

#popup-message #formSubmit p {
  margin-top: 10px;
}

#popup-compte label {
  width: 90px !important;
}

#popup-newsletter .message-error {
  clear: both;
  color: #e74731;
  display: block;
  font-size: 12px;
  margin: 0 10px 8px;
  overflow: hidden;
  padding: 0;
  text-align: right;
}
#popup-newsletter form {
  padding: 10px 20px;
}
#popup-newsletter form label {
  clear: left;
  float: left;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 3px;
  width: 100px;
}
#popup-newsletter form input[type=text] {
  border: 1px solid #D2D2D2;
  float: left;
  font-size: 12px;
  margin-bottom: 10px;
}
#popup-newsletter form input[type=text] .error {
  border-color: #e74731;
  color: #000;
}
#popup-newsletter form select {
  font-family: Arial, sans-serif;
  font-size: 12px;
  width: 178px;
}
#popup-newsletter form .required {
  width: 176px;
}
#popup-newsletter #valid div {
  padding-bottom: 19px;
  overflow: hidden;
}
#popup-newsletter #valid div .btnRed, #popup-newsletter #valid div a#popup-ajouter-commander {
  float: right;
}
#popup-newsletter #valid div p {
  font-size: 11px;
}

.btn-refonte-submit {
  margin: 0;
  height: 20px;
  padding: 2px 5px 0 5px;
  background-color: #8a8a8a;
  border: 1px solid #333;
  font: 12px Arial,Helvetica,sans-serif;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

#popin-catalogue-form h2 {
  font-size: 14px;
  color: #9d9fa2;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: left;
  padding-top: 0px;
}
#popin-catalogue-form h2 span {
  font-size: 24px;
  color: #626262;
}

/*********************** POPIN MAX QUANTITY *********************************/
#popin-max-qty-title {
  padding: 52px 110px 37px;
  color: #3c3c3b;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

#popin-max-qty-actions {
  text-align: center;
}

#popin-max-qty-actions a {
  text-transform: uppercase;
  height: 15px;
  padding: 3px 5px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  padding: 7px 29px;
  cursor: pointer;
}

#popin-max-qty-actions #popin-max-qty-decline {
  background: #acacac;
  margin-left: 87px;
}

#popin-max-qty-actions #popin-max-qty-accept {
  background-color: #3C3C3B;
}

/**************************************************************************************
                              Popin demande catalogue
**************************************************************************************/
.catalog-unvalid {
  float: right !important;
  padding: 5px 20px 0 20px !important;
  line-height: 15px;
}

.catalogDemand #popin-catalogue-form h2 {
  color: #d11948;
  font-size: 17px;
}
.catalogDemand.catalogDemand-IT #popin-catalogue-form h2, .catalogDemand.catalogDemand-FR #popin-catalogue-form h2, .catalogDemand.catalogDemand-ES #popin-catalogue-form h2, .catalogDemand.catalogDemand-DE #popin-catalogue-form h2 {
  color: #9d9fa2;
}
.catalogDemand .catalogIllus #popin-catalogue-container {
  margin-top: 50px;
  margin-right: 57px;
  padding: 0 22px 10px 25px;
}
.catalogDemand .catalogIllus #popin-catalogue-container h2 {
  color: #a7a9ac;
}
.catalogDemand .catalogIllus #popin-catalogue-container h2 span {
  font-size: 30px;
  color: #626262;
  padding-top: 5px;
  display: block;
  line-height: 33px;
}
.catalogDemand .catalogIllus_IT #popin-catalogue-container {
  margin-top: 50px;
  margin-right: 57px;
  padding: 0 22px 10px 25px;
}
.catalogDemand #popin-catalogue-container {
  float: right;
  text-align: left;
  padding: 0 28px 10px 30px;
  border: 1px solid;
  margin-right: 67px;
  background-color: #fff;
}
.catalogDemand #popin-catalogue-container #mandatory-field {
  padding-top: 5px;
}
.catalogDemand #popin-catalogue-container a.ui-selectmenu {
  float: left;
  color: #626262;
  height: 21px;
  line-height: 21px;
  font-size: 13px;
  background: #fff url(/images/popup/popin-catalogue-select-arrow.gif) no-repeat center right;
  border: 1px solid #9b9a9a;
  width: 187px;
  text-indent: 5px;
  text-decoration: none;
}
.catalogDemand #popin-catalogue-container .mandatoryLegend {
  float: left;
  font-size: 12px;
  color: #8E8E8E;
  margin-top: -38px;
}
.catalogDemand #popin-catalogue-container #popin-catalogue-btn-submit {
  border-radius: 0px;
  font-size: 16px;
  width: 135px;
  float: right;
  margin: 30px 0 10px;
  height: 25px !important;
}
.catalogDemand #popin-catalogue-container #mandatory_form {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  width: 15px;
}
.catalogDemand #popin-catalogue-container #catalog_order_phone_type_id-button {
  width: 90px;
  margin-right: 13px;
  display: none;
}
.catalogDemand #popin-catalogue-container h3 {
  float: left;
  height: 37px;
  background-color: #f8f7f7;
  color: #686868;
  font-size: 18px;
  border-bottom: 1px solid #cacaca;
  margin: 0;
  padding: 15px 0 0 20px;
  overflow: hidden;
}
.catalogDemand #popin-catalogue-container .mandatory-mentions {
  color: #8E8E8E;
  padding-left: 28px;
  float: left;
}
.catalogDemand #popin-catalogue-container .mandatory-mentions a {
  color: #8E8E8E;
  text-decoration: underline;
}
.catalogDemand #popin-catalogue-container #popin-catalogue-content {
  float: left;
  width: 348px;
  padding: 0px;
  background: none;
}
.catalogDemand #popin-catalogue-container input {
  height: 19px !important;
  text-indent: 5px;
  width: 185px;
}
.catalogDemand #popin-catalogue-container #popin-catalogue-alert {
  float: left;
  width: 117px;
  padding: 0 0 0 133px;
  background: #ffffff url(/images/popup/popin-catalogue-bg.jpg) left top no-repeat;
}
.catalogDemand #popin-catalogue-container #popin-catalogue-alert #popin-catalogue-form {
  width: 117px;
}
.catalogDemand #popin-catalogue-container #popin-catalogue-form {
  float: left;
  padding: 19px 0 0 0;
  font-size: 13px;
  color: #626262;
}
.catalogDemand #popin-catalogue-container #popin-catalogue-form .popin-catalogue-lines {
  margin: 0 0 7px 0;
  overflow: hidden;
}
.catalogDemand #popin-catalogue-container #popin-catalogue-form .popin-catalogue-lines label {
  font-size: 13px;
  line-height: normal;
  display: block;
  float: left;
  width: 159px;
  height: 15px;
  padding: 3px 0 0 0;
  overflow: hidden;
}
.catalogDemand #popin-catalogue-container #popin-catalogue-form .popin-catalogue-lines label .popin-catalogue-form-select {
  float: left;
  width: 122px;
  height: 23px;
  border: 1px solid #9b9a9a;
  padding: 2px 0 0 0;
  color: #626262;
  background-color: #ffffff;
}
.catalogDemand #popin-catalogue-container #popin-catalogue-form .popin-catalogue-lines label .max-width {
  float: left;
  width: 234px;
  height: 19px;
  color: #626262;
  border: 1px solid #9b9a9a;
  background-color: #ffffff;
  outline: none;
}

.popBE .midHeader h4 {
  padding: 0 43px 0 85px !important;
}

.popDE .illusBlock, .popIT .illusBlock, .popUK .illusBlock, .popNL .illusBlock, .popES .illusBlock {
  padding-top: 10px !important;
}
.popDE .first, .popIT .first, .popUK .first, .popNL .first, .popES .first {
  padding-top: 0px !important;
  margin-right: 33px !important;
}
.popDE .midHeader, .popIT .midHeader, .popUK .midHeader, .popNL .midHeader, .popES .midHeader {
  padding-right: 104px !important;
  padding: 30px 20px !important;
}
.popDE .midHeader h4, .popIT .midHeader h4, .popUK .midHeader h4, .popNL .midHeader h4, .popES .midHeader h4 {
  color: #555555 !important;
  font-size: 17px !important;
  padding: 0 84px 0 85px !important;
}
.popDE .midHeader h4 span, .popIT .midHeader h4 span, .popUK .midHeader h4 span, .popNL .midHeader h4 span, .popES .midHeader h4 span {
  color: #d11948 !important;
  font-size: 27px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding-top: 30px !important;
}

.popIT .midHeader a, .popUK .midHeader a, .popNL .midHeader a, .popES .midHeader a {
  margin-right: 0px !important;
}
.popIT .midHeader h4, .popUK .midHeader h4, .popNL .midHeader h4, .popES .midHeader h4 {
  font-size: 23px !important;
  padding: 0 135px 0 85px !important;
}
.popIT .midHeader h4 span, .popUK .midHeader h4 span, .popNL .midHeader h4 span, .popES .midHeader h4 span {
  font-size: 33px !important;
}

.popUK .midHeader h4 {
  font-size: 23px !important;
  padding: 0 147px 0 85px !important;
}
.popUK .midHeader h4 span {
  font-size: 33px !important;
}

.popNL .illusBlock {
  padding-top: 0px !important;
}
.popNL .midHeader a {
  margin-right: 0px !important;
}
.popNL .midHeader h4 {
  padding: 0 97px 0 85px !important;
}

.popES .midHeader a {
  margin-right: 0px !important;
}
.popES .midHeader h4 {
  padding: 0 127px 0 85px !important;
}

.popCatalog {
  background-color: #fff;
  width: 829px;
  overflow: hidden;
  border: 1px solid #dddddd;
  padding-bottom: 15px;
}
.popCatalog .bgdCat {
  position: absolute;
  top: 54px;
}
.popCatalog .headerCatalog {
  position: relative;
}
.popCatalog .btnCross {
  color: #fff;
  background: #d00e41 url(/images/popup/redcross.jpg) no-repeat right;
  padding: 6px 26px 7px 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.popCatalog .btnCross:hover {
  text-decoration: none;
}
.popCatalog .mosaique {
  padding-bottom: 30px;
}
.popCatalog .mosaiqueLarge {
  padding-bottom: 30px;
  padding-left: 40px;
}
.popCatalog h2 {
  color: #d11948;
  font-size: 43px;
  text-transform: uppercase;
  text-align: center;
}
.popCatalog h3 {
  color: #555555;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
}
.popCatalog h4 {
  color: #d11948;
  font-size: 23px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
}
.popCatalog h4 span {
  color: #555555;
  font-size: 17px;
}
.popCatalog .upHeader {
  background-color: #f7f5f5;
  padding: 10px 0px;
}
.popCatalog .midHeader {
  overflow: hidden;
  text-align: center;
  float: right;
  padding: 40px 20px;
}
.popCatalog .midHeader a {
  float: left;
  margin-right: 20px;
}
.popCatalog .midHeader h4 {
  float: left;
  padding: 0 20px 0 85px;
}
.popCatalog .midHeader .btnCross {
  margin-top: 15px;
}
.popCatalog .illusBlock {
  width: 378px;
  float: left;
}
.popCatalog .illusBlock p {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 60px;
  color: #555555;
}
.popCatalog .illusBlock p span {
  color: #d11948;
}
.popCatalog .illusBlock img {
  float: left;
  padding-right: 20px;
}
.popCatalog .first {
  margin: 0 20px 0 40px;
}

.ecoPin a {
  font-weight: bold;
  color: #686868;
  text-decoration: underline;
}

.popJunHome {
  width: 830px;
  height: 664px;
  margin: auto;
  background-color: #fff;
  position: relative;
}
.popJunHome .headPop {
  background-color: #f7f5f5;
  padding: 20px 0;
}
.popJunHome .headPop h3 {
  text-align: center;
  color: #d11948;
  font-size: 43px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.popJunHome .headPop h4 {
  text-align: center;
  color: #555555;
  font-size: 19px;
  text-transform: uppercase;
}
.popJunHome .pirateIllus {
  position: absolute;
  left: 0px;
  top: 70px;
}
.popJunHome .rockIllus {
  position: absolute;
  right: 0px;
  top: 32px;
}
.popJunHome .popJunCon {
  padding-top: 30px;
  text-align: center;
  background: url(/images/popup/junior/illus_frise.jpg) no-repeat 0px 185px;
}
.popJunHome .popJunCon p {
  text-transform: uppercase;
  color: #d11948;
  font-size: 23px;
  width: 450px;
  margin: auto;
  line-height: 25px;
  text-align: center;
}
.popJunHome .popJunCon p span {
  color: #555555;
  font-size: 17px;
}
.popJunHome .popJunCon .catalogPop {
  display: block;
  margin-top: 158px;
}
.popJunHome .popJunCon .linkJunior {
  background: #d00e41 url(/images/popup/junior/arrow_pop.gif) no-repeat right;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 30px 6px 12px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
}
.popJunHome .popJunCon .sumLeft .illCommande {
  float: left;
}
.popJunHome .popJunCon .sumLeft .popup-content {
  overflow: hidden;
  padding-top: 30px;
  padding: 30px 0 0 15px;
}
.popJunHome .popJunCon .sumLeft p {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  width: 280px;
  padding-left: 15px;
  padding: 10px 0 0 15px;
}
.popJunHome .popJunCon .sumLeft p span {
  color: #d01949;
}

.popGamme h3 {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #959595;
  color: #959595;
  font-size: 18px;
  line-height: 20px;
  margin: 0px 0 0 20px;
  padding: 19px 0 15px;
  text-align: center;
  text-transform: uppercase;
  width: 485px;
  background: #fff;
  z-index: 10;
}
.popGamme .gammeBlock {
  margin-top: 50px;
  padding: 20px;
}
.popGamme .gammeBlock form {
  width: 485px;
}
.popGamme .gammeBlock form .postalCode {
  width: 330px;
  padding: 0 8px 0 0;
  border: 1px solid #C7C7C7;
  height: 21px;
  margin-right: 10px;
  box-shadow: none;
  display: inline;
  margin-bottom: 0;
  padding-left: 8px;
}
.popGamme .gammeBlock form .message-error {
  font-size: 12px;
}
.popGamme .gammeBlock form a {
  height: 15px;
  line-height: 15px;
  padding: 6px 10px 4px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
  background-color: #3C3C3B;
  cursor: pointer;
  float: right;
}
.popGamme .gammeBlock #list_shop_dispo {
  width: 486px;
}
.popGamme .gammeBlock #list_shop_dispo .legendDispo {
  font-size: 13px;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d3d5;
}
.popGamme .gammeBlock #list_shop_dispo .legendDispo li {
  float: left;
}
.popGamme .gammeBlock #list_shop_dispo .legendDispo .libMag {
  padding-left: 60px;
  width: 140px;
}
.popGamme .gammeBlock #list_shop_dispo .legendDispo .libDis {
  padding-left: 25px;
  width: 127px;
}
.popGamme .gammeBlock #list_shop_dispo .legendDispo .libSto {
  width: 95px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing {
  border-bottom: 1px solid #d2d3d5;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul {
  height: auto;
  font-family: Arial;
  cursor: default;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul.active .plusminus {
  background-position: -20px -15px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul.active .storeDispo .show_product_other_gammes {
  display: none;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul li {
  float: left;
  color: #5F5D5B;
  font-size: 13px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .plusminus {
  background: url(/common/images/product/plusminus_brown.png) no-repeat;
  background-position: 10px 15px;
  width: 40px;
  height: 50px;
  margin-top: 7px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeName {
  width: 147px;
  padding: 15px 30px 0 22px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeName span {
  display: table-cell;
  vertical-align: middle;
  height: 34px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeKm {
  width: 54px;
  padding: 15px 0px 0 0px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeKm span {
  display: table-cell;
  vertical-align: middle;
  height: 34px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo {
  text-align: right;
  padding: 15px 0px 0 18px;
  width: 175px;
  position: relative;
  height: 34px;
  line-height: 17px;
  display: table-cell;
  vertical-align: middle;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo span {
  padding-right: 20px;
  padding-bottom: 5px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .show_product_other_gammes {
  clear: both;
  display: block;
  color: #222121;
  background: url(/images/products/illus_light.png) no-repeat right -1px;
  padding: 0 20px 2px 0;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .dispo {
  color: #6ca33e;
  width: 155px;
  vertical-align: middle;
  display: table-cell;
  height: 34px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .dispo .info {
  top: 25px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .dispo .bulle {
  top: 38px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .limit {
  color: #e58b00;
  width: 155px;
  vertical-align: middle;
  display: table-cell;
  height: 34px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .limit .info {
  top: 25px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .limit .bulle {
  top: 38px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .noDispo {
  color: #cf1e00;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .info {
  position: absolute;
  display: block;
  height: 17px;
  top: 17px;
  right: -1px;
  padding-right: 0px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .bulle {
  position: absolute;
  display: none;
  top: 36px;
  right: -1px;
  width: 145px;
  font-size: 11px;
  color: #58595b;
  z-index: 9;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .bulle .head {
  background: url(/images/products/illus_head_bulle.png) no-repeat 0px 0px;
  width: 145px;
  height: 18px;
  display: block;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing ul .storeDispo .bulle .contBulle {
  background-color: #FFFFFF;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: left;
  padding: 13px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail {
  color: #333333;
  font-size: 13px;
  padding: 0px 0 20px 0px;
  font-family: Arial;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail dl {
  padding-left: 50px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList {
  position: relative;
  margin-top: 20px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList h4 {
  font-weight: bold;
  font-size: 13px;
  margin-left: 50px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .product_other_gammes {
  margin-left: 18px;
  padding-top: 10px;
  overflow: hidden;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .product_other_gammes .no_product_in_gamme {
  margin-left: 32px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .info {
  position: absolute;
  display: block;
  height: 17px;
  top: -2px;
  right: 203px;
  padding-right: 0px;
  cursor: pointer;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .product_other_gammes .jcarousel-container {
  position: relative;
  padding: 0 39px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .product_other_gammes .jcarousel-clip {
  margin-top: 20px;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .product_other_gammes .jcarousel-prev {
  left: 0px;
  background: url(/images/products/left_arrow.gif) no-repeat 0 0;
  display: block;
  width: 32px;
  height: 58px;
  position: absolute;
  top: 65px;
  z-index: 5;
  overflow: hidden;
  cursor: pointer;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .product_other_gammes .jcarousel-next {
  right: 0px;
  background: url(/images/products/right_arrow.gif) no-repeat 0 0;
  display: block;
  width: 32px;
  height: 58px;
  position: absolute;
  top: 65px;
  z-index: 5;
  overflow: hidden;
  cursor: pointer;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .product_other_gammes .block-carousel li {
  padding: 5px 5px 0 0;
  float: left;
  width: auto;
  text-align: center;
  height: 211px;
  width: 167px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .product_other_gammes .block-carousel p {
  color: #313131;
  font-size: 12px;
  text-align: center;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .product_other_gammes .block-carousel p a {
  color: #626262;
  text-decoration: none;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider {
  width: 400px;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider .left {
  float: left;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider .left span {
  width: 16px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider .right {
  float: right;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider .right span {
  width: 16px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider ul.slideList {
  background-image: none;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider .slideList {
  width: 380px;
  float: left;
  padding: 0px;
  text-align: center;
  margin-left: 35px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider .slideList .last {
  padding-right: 0px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider .slideList li {
  width: 106px;
  float: left;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider .slideList li span {
  font-size: 11px;
  color: #414042;
  margin-top: 10px;
  display: block;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .slider .slideList li span a {
  font-size: 11px;
  color: #414042;
  text-decoration: none;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .bulle {
  position: absolute;
  display: none;
  top: 13px;
  left: 139px;
  width: 145px;
  font-size: 11px;
  color: #58595b;
  z-index: 9;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .bulle .head {
  background: url(/images/products/illus_head_bulle.png) no-repeat 0px 0px;
  width: 145px;
  height: 18px;
  display: block;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .gammeList .bulle .contBulle {
  background: url(/images/products/illus_bulle.png) no-repeat left bottom;
  text-align: left;
  padding: 13px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail dt {
  font-weight: bold;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail a {
  font-size: 13px;
  color: #333333;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .hourList {
  padding: 15px 0 15px 50px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .hourList .store_location_link {
  color: #a1886a;
  display: block;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .hourList h4 {
  padding-bottom: 3px;
  font-size: 13px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .hourList dl {
  padding-bottom: 2px;
  padding-left: 0px;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .hourList dl dd {
  width: 77px;
  display: inline-block;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .store_detail .hourList dl .store_location_link {
  color: #d66f96;
  display: block;
}
.popGamme .gammeBlock #list_shop_dispo .storeListing .tel {
  background: url(/images/products/illus_phone.png) no-repeat 0px -1px;
  padding: 2px 0 4px 16px;
}
.popGamme .gammeBlock .seeMore .seeMoreShop {
  text-align: center;
}

.seeMore {
  text-align: center;
  margin-top: 19px;
}
.seeMore .loader-stock-more {
  margin-bottom: 5px;
}
.seeMore a {
  height: 15px;
  padding: 8px 10px 6px 10px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  background: #3C3C3B;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-decoration: none !important;
}

body.popin-nobg {
  background: none transparent;
}

.testing .styliste {
  float: left;
  margin: 13px 0 0 10px;
}
.testing .content {
  float: right;
  width: 306px;
  padding: 25px 46px 27px 0;
}
.testing .content h1 {
  padding-bottom: 20px;
}
.testing .content p, .testing .content label {
  color: #5f5d5b;
  font-size: 13px;
}
.testing .content .btnRed, .testing .content a#popup-ajouter-commander {
  background-color: #3C3C3B;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  border-radius: 2px;
  border: 0;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}
.testing .first {
  width: 524px;
  height: 368px;
}
.testing .first .btnRed, .testing .first a#popup-ajouter-commander {
  width: 200px;
}
.testing .all .middle {
  height: 556px;
  width: 586px;
  position: relative;
}
.testing .all .middle .styliste {
  margin-top: 82px;
}
.testing .all .middle .quiz_form {
  width: 354px;
}
.testing .all .middle .quiz_form h2 {
  margin-bottom: 16px;
}
.testing .all .middle .quiz_form .radio_checkbox {
  margin: 5px 3px 3px 0;
  display: inline-block;
}
.testing .all .middle .quiz_form .radio_checkbox label {
  margin-right: 24px;
}
.testing .all .middle .quiz_form .starBlock_s {
  margin: 0;
  overflow: hidden;
}
.testing .all .middle .quiz_form .starBlock_s .starList_s {
  float: left;
  width: 308px;
  height: 20px;
  background: none no-repeat 0 0;
}
.testing .all .middle .quiz_form .starBlock_s .star0 {
  background-position: 0px -180px;
}
.testing .all .middle .quiz_form .starBlock_s .star05 {
  background-position: 0px -157px;
}
.testing .all .middle .quiz_form .starBlock_s .star1 {
  background-position: 0px -135px;
}
.testing .all .middle .quiz_form .starBlock_s .star15 {
  background-position: 0px -91px;
}
.testing .all .middle .quiz_form .starBlock_s .star2 {
  background-position: no-repeat 0px -113px;
}
.testing .all .middle .quiz_form .starBlock_s .star25 {
  background-position: no-repeat 0px -47px;
}
.testing .all .middle .quiz_form .starBlock_s .star3 {
  background-position: no-repeat 0px -69px;
}
.testing .all .middle .quiz_form .starBlock_s .star35 {
  background-position: no-repeat 0px -201px;
}
.testing .all .middle .quiz_form .starBlock_s .star4 {
  background-position: no-repeat 0px -3px;
}
.testing .all .middle .quiz_form .starBlock_s .star45 {
  background-position: no-repeat 0px -24px;
}
.testing .all .middle .quiz_form .starBlock_s .star5 {
  background-position: 0px -223px;
}
.testing .all .middle .quiz_form textarea {
  border: 1px solid #bcbec0;
  width: 365px;
  height: 73px;
  margin: 14px 0 13px 0;
  resize: none;
}
.testing .all .middle .quiz_form .btnRed, .testing .all .middle .quiz_form a#popup-ajouter-commander {
  width: 118px;
}
.testing .all .middle .quiz_form .error .error_list {
  font-size: 12px;
  position: absolute;
}
.testing .end {
  height: 311px;
  width: 526px;
}
.testing .end .btnRed, .testing .end a#popup-ajouter-commander {
  width: 204px;
}

/**************************************************************************************
                              Popin Junior demande catalogue
**************************************************************************************/
.catalogDemand.JuniorCatalog .catalogIllus #popin-catalogue-container {
  margin-top: 0px;
  margin-right: 0px;
  border: none;
}

.catalogDemand.JuniorCatalog .confirm_catalog_popin {
  margin-top: 35px !important;
}

.catalogDemand.JuniorCatalog .catalogIllus #popin-catalogue-container h2 {
  font-size: 14px;
  color: #626262;
}

.catalogDemand.JuniorCatalog .catalogIllus #popin-catalogue-container h2 span {
  font-size: 18px;
  color: #363636;
  line-height: 18px;
}

/**************************************************************************************
                              Popin new collection
**************************************************************************************/
.new_collection_popin {
  background-color: #fff;
  width: 830px;
}
.new_collection_popin a {
  color: #fff;
  background: #3C3C3B url(/images/popup/catalogue/fleche.gif) no-repeat right 0;
  padding: 9px 24px 7px 13px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  font-family: Arial, sans-serif;
  display: inline-block;
}
.new_collection_popin a:hover {
  text-decoration: none;
}
.new_collection_popin .header {
  background-color: #f7f5f5;
  width: 830px;
  margin: 0 auto;
}
.new_collection_popin .header h1 {
  font-size: 43px;
  color: #3C3C3B;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 0 3px 0;
}
.new_collection_popin .header h2 {
  text-align: center;
  padding-bottom: 9px;
}
.new_collection_popin .intro {
  text-align: center;
  padding-top: 25px;
  position: relative;
  width: 830px;
  margin: 0 auto;
}
.new_collection_popin .intro .trends {
  font-size: 23px;
  text-transform: uppercase;
  color: #3C3C3B;
  padding-bottom: 12px;
}
.new_collection_popin .intro a {
  position: absolute;
  top: 0;
  right: 0;
  margin: 30px 34px 0 0;
}
.new_collection_popin .intro .news_img {
  padding-top: 15px;
}
.new_collection_popin .magasin {
  border: 1px solid #bfbfbf;
  margin: 32px auto 31px auto;
  overflow: hidden;
  width: 765px;
}
.new_collection_popin .magasin .makingoff {
  background: none;
  padding: 0px;
}
.new_collection_popin .magasin img {
  float: left;
}
.new_collection_popin .magasin .right {
  float: right;
  padding-right: 20px;
}
.new_collection_popin .magasin .right img {
  margin: 25px 0 7px 0;
  float: none;
}
.new_collection_popin .magasin .right p {
  text-transform: uppercase;
  font-size: 15px;
  color: #555;
  width: 165px;
  line-height: 18px;
}
.new_collection_popin .magasin .right a {
  margin: 26px 0 20px 0;
  width: 160px;
  font-size: 12px;
}
.new_collection_popin .magasin .takealook {
  margin-top: 20px;
}
.new_collection_popin .magasin .takealook a {
  width: 140px;
}
.new_collection_popin .magasin .takealook p {
  margin-top: 20px !important;
}

#new_collection_junior_popin {
  position: relative;
  background: #fff;
  width: 829px;
  height: 664px;
  border: 1px solid #bcbec0;
}
#new_collection_junior_popin .close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 12px;
  margin-right: 12px;
}
#new_collection_junior_popin #head {
  background: url(/images/popup/junior/2014/bg-head.jpg) 0 0 no-repeat;
  width: 829px;
  height: 255px;
  text-align: center;
}
#new_collection_junior_popin #head h2 {
  padding-top: 20px;
}
#new_collection_junior_popin #head #slogan {
  font-size: 19px;
  padding: 12px 0 55px 0;
}
#new_collection_junior_popin #head #intro {
  font-size: 23px;
  text-transform: uppercase;
  padding-bottom: 19px;
}
#new_collection_junior_popin #head .call {
  background: #3C3C3B url(/images/popup/junior/2014/arrow_head.gif) right center no-repeat;
  padding: 6px 60px;
}
#new_collection_junior_popin #bottom {
  margin: 27px 25px 25px 25px;
}
#new_collection_junior_popin #bottom #video, #new_collection_junior_popin #bottom #catalog {
  border: 1px solid #dedede;
  height: 213px;
}
#new_collection_junior_popin #bottom #video img, #new_collection_junior_popin #bottom #catalog img {
  float: left;
}
#new_collection_junior_popin #bottom #video .bloc-right, #new_collection_junior_popin #bottom #catalog .bloc-right {
  float: right;
}
#new_collection_junior_popin #bottom #video p, #new_collection_junior_popin #bottom #catalog p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #575757;
  text-align: center;
}
#new_collection_junior_popin #bottom #video {
  float: left;
  width: 370px;
  background: #eae8e2 url(/images/popup/junior/2014/etoile.png) 253px 50px no-repeat;
}
#new_collection_junior_popin #bottom #video img {
  padding: 13px 0 0 18px;
}
#new_collection_junior_popin #bottom #video .bloc-right {
  width: 163px;
}
#new_collection_junior_popin #bottom #video .bloc-right p {
  padding-top: 83px;
}
#new_collection_junior_popin #bottom #catalog {
  float: right;
  width: 368px;
  background: #f8eef3 url(/images/popup/junior/2014/fusee.png) 231px 21px no-repeat;
}
#new_collection_junior_popin #bottom #catalog img {
  padding: 17px 0 0 25px;
}
#new_collection_junior_popin #bottom #catalog .bloc-right {
  width: 180px;
}
#new_collection_junior_popin #bottom #catalog .bloc-right p {
  padding: 61px 0 10px 0;
}
#new_collection_junior_popin #bottom #catalog p {
  color: #575757;
}
#new_collection_junior_popin #bottom #catalog p .call {
  background: #3C3C3B url(/images/popup/junior/2014/arrow_bottom.jpg) right center no-repeat;
  padding: 7px 29px;
  display: inline-block;
  margin-left: 13px;
}
#new_collection_junior_popin #bottom p {
  color: #575757;
}
#new_collection_junior_popin #bottom .call {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

/**************************************************************************************
                              Popin Avoir
**************************************************************************************/
#check-ckdo.popup h3 {
  line-height: 24px;
  padding: 20px 100px 15px;
  margin: 0 20px;
}
#check-ckdo.popup #popup-ckdo-content {
  padding-top: 20px;
  margin: 0px 20px 0px;
}
#check-ckdo.popup p {
  font-size: 14px;
  padding-bottom: 11px;
}
#check-ckdo.popup p#affResCheck {
  font-size: 12px;
  padding-top: 10px;
}
#check-ckdo.popup p#affResCheck .error {
  color: #ff0000;
  padding-bottom: 15px;
  display: block;
}
#check-ckdo.popup p#affResCheck .popin_check_avoir_amount {
  background: #e4f6f6;
  color: #333333;
  display: block;
  font-size: 19px;
  line-height: 29px;
  margin: 10px auto 5px;
  padding: 13px 15px 10px 11px;
  text-align: center;
  width: 308px;
}
#check-ckdo.popup p#affResCheck .popin_check_avoir_amount > span {
  display: block;
}
#check-ckdo.popup #field_carte > input {
  height: 28px;
  width: 186px;
  padding: 1px 8px;
  margin-right: 13px;
  color: #7b7b7b;
  font-size: 14px;
  border: 1px solid #bcbec0;
}
#check-ckdo.popup .btnRed.check-ckdo-btn, #check-ckdo.popup a.check-ckdo-btn#popup-ajouter-commander {
  padding: 8px 16px 9px;
  font-size: 16px;
  font-weight: bold;
}

/**************************************************************************************
                              Popin Entity
**************************************************************************************/
.mdmEntityMention {
  font-weight: bold;
  padding: 20px 30px 30px;
}
.mdmEntityMention p {
  font-size: 18px !important;
  font-weight: normal;
}

