@charset "UTF-8";
/* CSS Document */
/*Couleur */
/*Style par défaut issu du framework*/
body {
  color: #8E8E8E;
}

#landingFrise {
  padding-bottom: 10px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

.clear {
  clear: both;
}

/*Link styles*/
a {
  font-size: 12px;
  text-decoration: none;
  color: #8E8E8E;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}

.fat {
  font-weight: bold;
}

.topLink {
  font-size: 12px;
  text-decoration: underline;
  padding-left: 19px;
}

.btn {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNkODMzNjMiLz48c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2Q4MzU0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(49%, #d83363), color-stop(49%, #d8354f));
  background-image: -moz-linear-gradient(top, #d83363 49%, #d8354f 49%);
  background-image: -webkit-linear-gradient(top, #d83363 49%, #d8354f 49%);
  background-image: linear-gradient(to bottom, #d83363 49%, #d8354f 49%);
  background-image: none;
  cursor: pointer;
  border: 1px solid #333333;
  display: inline-block;
  padding: 4px 10px 3px 10px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.btn:hover {
  text-decoration: none;
}

.btnGold {
  background-image: none;
  cursor: pointer;
  border: 1px solid #333333;
  display: inline-block;
  padding: 4px 10px 3px 10px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  background-color: #f29c0b;
}
.btnGold:hover {
  text-decoration: none;
}
.btnGold a {
  color: #fff;
  text-decoration: none;
}
.btnGold a:hover {
  text-decoration: none;
}

.btnPurple a {
  color: #fff;
  text-decoration: none;
}
.btnPurple a:hover {
  text-decoration: none;
}

.btnGrey a {
  color: #fff;
  text-decoration: none;
}
.btnGrey a:hover {
  text-decoration: none;
}

.whiteLine {
  border-top: 1px solid #e5809e;
}

.btnPinkGrad {
  background: transparent url(/images/popup/bg-input-form-submit.png) 0 0 repeat-x;
  display: block;
  padding: 4px 10px;
  border: 1px solid black;
  color: #fff;
  font-weight: bold;
}
.btnPinkGrad:hover {
  text-decoration: none;
}
.btnPinkGrad a {
  color: #fff;
  text-decoration: none;
}
.btnPinkGrad a:hover {
  text-decoration: none;
}

.btnRed a {
  color: #fff;
  text-decoration: none;
}
.btnRed a:hover {
  text-decoration: none;
}

.btnRed02 {
  display: inline-block;
  padding: 4px 10px;
  background-color: #D94364;
  border: 1px solid black;
  font-weight: bold;
}
.btnRed02 a {
  color: #fff;
  text-decoration: none;
}
.btnRed02 a:hover {
  text-decoration: none;
}

.bt-continuer {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  color: #ffffff !important;
  vertical-align: middle;
  padding-right: 14px;
  background: url("/images/compte2/ui/bt-ac-continuer-r.png") no-repeat right top;
  font-weight: normal;
}

.bt-continuer:hover {
  background-position: right -18px;
  text-decoration: none;
}

.bt-continuer span {
  display: block;
  padding: 0 3px 0 15px;
  background: url("/images/compte2/ui/bt-ac-continuer-l.png") no-repeat left top;
}

.bt-continuer:hover span {
  background-position: left -18px;
}

.btn-refonte {
  text-decoration: none;
  text-align: center;
  font: 12px Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
}
.btn-refonte .violet-left {
  display: block;
  float: left;
  width: 4px;
  height: 23px;
  background: transparent url(/images/refonte/btn/btn_border.png) left -24px no-repeat;
}
.btn-refonte .violet-centre {
  display: block;
  float: left;
  height: 20px;
  line-height: 16px;
  padding: 3px 5px 0 5px;
  background: transparent url(/images/refonte/btn/btn_bg.png) left -24px repeat-x;
}
.btn-refonte .violet-right {
  display: block;
  float: left;
  width: 4px;
  height: 23px;
  background: transparent url(/images/refonte/btn/btn_border.png) -4px -24px no-repeat;
}
.btn-refonte:hover {
  text-decoration: none;
}

.btn-type-02 {
  background: url(/images/skin/bg-btn-type-02.png) left top repeat-x;
  border: 1px solid #333333;
  padding: 4px 10px 1px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 16px;
}
.btn-type-02:hover {
  text-decoration: none;
}

.popup-form-submit {
  background: url(/images/popup/bg-input-form-submit.png) left top repeat-x;
  border: 1px solid #333333;
  padding: 5px 10px 0px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 16px;
  font-family: arial;
  cursor: pointer;
}
.popup-form-submit:hover {
  text-decoration: none;
  cursor: pointer;
}
.popup-form-submit button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  font-family: arial;
  cursor: pointer;
}
.popup-form-submit button:hover {
  text-decoration: none;
  cursor: pointer;
}

.continueButton .boutonValider .btn-type-02 {
  background: url(/images/popup/bg-input-form-submit.png) left top repeat-x;
}
.continueButton .boutonValider .btn-type-02:hover {
  text-decoration: none;
}

.boutonValider a:hover {
  text-decoration: none;
}

/*list Style*/
ol {
  list-style: decimal;
}

ul li ul {
  padding: 0 0 0 20px;
}

dt {
  font-weight: bold;
}

/*Table Style*/
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 0;
}

.tabBorder caption + thead tr:first-child th, .tabBorder caption + tbody tr:first-child th, .tabBorder caption + tbody tr:first-child td, .tabBorder colgroup + thead tr:first-child th, .tabBorder colgroup + tbody tr:first-child th, .tabBorder colgroup + tbody tr:first-child td, .tabBorder thead:first-child tr:first-child th, .tabBorder tbody:first-child tr:first-child th, .tabBorder tbody:first-child tr:first-child td {
  border-top: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
.table .row {
  background-color: #E6E6E6;
}
.table .even {
  background-color: #C7C5C5;
}
.table .headRow {
  background-color: #CB003F;
}

.tabBorder {
  border: 1px solid #DDD;
  border-collapse: separate;
  border-left: 0;
}
.tabBorder th, .tabBorder td {
  border-left: 1px solid #DDD;
}

/*form Style*/
.formWrapper {
  padding: 0 0 20px 0;
  width: 100%;
}
.formWrapper h2 {
  padding: 12px 20px;
  text-transform: uppercase;
  color: #626262;
  font-weight: bold;
  background-color: #F7F7F7;
  font-size: 0.75em;
}

.formContent {
  padding: 15px 20px;
}

form input {
  border: 1px solid #9A9A9A;
  color: #626262;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  width: 138px;
}

form select {
  width: 150px;
}

form label {
  padding-top: 5px;
  text-align: left;
  color: #626262;
  float: left;
  width: 190px;
  display: block;
}

.inputGroup {
  padding-bottom: 10px;
  width: 100%;
  display: block;
  clear: both;
}

.inputBlock {
  margin-left: 200px;
}

.radio, .checkbox {
  min-height: 18px;
  width: auto;
  border: none;
}

.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  margin-right: 6px;
  height: 12px;
  padding: 0px;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

textarea {
  width: 370px;
  border: 1px solid lightGrey;
  padding: 5px;
}

.inputTall {
  width: 266px;
}

.small {
  width: 55px;
}

.xsmall {
  width: 20px;
}

.adressBlock input {
  float: left;
  margin: 0 8px;
}

form + div.formWrapper {
  border-bottom: none;
}

.formButton {
  display: block;
  padding: 20px 0 0 0;
  overflow: hidden;
  clear: both;
}

.formButton button {
  float: right;
}

.formButton .cancel {
  float: left;
  background-color: #b4949f;
  background-image: none;
}

.defaultForm label {
  float: none;
  margin-bottom: 5px;
}

.btn-refonte-submit-rouge {
  margin: 0;
  height: 23px;
  padding: 2px 5px 0 5px;
  background: transparent url(/images/refonte/btn/submit_bg.gif) left top repeat-x;
  border: 1px solid #333;
  font: 12px Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

/*conteneur pages*/
#container {
  margin: 0px auto 0 auto;
  width: 980px;
  position: relative;
  font-size: 12px;
}

#content {
  position: relative;
  z-index: 1;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  background: #FFFFFF;
}
#content #content {
  border: none;
  padding-bottom: 0px;
}
#content #footer {
  border-left: none;
  border-right: none;
}

#page {
  margin: 15px auto;
  padding: 10px 20px 0 10px;
}

.bouton {
  display: inline-block !important;
  background: transparent url("/images/common/ui/mdm_bouton_gauche.png") no-repeat 0 0;
  padding: 0 0 0 9px;
  margin: 0;
  height: 29px;
  color: white !important;
  font-weight: bold;
}
.bouton div, .bouton span {
  display: block;
  float: left;
  height: 29px;
  line-height: 15px;
  vertical-align: middle;
}
.bouton .bt_centre {
  background: transparent url("/images/common/ui/mdm_bouton_centre.png") repeat-x 0 0;
  padding: 3px 5px;
  height: 23px;
}
.bouton .bt_droit {
  background: transparent url("/images/common/ui/mdm_bouton_droit.png") no-repeat 0 0;
  width: 11px;
}

.clearfix {
  display: block;
  overflow: hidden;
}

#bar {
  overflow: hidden;
  padding: 3px 21px 0 10px;
}

