


figure ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

figure ul li {
    font-size: 13px;
    color: #000;
    display: flex;
    flex-direction: row;
    padding: 0.2rem 0.6rem;
}

figure ul li:before {
  content: "\f219";
  font-family: fontAwesome;
  padding-right: 8px;
  color: green;
}

.item {
    flex: 90%;
}

.price {
    flex: 20%;
    display: grid;
    place-items: center;
}

/* Gallery Section
--------------------------------*/

#gallery {
    padding: 60px 0;
  }
/* 
  #gallery .galleries {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding: 1rem 0;
  } */

  #gallery .owl-nav, #gallery .owl-dots {
    margin-top: 5px;
    text-align: center;
  }
  
  #gallery .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
  }
  
  #gallery .owl-dot.active {
    background-color: #18d26e;
  }

  /* .gallery .gallery-item {
    overflow: hidden;
  }
  
  .gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
  }
  
  .gallery .gallery-item:hover img {
    transform: scale(1.1);
  } */

  /* Message d'or */

  .messageDor {
    position: absolute;
    top: 0;
    left: calc(65% - 20px);
    color: #c7942a;
    cursor: pointer;
  }

  .bd-livreDor-modal-lg h4 {
    color: #c7942a;
  }

  .php-email-form button[type="submit"] {
    background: #c7942a;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
  }
  