.application .heritage_slider_timeline .media-slider__item.is-dark.is-white {
  background: #fff !important;
  padding: 0px;
  /* margin-bottom: 150px; */
  /* min-height: inherit !important; */
  /* max-height: 200px; */
}

.application .heritage_slider_timeline {
  color: #000 !important;
}
.application .heritage_slider_timeline svg g {
  fill: #000 !important;
}
.application .heritage_slider_timeline .heritage_slider__timeline .lines:after,
.application
  .heritage_slider_timeline
  .heritage_slider__timeline
  .lines:before {
  background: #000 !important;
}
.application
  .heritage_slider_timeline
  .heritage_slider__timeline
  .datetime:after {
  background: #000 !important;
}
.application .heritage_slider_timeline .heritage_slider__timeline {
  position: relative !important;
  bottom: inherit !important;
  /* margin-bottom: 60px; */
}
.application .product__background_heritage {
  position: absolute !important;
  top: 0;
  right: 0;
  font-family: "object-fit: cover;" !important;
  z-index: 0 !important;
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.product_heritage_container {
  position: relative;
  display: flex;
  width: 85%;
  padding: 40px 0;
  margin: auto;
}
.left_block_img {
  position: relative;
  width: 40%;
}
.right_block_detailsproduct {
  position: relative;
  width: 60%;
  padding-left: 60px;
}
.left_block_img img {
  width: 100%;
}
.application
  .heritage_slider_timeline
  .heritage_slider__timeline
  .swiper-slide
  .liste_same_year {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 70vw;
}
.application .heritage_slider_timeline .slider_time__line {
  cursor: pointer;
}
.application
  .heritage_slider_timeline
  .heritage_slider__timeline
  .swiper-slide.selected-slide
  .liste_same_year {
  display: flex;
}
.container_swiper_products {
  display: flex !important;
  flex-direction: row !important;
  min-height: 200px !important;
  justify-content: flex-start !important;
  max-width: 60vw;
  margin: auto;
  /* overflow: hidden; */
  /* overflow-x: scroll; */
  cursor: pointer;
}

.container_swiper_products::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
}

.container_swiper_products::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

.container_swiper_products::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}
.wrapper_product_swiper {
  max-height: 200px;
}
.row_swiper_products {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow-x: hidden;
  flex-flow: row nowrap;
  top: -16px;
  min-width: 100%;
}
.swiper-slide_content {
  min-width: 20%;
  margin-right: 5px;
  /* padding: 15px; */
}
.swiper-slide_content .tab {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0px;
}
.swiper-slide_content .tab img {
  max-width: 85px;
  margin: auto;
  mix-blend-mode: multiply;
}
.swiper-slide_content .tab p {
  font-family: "Blair ITC Std";
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #1b1b1b;
  max-width: 80%;
  margin: auto;
  /* white-space: normal; */
  display: block;
}
.swiper-slide_content .tab.active {
  background: #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.acc-container {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0px;
}

.acc {
  margin-bottom: 10px;
}

.acc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Blair-DeBethune, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 15px 20px;
  cursor: pointer;
  color: #1b1b1b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.acc-head::before,
.acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #000;
  transition: all 0.3s;
}

.acc-head::before {
  right: 30px;
  width: 1px;
  height: 20px;
  margin-top: -12px;
}
.mr_auto {
  margin: auto !important;
}
.justify_center {
  justify-content: center;
}
.acc-head::after {
  right: 21px;
  width: 20px;
  height: 1px;
  margin-top: -2px;
}

.acc-content {
  padding: 15px 20px;
  display: none;
  font-family: Blair-DeBethune, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #f8f8f8;
}

.acc-head.active::before {
  transform: rotate(90deg);
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.container_swiper_products {
  max-width: 66%;
  background: #f8f8f8;
  padding: 17px 25px;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .swiper-slide_content {
    font-size: 14px;
  }
}
@media (max-width: 1254px) {
  .container_swiper_products {
    max-width: 65vw;
  }
  .swiper-slide_content {
    width: 19vw;
  }
}

@media (max-width: 990px) {
  /* .container_swiper_products {
    max-width: 90vw;
  }
  .swiper-slide_content {
    width: 28vw;
  } */
}
@media (max-width: 767px) {
  .swiper-slide_content {
    min-width: 50%;
  }
  .product_heritage_container {
    display: block;
  }
  .left_block_img {
    width: 100%;
  }
  .right_block_detailsproduct {
    width: 100%;
    padding: 0px;
  }
  .application .heritage_slider_timeline.is-dark .swiper-container {
    padding: 0px;
  }
}
@media (max-width: 639px) {
  .application .heritage_slider_timeline.is-dark .swiper-container {
    background: #fff !important;
  }
}
.hs__arrows {
  width: 108%;
  position: absolute;
  left: -4%;
  top: 35%;
  display: flex;
  justify-content: space-between;
}
.hs__arrows .arrow-prev.disabled {
  opacity: 0.4;
}
.w_100vw {
  max-width: 100%;
}
.mt_20 {
  margin-top: 20px;
}
.mb_32 {
  margin-bottom: 32px;
}
.section_quotes h2 {
  color: #000000 !important;
}
.section_quotes p {
  color: #000000 !important;
  padding: 0px 50px 0px 50px;
  max-width: 85%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.bg_grey {
  background: #f8f8f8;
}
.bg_section_he {
  top: 5% !important;
}
.bg_section_he img {
  margin: auto;
  height: 90% !important;
}
.bold_txt {
  font-weight: 400;
}
.border_grey {
  border: 1px solid #ededed;
}
@media (max-width: 1024px) {
  .container_swiper_products {
    max-width: 66%;
  }
  .hs__arrows {
    width: 113%;
    position: absolute;
    left: -7%;
    top: 35%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 990px) {
  .container_swiper_products {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .hs__arrows {
    width: 116%;
    left: -8%;
  }
  .section_quotes p {
    padding: 0px;
    max-width: 100%;
  }
}
