@charset "UTF-8";
:root {
  --primary-color: #2E8249;
  --primary-light: #3a9959;
  --primary-dark: #236b3a;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --gray-placeholder: #888;
  --text-dark: #343a40;
  --info: #007bff;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #dc3545;
  --white: #ffffff;
  --text-primary: #5DE88A;
  --text-secondary: #3a9959;
  --text-muted-orange: #9b8440;
  --primary-color-rgb: 46, 130, 73;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.product-item.is-request {
  background-color: #252525;
  padding: 10px 0;
}
.product-item.is-request .top-title-fc-search {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 0;
}
.product-item.is-request .top-subtitle-fc-search {
  margin: 10px;
}

.container-v2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem;
  margin-bottom: 0rem;
}

.seller-header .seller-logo {
  max-height: 50px;
}

#wrapper .breadcrumb-container[data-depth="1"] {
  display: none;
}

#category #wrapper .breadcrumb-container[data-depth="1"], #product .breadcrumb-container[data-depth="1"] {
  display: block;
}

.v2#history .page-header h1 {
  color: var(--white);
}

#category.category-no-product section#wrapper {
  margin-top: unset;
}

#product.v2 #showMorePiecePagination {
  margin: 10px auto;
  text-align: center;
}
#product.v2 #wrap-show-pagination-button {
  text-align: center;
}

.breadcrumb a.btn.btn-primary {
  background-image: none;
}

#product, #category {
  background: #252525 url("../img/carbon.png") top repeat;
}

#category #wrapper {
  background: none !important;
}

.sticky-header-top {
  width: 100%;
  z-index: 10;
}

.sticky-btn-add-cart {
  width: 370px;
}

#category.v2 .breadcrumb .btn-primary {
  margin-left: 33px;
}
#category.v2 #displayProductListTopInfo {
  margin-top: 20px;
}

.v2 {
  /* Styles responsive */
  /* Optimisation pour les très petits écrans */
  /* Animation de défilement doux */
  /* Ajustements pour tablettes */
}
@media (max-width: 768px) {
  .v2 .row-desktop_logo form.form-search-autocomplete {
    display: none;
  }
}
.v2 #form-search-immat #fc_immat {
  border: none;
  height: 60px;
  background-image: url(../img/French-euroband100.png) !important;
  background-repeat: no-repeat;
  font-family: "Arial";
  color: #454545;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  background-size: 27px !important;
}
.v2 #form-search-immat .plate-input {
  display: flex;
  flex: 1;
}
.v2 .breadcrumb .btn-primary {
  margin-left: 13px;
}
.v2 #global-form {
  background: #fff url(../img/1x/bg-top-homme.png) no-repeat center center;
  position: relative;
}
.v2 form#form-search-categ-home .form-control {
  float: none;
  margin-left: 0;
}
.v2 form#form-search-categ-home .form-control::placeholder {
  color: var(--gray-placeholder);
}
.v2 .fc-search-form-wrapper form .fc-input::placeholder {
  color: var(--gray-placeholder);
}
.v2 div#search-home-fc::after {
  content: "";
}
.v2 .search-home-fc-container {
  background-image: url(../img/1x/filter-bg-top-home.png);
  background-size: cover;
  padding: 25px 0 50px 0;
}
.v2 button.disabled,
.v2 a.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #999;
}
.v2 .btn-v2 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem;
  font-size: 0.9rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  background-repeat: no-repeat;
}
.v2 .btn-v2.btn-primary {
  background-color: var(--primary-color);
  color: white;
  background-image: none;
}
.v2 .breadcrumb-container {
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
}
.v2 .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: none;
}
.v2 .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
}
.v2 .breadcrumb::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari/Opera */
}
.v2 .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6c757d;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.v2 .breadcrumb-item a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
.v2 .breadcrumb-item a:hover {
  color: var(--primary-color);
}
.v2 .breadcrumb-item i.fa-chevron-right {
  color: var(--gray-300);
  font-size: 0.8rem;
  margin: 0 0.25rem;
}
.v2 .breadcrumb-item.active {
  color: var(--text-primary);
  font-weight: 500;
}
@media (max-width: 768px) {
  .v2 {
    /* Masquer le texte "Accueil" sur mobile mais garder l'icône */
    /* Ajustement des espacements */
  }
  .v2 .select2-container {
    width: 100% !important;
  }
  .v2 #category .search-home-fc-container {
    background-image: none;
  }
  .v2 .breadcrumb-container {
    position: relative;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .v2 .breadcrumb-container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    pointer-events: none;
  }
  .v2 .breadcrumb {
    padding: 0.5rem 1rem;
    gap: 0.25rem;
  }
  .v2 .breadcrumb-item {
    font-size: 0.8rem;
  }
  .v2 .breadcrumb-item:first-child a span {
    display: none;
  }
  .v2 .breadcrumb-item:first-child i {
    margin-right: 0;
  }
  .v2 .breadcrumb-item:not(:last-child):not(:first-child) i.fa-chevron-right {
    margin: 0 0.15rem;
  }
}
@media (max-width: 480px) {
  .v2 {
    /* Modifier cette partie pour garder l'avant-dernier élément visible */
    /* Ajuster l'affichage des points de suspension */
    /* Supprimer les points de suspension superflus */
  }
  .v2 .breadcrumb-item:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
    display: none;
  }
  .v2 .breadcrumb-item:first-child a {
    padding-right: 0.5rem;
  }
  .v2 .breadcrumb-item:nth-last-child(2)::before {
    content: "..." !important;
    margin: 0 0.5rem;
    color: var(--gray-300);
    display: block;
    padding: 0;
  }
  .v2 .breadcrumb-item:last-child::before {
    content: none;
  }
  .v2 .breadcrumb {
    justify-content: flex-start;
  }
}
@media (hover: none) {
  .v2 .breadcrumb {
    scroll-behavior: smooth;
  }
}
@media (max-width: 1024px) {
  .v2 .breadcrumb-container {
    margin-bottom: 2rem;
  }
  .v2 .breadcrumb .btn-primary {
    margin: 0 auto !important;
  }
}
.v2 .select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  height: 40px;
  padding: 6px;
}
.v2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin: 0;
}
.v2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

@media (max-width: 768px) {
  body#category.v2 .breadcrumb-container {
    padding-top: 10px;
  }
  #category div#search-home-fc {
    background: none;
  }
  #category .breadcrumb-container .breadcrumb .btn-primary {
    margin-left: 0;
    width: 100%;
  }
  #category .search-home-fc-container {
    background-image: none;
  }
  #category div#search-home-fc {
    margin: 5px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .card {
    background-color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .v2 #_mobile_cart,
  .v2 #_mobile_user_info {
    text-align: center;
    width: 50%;
  }
  .v2 .blockcart.cart-preview.active {
    text-align: center;
  }
  .v2 .cart-products-count.hidden-md-up {
    visibility: visible !important;
    text-align: center;
  }
}
#id_new_comment_form {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 6px;
  background-color: #f9f9f9;
}

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