
.selectionne{
  background-color: "#0075c9";
  border-color: "#0075c9";
  color:white;
}

.non_selectionne{
  background-color: "white" ;
  border-color: "white";
  color:"#0075c9";
}

.features-image:hover{
  cursor: pointer;
  transform: scale(1.05);
  border-radius: 2%;;
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}

.features-image .item-wrapper{
  cursor: pointer!important;
}
