.list h3 {
  text-align:center;
}

.card{
  width: 100%;
  display: inline-block;
  text-align: left;
  box-shadow: 0 3px 5px rgb(0 0 0 / 17%);
  margin-bottom:30px;
  border-radius: 8px;
}

.card .btn-primary {
  background-color:#8b380a;
  border:0;
}

.card .btn-primary:hover {
  background-color:#fecb87;
  color:#8b380a
}

.img-box{
  overflow: hidden;
  width: 100%;
  height: 15em;
}
.card-img-top{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgACTcard {
    height: 250px;
    object-fit: cover;
}

.container-prod{
  text-align: center;
  width: 75%;
}

.produit {
  max-width:1300px;
  margin-top: 163px;
}

.produit .card {
  box-shadow:none;
}

@media (max-width:900px) {
  .container-prod{
    width: 90%;
  }
}
.formP{
  /* margin-top: 120px; */
}
@media (max-width:900px) {
  .formP{
    /* margin-top: 190px; */
  }


}
.card-body{
  padding: 16px 16px 16px 16px;
}
.card-title{
  margin: 0;
}
.card-button{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.btn-primary {
  color: #fff;
  background-color: #e2570d;
  border-color: #c71039;
}
p.card-text {
  height: 75px;
  overflow: hidden;
  font-size: 13px;
}
.card-title{
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -.012em;
}
#rating-stars .star-icon {
  color: orange;
}
.stars {
text-align: left;
}
p.tarif {
  margin: 0px;
  font-size: 13px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.card-text-b {
  height: 120px;
  overflow: hidden;
}