/*
 Copie des codes #sp-top-bar-wrapper
*/
#sp-header-wrapper a {
  color: #999;
}
#sp-header-wrapper a:hover {
  color: #fff;
}
#sp-header-wrapper .sp-login,
#sp-header-wrapper .sp-register,
#sp-header-wrapper ul.lang-inline {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #444;
}
#sp-header-wrapper .vm_currency_module {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#sp-header-wrapper .vm_currency_module .currency_title {
  display: inline-block;
}
#sp-header-wrapper .vm_currency_module #sp_currency_form {
  margin: 0;
  display: inline-block;
}
#sp-header-wrapper .vm_currency_module #sp_currency_form .sp_currency {
  position: relative;
  margin-left: 10px;
  width: 75px;
  z-index: 1001;
}
#sp-header-wrapper .jqTransformSelectWrapper >div span {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-top: 9px;
  padding: 0 22px 0 8px;
  cursor: pointer;
  position: relative;
  border: 1px solid #444;
}
#sp-header-wrapper .jqTransformSelectWrapper >div span:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  width: 14px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  right: 5px;
  top: 0;
}
#sp-header-wrapper .jqTransformSelectWrapper ul {
  min-width: 63px;
  top: 30px;
  background-color: #333;
  border: 1px solid #444;
  border-top: 0;
}
#sp-header-wrapper .jqTransformSelectWrapper ul a.selected {
  background: #000;
}
#sp-header-wrapper .mod-languages {
  display: inline-block;
}
#sp-header-wrapper .mod-languages ul.lang-inline {
  list-style: none;
}
#sp-header-wrapper .mod-languages ul.lang-inline >li {
  display: inline-block;
  margin: 0 1px;
}
#sp-header-wrapper .mod-languages ul.lang-inline >li img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 4ms;
  -moz-transition: opacity 4ms;
  -o-transition: opacity 4ms;
  transition: opacity 4ms;
}
#sp-header-wrapper .mod-languages ul.lang-inline >li:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-header-wrapper form#mod-finder-searchform,
#sp-header-wrapper form#mod-search-searchform,
#sp-header-wrapper form#mod-vm-product-search {
  float: left;
  margin: 0;
}
#sp-header-wrapper form#mod-finder-searchform input[type="text"],
#sp-header-wrapper form#mod-search-searchform input[type="text"],
#sp-header-wrapper form#mod-vm-product-search input[type="text"] {
  color: #aaa;
  width: 150px;
  min-height: 40px;
  float: left;
  border: 0;
  border: 1px solid #888;
  -webkit-transition: width 5ms, background 5ms;
  -moz-transition: width 5ms, background 5ms;
  -o-transition: width 5ms, background 5ms;
  transition: width 5ms, background 5ms;
}
#sp-header-wrapper form#mod-finder-searchform input[type="text"]:focus,
#sp-header-wrapper form#mod-search-searchform input[type="text"]:focus,
#sp-header-wrapper form#mod-vm-product-search input[type="text"]:focus {
  width: 150px;
  color: #fff;
  background: #222;
  border: 1px solid #888;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-header-wrapper form#finder-search .word .button {
  line-height: 35px;
  padding: 0 10px;
  margin-top: -10px;
}
#sp-header-wrapper ul#finder-filter-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-header-wrapper .vmCartModule {
  float: right;
  display: block;
  position: relative;
  padding: 0;
  height: 40px;
  text-align: center;
  border-right: 1px solid #444;
  cursor: pointer;
}
#sp-header-wrapper .vmCartModule:hover {
  color: #fff;
}
#sp-header-wrapper .vmCartModule .cart-container {
  position: relative;
  padding: 0 20px 0 10px;
}
#sp-header-wrapper .vmCartModule .cart-container i {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
}
/* 
#sp-header-wrapper .vmCartModule .cart-container i {
    display: block;
    font-size: 20px;
    padding: 10px 0px;
	height: 20px;
} */
#sp-header-wrapper .vmCartModule .cart-container span.total_products {
  background: #000;
  color: #fff;
  font-size: 12px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#sp-header-wrapper .vmCartModule .cart-container .sp-vm-cart-container {
  display: none;
}
#sp-header-wrapper .vmCartModule .cart-container:hover .sp-vm-cart-container {
  display: block;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container {
  width: 300px;
  top: 38px;
  right: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-align: left;
  padding-bottom: 10px;
  overflow: hidden;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container .container {
  width: 100%;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container li {
  padding: 0 15px;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container li >div {
  padding: 0 15px;
  margin: 0 -15px;
  line-height: 36px;
  -webkit-transition: background-color 3ms;
  -moz-transition: background-color 3ms;
  -o-transition: background-color 3ms;
  transition: background-color 3ms;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container li >div:hover {
  background: #333;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container li a {
  color: #fff;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container li.total {
  text-align: right;
  float: right;
  margin-top: 6px;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container li.divider {
  background: transparent;
  margin-bottom: 10px;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container li.sp-cart-show {
  float: left;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container li.sp-cart-show a {
  float: none !important;
  padding: 6px 12px;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  background: #333;
}
#sp-header-wrapper .vmCartModule .sp-dropdown-cart {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-header-wrapper .vmCartModule .cart-container:hover,
#sp-header-wrapper .vmCartModule:hover {
  background: #da001a;
  border-color: #da001a;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container {
  background: #da001a;
}
#sp-header-wrapper .vmCartModule .sp-vm-cart-container li.divider {
  border-color: #c10017;
}
ul.VMmenu, .VMmenu ul, .VMmenu li {
    list-style-type: none!important;
    background-image: none!important;
    padding: 2px;
}
.browse-view .row .vmproduct, .featured-view .row .vmproduct, .latest-view .row .vmproduct, .topten-view .row .vmproduct, .recent-view .row .vmproduct {
    width: 25%;
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.width25 {
    width: 25%;
}
.category-view .row .vmproduct .width25 {
    width: 25%;
}
.category-view .row .vmproduct {
    width: 25%;
    padding: 10px;
}
.category-view .row .vmproduct .product-inner {
    border: none;
}

/* Rearange elements positioning for list items */
.list-group-item {float: none;width: 100%;margin-left:0;}
.list-group-item .image-cont{margin-top:0;min-height:inherit;float:left;}
.list-group-item h3{float:left;font-size:110%;margin-top:2px;text-align:left;width:75%;}
.list-group-item .product-price{float:right;margin:0;}
.product_sdesc {
/*Hide the product short description when displaying in grid */
display:none;
}
.list-group-item .product_sdesc {
/*Show the product short description when displaying in list */
display:block;width:75%;margin-left:5px;margin-top:5px;float:left;
}

#sp-header-wrapper {
  border-bottom: none;
}
#sp-menu {
	/*background: #F1A889 !important; /* rose */
	background: #C0C0C0 !important; /* rose */
}
#sp-user3 {
      margin-top: 10px;
}
.cart-container {
	/*background: #F1A889; /* rose */
    background: #C0C0C0;  
}
.cart-container::before {
  content: "Panier ";
}

#sp-footer-wrapper #footer,
#sp-bottom-wrapper #bottom {
    border-top: none;
}

/*
Menu principal
*/
#sp-main-menu {
  float: left;
}
#sp-main-menu ul.level-0 > li {
  height: 50px;
  line-height: 50px;
  position: relative;
  -webkit-transition: 2ms;
  -moz-transition: 2ms;
  -o-transition: 2ms;
  transition: 2ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
#sp-main-menu ul.level-0 > li.parent:hover:after {
  -webkit-transition: bottom 3ms, opacity 3ms;
  -moz-transition: bottom 3ms, opacity 3ms;
  -o-transition: bottom 3ms, opacity 3ms;
  transition: bottom 3ms, opacity 3ms;
}
#sp-main-menu li li:not(.sp-menu-group) {
  -webkit-transition: all 2ms;
  -moz-transition: all 2ms;
  -o-transition: all 2ms;
  transition: all 2ms;
}
.icon-home-menu a:before{content:"\f015";font-size: 18px;}

