@charset "UTF-8";
.gradient-custom-2 {
  /* fallback for old browsers */
  background: #fccb90;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to left, #D54616, #E69669);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to left, #D54616, #E69669);
}

.gradient-form {
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}
.case {
  text-decoration: none;
  color: black;
}
.case:hover {
  text-decoration: none;
  color: black;
}
.case-content {
  min-height: 185px;
}

.counter {
  height: 7rem;
}

.count {
  background: linear-gradient(to bottom, #f0f0f0, #c0c0c0, #b2b2b2);
  border: 1px solid #707070;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-size: 3rem;
  align-items: center;
  width: 6rem;
  height: 4rem;
  text-align: center;
  border-radius: 5px;
  margin-left: 2rem;
  margin-right: 7rem;
}

.marquee {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #D54716;
  color: white;
  font-size: 3rem;
}

.marquee__track {
  display: inline-flex;
  white-space: nowrap;
}

.marquee__item {
  flex-shrink: 0;
  padding-right: 2rem; /* petit espace entre les répétitions */
}

.name-product {
  width: 30%;
}

.table-promos tr {
  height: 50px;
}

/*# sourceMappingURL=app.output.css.map */