#bar {
  width: 965px;
  height: 40px;
  line-height: 40px;
  background-color: #FFFFFF;
  margin-top: 0px;
  border-top: 2px solid #636363;
  padding: 4px 0px 4px 15px;
  font-family: Arial;
  font-size: 12px;
  color: #5f5d5b;
}
#bar a {
  color: #5f5d5b;
}
#bar a:hover, #bar a:active, #bar a:focus {
  text-decoration: underline;
}

#breadcrumb {
  color: #7E7E7E;
  font-size: 11px;
  float: left;
  width: 800px;
  padding: 9px 0 0 0;
}
#breadcrumb a {
  color: #7E7E7E;
  text-decoration: none;
}
#breadcrumb p {
  font-size: 12px;
}

#breadcrumb {
  color: #313131;
  padding: 13px 0;
}
#breadcrumb a {
  color: #7E7E7E;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb p {
  color: #7E7E7E;
}

.breadcrumb {
  color: #414042;
  font-size: 14px;
  line-height: normal;
  margin: 15px 0 3px;
}
.breadcrumb a {
  color: #414042;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
  text-decoration: underline;
}
.breadcrumb .terminator a:hover, .breadcrumb .terminator a:active, .breadcrumb .terminator a:focus {
  text-decoration: none;
}

.ui-spinner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 81px;
}

.ui-spinner-box {
  float: left;
  text-align: center;
  width: 19px;
  height: 17px;
  background-color: white;
  margin: 0 0 0 28px;
  border: 1px solid #ededed;
}