#sp-main-menu ul.level-0 > li.active >a {
  color: #da001a;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active:hover >a {
  color: #FFFFFF;
  background: #da001a;
}
#sp-main-menu li li:not(.sp-menu-group):hover >a,
#sp-main-menu li li:not(.sp-menu-group).active:hover >a {
  color: #FFFFFF;
  background: #da001a;
}
#sp-main-menu li li:not(.sp-menu-group).active >a {
  color: #da001a;
}


#sp-slider-wrapper .sp-iStoreii-layout .sp-slider-content a.btn-more {
  border-color: #da001a;
  color: #da001a;
}
#sp-slider-wrapper .sp-iStoreii-layout .slider-arrow-nav a.controller-prev i:hover,
#sp-slider-wrapper .sp-iStoreii-layout .slider-arrow-nav a.controller-next i:hover {
  background: #da001a;
}

.sp-submenu {
  -webkit-transition: margin 3ms, visibility 3ms, opacity 3ms;
  -moz-transition: margin 3ms, visibility 3ms, opacity 3ms;
  -o-transition: margin 3ms, visibility 3ms, opacity 3ms;
  transition: margin 3ms, visibility 3ms, opacity 3ms;
}
a {
  -webkit-transition: color 4ms, background-color 4ms;
  -moz-transition: color 4ms, background-color 4ms;
  -o-transition: color 4ms, background-color 4ms;
  transition: color 4ms, background-color 4ms;
}
.sptab.istore-ii-layout .tab-content .active ul.vmproduct.productdetails li {
  -webkit-animation: scaleDown 3ms;
  -moz-animation: scaleDown 3ms;
  -ms-animation: scaleDown 3ms;
  -o-animation: scaleDown 3ms;
  animation: scaleDown 3ms;
}
.sptab.istore-ii-layout .tab-content .active.in ul.vmproduct.productdetails li {
  -webkit-animation: scaleUp 3ms;
  -moz-animation: scaleUp 3ms;
  -ms-animation: scaleUp 3ms;
  -o-animation: scaleUp 3ms;
  animation: scaleUp 3ms;
}
ul.vmproduct.productdetails li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 4ms;
  -moz-transition: 4ms;
  -o-transition: 4ms;
  transition: 4ms;
  padding: 20px;
  width: 25%;
  float: left;
}
ul.vmproduct.productdetails li .product-inner {
  border: none;
  -webkit-transition: border-color 6ms;
  -moz-transition: border-color 6ms;
  -o-transition: border-color 6ms;
  transition: border-color 6ms;
}
ul.vmproduct.productdetails li .product-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: height 6ms;
  -moz-transition: height 6ms;
  -o-transition: height 6ms;
  transition: height 6ms;
}
.browse-view .row .vmproduct .product-inner,
.featured-view .row .vmproduct .product-inner,
.latest-view .row .vmproduct .product-inner,
.topten-view .row .vmproduct .product-inner,
.recent-view .row .vmproduct .product-inner {
    border: 1px solid white;
  -webkit-transition: border-color 6ms;
  -moz-transition: border-color 6ms;
  -o-transition: border-color 6ms;
  transition: border-color 6ms;
}
div.product {
    border: none;
}
.browse-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay,
.featured-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay,
.latest-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay,
.topten-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay,
.recent-view .row .vmproduct .product-inner .product-image-wrapper .product-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: none;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: height 6ms;
  -moz-transition: height 6ms;
  -o-transition: height 6ms;
  transition: height 6ms;
}
ul.vmproduct.productdetails li .product-overlay {
  background: none;
}
#sp-feature-wrapper {
    padding: 0;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background: none;
}

