body {
 background-image: url(/images/fonds/fond-site.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 background-position: 50% 0;
}
#mainbody{
    background-image: url("/images/fonds/blanc60.png");
    background-repeat: repeat;
    color: #000000;
	min-height: 1000px
}
.header-top{
    background-image: url("/images/fonds/blanc60.png") !important;
    background-repeat: repeat;
  background-color: rgba(245, 245, 245, 0.8);
}
.product-inner{
    background: rgba(245, 245, 245, 0.8) !important;
}
.product-image-cont{
    background: rgba(245, 245, 245, 0) !important;
}
.product-inner a img{
    background: transparent !important;
}
.vpf-scroll-top-button{
    background: green;
    color: white;
}
/*
#################################################################
	page produit
#################################################################
*/
.view-productdetails a{
color: black;    
}
.productdetails-view.vm-productdetails{
    background: white !important;
    padding:10px;
}
.PricepriceWithoutTax,.PricetaxAmount,.vm-price-desc{
    font-size: 1.2em;
    font-weight: 600;
    color: green;
}
.view-productdetails .product-short-desc-cont{
    font-weight: 600;
    font-size: 18px;
    color: black;
}

/*
#################################################################
	panier
#################################################################
*/
.show-cart-button, .show-cart-button:hover {
    color: #ffffff;
    background-color: green;
    border-color: green;
    font-weight:600;
}

.col-total,.col-total nowrap,.PricesalesPrice,.PricebillTotal,.prooopc-tos-label a{
    color: green !important;
}
.proopc-continue-link{
    background: green;
    padding: 10px;
}
.proopc-continue-link a{
    color:white;
    font-weight: 600;
}
/*
#################################################################
	catégories
#################################################################
*/
.category-view .doc-sdesc {
    color: green;
    font-weight: 800;
    padding:5px;
    margin: 10px;
    background: rgba(245, 245, 245, 0.7);
}