@font-face {
    font-family: 'open_sans';
    src: url('/images/store/fonts/OpenSans-Light.eot');
    src: url('/images/store/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('/images/store/fonts/OpenSans-Light.woff') format('woff'),
    url('/images/store/fonts/OpenSans-Light.ttf') format('truetype'),
    url('/images/store/fonts/OpenSans-Light.svg#open_sans') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_bold';
    src: url('/images/store/fonts/OpenSans-Bold.eot');
    src: url('/images/store/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/images/store/fonts/OpenSans-Bold.woff') format('woff'),
    url('/images/store/fonts/OpenSans-Bold.ttf') format('truetype'),
    url('/images/store/fonts/OpenSans-Boldt.svg#open_sans') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('/images/store/fonts/Roboto-Light.eot');
    src: url('/images/store/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('/images/store/fonts/Roboto-Light.woff') format('woff'),
    url('/images/store/fonts/Roboto-Light.ttf') format('truetype'),
    url('/images/store/fonts/Roboto-Light.svg#roboto') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_regular';
    src: url('/images/store/fonts/Roboto-Regular.eot');
    src: url('/images/store/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('/images/store/fonts/Roboto-Regular.woff') format('woff'),
    url('/images/store/fonts/Roboto-Regular.ttf') format('truetype'),
    url('/images/store/fonts/Roboto-Regular.svg#roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_medium';
    src: url('/images/store/fonts/Roboto-Medium.eot');
    src: url('/images/store/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('/images/store/fonts/Roboto-Medium.woff') format('woff'),
    url('/images/store/fonts/Roboto-Medium.ttf') format('truetype'),
    url('/images/store/fonts/Roboto-Medium.svg#roboto') format('svg');
    font-weight: 500;
    font-style: normal;
}

#header{
    background: #ffffff;
    height: 94px;
    width: 100%;
    text-align: center;
    border-bottom: #e8e8e8 solid 1px;
    position:relative;
    z-index: 1000;
}

body.PageVentePrivee #header{
    display: none;
}

#white-bkd{
    position: fixed;
    top: 0;
    height: 34px;
    background: #ffffff;
    width: 100%;
    display: none;
    border-bottom: 1px solid #e8e8e8;
    z-index: 999;
}

.centered-header{
    height: 90px;
    width: 1010px;
    margin: 0 auto;
    /*padding: 0 15px;*/
    position: relative;
}

.ie7 .centered-header{
    position: static;
}

#header-top{
    height: 60px;
    width: 100%;
    position: relative;
}

.logo{
    height: 36px;
    width: 186px;
    float: left;
    margin: 5px 60px 0 0;
}

.logo_LingerieParadis{
    height: 60px;
    width: 200px;
}

.logo_SA {
    height: 50px;
    width: 200px;
}

.logo_CH {
    height: 50px;
    width: 250px;
}

#header-menu{
    margin-top: 4px;
    height: 30px;
    width: 1010px;
    background: #ffffff;
}

.floatable{
    position: fixed;
    top:0;
    border-bottom: 1px solid #e8e8e8;
    z-index: 950;
}

.ie7 .floatable{
    margin-left: -480px;
}

#recherche {
    height:32px;
    width:530px;
    float: left;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 2px;
    margin-left: 10px;
}