.ui-spinner-up {
  z-index: 5;
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 21px;
  height: 21px;
  background: url("/images/skin/pictos_02.png") no-repeat left -2300px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  top: 0px;
  left: 60px;
  border: none;
}

.ui-spinner-down {
  width: 21px;
  height: 21px;
  left: 6px;
  position: absolute;
  top: 0px;
  background: url("/images/skin/pictos_02.png") no-repeat left -2200px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  border: none;
}

.btn-cart {
  display: block;
  background: url("/images/skin/bg-blocks.png") no-repeat left -295px;
  width: 110px;
  height: 20px;
  padding: 10px 0 0 35px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}

.rentreeLarge {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url(/images/bg_rentreeLarge.jpg);
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
}

.rentreeSmall {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url(/images/bg_rentreeSmall.jpg);
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
}

#contentIpad {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url(/images/bg_ipad.jpg);
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
  padding-top: 113px;
  position: relative;
}

.ipadHome {
  background: url(/images/bgd_ipad_body.gif) top repeat-x;
}

.cov {
  padding: 30px 0 0 0;
}

.covoituImg, .cov {
  display: none;
}

.LeftLinkIpad {
  height: 1400px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

#landingContent {
  width: 935px;
  margin: auto;
  padding-top: 10px;
  /* --- like product home : zone header + carousel --- */
  /* --- selection product --- */
}
#landingContent img {
  border: none;
  margin: auto;
}
#landingContent .highlightProduct {
  width: 935px;
  overflow: hidden;
  padding: 0px 0 20px 0;
  position: relative;
}
#landingContent .highlightProduct div {
  float: left;
  padding: 0 19px 0 0;
}
#landingContent .highlightProduct .decoIllus {
  width: 618px;
  padding: 0 20px 0 0;
}
#landingContent .highlightProduct .conseilBlock {
  width: 271px;
  color: #FFF;
}
#landingContent .highlightProduct .conseilBlock p {
  font-size: 12px;
}
#landingContent .highlightProduct .last, #landingContent .highlightProduct #last {
  padding: 0;
}
#landingContent .productTab {
  width: 935px;
  position: relative;
}
#landingContent .likeProductHome {
  width: 330px;
  float: left;
  padding: 0px 0 0 18px;
}
#landingContent .likeProductHome .productItemRow {
  padding: 0 0 26px 0;
  width: 292px;
  overflow: hidden;
}
#landingContent .likeProductHome .lastRow {
  padding: 0 0 16px 0;
}
#landingContent .likeProductHome .contextRow {
  width: 330px;
  height: 279px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#landingContent .likeProductHome .contextRow li {
  width: 330px;
  float: left;
}
#landingContent .likeProductHome h3 {
  font-size: 18px;
  padding: 0px 0 15px 0;
  font-weight: normal;
}
#landingContent .likeProductHome .ideaTitle {
  font-weight: normal;
  color: #de0303;
  padding: 0px 0 15px 0;
}
#landingContent .likeProductHome div {
  padding: 0;
}
#landingContent .likeProductHome div h4 {
  font-size: 14px;
  color: #7e7e7e;
  padding: 0 0 5px 0;
}
#landingContent .likeProductHome div h4 a {
  text-decoration: none;
}
#landingContent .headerSelection {
  width: 714px;
  overflow: hidden;
  padding: 0px 0 0 0;
}
#landingContent .selectionProductHome {
  width: 587px;
  padding: 0;
  float: left;
}
#landingContent .selectionProductHome .soldesLayer {
  position: absolute;
  z-index: 2;
  padding: 0 0 0 3px;
  top: 27px;
}
#landingContent .selectionProductHome .soldesLayer02 {
  position: absolute;
  z-index: 10;
  padding: 0 0 0 3px;
  bottom: 17px;
  left: 5px;
}
#landingContent .selectionProductHome .bottom-shadow-layer {
  background: url(../images/bgd-shadow-bottom.png) no-repeat;
  width: 140px;
  height: 4px;
  display: block;
  font-size: 2px;
}
#landingContent .selectionProductHome .last {
  padding-right: 0;
  margin-right: 0 !important;
  margin-left: 1px;
  margin-bottom: 0px;
}
#landingContent .selectionProductHome .lastrow {
  padding-right: 0;
  margin-right: 0 !important;
  margin-left: 1px;
  margin-bottom: 0px;
}
#landingContent .selectionProductHome .headerSelection {
  width: 583px;
  overflow: hidden;
  padding: 5px 0 6px 0;
}
#landingContent .selectionProductHome h1 {
  font-size: 14px;
  float: left;
  font-weight: normal;
  color: #7e7e7e;
  text-transform: uppercase;
}
#landingContent .selectionProductHome .productItemRow {
  width: 587px;
  padding: 0 0 0 0;
}
#landingContent .selectionProductHome .productItem {
  width: 138px;
  padding: 11px 0px 0 0;
  float: left;
  margin: 0 11px 0 0;
  position: relative;
}
#landingContent .selectionProductHome .productItem a {
  overflow: hidden;
  display: block;
}
#landingContent .selectionProductHome .productItem a img {
  display: block;
}
#landingContent .selectionProductHome .productItem .priceItem {
  margin-top: 5px;
  background-color: #f6f6f6;
  padding: 2px 10px;
  font-size: 11px;
  color: #7e7e7e;
  overflow: hidden;
  width: 112px;
  margin-left: 3px;
}
#landingContent .selectionProductHome img {
  border: none;
  padding: 0 0 0px 7px;
  z-index: 0;
}
#landingContent .selectionProductHome .layerLanding {
  position: absolute;
  background: url(../images/bgd-shadow-right.png) right repeat-y;
  width: 144px;
  top: 11px;
  left: -1px;
  z-index: 99;
  display: none;
}
#landingContent .selectionProductHome .layerProduct {
  width: 138px;
  background-color: #FFF;
  border: 1px solid #dadada;
  padding: 0;
  font-size: 12px;
}
#landingContent .selectionProductHome .layerProduct .productItem {
  padding: 7px 0 0 0;
  float: none;
  margin: 0;
  width: 138px;
}
#landingContent .selectionProductHome .layerProduct .productItem .priceItem {
  background-color: #f6f6f6;
  padding: 2px 10px;
  font-size: 11px;
  color: #7e7e7e;
  overflow: hidden;
  width: 112px;
  margin-left: 3px;
}
#landingContent .selectionProductHome .layerProduct .contentLayer {
  width: 138px;
}
#landingContent .selectionProductHome .layerProduct .contentLayer p {
  font-size: 12px;
  color: #7e7e7e;
  width: 121px;
  margin: auto;
  padding: 10px 0 0 0;
}
#landingContent .selectionProductHome .layerProduct .priceItem {
  margin-left: 3px;
  width: 112px;
}
#landingContent .selectionProductHome .layerProduct img {
  padding-top: 3px;
}
#landingContent .selectionProductHome .layerProduct .soldesLayer {
  padding-top: 0;
  top: 47px;
}
#landingContent .layerProductPrincipalHigh .productItem {
  float: none;
}

