::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.title {
  margin-bottom: 2vh;
  max-height: 3vh;
  min-height: 3vh;
}

.card {
  margin: auto;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  border: transparent;
}

@media (max-width: 767px) {
  .card {
    margin: 3vh auto;
  }
}

.cart {
  background-color: #737579;
  padding: 4vh 5vh;
  color: #fff;
}

@media (max-width: 767px) {
  .cart {
    padding: 4vh;
    border-bottom-left-radius: unset;
    border-top-right-radius: 1rem;
  }
}

.catalogue-cart {
  min-height: 80vh;
  background-color: #fff;
  padding: 4vh 5vh;
  max-height: 80vh;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 4vh;
  color: rgb(65, 65, 65);

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.recap-cart {
  min-height: 80vh;
  background-color: #737579;
  padding: 4vh 5vh;
  max-height: 80vh;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 4vh;
  color: #fff;

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

#list_article_catalogue {
  overflow-y: visible;
  overflow-x: hidden;
}

.list-article-cart {
  margin-top: 30px;
  margin-bottom: 50px;
  max-height: 20vmax;
}

#type_catalogue {
  margin-top: 30px;
}

.row {
  margin: 0;
}

.title b {
  font-size: 1.5rem;
}

.main-img {
  margin: 0;
  padding: 2vh 0;
  width: 100%;
}

.main {
  margin: 0;
  padding: 0.5vh 0;
  width: 100%;
}

.infos {
  margin: 0;
  padding: 0.5vh 0;
  width: 100%;
  height: 110px;
}

.reset-btn-article {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 8;
}

.label-article {
  margin-top: 7px;
  margin-bottom: 7px;
}

.bloc-article{
  width: 99.5%;
}

.delete-line {
  padding-right: 0;
}

.noteArticle {
  resize: none;
}

.col-2,
.col {
  padding: 0 1vh;
}

.qt {
  padding: 0 1vh;
}

.close-btn {
  margin-left: auto;
  font-size: 0.7rem;
}

.back-to-shop {
  margin-top: 4.5rem;
}

h5 {
  margin-top: 4vh;
}

hr {
  margin-top: 1.25rem;
}

form {
  padding: 2vh 0;
}

.remise {
  font-size: small;
}

.supp-infos {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.add-col {
  position: relative;
}

.add-cart {
  margin: 0;
  position: absolute;
  top: 45%;
  align-items: center;
  width: 40px;
  padding: 8;
}

.wholesale-arrow {
  position: absolute;
  width: 60px;
  height: 40px;
  left: 43%;
  bottom: 55%;
}

.label-article 
{
  padding: 0;
}

.cart-remove {
  color : #fff;
  border:none;
  background-color: #D9534F;
  width: 45px;
  height: 25px;
  top: 0px;
}

#choices {
  padding-right: 0;
  padding-top: -10px;
}

.cart-rq {
  display: none;
}

.price {
  text-align: center;
  padding: 0px;
}

.price-ht {
  font-size: 14px;
}

.options-cart {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  width: 250px  !important;
}

.triples {
  margin-top: 30px;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none;
}

#code {
  background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.253),
      rgba(255, 255, 255, 0.185)
    ),
    url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
}

.img-fluid {
  max-height: 75px;
  width: auto;
}

#search-button-cart {
  padding-left: 6px;
  padding-right: 6px;
}

#list-cart-img {
  display: none;
}

.align-cart {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#return-cart {
  position: absolute;
  bottom: 0;
  margin-top: 10px;
  bottom: 1.5vh;
  left: 3vh;
}

#btn-return-cart {
  display: none;
}

.description {
  min-width: 20em;
  min-height: 50px;
  max-width: 40em;
  max-height: 70px;
  text-align: left;
  overflow-y: scroll;
}
.description *{
  padding: 0;

}

#product-list {
  scrollbar-width: none;
}

.article-line {
  height: 150px;
  background-color: #fff;
}

.frame-messsage {
  width: 100%;
  height: 100px;
}

ul .draggable {
  will-change: transform;
  height: 50px;
  list-style-type: none;
  color: #212121;
  padding-left: 10px;
  cursor: move;
  transition: all 200ms;
  user-select: none;
  margin-bottom: 115px;
  position: relative;
}

#overview-list {
    margin-top: 40px;
    padding-left: 0;
}

.over {
  transform: scale(1.05, 1.1);
}

.col-info-article {
  height: 150px;
}