/*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, .btnPurple, .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, .btnRed:active, .btnRed:focus, .btnPurple:hover, .btnPurple:active, .btnPurple: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 {
  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, .btn-action {
  background-color: #3C3C3B;
}

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

.btnPurple {
  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: url(img/ie/1percent.png);
  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;
}

#main_statique {
  padding: 0;
}

#main_statique.pick_up_in_store {
  background-color: #ffffff;
  margin: 0;
  border-top: 2px solid #636363;
  width: 980px;
}
#main_statique.pick_up_in_store .mobile_only {
  display: none;
}
#main_statique.pick_up_in_store header {
  background-color: #3c3c3b;
  margin-bottom: 42px;
}
#main_statique.pick_up_in_store header .pick_up_in_store-banner {
  background: url("/images/statique/static-pick-up-in-store/dispatch-pick_up_in_store-sprite.png") 190px 26px no-repeat #3c3c3b;
  color: #fff;
  font-size: 36px;
  padding: 32px 188px 15px 353px;
  text-transform: uppercase;
}
#main_statique.pick_up_in_store header .pick_up_in_store-banner span {
  color: #28b8ce;
  font-family: Flood,arial,sans-serif;
  font-size: 29px;
}
#main_statique.pick_up_in_store header .mention {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: right;
  width: 98%;
}
#main_statique.pick_up_in_store .pick_up_in_store-content {
  color: #3c3c3b;
  font-size: 12px;
  padding: 0 42px;
  text-align: center;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article .insert_title {
  background-color: #3c3c3b;
  color: #fff;
  display: block;
  font-size: 19px;
  margin-bottom: 35px;
  padding: 10px 0;
  text-transform: uppercase;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order {
  display: inline-block;
  margin-bottom: 50px;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step {
  display: inline-block;
  line-height: 16px;
  margin-right: 50px;
  padding: 168px 0 0 0;
  vertical-align: top;
  width: 176px;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step > strong {
  display: block;
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step:last-child {
  margin-right: 0;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step.step-one {
  background: url("/images/statique/static-pick-up-in-store/dispatch-pick_up_in_store-sprite.png") 36px -234px no-repeat transparent;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step.step-two {
  background: url("/images/statique/static-pick-up-in-store/dispatch-pick_up_in_store-sprite.png") -172px -234px no-repeat transparent;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step.step-three {
  background: url("/images/statique/static-pick-up-in-store/dispatch-pick_up_in_store-sprite.png") -386px -234px no-repeat transparent;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step.step-four {
  background: url("/images/statique/static-pick-up-in-store/dispatch-pick_up_in_store-sprite.png") -566px -234px no-repeat transparent;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .find_store {
  background-color: #28b8ce;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund {
  padding-bottom: 80px;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p {
  line-height: 15px;
  margin-bottom: 24px;
  padding: 0 74px 0 62px;
  text-align: left;
}
body.lang-de #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p {
  padding-right: 62px;
}
body.lang-it #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p {
  padding-right: 44px;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span {
  display: inline-block;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span:nth-child(3) {
  margin-left: 144px;
}
body.lang-de #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span:nth-child(3) {
  margin-left: 137px;
}
body.lang-it #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span:nth-child(3) {
  margin-left: 168px;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p strong {
  text-transform: uppercase;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p .mobile_cap {
  font-weight: normal;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.available_stores .stores_list {
  padding-bottom: 80px;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.available_stores .stores_list .stores {
  background-color: #3c3c3b;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 22px;
  text-align: center;
  width: 270px;
  vertical-align: top;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.available_stores .stores_list .stores:nth-child(3n) {
  margin-right: 0;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.available_stores .stores_list .stores p {
  background: url("/images/statique/static-pick-up-in-store/dispatch-pick_up_in_store-sprite.png") -690px -206px no-repeat #3c3c3b;
  color: #fff;
  line-height: 18px;
  margin-bottom: 18px;
  padding-top: 124px;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.available_stores .stores_list .stores p span {
  text-transform: uppercase;
}
#main_statique.pick_up_in_store .pick_up_in_store-content article.available_stores .stores_list .stores a {
  display: inline-block;
  color: #28b8ce;
  font-size: 16px;
  margin-bottom: 26px;
}

.ismobile #main_statique.pick_up_in_store .mobile_only {
  display: inline-block;
  vertical-align: top;
}
.ismobile #main_statique.pick_up_in_store header {
  background-color: #f2f1f1;
  margin-bottom: 30px;
  padding: 0 3.7%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ismobile #main_statique.pick_up_in_store header .pick_up_in_store-logo {
  background: url("/images/statique/static-pick-up-in-store/mob/dispatch-pick_up_in_store-logo_mob.png") 0 64% no-repeat transparent;
  background-size: contain;
  height: auto;
  margin-left: 3%;
  min-height: 100%;
  min-width: 24%;
  position: absolute;
}
.ismobile #main_statique.pick_up_in_store header .pick_up_in_store-banner {
  background: none;
  color: #3c393a;
  font-size: 1.563em;
  line-height: 1em;
  padding: 23px 0 23px 35%;
}
.ismobile #main_statique.pick_up_in_store header .mention.mobile_only {
  display: none;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content {
  padding: 0;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps {
  padding: 0 3.73333333%;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order {
  margin-bottom: 15px;
  width: 68.066667%;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step {
  margin-bottom: 30px;
  margin-right: 0;
  padding: 160px 0 0 0;
  width: 100%;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step > strong br {
  display: none;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step:last-child {
  padding: 184px 0 0 0;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step.step-one {
  background: url("/images/statique/static-pick-up-in-store/mob/dispatch-pick_up_in_store-sprite_mob.png") 50% 0 no-repeat transparent;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step.step-two {
  background: url("/images/statique/static-pick-up-in-store/mob/dispatch-pick_up_in_store-sprite_mob.png") 50% -396px no-repeat transparent;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step.step-three {
  background: url("/images/statique/static-pick-up-in-store/mob/dispatch-pick_up_in_store-sprite_mob.png") 50% -806px no-repeat transparent;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .step-order .list-step.step-four {
  background: url("/images/statique/static-pick-up-in-store/mob/dispatch-pick_up_in_store-sprite_mob.png") 50% -1220px no-repeat transparent;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.find_store_steps .find_store {
  font-size: 1.3em;
  margin-bottom: 40px;
  padding: 15px 6.512301013%;
  width: 81.2%;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund {
  padding-bottom: 20px;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p {
  line-height: 15px;
  margin-bottom: 18px;
  padding: 0 10%;
  text-align: center;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span {
  display: inline;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span:nth-child(3) {
  margin-left: 0;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p strong {
  display: block;
  font-size: 1.4em;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p strong.mobile_hide {
  visibility: hidden;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p .mobile_cap {
  font-weight: normal;
  text-transform: uppercase;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p br {
  display: none;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund .splitter {
  border-top: 1px solid #6d6d6d;
  display: inline-block;
  margin-bottom: 8px;
  width: 50.26666666%;
}
.ismobile #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund .mention_mobile {
  font-size: 0.85em;
  text-align: left;
  margin-top: 10px;
  width: 96%;
}
.ismobile.lang-de #main_statique.pick_up_in_store header .pick_up_in_store-logo {
  margin-left: 0%;
}
.ismobile.lang-de #main_statique.pick_up_in_store header .pick_up_in_store-banner {
  font-size: 1.2em;
  padding-left: 30%;
}
.ismobile.lang-de #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span {
  display: inline;
}
.ismobile.lang-de #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span:nth-child(3) {
  margin-left: 0;
}
.ismobile.lang-it #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span {
  display: inline;
}
.ismobile.lang-it #main_statique.pick_up_in_store .pick_up_in_store-content article.exchanges_and_refund p span:nth-child(3) {
  margin-left: 0;
}

body.istablet #main_statique.pick_up_in_store {
  padding: 0px;
  width: 100%;
}
body.istablet #footer.istablet {
  width: 1004px;
}
