.selector{
	margin-top:20px;
	margin-left:0;
}
.catalogue{
	margin-top:20px;
}
.catalogue col{
  margin-left:0;
  padding-left:0;
}
.access{
	width:190px;
	height:40px;
	color:#5e8520;
	font-weight:500;
	background-color:#d6decc;
}
.selectwrap{
	position:relative;
	/*float:left;*/
	width:200px;
	height:40px;	
}
select {
 	padding-left:20px;
  border-radius: 0px;
 	font-family:"Open Sans";
 	font-weight:400;
	font-size:15px;
	font-style:italic;
	color:#7b7b7b;
	background-color:#ffffff;
	border:1px solid #d6decc;
	border-right:none;
  height: 40px;
  width:230px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer !important;
}
select:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px #d6decc;
  border-right:none;
} 
.select-side{
  width:40px;
  position: absolute;
  top: 0px;
  background-color: #ffffff;
  height: 100%;
  left:190px;
  /*border-radius: 0px 3px 3px 0px;*/
  border:0;
  border-right: solid 1px #d6decc;
  border-top: solid 1px #d6decc;
  border-bottom: solid 1px #d6decc;
  pointer-events:none;
}
.select-side:before {
  border-left:none;
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 1px;  /* or 100px */
}
.glyphicon-triangle-bottom{
  left:30%;
  color:#5e8520;
  top:10px;
}  
.product-wrapper{
  position:relative;
	width:160px;
	height:200px;
	padding:0;
	margin:0;
	margin-bottom:30px;
	border:1px solid #d6decc;
	border-top:none;

	/*font-family:'Open Sans';*/
}
.product-wrapper img{
	position:relative;
	margin-left:0;
  top:0;
	left:-1px;
	width:160px;
	height:114px;
	border:0px solid red;
}
.product-wrapper .product-name{
	position:relative;
	padding:0;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	line-height:85%;
}
.product-wrapper a{
	color:#5e8520;
	font-size:13px;
	text-decoration:none;
	/*font-weight:600;*/
	/*border:1px solid green;*/
}
.product-wrapper .from{
	position:absolute;
	width:120px;
	height:15px;
	bottom:30px;
	right:0px;
	color:#ea551b;
	font-size:12px;
	font-style:italic;
	/*padding-left:5px;*/
	/*border:1px solid green;*/
}
.product-wrapper .price a{
	position:absolute;
	width:120px;
	height:30px;
	bottom:0;
	right:0;
	background-color:#ea551b;
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
	padding-left:10px;
}
.product-wrapper .price a:after{
	position:absolute;
	top:-3px;
	right:5px;
	/*top:0px;
	right:5px;*/
  content:url('../logo-pictos/panier-ajout.svg');
  transform: scale(.9);
}
