#home #lampe-home-block {
    background: url('../images/encart-450x312-LB.jpg') no-repeat 100% 100%;
}
#home #parfum-home-block {
    background: url('../images/encart-450x312-PB.jpg') no-repeat 100% 100%;
}
#home #locator-home-block {
    background: url('../images/encart-boutique-paris.jpg') no-repeat 100% 100%;
    margin-right: 60px;
    float:left;
    border: 1px solid #d6d6d6;
}
.footer ul {
    float: left;
    margin: 40px 25px 0 0;
    width: calc(20% - 20px);
}
.footer ul.last {
    margin: 70px 0 0;
}
.footer ul.last img{
	mix-blend-mode: multiply;
}
/*Christmas-shop*/
/*#nav li.christmas-shop, #nav li.christmas-shop:hover{
	background:url(/skin/frontend/lampeberger/v4/images/bg_button_boutique_noel.png);
}
#nav li.christmas-shop a, #nav li.christmas-shop:hover a{
	color:white;
}*/
/*Soldes hiver 2018*/
/*#nav li.christmas-shop, #nav li.christmas-shop:hover{
	background:url(/skin/frontend/lampeberger/v4/images/soldes-bg.png) repeat-x;
}
#nav li.christmas-shop a, #nav li.christmas-shop:hover a{
	color:#0a3c6f;
}*/

.special-price.yoursaving:before{
  content:"";
}
.special-price.yoursaving{
  display:block;
}
.special-price.yoursaving span.price{
  font-size:13px;
  font-weight:bold;
}
.special-price .price{
  font-size:16px;
}


#nav > li:nth-child(5),
#nav > li:nth-child(6) {
  background: #fff;
  border-bottom: solid 1px #aaa;
}

#nav > li:nth-child(6) > a,
#nav > li:nth-child(5) > a {
  color: #013666; 
}

#nav > li:nth-child(5),
#nav > li:nth-child(5):hover  {
  background-image: url('../images/bg-aroma.png');  
  background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
#nav > li:nth-child(5):hover,
#nav > li:nth-child(6):hover {
  border-color: #013666;  
}

#nav > li:nth-child(6) {
  position: relative;
}
#nav > li:nth-child(6)::after {
    position: absolute;
    top: -15px;
    right: 5px;
    display: block;
    content: "";
    height: 70px;
    width: 50px;
    background-image: url(../images/picto-120ans.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
}
@media (max-width: 1280px) {
  #nav > li:nth-child(6) span {
    text-align: left;
        padding-left: 10%;
  }
}
@media (max-width: 880px) {
  #nav > li:nth-child(6)::after {
    display: none;
  }
}
