.projets-page {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.projets-kpi-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.projets-kpi-card{
  border:1px solid rgba(255,255,255,0.10);
  background:rgba(255,255,255,0.05);
  border-radius:16px;
  padding:14px 16px;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.projets-kpi-card span{
  font-size:12px;
  color:rgba(255,255,255,0.72);
  text-transform:uppercase;
  letter-spacing:.06em;
}

.projets-kpi-card strong{
  font-size:28px;
  line-height:1.1;
  color:#fff;
}

.projets-kpi-card.accepted strong{ color:#86efac; }
.projets-kpi-card.refused strong{ color:#fca5a5; }

.projets-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: nowrap;
}

.projets-topbar-left {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.projets-topbar-right {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.filter-select-modern {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-radius: 14px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
  backdrop-filter: blur(10px);
  min-width: 180px;
  height: 44px;
}

.filter-select-modern:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.16);
}

.filter-select-modern:focus {
  outline: none;
  border-color: rgba(236,72,153,0.35);
  box-shadow: 0 0 0 4px rgba(236,72,153,0.12);
}

.filter-select-modern option {
  background: #0f172a;
  color: #fff;
}

.project-search-input {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-radius: 14px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s ease;
  backdrop-filter: blur(10px);
  width: min(420px, 48vw);
  min-width: 240px;
  height: 44px;
}

.project-search-input::placeholder {
  color: rgba(255,255,255,0.54);
}

.project-search-input:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.16);
}

.project-search-input:focus {
  outline: none;
  border-color: rgba(236,72,153,0.35);
  box-shadow: 0 0 0 4px rgba(236,72,153,0.12);
}

.action-btn {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-radius: 14px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
  backdrop-filter: blur(10px);
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.action-btn:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.16);
  transform: translateY(-1px);
}

.action-btn.primary,
.action-btn.active {
  background: linear-gradient(135deg, rgba(236,72,153,0.24), rgba(139,92,246,0.24));
  border-color: rgba(236,72,153,0.35);
  box-shadow: 0 10px 25px rgba(236,72,153,0.15);
  color: #fff;
}

.action-btn.danger {
  background: rgba(239,68,68,0.12);
  border-color: rgba(239,68,68,0.28);
  color: #fca5a5;
}

.action-btn.danger:hover {
  background: rgba(239,68,68,0.18);
  color: #fff;
}

.projets-card {
  padding: 12px 14px 14px;
  width: 100%;
  min-width: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(120% 70% at 50% -25%, rgba(236, 72, 153, 0.11) 0%, transparent 52%),
    linear-gradient(175deg, rgba(22, 24, 38, 0.88) 0%, rgba(10, 12, 22, 0.78) 100%);
  box-shadow:
    0 0 0 1px rgba(236, 72, 153, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 55px rgba(0, 0, 0, 0.4);
}

.projets-card:hover {
  transform: none;
  background:
    radial-gradient(120% 70% at 50% -25%, rgba(236, 72, 153, 0.13) 0%, transparent 52%),
    linear-gradient(175deg, rgba(26, 28, 42, 0.92) 0%, rgba(12, 14, 24, 0.82) 100%);
}

.projects-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.projects-table-modern {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 6px;
}

.projects-table-modern thead th {
  text-align: left;
  padding: 0 8px 8px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.50);
  border-bottom: none;
  white-space: nowrap;
}

.projects-table-modern thead th:nth-child(1),
.projects-table-modern thead th:nth-child(2) {
  width: 34px;
}

.projects-table-modern thead th:nth-child(3) {
  width: 22%;
}

.projects-table-modern thead th:nth-child(4) {
  width: 14%;
}

.projects-table-modern thead th:nth-child(5) {
  width: 92px;
}

.projects-table-modern thead th:nth-child(6) {
  width: 14%;
}

.projects-table-modern thead th:nth-child(7) {
  width: 104px;
}

.projects-table-modern thead th:nth-child(8),
.projects-table-modern thead th:nth-child(9) {
  width: 96px;
}

.projects-table-modern tbody tr {
  transition: 0.2s ease;
}

.projects-table-modern tbody tr:hover {
  transform: translateY(-1px);
}

.projects-table-modern .status-icon {
  width: 22px;
}

