/* assets/css/lecteur.css */
.colisee-lecteur-wrapper {
  max-width: 1100px;
  margin: 20px auto;
  padding: 12px;
}
.cl-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cl-viewer {
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl-viewer img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.cl-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.cl-btn {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fafafa;
  cursor: pointer;
}
.cl-chapter-nav {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