.crossBlock .layerProduct .addCart a {
  width: 110px !important;
  margin: 0px !important;
}

.priceItem .price {
  float: left;
  font-size: 12px;
}
.priceItem .more {
  float: right;
}
.priceItem .more a {
  text-decoration: none;
}
.priceItem .priceSolde {
  float: left;
  font-size: 10px;
  width: 55px;
  text-decoration: line-through;
}
.priceItem .priceAfter {
  float: right;
}

.layerProduct .addCart {
  margin: 15px auto;
  text-align: center;
}

.layerProduct .addCart a {
  background-color: #D2275B;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  text-decoration: none;
  padding: 7px 10px 3px 10px;
  margin: 0 5px;
  cursor: pointer;
}

/* --- zone extgrid -- */
.paveBlock .row {
  margin-bottom: 20px;
  float: left;
  width: 295px;
}
.paveBlock .row .pushDe h2 {
  text-transform: uppercase;
  font-size: 14px !important;
  color: black;
  font-weight: normal !important;
}
.paveBlock .row .pushDe h2 span {
  color: #D10947;
  font-size: 14px !important;
}
.paveBlock .row .pushDe .rules {
  font-size: 10px;
}
.paveBlock .row .pushDe .form_row2 label {
  padding-top: 0px;
}
.paveBlock .lastCell {
  padding-right: 25px;
}
.paveBlock .largecell {
  width: 580px;
}
.paveBlock .paveBlock .cells-format-2 {
  width: 580px;
}
.paveBlock .paveBlock .cells-format-3 {
  width: 280px;
}
.paveBlock .paveBlock .position2 {
  width: 271px !important;
  margin-left: 10px;
  border-left: 1px solid #DBDBDB;
  padding-left: 10px;
}
.paveBlock .paveBlock .position3 {
  width: 300px !important;
  padding-left: 33px;
}

.selectDay {
  color: #FFFFFF;
}

.block935 {
  width: 935px;
  margin-top: 20px;
}

.block580 {
  width: 580px;
  margin-top: 20px;
  margin-right: 25px;
  float: left;
}

.block455 {
  width: 455px;
  margin-top: 20px;
  margin-right: 25px;
  float: left;
}

.block330 {
  width: 330px;
  margin-top: 20px;
  margin-right: 25px;
}

.block295 {
  width: 295px;
  margin-top: 20px;
  margin-right: 25px;
}

.lastBlock {
  margin-right: 0px;
}

/*push home newsletter*/
.push_newsletter {
  width: 300px;
  height: 140px;
  border: #d7d9d8 solid 1px;
  padding: 8px 14px 0;
  background: #fff url("/images/home/bg_push_nl.png") right bottom no-repeat;
  color: #494949;
  font-size: 12px;
  position: relative;
}
.push_newsletter h3 {
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 18px;
}
.push_newsletter .price {
  color: #D10947;
  font-size: 34px;
  vertical-align: middle;
  display: inline-block;
  line-height: 34px;
  margin-bottom: 5px;
}
.push_newsletter .price2 {
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  display: inline-block;
}
.push_newsletter h2 {
  text-transform: uppercase;
  font-size: 18px !important;
  color: black;
  font-weight: normal !important;
}
.push_newsletter h2 span {
  color: #D10947;
  font-size: 18px !important;
}
.push_newsletter p {
  line-height: 12px;
  margin-bottom: 12px;
}
.push_newsletter p span {
  color: #D10947;
  font-size: 18px !important;
}
.push_newsletter .rules {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #717070;
  font-size: 11px;
  text-decoration: underline;
}
.push_newsletter .form_row {
  display: block;
  margin-bottom: 10px;
}
.push_newsletter .form_row label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #787878;
  margin-bottom: 4px;
}
.push_newsletter .form_row input[type=text] {
  height: 21px;
  line-height: 21px;
  width: 175px;
  padding: 0 5px;
  border: 1px solid #9b9a9a;
  margin-right: 10px;
  color: #9a9a9a;
}
.push_newsletter .form_row input[type=submit] {
  background-color: #d83465;
  border: 1px solid #000;
  padding: 2px 10px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 1px 0 #e7809e inset;
}
.push_newsletter .form_row2 {
  display: block;
  margin-bottom: 10px;
}
.push_newsletter .form_row2 label {
  display: inline-block;
  width: 186px;
  vertical-align: top;
  font-size: 11px;
  color: #717070;
  margin: 0 6px;
}

