.global-toaster-body .sampleDetails .prod {
  border-bottom: 1px solid #ebe7df;
  display: flex;
  color: inherit;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  padding: 32px 0;
  margin: 0 24px;
}
.global-toaster-body .sampleDetails .prod .img {
  padding-right: 0;
}
.global-toaster-body .sampleDetails .prod .infos {
  overflow: hidden;
  height: auto;
}
.global-toaster-body .sampleDetails .prod .infos .name {
  font-family: "Trade Gothic", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
.global-toaster-body .sampleDetails .prod .infos .attr, .global-toaster-body .sampleDetails .prod .infos .desc {
  font-family: "mrs-eaves-xl-serif-narrow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: var(--font-size-main);
  line-height: 16px;
  font-style: italic;
  display: inline;
}
.global-toaster-body .sampleDetails .prod .infos .attr:before {
  content: "";
  display: inline-block;
  background-color: #eee5d8;
  margin: 0 7px;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.global-toaster-body .sampleDetails .notes li {
  border-bottom: 1px solid #ebe7df;
  padding: 15px 0;
  margin: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-toaster-body .sampleDetails .notes li p {
  margin: 0;
}
.global-toaster-body .sampleDetails .notes li p .titre {
  font-family: "mr-eaves-modern", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.04em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.global-toaster-body .sampleDetails .notes li p .value {
  font-family: "mrs-eaves-xl-serif-narrow", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--font-size-main);
  line-height: 16px;
  display: block;
}
.global-toaster-body .sampleDetails .menu-btn {
  padding: 14px 24px 24px;
  box-shadow: 0 -1px 24px 0 rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 0;
  width: 100%;
}
.Filtres {
  padding: 0 !important;
}
.Filtres .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.Filtres .flex .filtresSelected {
  border-right: 1px solid #ebe7df;
  height: auto;
}
.Filtres .flex .filtresSelected .btnFilter {
  height: 100%;
  padding: 23px 0;
}
.Filtres .flex .selected_sample {
  text-transform: initial;
  font-style: italic;
}
.Filtres .flex .btn-add-sample {
  background-color: #fed175 !important;
}
.Filtres .flex .otherFilter {
  padding: 23px 0 23px 146px;
  border-left: 1px solid #ebe7df;
}
@media (max-width: 991px) {
  .global-toaster-body .sampleDetails .prod {
    padding: 24px 0;
    margin: 0 20px;
  }
  .global-toaster-body .sampleDetails .menu-btn {
    display: flex;
    flex-direction: column;
  }
  .global-toaster-body .sampleDetails .menu-btn > li:first-child {
    margin-bottom: 0;
    order: 2;
  }
  .global-toaster-body .sampleDetails .menu-btn > li {
    margin-bottom: 10px;
    order: 1;
  }
  .Filtres .flex .filtresSelected .btnFilter:before {
    margin-right: 0;
  }
  .Filtres .flex .selected_sample {
    margin-left: 20px;
    margin-right: auto;
  }
  .Filtres .flex .selected_sample .nb:before {
    content: "";
    display: block;
  }
  .Filtres .flex .btn-add-sample {
    padding: 14px 26px;
  }
}
@media (min-width: 991px) {
  .Filtres .flex .filtresSelected {
    padding-right: 32px;
  }
  .Filtres .flex .selected_sample {
    padding-left: 32px;
  }
  .Filtres .flex .btn-add-sample {
    margin: 10px 16px 10px auto;
    padding: 14px 72px;
  }
}