@charset "UTF-8";
/**
CSS Global
*/
:root {
  --primary: #047200;
  --primary-2: #ff9a90;
  --primary-3: #ffc5c0;
  --primary-4: #fff1ef;
  --primary-green: #39ae52;
  --secondary: #4b4ded;
  --secondary-2: rgba(75, 77, 237, 0.75);
  --secondary-3: rgba(75, 77, 237, 0.5);
  --secondary-4: #efeffd;
  --dark: #000000;
  --dark-2: #101828;
  --dark-3: #282828;
  --dark-4: #1c1c1c;
  --white: #ffffff;
  --white-2: #edeae5;
  --purple: #9148ff;
  --purple-2: #f6efff;
  --violet: #a83fff;
  --violet-2: #a474ff;
  --success: #31d0aa;
  --success-2: rgba(49, 208, 170, 0.75);
  --success-3: rgba(49, 208, 170, 0.5);
  --success-4: rgba(49, 208, 170, 0.1);
  --light-green: #00ba00;
  --text: #545454;
  --text-2: #393939;
  --text-3: #667085;
  --text-4: #757575;
  --line: #ebebeb;
  --line-2: #f2f4f7;
  --line-3: #c9c9c9;
  --line-4: #e4e7ec;
  --line-5: rgba(126, 126, 126, 0.2);
  --surface: #f5f5f5;
  --surface-2: #f7f7f7;
  --surface-3: #f3f3f3;
  --shadow-1: 0px 4px 20px 0px #0000001a;
  --gradient-1: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  --gradient-2: linear-gradient(180deg, rgba(231, 236, 210, 0) 0%, #e7ecd2 100%);
  --backdrop: rgba(0, 0, 0, 0.4);
  --bg-scrollbar-track: #f1f1f1;
  --bg-scrollbar-thumb: #c1c1c1;
  --rgba-white: rgba(255, 255, 255, 0.8);
  --rgba-dark: rgba(0, 0, 0, 0.6);
  --rgba-dark-2: rgba(0, 0, 0, 0.8);
  --rgba-dark-3: rgba(0, 0, 0, 0.2);
  --yellow: #ffc108;
  --yellow-2: #ff9a00;
  --brown: #8f5252;
  --red: #e21b1b;
}

.primary-2 {
  --primary: #39ae52;
}

.primary-3 {
  --primary: #d62c2c;
}

/** COMMON **/
.text-primary-bi {
  color: #047200;
}

.rpb-btn-bi {
  padding: 8px 20px !important;
}

.tf-btn-active {
  background-color: var(--primary) !important;
  color: white !important;
}

#register-form .invalid, #new-password-form .invalid {
  color: red;
  position: relative;
}
#register-form .invalid::before, #new-password-form .invalid::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  font-weight: 900;
  color: red;
  margin-right: 4px;
}
#register-form .valid, #new-password-form .valid {
  color: green;
  position: relative;
}
#register-form .valid::before, #new-password-form .valid::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  color: green;
  margin-right: 4px;
}

/** FrontController **/
/* Rent */
.web-badge-item {
  text-transform: none !important;
}

.breadcrumb-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px 15px;
}

/* Liste des étapes */
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 auto;
  min-width: 200px;
  padding: 0.5rem 1rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1rem;
}

.breadcrumb-item.current {
  font-weight: bold;
}

.breadcrumb-item i {
  margin-right: 0.25rem;
}

.breadcrumb-prev-next {
  flex-shrink: 0;
  min-width: 150px;
}

/* Responsive */
@media (max-width: 600px) {
  .breadcrumb-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .breadcrumb-list {
    padding: 0.5rem;
    gap: 0.25rem;
  }
  .breadcrumb-item {
    font-size: 0.875rem;
  }
  .breadcrumb-prev-next {
    width: 100%;
    /*margin-top: 0.5rem;*/
  }
  .breadcrumb-list::-webkit-scrollbar {
    height: 4px;
  }
}
.row-rent-product-bar {
  display: flex;
  align-items: stretch;
}
.row-rent-product-bar .col-rent-product-bar {
  display: flex;
  align-items: center;
  padding: 10px;
}
.row-rent-product-bar .col-rent-product-bar .text-primary {
  font-size: 1.2em;
}
.row-rent-product-bar .col-rent-product-bar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.row-rent-product-bar .col-rent-product-bar.col-0 {
  width: 5%;
}
.row-rent-product-bar .col-rent-product-bar.col-1 {
  width: 15%;
  justify-content: right;
}
.row-rent-product-bar .col-rent-product-bar.col-2 {
  width: 50%;
}
.row-rent-product-bar .col-rent-product-bar.col-3 {
  width: 15%;
  justify-content: right;
}
.row-rent-product-bar .col-rent-product-bar.col-4 {
  width: 15%;
  justify-content: right;
}
.row-rent-product-bar-price {
  color: var(--primary);
  font-size: 1.5em;
}

.rent-step-btn {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: inline-flex !important;
}

.card-product-active {
  border: 1px solid var(--primary) !important;
}

@media (max-width: 768px) {
  .row-rent-product-bar {
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .col-rent-product-bar {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 8px 12px;
    gap: 10px;
  }
  .col-rent-product-bar.col-1 {
    justify-content: center !important;
  }
  .col-rent-product-bar.col-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .col-rent-product-bar.col-2 .text-primary {
    font-size: 1em;
  }
  .col-rent-product-bar.col-2 .text-primary,
  .col-rent-product-bar.col-2 .check-color {
    width: 100%;
    text-align: center;
  }
  .col-rent-product-bar.col-3 {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centrer horizontalement */
    justify-content: center; /* Centrer verticalement */
    text-align: center; /* Centrer le texte */
    gap: 5px;
  }
  .col-rent-product-bar.col-4 {
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center;
    gap: 10px;
  }
  .col-rent-product-bar.col-4 .rent-step-btn {
    width: 48%;
  }
  .col-rent-product-bar img {
    width: 190px !important;
    height: 190px !important;
  }
  .row-rent-product-bar-price {
    font-size: 1.2em;
  }
  #btn-next-step {
    width: 100%;
  }
  .mobile-only {
    display: inline-flex !important;
  }
  .desktop-only {
    display: none !important;
  }
  .rent-step-btn {
    width: 100%;
  }
}
.card-product .name-product {
  overflow: visible !important;
}

.card-product .web-badge {
  z-index: 5;
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}
.card-product .web-badge.pos2 {
  margin-bottom: 8px;
}
.card-product .web-badge.type-2 .web-badge-item {
  width: max-content;
}
.card-product .warning-item {
  background-color: #a60808;
}
.card-product .web-badge-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 0 10px;
  min-width: 50px;
  width: max-content;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  height: 26px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 22px;
}
.card-product .web-badge-item.trending {
  background-color: #a474ff;
}
.card-product .web-badge-item.limited {
  background-color: #ff9c39;
}
.card-product .web-badge-item.new {
  background-color: #00bc29;
}
.card-product .price-wrap {
  font-size: 16px;
  line-height: 19.2px;
  color: var(--dark);
}

.table-page-cart-header {
  background-color: #047200;
  color: white;
}

/*# sourceMappingURL=custom.css.map */