.push_newsletter.concours {
  padding-top: 8px;
  height: 181px;
}
.push_newsletter.concours h2 {
  margin-bottom: 0;
}

#newsletter_subscription_opt_in {
  float: left;
}

/*push home newsletter*/
.push_newsletter {
  width: 300px;
  height: 140px;
  border: #d7d9d8 solid 1px;
  padding: 8px 14px 0;
  background: #fff url("/images/home/bg_push_nl.png") right bottom no-repeat;
  color: #494949;
  font-size: 12px;
  position: relative;
}
.push_newsletter h3 {
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 18px;
}
.push_newsletter .price {
  color: #D10947;
  font-size: 34px;
  vertical-align: middle;
  display: inline-block;
  line-height: 34px;
  margin-bottom: 5px;
}
.push_newsletter .price2 {
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  display: inline-block;
}
.push_newsletter h2 {
  text-transform: uppercase;
  font-size: 18px !important;
  color: black;
  font-weight: normal !important;
}
.push_newsletter h2 span {
  color: #D10947;
  font-size: 18px !important;
}
.push_newsletter p {
  line-height: 12px;
  margin-bottom: 12px;
}
.push_newsletter p span {
  color: #D10947;
  font-size: 18px !important;
}
.push_newsletter .rules {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #717070;
  font-size: 11px;
  text-decoration: underline;
}
.push_newsletter .form_row {
  display: block;
  margin-bottom: 10px;
}
.push_newsletter .form_row label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #787878;
  margin-bottom: 4px;
}
.push_newsletter .form_row input[type=text] {
  height: 21px;
  line-height: 21px;
  width: 175px;
  padding: 0 5px;
  border: 1px solid #9b9a9a;
  margin-right: 10px;
  color: #9a9a9a;
}
.push_newsletter .form_row input[type=submit] {
  background-color: #d83465;
  border: 1px solid #000;
  padding: 2px 10px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 1px 0 #e7809e inset;
}
.push_newsletter .form_row2 {
  display: block;
  margin-bottom: 10px;
}
.push_newsletter .form_row2 label {
  display: inline-block;
  width: 186px;
  vertical-align: top;
  font-size: 11px;
  color: #717070;
  margin: 0 6px;
}

.push_newsletter.concours h2 {
  margin-bottom: 0;
}

.push_newsletter.concours {
  padding-top: 8px;
  height: 146px;
}

#newsletter_subscription_opt_in {
  float: left;
}

.ac_results {
  background: white repeat scroll 0 0;
  margin: 7px 0 0 0;
  width: 274px;
  z-index: 99999;
}
.ac_results .catSearch {
  background-color: #f7f5f6;
  border: none;
  text-transform: uppercase;
}
.ac_results .catSearch.ac_over {
  border-top: 1px solid #d3d1d2;
  border-bottom: 1px solid #d3d1d2;
  background-color: #e5e3e4 !important;
  padding: 2px 5px 1px 5px !important;
}
.ac_results .catSearch.lastCat {
  border-bottom: solid 1px #000000;
}
.ac_results ul {
  border: 1px solid #D2D2D2;
  width: 100%;
  list-style-position: outside;
  list-style: none none;
  padding: 0;
  margin: 0;
  background-color: white;
  z-index: 99999;
  position: absolute;
}
.ac_results ul li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  color: #7E7E7E;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  text-align: left;
}

.ac_over {
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  background: #F8F7F7;
}

.soldePrice {
  color: #666666 !important;
  text-decoration: line-through;
}

#box-id {
  position: relative;
  width: 946px;
  padding: 10px 0 0 0;
  color: #626262;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0 0 0px 0;
}

#box-id-middle {
  position: relative;
  padding: 0 1px 0 11px;
  overflow: hidden;
  padding-bottom: 20px;
}
#box-id-middle h3 {
  border-bottom: 1px solid #C8C8C8;
  height: 24px;
  line-height: 39px;
  padding: 0 20px 14px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  background: #F7F7F7;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}

#box-id-old-account {
  float: left;
  width: 440px;
  border: 1px solid #C8C8C8;
}
#box-id-old-account form {
  margin: 10px 20px 15px 20px;
}
#box-id-old-account form fieldset {
  border: 0;
  padding: 0 0 10px 0;
}

#compte2-form-error {
  width: auto;
  margin: 5px 0px 0px 20px;
  color: #DD002A;
  font-size: 12px;
  height: 17px;
  overflow: hidden;
  font-weight: bold;
}

#compte2-form-intro {
  width: auto;
  margin: 0px 0px 0px 20px;
  color: #626262;
  font-size: 12px;
  overflow: hidden;
  font-weight: bold;
}