.tableProductImage {
    max-height: 45px;
    width: auto;
    max-width: 100%;
}

.zoom {
width: auto;
height: 45px;
}
.image {
width: 100%;
height: 100%; 
}
.image img {
/* La transition s'applique à la fois sur la largeur et la hauteur. */
-webkit-transition: all; /* Safari et Chrome */
-moz-transition: all; /* Firefox */
-ms-transition: all; /* Internet Explorer 9 */
-o-transition: all; /* Opera */
transition: all;
}
.image:hover img {
-webkit-transform:scale(3); /* Safari et Chrome */
-moz-transform:scale(3); /* Firefox */
-ms-transform:scale(3); /* Internet Explorer 9 */
-o-transform:scale(3); /* Opera */
transform:scale(3);
}

#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
    text-transform: none;
    font-weight: 700;
    font-size: 1.2em;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
    display: block;
    padding: 10px;
    color: #da001a;
}
.search .button {
  margin: 4px;
}
.category-view .row .vmproduct .product-inner .product-details .product-name {
    white-space: normal;
    line-height: normal;
    text-overflow: initial;
    overflow:  visible;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #c10017;
}
.browse-view .row .vmproduct .product-inner .product-details .product-name a, 
.featured-view .row .vmproduct .product-inner .product-details .product-name a, 
.latest-view .row .vmproduct .product-inner .product-details .product-name a, 
.topten-view .row .vmproduct .product-inner .product-details .product-name a, 
.recent-view .row .vmproduct .product-inner .product-details .product-name a {
    white-space: normal;
    line-height: normal;
    text-overflow: initial;
    overflow:  visible;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist {
    background: #f5f5f5;
	display:none;
	position: absolute;
}
.orderlist a {
    display: block;
}
.browse-view .orderby-displaynumber .orderlistcontainer .orderlist div:hover {
    background: #e6e6e6;
}

.addtocart-bar .quantity-input,table .quantity-input{
    margin-bottom: 0px;
    width: 32px;
    text-align: center;
}
.addtocart-bar .btn-large {
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.table .addtocart-bar{white-space:nowrap;}
#product_table form.product{margin-bottom:0px}
#product_table td{vertical-align: middle;padding: 2px 5px;}
#product_table .fiche-price{text-align:right;}
span.PricesalesPrice {
    white-space: nowrap;
}
button[type="submit"].vm-button-correct {
    line-height: normal;
    margin: 0px 30px;
    font-weight: bolder;
	padding-left: 40px;
    padding-right: 40px;
}
.browse-view .width25.list-group-item{width: 100% !important;}
.browse-view .width25.list-group-item .product-image-wrapper {
    float: left;
    width: 16%;
    margin-right: 5%;
}
.browse-view .row .width25.list-group-item .product-details {
    float: left;
    width: 71%;
    padding: 2% !important;
    margin: 0 !important;
}
.browse-view .row .vmproduct.list-group-item .product-inner .product-details .product-name{
    max-width: 220px;
}
.responsive .browse-view .row .vmproduct.list-group-item .product-inner .product-details .product-price{float:right}
#sp-top1 #login-form {
	float: left;
	padding-right: 4px;
}
input.btn.btn-inverse {
    background: #333;
}
#sp-top-bar-wrapper .sp-login, #sp-top-bar-wrapper .sp-register, #sp-top-bar-wrapper ul.lang-inline {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #444;
    background: transparent;
    color: #999;
}
.destockage .menu {
    color: #da001a;
    font-weight: normal;
}
.destockage:hover .menu {
    color: white;
}
.price-crossed span.PricebasePriceWithTax {
    color: red;
    text-decoration: line-through;
}
@media (max-width: 979px){

}
@media (max-width: 767px){
	.logo-wrapper {
		width: 60%;
	}
	.responsive #sp-header-wrapper {
		height:auto;
	}
	#sp-user3 {
		margin-top: -50px;
	}
	.cart-container::before {
    content: "";
    }
