.section-prix-normes{
  padding: 41px 0 70px;
  margin-bottom:  70px;
  background-color: #e0e8f2;
}
.dispatch .section-prix-normes,
.liste .section-prix-normes{
  margin-bottom: 0;
}
.prix-normes{
  font-size: 14px;
  color: #31363b;
}
.prix-normes .h3{
  margin-bottom: 35px !important;
  text-align: center;
}
.prix-normes .wrapper-push-image{
  height: 210px;
  background-color: #fff;
}
.prix-normes .wrapper-push-image .div-table{
  table-layout: fixed;
}
.prix-normes .wrapper-push-image img {
  max-width: 100%;
  width: auto;
}
.prix-normes .title-push{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.prix-normes .text-push{
  margin-bottom: 5px;
}

@media (max-width: 991px){
  .section-prix-normes{
    padding: 21px 0 44px;
  }
  .prix-normes .h3,
  .article .section-prix-normes .h3{
    margin-bottom: 25px !important;
    text-align: center !important;
  }
  .prix-normes .wrapper-push-image{
    height: 232px;
    margin-bottom: 22px;
  }
  .prix-normes .carousel-indicators li:not(.active){
    background-color: #fff;
  }
}