.btn-outline-orange {
  color: #fc7b28;
  background-color: #fff;
  border-color: #fc7b28;
}

.btn-outline-orange:hover {
  color: #fff;
  background-color: #fc7b28;
  border-color: #fc7b28;
}

.btn-outline-orange:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-orange.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #fc7b28;
  border-color: #fc7b28;
}

h4 {
   margin-top: 6px;
}

h5 {
   
}

h5-p-incrementation {
   margin-left: 15px;
}


.img-icon {
    width : 30px;
    height : 30px;
    max-width : 48px;
    max-height : 48px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: -3px;
}

p{
   margin-bottom: 18px;
    margin-right: 10px
}

.bg-top {
      background-image: url('/img/bg/BG-top1.jpg');
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      /* hauteur à ajuster selon contexte */
      height: 160px;
    }