.projects-table-modern .status-dot {
  width: 11px;
  height: 11px;
}

.projects-table-modern tbody td {
  padding: 10px 8px;
  border: none;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  background: rgba(255,255,255,0.04);
}

.projects-table-modern tbody td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 34px;
}

.projects-table-modern tbody td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.projects-table-modern tbody tr:hover td {
  background: rgba(255,255,255,0.06);
}

.projects-table-modern td:nth-child(3) {
  font-weight: 600;
  color: #fff;
}

.project-title-cell{
  display:flex;
  flex-direction:row;
  align-items:baseline;
  gap:8px;
  min-width:0;
}

.project-title-main{
  font-size:13px;
  font-weight:700;
  color:#fff;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.project-title-sub{
  flex-shrink:0;
  font-size:10px;
  color:rgba(255,255,255,0.45);
  font-weight:600;
  font-variant-numeric:tabular-nums;
}

.project-city-cell{
  display:flex;
  flex-direction:column;
  gap:1px;
  min-width:0;
}

.project-city-main{
  color:#fff;
  font-weight:600;
  font-size:12px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.project-city-sub{
  color:rgba(255,255,255,0.5);
  font-size:10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.project-date-pill{
  display:inline-flex;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  font-size:11px;
  font-weight:600;
  font-variant-numeric:tabular-nums;
}

.project-lieu-plain{
  color:rgba(255,255,255,0.85);
}

.project-status-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  min-width: 88px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.08);
  color:#fff;
  white-space: nowrap;
}

.project-status-badge.status-accepted{
  background:rgba(34,197,94,0.16);
  border-color:rgba(34,197,94,0.32);
  color:#86efac;
}

.project-status-badge.status-refused{
  background:rgba(239,68,68,0.16);
  border-color:rgba(239,68,68,0.32);
  color:#fca5a5;
}

.project-status-badge.status-progress{
  background:rgba(251,191,36,0.16);
  border-color:rgba(251,191,36,0.32);
  color:#fde68a;
}

.project-status-badge.status-todo{
  background:rgba(148,163,184,0.20);
  border-color:rgba(148,163,184,0.30);
  color:#e2e8f0;
}

.project-status-badge.status-done{
  background:rgba(59,130,246,0.15);
  border-color:rgba(59,130,246,0.30);
  color:#bfdbfe;
}

.projects-table-modern td:nth-child(8),
.projects-table-modern td:nth-child(9) {
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.projects-table-modern input,
.projects-table-modern select,
.projects-table-modern textarea {
  width: 100%;
  min-height: 34px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  outline: none;
  transition: 0.2s ease;
  box-sizing: border-box;
}

.projects-table-modern input:focus,
.projects-table-modern select:focus,
.projects-table-modern textarea:focus {
  border-color: rgba(236,72,153,0.35);
  box-shadow: 0 0 0 4px rgba(236,72,153,0.12);
}

.projects-table-modern select option {
  background: #0f172a;
  color: #fff;
}

.empty-projects {
  text-align: center;
  padding: 44px 20px !important;
  color: rgba(255,255,255,0.62) !important;
  font-size: 14px;
  background: rgba(255,255,255,0.03) !important;
  border-radius: 16px;
}

/* Séparateurs de mois */
.month-separator-row td {
  background: transparent !important;
  padding: 8px 0 2px !important;
  border: none !important;
}

.month-separator-row:hover {
  transform: none !important;
}

.month-separator-row:hover td {
  background: transparent !important;
}

.month-separator-cell {
  border-radius: 0 !important;
}

.month-separator-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(236,72,153,0.06));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.month-separator-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
}

.month-separator-count {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.58);
  white-space: nowrap;
}

/* Résumé en chips */
.summary-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.summary-chip {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.86);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
  backdrop-filter: blur(10px);
  min-width: 130px;
  white-space: nowrap;
  text-align: center;
}

.summary-chip:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.16);
  transform: translateY(-1px);
}

.summary-chip.todo {
  color: rgba(255,255,255,0.86);
}

.summary-chip.progress {
  color: #f9a8d4;
}

.summary-chip.accepted {
  color: #86efac;
}

.summary-chip.refused {
  color: #fca5a5;
}

