a {
  color: #2c3034;
}
@media (max-width: 992px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-brand {
  padding: 0;
  margin-right: 0;
}
.navbar-brand img {
  height: 40px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 80px;
  }
}
#navbarMain .btn {
  border-color: #ced4da;
  min-width: 34px;
}
@media (min-width: 992px) {
  #navbarMain .li-mega-menu .dropdown-item {
    background-color: #f8f9fa !important;
  }
  #navbarMain .li-mega-menu {
    position: initial;
  }
  #navbarMain .li-mega-menu > ul {
    position: absolute;
    margin-top: 0;
    top: 100%;
    left: 0;
    right: 0;
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
  }
  #navbarMain .li-mega-menu .dropdown-item {
    padding: 0.75rem 0.325rem;
  }
}
.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1em 0;
  background: none;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 0.5em;
  color: #555;
}
.breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #555;
}
.aProduct .card-text {
  text-align: justify;
  font-size: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.price {
  position: relative;
  line-height: 100%;
}
.price .price_striked {
  font-size: 90%;
  position: relative;
  display: inline-block;
}
.price .price_striked::before {
  content: " ";
  border-top: 2px solid #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0.5;
}
.price small {
  font-size: 80%;
  font-weight: normal;
  padding-left: 2px;
}
.price strong {
  font-size: 110%;
}
.price em {
  font-weight: normal;
  font-style: normal;
  line-height: 80%;
  text-transform: lowercase;
}
.price em::before {
  content: "/";
}
.price u {
  font-size: 80%;
  text-decoration: none;
}
.price.crossed-out {
  font-size: 90%;
  font-weight: normal !important;
}
.price.crossed-out ::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #000;
  opacity: 0.5;
}
.price.price_promo {
  background-color: yellow;
}
.price.price_from {
  margin-bottom: -10px;
}
.price.price_from::before {
  white-space: nowrap;
  content: 'à partir de';
  font-size: 60%;
  font-weight: normal;
  position: absolute;
  top: -16px;
  left: 0;
}
.price.price_from.price_from_public::before {
  content: 'prix public à partir de';
}
.aProduct .card-img-top {
  height: 200px;
  object-fit: contain;
  margin-top: 15px;
}
.product .slick-carousel .slick-prev:before,
.product .slick-carousel .slick-next:before {
  color: rgba(0,0,0,0.5);
  font-size: 40px;
}
.product .slick-carousel .slick-prev,
.product .slick-carousel .slick-next {
  width: 40px;
  height: 40px;
  z-index: 9;
}
.product .slick-carousel .slick-prev {
  left: 0px;
}
.product .slick-carousel .slick-next {
  right: 0px;
}
@media (min-width: 992px) {
  .product .slick-carousel .slick-prev {
    left: -10px;
  }
  .product .slick-carousel .slick-next {
    right: -10px;
  }
}
.product .slick-carousel .slick-slide img,
.product .slick-carousel-nav .slick-slide img {
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.product .slick-carousel .slick-slide img {
  max-height: 50vh;
}
.product .slick-carousel-nav .slick-slide img {
  max-height: 20vh;
}
.product .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.product .slick-carousel-nav {
  margin-top: 20px;
}
.product .slick-track {
  align-items: center;
}
.product h2 {
  margin-bottom: 20px;
}
.product .pictos_under_h2 {
  margin-bottom: 20px;
}
.product .price {
  font-size: 24px;
}
.product .price.price_from::before {
  top: -20px;
}
.product .price .price_discount_rate::before {
  content: 'votre remise : ';
}
.product .price .price_discount_rate::after {
  content: ' %';
}
.product .product-highlight {
  margin-top: 1.5rem;
  line-height: 150%;
  font-size: 130%;
}
.product .product_supplier,
.product .product_brand {
  font-size: 80%;
  text-align: center;
}
.product .product_supplier img,
.product .product_brand img {
  max-width: 150px;
  max-height: 30px;
}
.product #aVariation_container.asSelect {
  max-height: 400px;
  overflow: auto;
  border: 2px solid #007bff;
  border-radius: 5px;
}
.product #aVariation {
  display: flex;
  flex-wrap: wrap;
}
.product #aVariation label {
  border: 2px solid #007bff;
  border-radius: 5px;
  position: relative;
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px 20px;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.3s ease;
  margin: 5px;
}
@media (min-width: 992px) {
  .product #aVariation label {
    width: 48%;
    flex-grow: 0;
  }
}
.product #aVariation label .variation_stock {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2px;
  font-size: 14px;
  line-height: 14px;
}
.product #aVariation label .variation_ref {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 2px;
  font-size: 14px;
  line-height: 14px;
}
.product #aVariation label .price {
  font-size: 16px;
}
.product #aVariation.asSelect {
  display: table;
  width: 100%;
}
.product #aVariation.asSelect label {
  display: table-row;
}
.product #aVariation.asSelect label:not(:first-of-type) > * {
  border-top: 1px solid #007bff;
}
.product #aVariation.asSelect label > * {
  vertical-align: middle;
  display: table-cell;
}
.product #aVariation.asSelect label > *:first-child {
  text-align: left;
  padding-left: 5px;
}
.product #aVariation.asSelect label > *:last-child {
  text-align: right;
}
.product #aVariation.asSelect label .variation_stock {
  position: initial;
}
.product #aVariation.asSelect label .variation_ref {
  position: initial;
}
.product #aVariation input {
  display: none;
}
.product #aVariation input:checked + label {
  background-color: #007bff;
  color: #ffffff;
}
.product #aVariation input:checked + label .price_promo {
  color: #000000 !important;
}
.product #aVariation .price {
  padding: 5px;
}
.product .product_specification_icon {
  display: inline-flex;
  margin: 5px;
  width: 50px;
  overflow: hidden;
}
.product .product_specification_icon span {
  font-size: 10px;
}
.product .product_specification_icon img {
  object-fit: contain;
}
#div_account {
  margin-top: 50px;
}
#div_account .card {
  height: 100%;
}
#div_account .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#div_account .card-body .btn {
  width: 80%;
}
footer {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
  background-color: #EFEFEF;
}