.champ, .bouton{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.champ{
    height: 34px;
    width: 343px;
    padding-left: 15px;
    border-radius: 5px 0 0 5px;
    border: solid 1px #b7b3b3;
    vertical-align: top;
}

.champ:focus{
    outline: none;
}

.bouton{
    background-image: url('../../images/store/gabarit/new_site/search_icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    border-top: 1px solid #b7b3b3;
    border-right: 1px solid #b7b3b3;
    border-bottom: 1px solid #b7b3b3;
    border-left:0;
    border-radius: 0 5px 5px 0;
    height: 34px;
    width: 32px;
    vertical-align: top;
}

.ie7 .champ{
    padding-top: 7px;
    height: 22px;
}

.ie7 .bouton{
    height: 32px;
}

.bouton:hover{
    background-position: 0 -32px;
}

.ie7 input[type=submit],
.ie7 input[type=reset],
.ie7 input[type=button]{
    border: 0;
    filter: chroma(color=#000000);
}
.panier-compte {float: right;display: inline;margin-right: 10px;}
.cart, .account{
    text-align: center;
    float:left;
    cursor: pointer;
    position: relative;
    margin: 10px 0 0 0;
    text-decoration: none;
}

.ie7 .account{
    z-index: 999;
}

/*.account:hover, .cart:hover{
    background: #f7f7f7;
}*/


.cart-icon{
    background: url('../../images/store/gabarit/new_site/icons.png') 2px -48px;
    height: 42px;
    width: 37px;
    margin-left: 28px;
    margin: 0 auto;
    float: left;
    display: inline;
    text-align: center;
    color: #ffffff;
    font-family: arial;
    font-weight: bold;
    font-size: 17px;
    line-height: 54px;
    text-decoration: none;
}

.cart-icon:hover{

}

.account-icon{
    /*background: url('../../images/store/gabarit/new_site/icons.png') -34px -48px;*/
    height: 42px;
    width: 32px;
    text-align: center;
    color: #ffffff;
    font-family: arial;
    font-weight: bold;
    font-size: 17px;
    line-height: 54px;
    margin-left: 32px;

    margin:0 auto;
}
.my-cart, .my-account a{
    color: #56484A;
    font-family: 'open_sans',arial,sans-serif;
    font-size: 11px;
    font-weight: 300;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    height: 42px;
    line-height: 42px;

}

.my-cart {
    font-size: 15px;
    margin-left: 5px;
}
a:hover .my-cart, .my-account a:hover{
    color:#FF4697;
}
.flags{
    /*float: right;*/
    height: 27px;
    width: 70px;
    background: #e8e8e8;

    width: 95px;
    height: 30px;
    border: 1px solid #b7b3b3;
    border-radius: 5px;
}
.flags li {display: none;}



.help-faq{
    float: right;
    height: 29px;
    width: 70px;
    background: #e8e8e8;
    margin-top:4px;
    cursor: pointer;
}

.help-faq a {
    font-weight: 300;
    font-family: 'open_sans', arial, sans-serif;
    font-size:11px;
    line-height: 29px;
    text-decoration: none;
}
.help-faq a:hover{
    color: #e2007a;
}


/* nouveau menu */
.nav-menu {
    float: left;
    font-size: 16px;
    /*font-family: 'roboto', arial, sans-serif;*/
    cursor: pointer;
    position: relative;
}
.nav-menu a.firstA {
    font-family: 'roboto', arial, sans-serif;
}
.nav-menu nav li:first-child{
    padding-left: 5px;
}

.nav-menu nav li {
    display: inline;
    float: left;
    padding-right: 15px;
    position: relative;
}
#list-menu li{
    height: 30px;
}

.ie7 #list-menu li, .ie8 #list-menu li{
    display: inline;
    zoom: 1;
    padding: 0 10px 0 5px;
    position: relative;
}

.nav-menu #list-menu a{
    font-size: 16px;
    padding: 4px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 1px;
    color: #56484a;
    text-decoration: none;
    background: linear-gradient(#e2007a, #e2007a) no-repeat left bottom;
    background-size: 0 2px;
    transition: .2s ease-in;
}
.nav-menu .P2-container a {
     text-decoration: none;
 }

.nav-menu #list-menu a:hover, .nav-menu #list-menu a.hover {
    background-size: 100% 2px;
}
.nav-menu #list-menu a.private-sales {
    padding: 4px 5px 5px 5px;
}
.nav-menu #list-menu a.private-sales:hover, .nav-menu #list-menu a.private-sales.hover {
    background-size: 0 2px;
    background-color: #CFC1BF;
    padding: 4px 5px 5px 5px;
}

.nav-menu #list-menu li a.private-sales{
    color: #d141aa;
}

.lienJeMinscris:hover {
    background:none;
}