#form-old-account fieldset div {
  margin: 0 0 3px;
  overflow: hidden;
}
#form-old-account fieldset label {
  float: left;
  line-height: 16px;
  padding: 2px 0 0;
  cursor: pointer;
  width: 100px;
}
#form-old-account fieldset input {
  float: left;
  border-width: 1px;
  border-style: solid;
  height: 18px;
  padding: 1px 5px;
  border-color: #9A9A9A;
  width: 220px;
  color: #626262;
  font-size: 13px;
  background: white;
}
#form-old-account fieldset p {
  color: #A09F9F;
  font-size: 12px;
  font-style: normal;
}
#form-old-account fieldset p a {
  color: #A09F9F;
  text-decoration: none;
}

#form-old-account-submit {
  margin: 3px 0 0;
  overflow: hidden;
}
#form-old-account-submit span {
  border: 1px solid #333;
  width: auto;
  height: 20px;
  padding: 0 7px;
  overflow: hidden;
  background: transparent url(/images/compte/bg-input-form-submit.png) 0 0 repeat-x;
  float: right;
  margin-top: 13px;
}
#form-old-account-submit span input {
  float: none;
  border: 0;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding-right: 0;
  padding-left: 0;
  background: none;
  cursor: pointer;
  padding-top: 0px;
}
#form-old-account-submit p {
  padding-top: 5px;
  margin: 0;
  color: #A09F9F;
}
#form-old-account-submit p a {
  color: #A09F9F;
}

#box-id-new-account {
  position: relative;
  float: right;
  width: 465px;
  height: 198px;
  border: 1px solid #C8C8C8;
  padding-bottom: 12px;
}
#box-id-new-account div {
  margin: 23px 20px 11px;
}
#box-id-new-account ul {
  margin: 4px 0;
  padding-top: 4px;
  padding-left: 0;
}
#box-id-new-account li {
  margin: 2px 0;
  padding: 0 0 0 10px;
  background: url(/images/compte/mk-liste-compte.gif) 1px 4px no-repeat;
}
#box-id-new-account #box-id-next {
  bottom: 22px;
}

#box-id-next {
  position: absolute;
  right: 20px;
  bottom: 15px;
  display: inline-block;
  border: 1px solid #333;
  height: 17px;
  padding: 2px 10px 0;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(/images/compte/bg-input-form-submit.png) 0 0 repeat-x;
}

#authPage #page {
  margin: 0;
}

.colorList {
  float: left;
}
.colorList h2 {
  padding-bottom: 5px;
  font-family: "FuturaMedium";
  text-transform: uppercase;
}
.colorList .shop {
  display: none;
  background-color: #d31346;
  padding: 20px;
  font-size: 21px;
  color: #ffffff;
  width: 230px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-decoration: none;
  z-index: 100;
  font-family: "FuturaMedium";
}
.colorList .shop:hover {
  text-decoration: none;
}
.colorList .brownTitle, .colorList .pinkTitle {
  font-size: 14px;
  color: #6b534b;
}
.colorList .pinkTitle {
  color: #fc83a5;
}
.colorList + .colorList {
  margin-left: 10px;
  border-left: 1px solid #dbdbdb;
  padding-left: 10px;
}
.colorList img {
  padding: 0px !important;
}
.colorList .level2 {
  padding-top: 10px;
  overflow: hidden;
}
.colorList .big {
  width: 270px;
  height: 259px;
  position: relative;
}
.colorList .small {
  width: 125px;
  height: 194px;
  float: left;
  position: relative;
  text-align: center;
}
.colorList .small .shop {
  width: 105px;
  font-size: 10px;
  padding: 10px;
  left: 0px;
}
.colorList .small + .small {
  margin-left: 10px;
}
.colorList .small .headerPrice {
  padding: 10px 5px 7px 5px;
  text-align: left;
}
.colorList .small a {
  text-decoration: none;
}
.colorList .small a:hover {
  text-decoration: none;
}
.colorList .small h3 {
  font-size: 14px;
  width: 113px;
  text-transform: uppercase;
}
.colorList .small h3 span {
  font-size: 10px;
  text-transform: uppercase;
}
.colorList .small img {
  margin: auto;
}
.colorList .small .price {
  font-size: 13px;
  font-family: "FuturaMedium";
  float: left;
  width: 113px;
}
.colorList .small .price a {
  font-size: 12px;
}
.colorList .small .price .soldesPrice {
  text-decoration: line-through;
  font-size: 12px;
}

.lightBrown, .lightPink {
  border: 5px solid #dac9c3;
  color: #6b534b;
}
.lightBrown h3, .lightPink h3 {
  color: #6b534b;
  font-size: 21px;
  float: left;
  font-family: "FuturaMedium";
  text-transform: uppercase;
}
.lightBrown h3 span, .lightPink h3 span {
  font-size: 12px;
}
.lightBrown img, .lightPink img {
  margin: auto;
}
.lightBrown .price, .lightPink .price {
  float: right;
  color: #6b534b;
  font-size: 19px;
  font-family: "FuturaMedium";
}
.lightBrown .price a, .lightPink .price a {
  color: #6b534b;
  text-decoration: none;
  font-size: 19px;
}
.lightBrown .price .soldesPrice, .lightPink .price .soldesPrice {
  text-decoration: line-through;
  font-size: 12px;
}
.lightBrown .headerPrice, .lightPink .headerPrice {
  padding: 15px 2px 0 12px;
  overflow: hidden;
}

.lightPink {
  border: 5px solid #ffd0dd;
  color: #fc83a5;
}
.lightPink h3 {
  color: #fc83a5;
  text-transform: uppercase;
}
.lightPink .price {
  color: #fc83a5;
}
.lightPink .price a {
  color: #fc83a5;
  text-decoration: none;
}

