/*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 {
  background: #fff;
  width: auto;
}

.about-page-header h1 {
  font-size: 58px;
  margin: 0 0 50px;
  padding-top: 50px;
  text-align: center;
}

.about-page-list {
  padding: 0 10px;
}

.about-page-item {
  position: relative;
}
.about-page-item h2, .about-page-item p {
  color: #3c3c3b;
}
.about-page-item .about-page-bloc {
  color: #fff;
  display: block;
  font-size: 16px !important;
  line-height: 1.4;
  margin: 0 auto !important;
  position: absolute;
  text-align: center;
}
.about-page-item .about-page-bloc span {
  font-size: 24px;
  text-transform: uppercase;
}
.about-page-item h2 {
  position: relative;
  margin: 0 0 15px;
  font-size: 32px;
}
body.lang-de .about-page-item h2 {
  font-size: 30px;
}
.about-page-item h2:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -60px;
  width: 60px;
  height: 90px;
  background: url(/images/statique/static-about/bullet-decimal.png) no-repeat -360px 0px;
}
.about-page-item.item-2 h2:before {
  background-position: -300px -90px !important;
}
.about-page-item.item-3 h2:before {
  background-position: -240px -180px !important;
}
.about-page-item.item-4 h2:before {
  background-position: -180px -270px !important;
}
.about-page-item.item-5 h2:before {
  background-position: -120px -360px !important;
}
.about-page-item.item-6 h2:before {
  background-position: -60px -450px !important;
}
.about-page-item.item-7 h2:before {
  background-position: 0px -540px !important;
}
.about-page-item p {
  font-size: 15px !important;
}
.about-page-item p.bold {
  font-weight: bold;
}
.about-page-item.item-1 {
  margin: 0 13px 65px 34px;
  padding: 20px 13px 381px 0;
  background: url(/images/statique/static-about/bg-item-1.jpg) no-repeat 100% 100%;
}
.about-page-item.item-1 .about-page-bloc {
  bottom: 85px;
  width: 310px;
}
body.lang-es .about-page-item.item-1 .about-page-bloc {
  bottom: 70px;
}
.about-page-item.item-1 .about-page-bloc:after {
  background: transparent url("/images/statique/static-about/icons.png") no-repeat center 0;
  bottom: 160px;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -27px;
  position: absolute;
  width: 54px;
}
body.lang-es .about-page-item.item-1 .about-page-bloc:after {
  bottom: 175px;
}
body.lang-es .about-page-item.item-1 .about-page-bloc span, body.lang-nl .about-page-item.item-1 .about-page-bloc span {
  font-size: 19px;
}
.about-page-item.item-1 h2 {
  left: 10px;
}
.about-page-item.item-1 h2:before {
  left: -70px;
}
.about-page-item.item-1 p {
  margin-left: 10px;
  width: 420px;
}
.about-page-item.item-2 {
  margin: 0 0 45px -15px;
  padding: 0 0 45px 435px;
  min-height: 491px;
  background: url(/images/statique/static-about/bg-item-2.jpg) no-repeat;
  overflow: hidden;
}
.about-page-item.item-2 h2 {
  margin: 18px 0 235px 175px;
}
.about-page-item.item-2 h2:before {
  left: -90px;
}
.about-page-item.item-2 .about-page-item-style {
  margin-top: -25px;
  position: absolute;
}
.about-page-item.item-2 .about-page-item-style span {
  font-weight: bold;
}
.about-page-item.item-2 .about-page-bloc {
  bottom: 20px;
  left: 180px;
  width: 328px;
}
body.lang-it .about-page-item.item-2 .about-page-bloc, body.lang-es .about-page-item.item-2 .about-page-bloc, body.lang-de .about-page-item.item-2 .about-page-bloc, body.lang-nl .about-page-item.item-2 .about-page-bloc {
  bottom: 10px;
}
body.lang-en .about-page-item.item-2 .about-page-bloc, body.lang-pt .about-page-item.item-2 .about-page-bloc {
  right: 420px;
}
.about-page-item.item-2 .about-page-bloc:after {
  background: transparent url("/images/statique/static-about/icons.png") no-repeat center -42px;
  bottom: 145px;
  content: "";
  display: block;
  height: 52px;
  left: 50%;
  margin-left: -27px;
  position: absolute;
  width: 54px;
}
body.lang-it .about-page-item.item-2 .about-page-bloc:after, body.lang-es .about-page-item.item-2 .about-page-bloc:after, body.lang-de .about-page-item.item-2 .about-page-bloc:after, body.lang-nl .about-page-item.item-2 .about-page-bloc:after {
  bottom: 160px;
}
body.lang-es .about-page-item.item-2 .about-page-bloc span, body.lang-de .about-page-item.item-2 .about-page-bloc span, body.lang-nl .about-page-item.item-2 .about-page-bloc span {
  font-size: 21px;
}
.about-page-item.item-2 p {
  margin-left: 125px;
  width: 325px;
}
.about-page-item.item-2 .del {
  display: inline-block;
}
.about-page-item.item-2 .del:before {
  background: url("/images/statique/static-about/paint.png") no-repeat;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 85px;
  bottom: 12px;
}
body.lang-en .about-page-item.item-2, body.lang-pt .about-page-item.item-2 {
  padding-left: 448px;
}
body.lang-en .about-page-item.item-2 .about-page-item-style, body.lang-pt .about-page-item.item-2 .about-page-item-style {
  margin-top: -65px;
}
.about-page-item.item-3 {
  margin: 0 -8px 92px 0;
  padding: 62px 0 0 70px;
  min-height: 490px;
  background: url(/images/statique/static-about/bg-item-3.jpg) right -11px no-repeat;
  overflow: hidden;
}
.about-page-item.item-3 h2 {
  left: 8px;
  width: auto;
}
.about-page-item.item-3 h2:before {
  left: -80px;
}
body.lang-es .about-page-item.item-3 h2 {
  margin-top: -15px;
}
.about-page-item.item-3 p {
  margin-left: 8px;
  width: 280px;
}
.about-page-item.item-3 p span {
  font-weight: bold;
}
.about-page-item.item-3 .social {
  background: url(/images/statique/static-about/icons-social.png) no-repeat;
  height: 55px;
  position: absolute;
  width: 246px;
}
.about-page-item.item-3 .about-page-item {
  color: #fff;
  font-size: 16px !important;
  line-height: normal;
  position: absolute;
  text-align: center;
}
.about-page-item.item-3 .about-page-item.facebook {
  bottom: 15px;
  left: 212px;
  width: 156px;
}
.about-page-item.item-3 .about-page-item.facebook:after {
  background: transparent url("/images/statique/static-about/icons.png") no-repeat center -96px;
  bottom: 55px;
  content: "";
  display: block;
  height: 32px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
  width: 36px;
}
.about-page-item.item-3 .about-page-item.facebook span {
  font-size: 24px;
  font-weight: normal;
}
.about-page-item.item-3 .about-page-item.catalog {
  bottom: 45px;
  left: 357px;
}
.about-page-item.item-3 .about-page-item.catalog:after {
  background: transparent url("/images/statique/static-about/icons.png") no-repeat center -133px;
  bottom: 85px;
  content: "";
  display: block;
  height: 30px;
  left: 50%;
  margin-left: -19px;
  position: absolute;
  width: 38px;
}
body.lang-es .about-page-item.item-3 .about-page-item.catalog:after, body.lang-en .about-page-item.item-3 .about-page-item.catalog:after, body.lang-pt .about-page-item.item-3 .about-page-item.catalog:after {
  bottom: 95px;
}
.about-page-item.item-3 .about-page-item.catalog span {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
.about-page-item.item-3 .about-page-item-aside {
  top: 100px;
  right: 49px;
  width: 170px;
}
.about-page-item.item-4 {
  margin: 0 0 63px 29px;
  padding: 0 0 260px 623px;
  overflow: hidden;
}
.about-page-item.item-4 p {
  margin: 46px 0 0 -45px;
}
.about-page-item.item-4 .online-store {
  line-height: 17px !important;
  margin-top: 50px !important;
}
.about-page-item.item-4 .online-store span {
  display: block;
  margin-top: 12px;
}
.about-page-item.item-4 .about-page-bloc {
  left: 373px;
  margin: 145px auto 0 !important;
  right: 0;
  width: 280px;
}
.about-page-item.item-4 .about-page-bloc:after {
  background: transparent url("/images/statique/static-about/icons.png") no-repeat center -167px;
  bottom: 60px;
  content: "";
  display: block;
  height: 41px;
  left: 50%;
  margin-left: -27px;
  position: absolute;
  width: 54px;
}
body.lang-fr .about-page-item.item-4 {
  background: url(/images/statique/static-about/bg-item-4.jpg) no-repeat;
}
body.lang-en .about-page-item.item-4, body.lang-pt .about-page-item.item-4 {
  background: url(/images/statique/static-about/bg-item-4-en.jpg) no-repeat;
}
body.lang-it .about-page-item.item-4 {
  background: url(/images/statique/static-about/bg-item-4-it.jpg) no-repeat;
}
body.lang-es .about-page-item.item-4 {
  background: url(/images/statique/static-about/bg-item-4-es.jpg) no-repeat;
}
body.lang-de .about-page-item.item-4 {
  background: url(/images/statique/static-about/bg-item-4-de.jpg) no-repeat;
}
body.lang-nl .about-page-item.item-4 {
  background: url(/images/statique/static-about/bg-item-4-nl.jpg) no-repeat;
}
.about-page-item.item-4 h2 {
  margin-top: 27px;
  padding-right: 75px;
  min-width: 355px;
}
.about-page-item.item-4 h2:before {
  left: -90px;
}
.about-page-item.item-4 h2:after {
  position: absolute;
  bottom: 0;
  right: 10px;
}
body.lang-it .about-page-item.item-4 h2, body.lang-de .about-page-item.item-4 h2 {
  font-size: 27px;
}
.about-page-item.item-5 {
  margin: 0 10px 10px;
  height: 343px;
  padding: 11px 0 250px 0;
  background: url(/images/statique/static-about/bg-item-5.jpg) right 0 no-repeat;
}
.about-page-item.item-5 h2 {
  margin-left: 85px;
  width: 330px;
}
.about-page-item.item-5 h2:before {
  left: -85px;
  top: -15px;
  width: 65px;
}
.about-page-item.item-5 p {
  margin: 40px 0 30px;
  width: 370px;
}
.about-page-item.item-5 p span {
  font-weight: bold;
}
.about-page-item.item-5 .icons-planet {
  background: url(/images/statique/static-about/icons-planet.png) no-repeat 100% 100%;
  height: 77px;
  width: 303px;
  display: block;
}
.about-page-item.item-5 .more-info {
  font-size: 16px !important;
  width: 100%;
}
.about-page-item.item-5 .more-info a {
  color: #85b454;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.about-page-item.item-5 .about-page-bloc {
  left: 380px;
  top: 144px;
  width: 264px;
}
.about-page-item.item-5 .about-page-bloc:after {
  background: transparent url("/images/statique/static-about/icons.png") no-repeat center -214px;
  content: "";
  display: block;
  height: 45px;
  left: 50%;
  margin-left: -27px;
  position: absolute;
  width: 54px;
  top: -50px;
}
body.lang-de .about-page-item.item-5 .about-page-bloc:after, body.lang-en .about-page-item.item-5 .about-page-bloc:after, body.lang-pt .about-page-item.item-5 .about-page-bloc:after {
  height: 55px;
}
body.lang-en .about-page-item.item-5 .about-page-bloc:after, body.lang-pt .about-page-item.item-5 .about-page-bloc:after {
  bottom: 100px;
}

.about-store-locator {
  width: 490px;
  color: #fff;
  text-transform: uppercase;
  background: #252525;
}
.about-store-locator h3 {
  padding: 20px 34px;
  line-height: 28px;
  font-size: 28px;
  background: #9d9079;
}
.about-store-locator fieldset {
  padding: 25px 0 25px 77px;
  background: url(/images/statique/static-about/icon-pin.png) no-repeat 35px 22px;
}
.about-store-locator label {
  display: block;
  font-size: 20px;
}
.about-store-locator label span {
  display: block;
}
.about-store-locator .about-store-locator-input {
  display: inline-block;
  margin: 15px 0 0;
  background: #fff;
  border: 1px solid #fff;
  overflow: hidden;
}
.about-store-locator .about-store-locator-input input {
  float: left;
  padding: 8px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.about-store-locator .about-store-locator-input button {
  border: 0;
  padding: 0;
}

.about-page-aside {
  background: #e54f28 none repeat scroll 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin: 0 auto 20px;
  padding: 45px 0;
  text-align: center;
  text-transform: none;
  width: 880px;
}

.tweenty-years {
  height: 460px;
  margin: 0 auto;
  width: 821px;
}
body.lang-fr .tweenty-years {
  background: url(/images/statique/static-about/bg-anniversary.jpg) no-repeat 0 0;
}
body.lang-en .tweenty-years, body.lang-pt .tweenty-years {
  background: url(/images/statique/static-about/bg-anniversary-en.jpg) no-repeat 0 0;
}
body.lang-it .tweenty-years {
  background: url(/images/statique/static-about/bg-anniversary-it.jpg) no-repeat 0 0;
}
body.lang-es .tweenty-years {
  background: url(/images/statique/static-about/bg-anniversary-es.jpg) no-repeat 0 0;
}
body.lang-de .tweenty-years {
  background: url(/images/statique/static-about/bg-anniversary-de.jpg) no-repeat 0 0;
}
body.lang-nl .tweenty-years {
  background: url(/images/statique/static-about/bg-anniversary-nl.jpg) no-repeat 0 0;
}