.summary-chip.active {
  background: linear-gradient(135deg, rgba(236,72,153,0.24), rgba(139,92,246,0.24));
  border-color: rgba(236,72,153,0.35);
  color: #fff;
  box-shadow: 0 10px 25px rgba(236,72,153,0.15);
}

/* Boutons injectés ou existants dans le tableau */
.projects-table-modern .project-btn,
.projects-table-modern button.project-btn,
.projects-table-modern .delete-btn {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
  backdrop-filter: blur(10px);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.projects-table-modern .project-btn:hover,
.projects-table-modern button.project-btn:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.16);
  transform: translateY(-1px);
}

.projects-table-modern .delete-btn {
  background: rgba(239,68,68,0.12);
  border-color: rgba(239,68,68,0.24);
  color: #fca5a5;
}

.projects-table-modern .delete-btn:hover {
  background: rgba(239,68,68,0.18);
  color: #fff;
}

/* Modales modernes réutilisables */
.modal-overlay-modern {
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(6px);
}

.modal-box-modern {
  width: min(460px, 92vw);
  background: rgba(12, 18, 34, 0.94);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 28px 24px 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  backdrop-filter: blur(18px);
  position: relative;
}

/* Modal nouveau projet — même famille que PyroMap / plan d’implantation (.pip-style-popup) */
.pip-projets-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(24px, env(safe-area-inset-top), env(safe-area-inset-bottom))
    max(28px, env(safe-area-inset-left), env(safe-area-inset-right));
  box-sizing: border-box;
}

.pip-projets-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  pointer-events: auto;
}

#projectModal .pip-projets-new-project.pip-style-popup {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  z-index: 1;
  width: min(580px, calc(100vw - 56px));
  max-height: none;
  flex-shrink: 0;
}

#projectModal .pip-style-popup__panel {
  margin: 12px;
}

#projectModal .pip-style-popup__head {
  padding: 18px 20px 14px 22px;
}

#projectModal .pip-style-popup__body.pip-style-studio-body {
  padding: 16px 22px 20px;
}

#projectModal .pip-style-popup.pip-style-popup--studio .pip-style-studio-actions {
  margin-top: 0;
  padding: 16px 22px 22px;
  gap: 12px;
}

#projectModal .pip-style-popup__close {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: -4px -6px 0 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.88);
}

#projectModal .pip-style-popup__close:hover,
#projectModal .pip-style-popup__close:focus-visible {
  color: #fce7f3;
}

#projectModal .pip-style-popup__close:focus-visible {
  outline: 2px solid rgba(236, 72, 153, 0.55);
  outline-offset: 2px;
}

#projectModal .pip-projets-popup-head {
  cursor: default;
}

#projectModal .pip-projets-popup-grid {
  gap: 12px 14px;
}

#projectModal .pip-projets-input-date {
  min-height: 40px;
  color-scheme: dark;
}

#projectModal .pip-projets-dropdown .modern-dropdown-btn {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 13px;
}

#projectModal .pip-projets-dropdown .modern-dropdown-menu {
  margin-top: 6px;
  border-radius: 12px;
}

#projectModal .pip-projets-dropdown .modern-dropdown-menu div {
  padding: 10px 12px;
  font-size: 13px;
}

.pip-projets-btn {
  appearance: none;
  border-radius: 11px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.15s ease;
}

.pip-projets-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(248, 250, 252, 0.92);
}

.pip-projets-btn--ghost:hover {
  border-color: rgba(236, 72, 153, 0.35);
  background: rgba(236, 72, 153, 0.12);
  color: #fff;
}

.pip-projets-btn--primary {
  border: 1px solid rgba(236, 72, 153, 0.45);
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.35), rgba(139, 92, 246, 0.28));
  color: #fff;
  box-shadow: 0 10px 28px rgba(236, 72, 153, 0.22);
}

.pip-projets-btn--primary:hover {
  box-shadow: 0 14px 34px rgba(236, 72, 153, 0.28);
  transform: translateY(-1px);
}

.modal-box-modern h2 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.modal-box-modern .form-group {
  margin-bottom: 14px;
}

.modal-box-modern .form-group label {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
  display: block;
}