.ie7 #list-menu li .hover, .ie8 #list-menu li .hover{
    background: #e2007a;
    color: #ffffff;
}

.nav-links{
    float:right;
    font-family: 'roboto', arial, sans-serif;
    font-weight: 400;
    position: relative;
}

.nav-links li{
    display: inline;
}

.nav-links a{
    font-size: 11px;
    padding: 0 5px;
    line-height: 27px;
    height: 27px;
    display: inline;
    float: left;
    color: #56484a;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #e8e8e8;
    transition: .2s ease-in;
    min-width: 48px;
}
.nav-links a.link41{
    padding: 0 15px;
}

.nav-links a:hover {
    background-color: #e2007a;
    color: #ffffff;
}
.nav-links .convert a {
    transition:none;
    margin-left: 55px;
}

.en .nav-links a { width: 110px;}
.en .nav-links a.soldes { width: 72px; overflow: hidden;}
.en .nav-links .convert a { width: 59px; margin-left: 0;}

/*.it .cart, .es .cart {margin-left: 39px;}
.it .cart,.it .account,.es .cart, .es .account{width: 100px;}*/
.it .nav-links a, .es .nav-links a {  width: 127px;}
.it .nav-links a.soldes, .es .nav-links a.soldes {  width: 95px;}

.nl .nav-links a { width: 100px;}
.nl .nav-links a.soldes { width: 97px;}


#content-menu{
    position:absolute;
    top:30px;
    width: 1010px;
    height: 200px;
    background: #fff;
    /*opacity: 0;
    display: none;*/
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    opacity: 0;
    display: none;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    transition: .2s all linear;
    box-shadow: 0px 5px 7px -6px #888888;
    border-bottom: solid 1px #e8e8e8;
}

#testleave .is-visible{
    display: block;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    opacity: 1;
}

.menu-ouvert{
    width: 1010px;
    position: absolute;
    top: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    opacity: 0;
}

.ie7 .menu-ouvert{
    left: 0;
    top: -1px;
}

.ie7 #list-menu a#private-sales{
    color: #e2007a;
}

.menu-ouvert .menu-large-bottom{
    height:150px;
    width:1010px;
    box-sizing: border-box;
    padding:10px;
    overflow: hidden;
}

.fr .btm-left{
    width:616px;
}

.btm-left{
    width:803px;
    height:130px;
    background: #ffffff;
    float:left;
    overflow:hidden;
}

.fr .btm-left{
    width:616px;
}

.btm-left .titleTopVentes{
    background:#ebebeb;
    height:130px;
    width:160px;
    float:left;
} 
.btm-left .titleTopVentes a{
    width:115px;
    display:block;
    text-decoration:none;
    color: #9f581a;
    font-size:20px;
    line-height:25px;
    margin: 30px auto 0;
    line-height:25px;
}

.btm-left .titleTopVentes a{
    text-transform: uppercase;
    text-align:center;
    font-family: 'open_sans', arial, sans-serif;    
}

.btm-left .titleTopVentes span{
    color:#5f5a5d;
    font-size:12px;
    line-height:16px;
}

.btm-left .menuTopVenteProducts{
    float:left;
    background:#ffffff;
    width:643px;
    height:130px;
    box-shadow: 0 0 50px rgba(128,128,128,0.1) inset; 
    overflow:hidden;
}

.fr .btm-left .menuTopVenteProducts{
    width:456px;
}

.menuTopVenteProducts .topVentesProductsList{
    float:left;
    height:130px;
    width:212px;
    overflow:hidden;
}

.fr .menuTopVenteProducts .topVentesProductsList{
    width:226px;
}

.menuTopVenteProducts .topVentesProducts{
    display:block;
    height:130px;
    width:212px;
    float:left;
    text-decoration: none;
    margin-left:15px;
    text-align:left;
}

.fr .menuTopVenteProducts .topVentesProducts{
    width:226px;
}

.menuTopVenteProducts .topVentesProducts > img{
    padding-right:10px;
    
    display:inline-block;
    vertical-align: middle;
}