.colorBlocks {
  background-color: #f0f0f0;
  padding: 30px 0px 0 24px;
  overflow: hidden;
}
.colorBlocks .brownBlock, .colorBlocks .pinkBlock, .colorBlocks .purpleBlock, .colorBlocks .blueBlock, .colorBlocks .imgBlock {
  width: 214px;
  border-top: 7px solid #6B534B;
  border-bottom: 7px solid #6B534B;
  padding: 15px 0px 15px 10px;
  margin-right: 19px;
  height: 108px;
  float: left;
}
.colorBlocks .brownBlock input[type="text"], .colorBlocks .pinkBlock input[type="text"], .colorBlocks .purpleBlock input[type="text"], .colorBlocks .blueBlock input[type="text"], .colorBlocks .imgBlock input[type="text"] {
  margin-left: 0px;
}
.colorBlocks .brownBlock a, .colorBlocks .pinkBlock a, .colorBlocks .purpleBlock a, .colorBlocks .blueBlock a, .colorBlocks .imgBlock a {
  color: #6B534B;
  text-decoration: underline;
  font-size: 11px;
}
.colorBlocks .brownBlock a:hover, .colorBlocks .pinkBlock a:hover, .colorBlocks .purpleBlock a:hover, .colorBlocks .blueBlock a:hover, .colorBlocks .imgBlock a:hover {
  text-decoration: none;
}
.colorBlocks .brownBlock h3, .colorBlocks .pinkBlock h3, .colorBlocks .purpleBlock h3, .colorBlocks .blueBlock h3, .colorBlocks .imgBlock h3 {
  font-family: "FuturaMedium";
  color: #6B534B;
  font-size: 23px;
}
.colorBlocks .brownBlock label, .colorBlocks .pinkBlock label, .colorBlocks .purpleBlock label, .colorBlocks .blueBlock label, .colorBlocks .imgBlock label {
  font-size: 12px;
  padding: 5px 0;
  display: block;
}
.colorBlocks .brownBlock p, .colorBlocks .pinkBlock p, .colorBlocks .purpleBlock p, .colorBlocks .blueBlock p, .colorBlocks .imgBlock p {
  padding: 3px 0;
}
.colorBlocks .brownBlock .submit, .colorBlocks .pinkBlock .submit, .colorBlocks .purpleBlock .submit, .colorBlocks .blueBlock .submit, .colorBlocks .imgBlock .submit {
  border: 0;
  background: 0;
  width: 23px;
  height: 18px;
  background: black url(/images/skin/illus_arrow.png) 8px 4px no-repeat;
  margin: 3px 0 7px 3px;
  display: inline;
  vertical-align: top;
  cursor: pointer;
}
.colorBlocks .pinkBlock {
  border-top: 7px solid #e20b68;
  border-bottom: 7px solid #e20b68;
}
.colorBlocks .pinkBlock a {
  color: #e20b68;
}
.colorBlocks .pinkBlock h3 {
  color: #e20b68;
}
.colorBlocks .purpleBlock {
  border-top: 7px solid #6f7d8d;
  border-bottom: 7px solid #6f7d8d;
}
.colorBlocks .purpleBlock a {
  color: #6f7d8d;
}
.colorBlocks .purpleBlock h3 {
  color: #6f7d8d;
}
.colorBlocks .blueBlock {
  border-top: 7px solid #71c9cb;
  border-bottom: 7px solid #71c9cb;
  padding-left: 5px;
}
.colorBlocks .blueBlock a {
  color: #636363;
  display: block;
}
.colorBlocks .blueBlock .btnCommand {
  background-color: #77c6cd;
  padding: 5px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 3px;
}
.colorBlocks .blueBlock h3 {
  color: #71c9cb;
  font-size: 18px;
}
.colorBlocks .blueBlock h3 span {
  font-size: 14px;
  color: #252525;
}
.colorBlocks .blueBlock div {
  float: left;
  width: 111px;
}
.colorBlocks .blueBlock img {
  float: left;
  padding-right: 6px;
}
.colorBlocks .last {
  margin-right: 16px;
}
.colorBlocks .imgBlock {
  border: none;
  height: 152px;
  width: 221px;
  padding: 0;
}

.ie-alert p {
  text-align: center;
  position: absolute;
  width: 465px;
  height: 212px;
  background: #fff url(images/home/ie-alert.jpg) bottom center;
  color: #58595b;
  font-size: 14px;
  padding-top: 30px;
}
.ie-alert p a {
  color: #d11948;
}

.catalogDemand {
  background: url(/images/statique/bandeau_catalogue.jpg) 0px bottom no-repeat;
  overflow: hidden;
  padding-bottom: 220px;
  margin-bottom: 20px;
}
.catalogDemand.catalogDemand-FR {
  padding-bottom: 203px;
  padding-top: 10px;
}
.catalogDemand.catalogDemand-IT {
  padding-bottom: 203px;
  padding-top: 1px;
}
.catalogDemand .catalogIllus {
  background: url(/images/statique/illus_collection2014.jpg) no-repeat 0px 0px;
  height: 648px;
}
.catalogDemand .catalogIllus_ES {
  background: url(/images/statique/illus_collection2013_ES.jpg) no-repeat 23px 130px;
  height: 622px;
}
.catalogDemand .catalogIllus_IT {
  background: url(/images/statique/illus_collection2014_IT.jpg) no-repeat 0px 0px;
  height: 648px;
}
.catalogDemand .catalogIllus_DE {
  background: url(/images/statique/illus_collection2013_DE.jpg) no-repeat 23px 130px;
  height: 622px;
}
.catalogDemand h2 {
  padding: 40px 0 20px 0;
  font-size: 38px;
  color: #686868;
  text-align: center;
  text-transform: uppercase;
}
.catalogDemand h2 span {
  color: #d11948;
}