.modal-box-modern .form-group input,
.modal-box-modern .form-group select,
.modal-box-modern .form-group textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  outline: none;
  transition: 0.2s ease;
  backdrop-filter: blur(8px);
}

.modal-box-modern .form-group input:focus,
.modal-box-modern .form-group select:focus,
.modal-box-modern .form-group textarea:focus {
  border-color: rgba(236,72,153,0.35);
  box-shadow: 0 0 0 4px rgba(236,72,153,0.12);
}

.modal-box-modern .form-group input::placeholder {
  color: rgba(255,255,255,0.32);
}

.modal-box-modern .form-group select option {
  background: #0f172a;
  color: #fff;
}

.modal-text-modern {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
}

.modal-actions-modern {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}

.modal-btn-modern {
  border-radius: 14px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
  backdrop-filter: blur(10px);
}

.modal-btn-modern:hover {
  transform: translateY(-1px);
}

.modal-btn-cancel {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.modal-btn-cancel:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.16);
}

.modal-btn-confirm {
  border: 1px solid rgba(236,72,153,0.35);
  background: linear-gradient(135deg, rgba(236,72,153,0.24), rgba(139,92,246,0.24));
  color: #fff;
  box-shadow: 0 10px 25px rgba(236,72,153,0.15);
}

.modal-btn-confirm:hover {
  box-shadow: 0 14px 28px rgba(236,72,153,0.18);
}

.modal-close-modern {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  color: rgba(255,255,255,0.56);
  transition: 0.2s ease;
  cursor: pointer;
}

.modal-close-modern:hover {
  color: #fff;
}

/* Dropdown projet modernisé */
.modern-dropdown {
  position: relative;
  width: 100%;
}

.modern-dropdown-btn {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease;
  backdrop-filter: blur(8px);
}

.modern-dropdown-btn:hover {
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
}

.modern-dropdown-menu {
  width: 100%;
  margin-top: 8px;
  background: rgba(12, 18, 34, 0.96);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  backdrop-filter: blur(18px);
}

.modern-dropdown-menu div {
  padding: 12px 14px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}

.modern-dropdown-menu div:hover {
  background: rgba(255,255,255,0.06);
}

@media (max-width: 1200px) {
  .projects-table-wrap {
    overflow-x: auto;
  }

  .projects-table-modern thead th:nth-child(3) {
    width: min(26%, 200px);
  }
}

@media (max-width: 980px) {
  .projets-topbar {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .projets-topbar-left,
  .projets-topbar-right {
    justify-content: flex-start;
    margin-left: 0;
  }

  .filter-select-modern {
    width: 100%;
  }

  .project-search-input {
    width: 100%;
    min-width: 0;
  }

  .month-separator-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== TOPBAR STICKY ===== */

.sticky-topbar {
  position: sticky;
  top: 12px;
  z-index: 200;

  padding: 14px 16px;
  border-radius: 18px;

  backdrop-filter: blur(14px);

  background: linear-gradient(
    180deg,
    rgba(7, 13, 33, 0.96) 0%,
    rgba(7, 13, 33, 0.88) 100%
  );

  border: 1px solid rgba(255,255,255,0.06);

  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* effet quand tu scroll (optionnel mais stylé) */
.sticky-topbar::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  right: 10%;
  height: 20px;
  background: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0.25),
    transparent 70%
  );
  pointer-events: none;
}

/* ===== Mode UX moderne (switchable) ===== */
body.projets-wow .projets-card{
  padding:18px 18px 20px;
  border-radius:20px;
}

body.projets-wow .projects-table-modern{
  border-spacing:0 14px;
}

body.projets-wow .projects-table-modern tbody td{
  background:linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
}

body.projets-wow .projects-table-modern tbody tr:hover td{
  background:linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06));
}

body.projets-wow .projets-kpi-card{
  background:linear-gradient(140deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  box-shadow:0 12px 30px rgba(0,0,0,0.22);
}

body.projets-wow .project-header h1{
  font-size:40px;
  letter-spacing:-.02em;
}

@media (max-width: 1500px) {
  .projets-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .projets-topbar {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 1100px){
  .projets-kpi-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 700px){
  .projets-kpi-grid{
    grid-template-columns:1fr;
  }
}