.prod .prod__article--promo .prod__price__cur {
color: #000000;
}


.prod .prod__article--sale .prod__price__cur {
color: #2b2b2b;
}


.prod .prod__state--sale {
background: #e8587b;
}


.nav__itemlvl1 {
font-weight:bold;
}

.state--sale {
background: #e8587b;
}

.prod .prod__state--promo {
background: #e8587b;
}

.prod .prod__article--promo .prod__price__cur {
color: #000000;
}

.state--specialOffer {
background: #000000;
}

.wb-monoproduct-zoom__right .prod__state--promo {
background: #000000;
}

.h1 {
position:absolute; top:-999px; left:-9999px;
}

.breadcrumbs{
margin:0 auto 1.5em auto;
}

.powered__p {
display: none;
}

.checkout-confirmation .end-h1 {
color: #e8587b;
}


.form__subtitle {
display: none;
}

.prod-details__brand__url {
display: none;
}

.body__wrapper--form {
background: #FFFFFF;
}

.prod-carac__title {
font-weight:bold;
}

.prod-infos__title {
font-weight:bold;
}

.prod-rate__title {
font-weight:bold;
}


/*Date de livraison par défaut caché*/
.option-desc {
display: none;
}

/*En savoir plus description courte caché*/
.prod-summary .prod-details__summary__scroll {
display: none;
}


/* Le parent */
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
/* L'enfant */
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}