/* ===================================
   Styles custom pour le site Quarto
   =================================== */

/* Espacement des articles dans les listings */
.quarto-listing .listing-item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--bs-border-color);
}

/* Badges de difficulte dans les exercices */
.listing-difficulty {
  font-weight: bold;
  font-size: 0.85rem;
}

/* Formulaires (contact, newsletter) */
form .form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

/* Callout solutions (exercices) - style compact */
.callout-warning.collapse {
  margin-top: 1rem;
}

/* Code blocks */
div.sourceCode {
  border-radius: 6px;
}

/* Navigation entre chapitres */
.nav-footer {
  font-size: 0.9rem;
}

/* Titre page d'accueil aligne a gauche */
.page-layout-full .title {
  text-align: left;
}