.TopVentesProductInfos{
    display: inline-block;
    vertical-align:middle;
    max-height:130px;
}

.menuTopVenteProducts .topVentesProducts .TopVentesProductInfos > p{
    width:100px;
    font-family: 'open_sans', arial, sans-serif;
    text-align:left;
    box-sizing: border-box;  
}

.fr .menuTopVenteProducts .topVentesProducts .TopVentesProductInfos > p{
    width:107px;
}

.topVentesProducts .TopVentesProductInfos .TopVentesProductName{
    color:#cd2781;
    font-size:13px;
}

.topVentesProducts .TopVentesProductInfos .TopVentesProductPrice{
    font-weight:bold;
    font-size: 13px;
    color: #443d41;
}

.topVentesProducts .TopVentesProductInfos .TopVentesProductDecription{
    font-size:11px;
    font-family: arial, sans-serif;
    color:#606060;
}

.clear{clear:both;}

.btm-center{
    height:130px;
    width:177px;
    background: #b70158;
    float:left;
    margin-left:10px;
}

.btm-right{
    height:130px;
    width:177px;
    background: #e6459c;
    float:left;
    margin-left:10px;
}

.btm-right > a {
    display:block;
    text-decoration: none;
    vertical-align:middle;
    font-size:16px;
    width:177px;
    
}

.menu-ouvert .content .menu-large-right{
    width:177px;
    position:absolute;
    right:0;
    top:0;
    margin-right:10px;
}

.menu-large-right .title-right{
    height: 47px;
    text-align:left;
    border-bottom: solid 1px #cacaca;
    font-family: 'open_sans_bold', arial, sans-serif;
    font-size:17px;
    text-transform: uppercase;
}

.menu-large-right .title-right a{
    text-decoration: none;
    line-height: 47px;
    color: #b70158;
}

.goto-btm{
    position: absolute;
    right:10px;
    top:170px;
    display:block;
    background: #cd2781;
}

.goto-btm .bt-goto{
    height:30px;
    width:177px;
    line-height:30px;
    background: #cd2781;
    text-align:center;
    display:block;
    padding:0;
    text-transform: uppercase;
}

.goto-btm .bt-goto a, .goto-btm .bt-goto a:hover{
    line-height:30px;
    width:177px;
    color:#ffffff;
    font-family:"open_sans", arial, sans-serif;
    font-size: 12px;
}

.menu-thin-right{
    float: right;
    width:177px;
    height:275px;
    margin-right:10px;
}

.menu-thin-right .right-top{
    height:130px;
    width:177px;
    background:#fafafa;
}

.menu-thin-right .right-bottom{
    margin-top:5px;
    height:130px;
    width:177px;
    background:#e6459c;
}

.menu-thin-middle{
    float: right;
    width:177px;
    height:275px;
    margin-right: 5px;
    background: #fff;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.menu-thin-middle .topVentesProducts{
    display: block;
    height: 175px;
    text-align: center;
    text-decoration: none;
    width:177px;
    background:#f7f5f6;
    position:relative;
    overflow:hidden;
/*    box-shadow: 0 0 30px rgba(0,0,0,0.1) inset;    */
}

.menu-thin-middle .topVentesProducts .layer-opacity{
    position:absolute;
    top:22px;
    left:3px;
    background:green;
    height:131px;
    width:87px;
    background-color: #623c54;
    opacity: 0.05;
    z-index:99;
}

.ie8 .menu-thin-middle .topVentesProducts .layer-opacity{
    display:none;
}

.menu-thin-middle .topVentesProducts > img{
    display:inline-block;
    vertical-align: middle;
    padding:22px 3px;
}

.menu-thin-middle .topVentesProducts .TopVentesProductInfos{
    display:inline-block;
    vertical-align: middle;
    width:80px;
    text-align:left;
}

.menu-thin-middle .topVentesProducts .TopVentesProductInfos > p{
    font-family: "open_sans", arial, sans-serif;
}

.menu-thin-middle .titleTopVentesBtm{
    background:#ebebeb;
    height:90px;
}

