.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;
}

.offre-liee-box {
  background-color: #1eb8bc;
  color: white;
}

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

.block-img img {
  max-width: 100%;
  height: auto;
}

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

.text-muted-legend.small {
  color: #8F98A3 !important;
  font-style: italic;
}

.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;
}

.back-article {
  font-weight: 700;
  color: #0970E6;
  font-size: 1rem;
}

.img-retour {
  width: 15px;
}

.blog-sommaire {
  background-color: #f5fafe;
  border: 1px solid #1eb8bc;
}

.blog-sommaire ul {
  list-style: none;
  padding-left: 0; /* optionnel, pour retirer l'indentation */
}

nav.blog-sommaire {
  height: auto !important;
}

.sommaire-title {
  font-size: 2rem;
  font-weight: 400;
}

.item-sommaire {
  font-weight: 500;
}

@media (max-width: 768px) {
  .sticky-md-top {
    top: 80px;
  }
}
.h2-custom {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

article h3 {
  font-size: 0.9rem;
}

article h2 {
  font-size: 1.3rem;
}

article h1 {
  font-size: 1.5rem;
}

article h4 {
  font-size: 0.9rem;
}

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

.article-lie {
  font-size: 2.5rem;
  font-weight: 500;
}

.sticky-md-top {
  top: 120px;
}

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