.product-page .container.product-main {
  box-shadow: none;
}

.description_vignette, #description {
  font-size: 1.25em;
}

.nav-account ul:first-child {
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.nav-account ul:first-child .fa {
  color: white;
}

div.default-blocs div.product-bloc-page {
  display: flex;
  justify-content: space-evenly;
}
div.default-blocs div.product-bloc-page .filter-section {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}

.searchform div#search {
  margin-top: 0;
}
.searchform div.searchinput_toggle_container {
  height: 100%;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
.searchform div.searchinput_toggle_container .fa-search {
  font-size: 1.5em;
}

.details {
  padding-right: 6%;
}
.details .vignette-details-zone-description p.description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.details .vignette-details-zone-description p.name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.details .vignette-details-zone-description .vignette-zone-prix {
  /*display: flex;
  flex-flow: column nowrap;
  margin-top: auto;*/
  width: auto;
  max-width: 100%;
  bottom: 8px;
}
.details .vignette-details-zone-description .vignette-zone-prix .price {
  line-height: 1em;
}

form fieldset div.selectize-control div.selectize-input {
  border: solid 2px #6d6d6d;
  border-radius: 5px;
}

.selectize-input {
  line-height: inherit;
}

footer {
  padding: 0px;
}

#footer_content {
  background-color: #333333;
  color: white;
}
#footer_content a {
  color: white;
}

div.product-main {
  display: flex;
  justify-content: space-evenly;
}
div.product-main div.content #caracteristiques span {
  text-decoration: none !important;
  /* font-size: 1.2em; */
}
div.product-main div.content div.pricing span.price-current-price-bloc {
  font-size: 1em;
}
div.product-main div.content form img.img-opt-miniature {
  /* display: none; */
}
div.product-main div.content h3 {
  margin-bottom: 3%;
}
div.product-main div.content div.listePdtComplementaires div.card-body div.details .vignette-details-zone-description {
  /*padding: 0% 10%;*/
}
div.product-main div.content div.listePdtComplementaires div.card-body div.details .vignette-details-zone-description a {
  font-size: 1em;
}

.product.filters-mode2 {
  height: -webkit-fit-content;
  height: fit-content;
}

.product-tabs .tab-pane {
  border-bottom: none;
  margin-bottom: 0px;
}
.product-tabs .nav-pills .nav-link {
  color: #6d6d6d;
}
.product-tabs .nav-pills .nav-link.active {
  background-color: #6d6d6d;
  color: white;
}

.shop-breadcrumb-container:not(.mag-breadcrumb-container) {
  display: none;
}

.ligne-shopping-cart .commentaires-description {
  /* display: none; */
}

.product.filters-mode2 {
  border: none;
  box-shadow: none;
}

div.product-board div.media a:first-of-type {
  position: relative;
}
div.product-board div.media a:first-of-type .media_img_container {
  overflow: hidden;
}
div.product-board div.media a:first-of-type .media_img_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carousel-btn-prev,
.carousel-btn-next {
  border: none;
  border-radius: 6px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-btn-prev:hover,
.carousel-btn-next:hover {
  background: rgba(0, 0, 0, 0.3);
}

.carousel-item .product-vignette .details .vignette-details-zone-description p.name {
  -webkit-line-clamp: 1;
}

.carousel-inner img {
  height: 180px !important;
}
.carousel-inner .card {
  width: 180px !important;
}
.carousel-inner .card .carousel-caption {
  display: none;
}
.carousel-inner .card:hover .carousel-caption {
  display: block;
}

.product-vignette .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

/*# sourceMappingURL=theme-2023.css.map */