.responsive div#sp-top1 >div {
    float: left;
    width: auto;
}
.responsive div#sp-top3,div#sp-top1 {
    float: left;
    width: auto;
	padding-right:4px;
}
.responsive div#sp-top3{
	padding-left:4px;
}
.addtocart-bar .quantity-input, table .quantity-input {
    margin-bottom: 0px;
    width: 16px;
    text-align: center;
}
#sp-header-wrapper .vmCartModule .cart-container i {
    display: block;
    font-size: 20px;
    padding: 10px 0px;
    height: 20px;
	line-height: 20px;
}
span.gridlist {
    float: right;
}

td >.visible-phone {
    display: block !important;
}
td .input-append, .input-prepend {white-space:normal}
.cart-view table.cart-summary tr.sectiontableentry1 td, .cart-view table.cart-summary tr.sectiontableentry2 td{padding: 15px 4px;}
.cart-view table.cart-summary tr th{padding: 10px 4px;}
#sp-top1 #login-form{float:left; padding-right:4px;}
}
td.td-add-to-cart {
    width: 300px;
}
/*select list in product ST42*/
.chzn-container-single .chzn-single div {
    top: 0px;
}
.chzn-container .chzn-results li.highlighted,.chzn-container .chzn-results li.result-selected{
	color:#888;
}
span.vm-price-desc {
    padding-right: 10px;
}
span.vm-img-desc{
	display:none;
}
.product-neighbours a.next-page:before,.product-neighbours a.previous-page:before {
    padding-right: 6px;
}
.stock-col {
    width: 1%;
}
.stockcircle {
	width: 16px;
    height: 16px;
    background: #111;
    border-radius: 50%;
}
.stockcircle.stockright {
    position: absolute;
    top: 0;
    right: 0;
}
.stockcircle.stock-red{
	background: red;
}
.stockcircle.stock-no{
	/* background: #111; */
	background: none;
}
.stockcircle.stock-discontinued{
	background: red;
}
.stockcircle.stock-low{
	background: orange;
}
.stockcircle.stock-high{
	background: green;
}
@media (max-width: 479px){
	#product_table .quantity-minus,#product_table .quantity-plus,#product_table .hidden-480,#product_table .quantity-box {
		display:none;
	}
	.addtocart-button {
    padding: 0 0;
	}
	table#product_table td {
		padding: 2px;
	}
	td.td-add-to-cart {
    width: auto;
	}
}