html, body {
  overflow-x: hidden;
}

.p-custom {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #8F98A3;
}

.breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-wrap: wrap;
  color: #235fc2;
  background-color: #f5fafe;
  border-bottom: 1px solid #e2f1fd;
}

.breadcrumb a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: black;
  text-decoration: underline;
}

.breadcrumb .separator {
  color: #0077cc;
}

.breadcrumb .current {
  font-weight: bold;
  color: #235fc2;
}

.card-body footer {
  padding: 0;
  background: none;
}

.text-muted.small {
  color: #142a52 !important;
}

.h2-custom {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.card {
  border: none;
}

.color-1 {
  color: #8F98A3;
}

.custom-decouvrir {
  font-size: 0.875rem;
  font-weight: 700;
}

.custom_btn {
  border: 0.125rem solid #D9D9D9;
  padding: 0.625rem 1.25rem;
  color: black;
}

.custom_btn:hover {
  background-color: transparent;
  color: black;
}

.custom.active {
  color: #0970E6 !important;
  border: 0.125rem solid #0970E6 !important;
  background-color: transparent !important;
}

.custom.btn-check:checked + .custom.btn, :not(.custom.btn-check) + .custom.btn:active, .custom.btn:first-child:active, .custom.btn.active, .custom.btn.show {
  color: #0970E6 !important;
  border: 0.125rem solid #0970E6 !important;
  background-color: transparent !important;
}

.picto-produits {
  width: 40px;
}

/*# sourceMappingURL=conseils.css.map */