.eco_part_homepage {
  font-size: 11px !important;
  position: absolute;
  bottom: 2px;
  left: 4px;
  color: #ACACAC;
  font-family: Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: 'Rollerscript-Smooth';
  src: url("../stylesheets/roller.eot");
  src: url("../stylesheets/roller.woff") format("woff"), url("../stylesheets/roller.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  line-height: inherit;
}
#header .roller {
  font-family: "Rollerscript-Smooth","arial","helvetica",sans-serif;
  left: 320px;
  position: absolute;
  top: 37px;
}
#header .roller a {
  font-size: 50px;
}

.sta {
  position: absolute;
}

.ieBlock {
  display: none;
  background-color: #ff9b00;
  z-index: 10;
  width: 100%;
  top: 0;
}
.ieBlock .contIe {
  margin: auto;
  width: 876px;
}
.ieBlock .contIe p {
  color: #000;
  font-size: 13px;
  background: url("/images/common/illus_ie.gif") 0px 4px no-repeat;
  padding: 10px 0 13px 45px;
}
.ieBlock .contIe p a {
  color: #000;
  text-decoration: underline;
}
.ieBlock .contIe p a:hover {
  text-decoration: none;
}

#nav .products-nav-item .Star0_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat -1px 1px;
}

#nav .products-nav-item .Star05_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -29px;
}

#nav .products-nav-item .Star1_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -58px;
}

#nav .products-nav-item .Star15_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -87px;
}

#nav .products-nav-item .Star2_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -115px;
}

#nav .products-nav-item .Star25_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -144px;
}

#nav .products-nav-item .Star3_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -172px;
}

#nav .products-nav-item .Star35_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -201px;
}

#nav .products-nav-item .Star4_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -230px;
}

#nav .products-nav-item .Star45_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -259px;
}

#nav .products-nav-item .Star5_s {
  background: url("/images/products/star-sprite-small02.gif") no-repeat 1px -287px;
}

#nav .products-nav-item .starList_s {
  width: 105px;
  height: 15px;
  display: block;
}

#nav .products-nav-item .starBlock_s {
  height: 15px;
  overflow: hidden;
  padding-top: 3px;
}

#nav .products-nav-item .starBlock_s .starList_s {
  float: left;
}

#dev-durable_link-header a {
  position: relative;
  padding-right: 35px;
}

#dev-durable_link-header a span {
  position: absolute;
  background: url("/images/header/dev-durable.png") no-repeat right bottom;
  height: 29px;
  width: 29px;
  right: 0;
}

#main_ckdo p a {
  font-size: 14px;
}
#main_ckdo #asterix {
  width: 530px;
}

/* ////////////////// ANIMATION OFFRE JUNIOR  ////////////////// */
div.delivery-eligibility {
  margin-left: 1%;
  overflow: hidden;
  position: relative;
  width: 99%;
}
div.delivery-eligibility > span {
  background: url("/images/panier/new/picto-eligibility-offer_junior-fr.png") top right no-repeat transparent;
  display: block;
  float: right;
  height: 43px;
  width: 43px;
}
div.delivery-eligibility .eligibility-recap {
  color: #5f5d5b;
  font-size: 13px;
  border: 1px solid #ffda44;
  margin: 20px 5px 0 0;
  padding: 15px 10px;
}
div.delivery-eligibility .eligibility-recap p {
  line-height: 15px;
}
div.delivery-eligibility .eligibility-recap p a, div.delivery-eligibility .eligibility-recap p a:hover {
  color: #3C3C3B;
  text-decoration: underline;
}
div.delivery-eligibility .eligibility-recap div.progressBar {
  background-color: #fff;
  height: 12px;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
}
div.delivery-eligibility .eligibility-recap div.progressBar span.colorProgressBar {
  background-color: #ffcd05;
  display: inline-block;
  width: 0.5%;
  height: 100%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transition: width .4s ease-in-out;
}

.lang-it #panier-articles section div.delivery-eligibility > span, .lang-it div.delivery-eligibility > span {
  background: url("/images/panier/new/picto-eligibility-offer_junior-it.png") top right no-repeat transparent;
}

.lang-es #panier-articles section div.delivery-eligibility > span, .lang-es div.delivery-eligibility > span {
  background: url("/images/panier/new/picto-eligibility-offer_junior-es.png") top right no-repeat transparent;
}

.lang-de #panier-articles section div.delivery-eligibility > span, .lang-de div.delivery-eligibility > span {
  background: url("/images/panier/new/picto-eligibility-offer_junior-de.png") top right no-repeat transparent;
}

.lang-en #panier-articles section div.delivery-eligibility > span, .lang-en div.delivery-eligibility > span, .lang-pt #panier-articles section div.delivery-eligibility > span, .lang-pt div.delivery-eligibility > span {
  background: url("/images/panier/new/picto-eligibility-offer_junior-en.png") top right no-repeat transparent;
}

.lang-nl #panier-articles section div.delivery-eligibility > span, .lang-nl div.delivery-eligibility > span {
  background: url("/images/panier/new/picto-eligibility-offer_junior-nl.png") top right no-repeat transparent;
}
