.breadcrumb {
  font-size: 15px;
  background: transparent !important;
}
.breadcrumb :not(:first-child)::before {
  content: '/';
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  cursor: auto;
  padding-right: 3px;
}
.breadcrumb li.breadcrumb-item {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .breadcrumb {
    top: 64px;
  }
}
.color_breadcrumb_white.breadcrumb :not(:first-child)::before {
  color: #ffffff;
}
.color_breadcrumb_white.breadcrumb .breadcrumb-item:not(.active) a {
  color: #ffffff;
}
.color_breadcrumb_white.breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
.color_breadcrumb_bordeaux.breadcrumb :not(:first-child)::before {
  color: #B00402;
}
.color_breadcrumb_bordeaux.breadcrumb .breadcrumb-item:not(.active) a {
  color: #B00402;
}
.color_breadcrumb_bordeaux.breadcrumb .breadcrumb-item.active {
  color: #B00402;
}
