body {
  font-size: 1.1em;
}

.view_min {
  min-height: 800px;
}

.chart-container {
  position: relative;
  width: 50%;
  max-width: 300px; /* Limite la largeur */
  aspect-ratio: 2/1; /* Ratio largeur / hauteur */
  margin: auto;
}


.gantt-wrapper {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 14px;
  overflow-x: auto;
}

.gantt-header, .gantt-row {
  display: flex;
  align-items: center;
  min-height: 45px;
}

.gantt-user-col {
  width: 180px;
  padding: 10px 12px;
  border-right: 1px solid #dee2e6;
  flex-shrink: 0;
  background-color: #f1f3f5;
  font-weight: 500;
  white-space: nowrap;
}

.gantt-time-cell,
.gantt-user-col {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gantt-task-zone {
  position: relative;
  min-height: 45px;
  border-top: 1px solid #f0f0f0;
}

.gantt-task-block {
  height: 32px;
  top: 6px;
  line-height: 32px;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 0.85rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gantt-task-block:hover {
  background-color: #f8f9fa;
}

.gantt-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f8f9fa;
}

/*PAge prix*/
.pricing-hero {
  background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
  color: #ffffff;
  border-radius: 28px;
  padding: 70px 30px;
  margin-bottom: 50px;
  box-shadow: 0 20px 45px rgba(13, 110, 253, 0.18);
}

.pricing-hero h1 {
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pricing-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.15rem;
  opacity: 0.95;
}

.pricing-card {
  position: relative;
  height: 100%;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(33, 37, 41, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(33, 37, 41, 0.14);
}

.pricing-card.featured {
  border: 2px solid #0d6efd;
  transform: scale(1.03);
}

.pricing-card.featured:hover {
  transform: scale(1.03) translateY(-6px);
}

.pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #ffc107;
  color: #212529;
  font-size: 0.85rem;
  font-weight: 700;
}

.pricing-card-header {
  padding: 34px 28px 20px;
  background: #f8f9fa;
}

.pricing-card.featured .pricing-card-header {
  background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
  color: #ffffff;
}

.pricing-title {
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.pricing-subtitle {
  margin-bottom: 0;
  color: #6c757d;
}

.pricing-card.featured .pricing-subtitle {
  color: rgba(255, 255, 255, 0.88);
}

.pricing-price {
  font-size: 2.45rem;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -0.04em;
}

.pricing-price span {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}

.pricing-annual {
  background: #eaf7ef;
  border: 1px solid #cfeedd;
  border-radius: 16px;
  padding: 16px;
  margin: 22px 0;
}

.pricing-annual strong {
  display: block;
  color: #198754;
  font-size: 1.15rem;
}

.pricing-saving {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #198754;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
}

.pricing-features {
  list-style: none;
  padding-left: 0;
  margin: 24px 0;
  text-align: left;
}

.pricing-features li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  color: #495057;
}

.pricing-features li::before {
  content: "✓";
  flex: 0 0 auto;
  color: #198754;
  font-weight: 800;
}

.pricing-note {
  background: #f8f9fa;
  border-radius: 24px;
  padding: 30px;
  margin-top: 45px;
  border: 1px solid #e9ecef;
}

.pricing-note h2 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .pricing-card.featured {
    transform: none;
  }

  .pricing-card.featured:hover {
    transform: translateY(-6px);
  }
}
/*# sourceMappingURL=style.css.map */