.titleTopVentesBtm a{
    width:177px;
    display:block;
    text-decoration:none;
    color: #9f581a;
    font-size:20px;
    line-height:25px;
    padding:15px 35px 0px;
    box-sizing: border-box;
}

.menu-thin-middle .titleTopVentesBtm a{
    text-transform: uppercase;
    text-align:center;
    font-family: 'open_sans', arial, sans-serif;    
}

.menu-thin-middle .titleTopVentesBtm span{
    color:#5f5a5d;
    font-size:12px;
    line-height:16px;
}

#menu4-ouvert .P2-container > h2, #menu3-ouvert .P2-container > h2{
    width:160px;
}

.menu-ouvert .content .menu-thin-left{
    width:177px;
    float:right;
    margin-right:10px;
}

.menu-thin-left .title{
    height: 47px;
    text-align:left;
    border-bottom: solid 1px #cacaca;
    font-family: 'open_sans_bold', arial, sans-serif;
    font-size:17px;
    text-transform: uppercase;
}

.menu-thin-left .title a{
    line-height: 47px;
    color: #b70158;
    text-decoration:none;
}


.goto-left{
    position:absolute;
    left:454px;
    top:255px;
    display:block;
    background: #cd2781;
}

.goto-left .bt-goto{
    height:30px;
    width:177px;
    line-height:30px;
    background: #cd2781;
    text-align:center;
    display:block;
    padding:0;
    text-transform: uppercase;
}

.goto-left .bt-goto a, .goto-left .bt-goto a:hover{
    line-height:30px;
    width:177px;
    color:#ffffff;
    font-family:"open_sans", arial, sans-serif;
    font-size: 12px;
}

.menu-ouvert .content {
    text-align: left;
    position: relative;
    width: auto;
    padding: 20px 0 0 0;
    height: 100%;
    overflow: hidden;
    text-align: center;
    cursor: auto;
    /*opacity: 0;*/
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    opacity: 0;

    /*-webkit-transition: .4s all linear;
       -moz-transition: .4s all linear;
        -ms-transition: .4s all linear;
            transition: .4s all linear;*/
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 0;
}


.ie7 .menu-ouvert .content,
.ie8 .menu-ouvert .content,
.ie9 .menu-ouvert .content{
    display: none;
}

.menu-ouvert .content.is-visible{
    height: auto;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    opacity: 1;
    display: block;

    z-index: 5000;
}

.hovered{
    display:block;
    float: left;
}

.content .P1-1{
    text-align: left;
    display: block;
    padding-left:15px;
}
.content .P1-1 h2 {
    color: #4D4951;
    font-family: arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
    text-align: left;
    text-transform: uppercase;
    max-width: 189px;
}

.content .P1-1 h2 a{
    cursor: pointer;
    margin-right: 30px;
}
.content .P1-1 h2 a, .P1-1 .P2 a {
    line-height: 25px;
}
.nav-menu .P1-1 .P2 a{
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #4d4951;
    cursor: pointer;
}

.P1-1 .P2 a:hover, .P1-1 h2 a:hover{
    color: #e2007a;
    transition: .2s ease-in;
    background:none;
}

.P2-count{
    font-size: 11px;
    color: #bdbdbd;
}

.P2-list{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 20px;
    vertical-align: top;
}

.P2-spacer{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 1px;
    background: #f0f0f0;
    margin-right: 30px;
    height: 80%;
}

/*#menu1 .P2-spacer{
    height: 206px;
}

#menu2 .P2-spacer{
    height: 236px;
}

#menu3 .P2-spacer{
    height: 146px;
}

#menu4 .P2-spacer{
    height: 146px;
}

#menu5 .P2-spacer{
    height: 116px;
}*/

.P2-container{
    display: inline;
    float: left;
    vertical-align: top;
}

.P2{
    max-width:200px;
}

.goto{
    margin-top: 20px;
    height: 50px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
}

.bt-goto{
    height: 30px;
    line-height: 30px;
    margin:0 auto;
    background: #f398d1;
    cursor: pointer;
    transition: .2s ease-in-out;
    display: inline;
    padding: 5px 10px;
}

