/* ============================================
   INVENTAIRE CASERNE — Page inventaire véhicule
   ============================================ */

.btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: background 0.15s;
}

.btn-back:hover {
  background: #e2e2e2;
  color: #111;
}

/* Placeholder "coming soon" */
.coming-soon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 24px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  margin-top: 8px;
}

.coming-soon-icon {
  font-size: 3rem;
  color: #ddd;
  margin-bottom: 16px;
}

.coming-soon-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #bbb;
  margin-bottom: 8px;
}

.coming-soon-text {
  font-size: 0.85rem;
  color: #ccc;
  max-width: 280px;
  line-height: 1.5;
}
