﻿.mode-ligne .lent-item {
  width: 750px;
  position: relative;
  float: left;
  margin: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px 0px #B7B7B7;
  cursor: pointer;
}
.mode-ligne .lent-item-infos {
  width: 350px !important;
  height: 36px;
}
.mode-ligne .lent-item-top {
  float: left;
  width: 200px !important;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  object-fit: contain;
  padding: 25px;
}
.mode-ligne .lent-item-top img {
  height: 230px;
  width: 230px;
  margin-left: 10px;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}
.mode-ligne .lent-item-nb {
  display: none;
}
.mode-ligne .lent-item-description {
  display: block !important;
  width: 350px;
  height: 140px;
  font-size: 13px;
  padding-left: 50px;
}
.mode-ligne .lent-item-price {
  width: 140px !important;
  padding: 5px !important;
  margin: 0px 25px 5px 30px !important;
  background-color: #FFF !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.mode-ligne .lent-item-price span sup {
  font-size: small !important;
}
.mode-ligne sup {
  top: 2px !important;
}
.mode-ligne .lent-item-available {
  text-align: center;
  float: right;
  width: 80px;
  margin-top: -18px;
  margin-right: -25px;
  position: relative;
  top: 0;
  right: 0;
}
.mode-ligne .lent-item-addtocart {
  text-align: center;
  float: left;
  width: 140px;
  margin: 10px 30px 10px 30px;
  position: absolute;
  bottom: 0;
}
.mode-ligne .lent-item-addtocart a {
  line-height: 35px;
}
.mode-ligne .lent-item-addtocart a,
.mode-ligne .puCde-divAjoutPanier a {
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  display: block !important;
  height: auto !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 10px 2px 10px;
}
.mode-ligne .lent-item-addtocart a span {
  text-decoration: none;
}
.mode-ligne .lent-item-addtocart a img {
  vertical-align: top;
  width: 33px;
}
.mode-ligne .lent-item-manufacturer {
  display: none;
}
.mode-ligne .lent-item-bottom {
  background-color: white !important;
  float: left;
  width: 550px;
  height: 200px !important;
}
.mode-ligne .lent-item-label {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 16px !important;
  color: black !important;
  margin-top: 10px !important;
  margin-left: 50px !important;
}
.mode-ligne .monture-bottom-absolute {
  bottom: 10px;
}
.mode-ligne .pnl-item-prices {
  margin-top: 10px;
}
.mode-ligne .pnl-item-name-title {
  display: none;
}