.bt-goto:hover{
    background:#ea89bb;
}

.bt-goto a, .bt-goto a:hover {
    background: none !important;
    text-decoration: none;
    color: #56484A;
    font-family: arial, sans-serif;
}
/* 23/12/2013 ventes privees nouveau menu*/
#content-menu #menu45-ouvert {
    width:100%;
}
#content-menu #menu45-ouvert .content {
    padding: 0;
}
.nav-menu nav a.lienJeMinscris {
    transition:none;
}
/* 23/12/2013 FIN ventes privees nouveau menu*/
.menuVentesPrivees {
    width:100%;
    height: 224px;
    background: url("../../images/store/ventes_privees/menu_2014/bkd.png");

}
.menuVpContainer a, .menuVpContainer div, .menuVpContainer span {
    font-family: 'open_sans';
}
.menuVpCarron {
    background: url("../../images/store/ventes_privees/menu_2014/L0/title.png") 0 0 no-repeat;
    width: 259px;
    height: 190px;
    position: relative;
}
.en .menuVpCarron {   background-image: url("../../images/store/ventes_privees/menu_2014/L1/title.png");}
.it .menuVpCarron {   background-image: url("../../images/store/ventes_privees/menu_2014/L2/title.png");}
.es .menuVpCarron {   background-image: url("../../images/store/ventes_privees/menu_2014/L3/title.png");}
.nl .menuVpCarron {   background-image: url("../../images/store/ventes_privees/menu_2014/L4/title.png");}

.nav-menu .menuVpCarron a,
.nav-menu .menuVpTexte a {
    width: 219px;
    margin-top: 170px;
    display: block;
    background-color: #e6459c;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 0;
    transition: .2s ease-in;
}
.nav-menu .menuVpCarron a:hover,
.nav-menu .menuVpTexte a:hover {
    background-color: #ff78c1;
}
.nav-menu .menuVpTexte a {margin-top:40px;}

.nav-menu .menuVpTexte {
    padding-left: 253px;
}
.nav-menu .menuVpTexte p {
    text-align: left;
    margin-top: 25px;
    color: #4d4951;
    font-family: arial,sans-serif;
}
.nav-menu .menuVpTexte strong {
    color:#e6459c;
    font-size: 25px;
}
.menuVpVente {
    width: 320px;
    height: 200px;
    float: right;
    margin: 10px 10px 10px 0;
    background-color: #ffffff;
    cursor: pointer;
}
.menuVpVenteLeft {
    float:left;
    width: 203px;
    height: 155px;
}
.menuVpVenteRight {
    float:left;
    width: 117px;
    height: 155px;
    background-color: #2e2131;
    text-align: center;
}
.menuVpVenteBottom {
    float:left;
    width: 310px;
    height: 45px;
    padding-left: 10px;
}
.menuVpVenteBottom .menuNomVp {
    text-transform: uppercase;
    font-size: 13px;
    color: #6d656a;
}
.menuVpVenteBottom .menuDatesVp {
    font-size: 13px;
    color: #2b272e;
}

.en .menuVpVenteBottom .menuDatesVp, .it .menuVpVenteBottom .menuDatesVp, .nl .menuVpVenteBottom .menuDatesVp {
    font-size: 14px;
}
.es .menuVpVenteBottom .menuDatesVp {
    font-size: 13px;
}
.menuVpReduc{
    padding-top: 30px;
    height: 85px;
}
.menuVpReduc span {
    color: #ffffff;
}
.menuVpReduc span.jusquA {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.menuVpReduc span.reduc {
    font-size: 49px;
    position:relative;
    font-weight: bold;
}
.menuVpReduc span.pourcent {
    font-size: 30px;
    position: absolute;
    right: 0px;
}
.menuVpBouton{
    padding: 5px 0;
}
.menuVpBouton span {
    color: #e6459c;
    font-weight: bold;
}
/* fin nouveau menu */


/*hover vignettes home*/
.vignette-home{

}