@import url(/frontend/Files/128850/v1/design/css/site.min.css);
#headerlogo img {
    max-height: 135px;
}
.homepage .produits {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px !important;
}
.PBMsgAvailSupplier, .PBMsgDaysToShip, .PBMsgDiscontinued, .PBShortTxt.PBMsgInStock, .PBShortTxt.PBMsgOutOfStock, .PBShortTxt.PBMsgStockLvl {
    display: none !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 0 10px;
    text-align: right;
}
.itemlist #btnaddtocart.btnaddtocart, .userlogin .loginValid .btnmain, div.navbar span.off {
    color: #fff;
    background-color: #f27c22;
    border-radius: 3px;
}
.itemdetail .c-ox-product-detail--template-studio-simple .c-ox-product-detail__buy-button #btnaddtocart.btnaddtocart:hover {
    background-color: yellowgreen;
}
.itemlist #btnaddtocart.btnaddtocart:hover, .userlogin .loginValid .btnmain:hover, div.navbar span.off:hover {
    color: #fff;
    background-color: yellowgreen;
}
.reassurances-container {
    background-color: #f27c22;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
	#blockuserlogout .logout a, #blockuserlogout .viewaccountinfo a, .blockfacet .blockbtn, .cartlineqty .PBBtnStd, .OxSearchPanelBlkAdv .PBMainTxt.OxSearchPanelNavBtn, .OxSearchPanelNavBar .PBMainTxt.OxSearchPanelNavBtn, .qtyZone .PBBtnStd, a.btnmain, button, div.navbar a, input.PBBtnStd, input[type=button], input[type=submit] {
		color: #fff;
    background-color: #9acd32;
    border-radius: 3px;
	}
.designBackColorSub {
	background-color: #9acd32;
}
.c-app-flash-sale__countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    width: 15%;
}
#headercontainer {
    background: -webkit-linear-gradient(top,#4c4c4c,#303030),-webkit-linear-gradient(top,#4c4c4c,#303030);
    background: linear-gradient(
180deg
,#4c4c4c,#303030),linear-gradient(
180deg
,#4c4c4c,#303030);
    background-position: top,center 164px;
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 40px,100% 50px;
    background-color: #fff;
}
#menu>li:hover>a.menu,
#hmenu>li>a.menu.subactive {
color:#ff9900;
background-color: transparent;
}

.mobile-container .categories__block--title {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #2e8b57;
}

.mobile-container .categories__block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 50%);
    margin: 10px 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 12px;
}


.itemdetail .c-ox-product-detail--template-studio-simple .c-ox-product-detail__insertion-block {
    display: flex !important;
}


.ox-tabs .ox-tabs-titles-container .ox-tabs-title.is-active {
    color: #fff;
    font-weight: 700;
    border: 1px solid #000;
	background-color: #000
}