body {
  margin: 0;
  background: #fafafa;
}
.kpk-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  margin-bottom: 20px;
}
.kpk-logo img {
  height: 40px;
}
.kpk-api-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  border-left: 1px solid #e0e0e0;
  padding-left: 20px;
}
.kpk-nav-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  margin-left: 20px;
}
.kpk-nav-link:hover {
  color: #009BC4;
}
.kpk-nav-link.active {
  color: #009BC4;
  border-bottom: 2px solid #009BC4;
}
/* Ajustement Swagger UI pour ne pas coller au header */
#swagger-ui {
  padding-top: 10px;
}
.swagger-ui .topbar {
  display: none;
}
