:root {
  --vk-primary: #0f63ff;
  --vk-primary-dark: #1b2a4a;
  --vk-text-main: #1d1d1f;
  --vk-text-muted: #8e8e93;
  --vk-border: #ececec;
  --vk-green: #00c853;
  --vk-red: #ff3b30;
}
button,
.btn,
input[type="submit"],
input[type="button"] {
    transition: all 0.25s ease;
}

button:hover,
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    
    opacity: 0.9;
}
a{
	text-decoration: none!important;
	color: #001b55; !important;
}


body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Header global */
.vk-header {
  font-size: 14px;
}

.line{
/*	border-bottom: 1px solid #dee2e6!important;*/
}

/* Burger */
.vk-burger-btn {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 24px;
  color: var(--vk-primary-dark);
}

/* Logo */
.vk-logo-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--vk-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.vk-logo-text {
  font-weight: 700;
  font-size: 18px;
  color: var(--vk-primary-dark);
}

:root {
  --vk-green: #00c853;
  --vk-primary: #0f63ff;
  --vk-text-muted: #8e8e93;
}

.vk-role-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

/* Texte labels */
.vk-role-label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--vk-text-muted);
  font-weight: 500;
}

/* Label actif = bleu */
.vk-role-toggle.is-right .vk-right {
  color: var(--vk-primary);
  font-weight: 600;
}

.vk-role-toggle:not(.is-right) .vk-left {
  color: var(--vk-primary);
  font-weight: 600;
}

/* Le toggle : toujours vert */
.vk-toggle {
  position: relative;
  width: 40px;
  height: 22px;
  padding: 0;
  border-radius: 999px;
  border: none;
  background: var(--vk-green);  /* ➜ Toujours vert */
  cursor: pointer;
}

.vk-toggle-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform .18s ease;
}

/* Position bouton à droite */
.vk-role-toggle.is-right .vk-toggle-knob {
  transform: translateX(18px);
}


/* Compte utilisateur + badge */
.vk-account, .vk-cart {
  position: relative;
  font-size: 20px;
  color: var(--vk-primary);
  cursor: pointer;
}

.vk-notif-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background-color: #ff3b30;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* Wallet */
.vk-wallet {
  color: var(--vk-primary);
  cursor: pointer;
}

.vk-wallet-amount {
  font-weight: 600;
  color: var(--vk-primary-dark);
}

/* KPIs */
.vk-kpis {
  font-size: 13px;
  white-space: nowrap;
}

.vk-kpi-label {
  text-transform: uppercase;
  color: var(--vk-text-muted);
  font-weight: 500;
  margin-right: 6px;
}

.vk-kpi-value {
  font-weight: 600;
  color: var(--vk-primary-dark);
}

.vk-link {
  color: var(--vk-primary);
}

.vk-red {
  color: var(--vk-red);
}

.vk-green {
  color: var(--vk-green);
}

/* Responsive léger */
@media (max-width: 992px) {
  .vk-kpis {
    overflow-x: auto;
    padding-bottom: 4px;
  }
}

:root {
  --vk-blue: #0056ff;   /* bleu du panneau */
  --vk-blue-light: #2f7dff;
  --vk-text-light: #ffffff;
  --vk-text-muted-light: #d7e2ff;
}

/* Overlay sombre */
.vk-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

/* Panneau latéral */
.vk-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  max-width: 80%;
  background: var(--vk-blue);
  color: var(--vk-text-light);
  z-index: 1050;
  padding: 16px 20px;
  transform: translateX(-100%);
  transition: transform .25s ease-out;
  box-shadow: 0 0 20px rgba(0,0,0,.35);
  font-size: 13px;
}

.vk-sidebar-inner {
  overflow-y: auto;
}

/* État ouvert */
.vk-sidebar.is-open {
  transform: translateX(0);
}

.vk-sidebar-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* Top zone */
.vk-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--vk-blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.vk-avatar i {
  color: #fff;
}

.vk-user-name {
  font-weight: 600;
}

.vk-close-btn {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding: 0;
}

/* Menu */
.vk-menu-item + .vk-menu-item {
  margin-top: 18px;
}

.vk-menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--vk-text-light);
  text-decoration: none;
  font-weight: 500;
	font-size: 15px;
}

.vk-menu-link:hover {
  text-decoration: none;
  color: #fff;
}

.vk-menu-icon {
  font-size: 18px;
}

/* Sous-menu */
.vk-submenu {
  margin-top: 6px;
  padding-left: 30px;
}

.vk-submenu li + li {
  margin-top: 2px;
}

.vk-submenu a {
  color: var(--vk-text-muted-light);
  text-decoration: none;
  font-size: 15px;
}

.vk-submenu a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.vk-sidebar-inner{
  height: 100vh;            /* sidebar pleine hauteur */
  display: flex;
  flex-direction: column;
}

.vk-menu{
  flex: 1;                  /* la liste prend l’espace */
  overflow: auto;           /* scroll si menu long */
  margin: 0;
  padding: 0;
  list-style: none;
}

.vk-sidebar-footer{
  margin-top: auto;         /* pousse en bas */
  padding: 14px 12px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: inherit;
}

.vk-menu-link-danger{
  color: #ff6b6b!important;           /* adapte à ta charte */
}
.vk-menu-link-danger:hover{
  opacity: .9;
}


:root {
  --vk-blue: #0056ff;
  --vk-blue-dark: #001b55;
  --vk-text-main: #17223b;
  --vk-text-muted: #8e8e93;
  --vk-row-alt: #f7f7f7;
  --vk-red: #ff3b30;
  --vk-green: #00c853;
}

/* titres */
.vk-indicators-title {
  font-weight: 700;
  font-size: 26px;
  color: var(--vk-blue-dark);
}

.vk-indicators-subtitle {
  font-size: 16px;
  color: var(--vk-blue-dark);
}

/* carte */
.vk-table-wrapper {
  margin: 0 auto 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* table */
.vk-table {
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 0;
}

/* HEADER BLEU – override Bootstrap */
.vk-table thead {
  background-color: var(--vk-blue) !important;
}

.vk-table thead tr {
  background-color: transparent; /* déjà géré par thead */
}

.vk-table thead th {
  border: none;
  padding: 12px 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  color: #ffffff !important;
  background-color: transparent !important;
}

/* bouton de tri */
.vk-th-sort {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.vk-th-sort i {
  font-size: 14px;
}

/* lignes */
.vk-table tbody tr {
  background: #ffffff;
}

/* version qui marche vraiment */
.vk-table tbody tr.vk-row-alt > td,
.vk-table tbody tr.vk-row-alt > th {
  background-color: var(--vk-row-alt) !important;
}

.vk-table tbody td {
  border-top: 1px solid #e6e6e6;
  padding: 12px 16px;
  vertical-align: middle;
  color: var(--vk-text-main);
}

.vk-table tbody tr:first-child td {
  border-top: none;
}

/* statut en ligne */
.vk-status-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.vk-status-online {
  background-color: var(--vk-green);
}

/* prix + flèches, tous les inputs alignés */
.vk-price-wrap {
  display: inline-flex;
  align-items: center;
}

.vk-price-wrap i {
  width: 18px;
  text-align: center;
  font-size: 18px;
  margin-right: 4px;
}

.vk-arrow-up { color: var(--vk-red); }
.vk-arrow-down { color: var(--vk-blue); }

/* placeholder invisible mais même largeur */
.vk-arrow-placeholder {
  visibility: hidden;
}

/* Unified Price Inputs (Catalog, Pos, AI, Pack) */
.vk-input-standard-price {
  width: 96px;
  height: 34px;
  padding: 4px 8px;
  font-size: 13px;
  text-align: right;
  display: inline-block;
}

/* bordure selon état */
.vk-price-high .vk-input-price {
  border: 1px solid var(--vk-red);
}

.vk-price-low .vk-input-price {
  border: 1px solid var(--vk-blue);
}

/* bouton edit */
.vk-edit-btn {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 18px;
  color: var(--vk-blue);
  cursor: pointer;
}
/* Bloc général */
.vk-legend {
  margin-top: 14px;
  padding-top: 6px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #1d1d1f;
}

/* Une entrée de légende */
.vk-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.vk-legend-icon {
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
}

/* Couleurs des flèches */
.vk-legend-up {
  color: var(--vk-red, #ff3b30);
}

.vk-legend-down {
  color: var(--vk-blue, #0056ff);
}

/* Symbole pour prix OK */
.vk-legend-equal {
  font-weight: 700;
  color: #7a7a7a;
}


:root {
  --vk-blue: #0056ff;
  --vk-blue-border: #0056ff;
  --vk-blue-dark: #001b55;
  --vk-text-main: #182039;
  --vk-text-muted: #8e8e93;
  --vk-green: #00c853;
  --vk-red: #ff3b30;
  --vk-yellow: #ffb300;
}

/* Section globale */
.vk-market-section {
  background-color: #ffffff;
}

/* Cartes à bordure bleue */
.vk-card-shell {
/*
  border: 2px solid var(--vk-blue-border);
  border-radius: 26px;
  padding: 24px 28px;
*/
	
	  background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e6e9ef;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	
	
}

.vk-card-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* Titres */
.vk-title-main {
  font-weight: 700;
  font-size: 26px;
  color: var(--vk-blue-dark);
}

.vk-subtitle-main {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vk-blue);
}

.vk-title-block {
  font-weight: 700;
  font-size: 22px;
  color: var(--vk-blue-dark);
}

.vk-subtitle-block {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vk-blue);
}

/* Cartes métriques */
.vk-metrics-row {
  margin-top: 12px;
}

.vk-metric-card {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 18px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  min-width: 220px;
}

.vk-metric-label {
  font-size: 13px;
  color: var(--vk-text-muted);
}

.vk-metric-value {
  font-size: 24px;
  font-weight: 700;
  color: #0b1024;
}

.vk-metric-trend {
  font-size: 13px;
  font-weight: 600;
}

.vk-trend-up {
  color: var(--vk-green);
}

.vk-trend-down {
  color: var(--vk-red);
}

.vk-trend-stable {
  color: var(--vk-primary);
}

/* Tableaux bloc 2 */
.vk-table-scroll {
  position: relative;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 12px; /* pour laisser la place au faux scroll */
}

/* Table simple */
.vk-table-simple {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

.vk-table-simple thead th {
  border-bottom: 1px solid #e2e2e2;
  padding: 8px 0;
  font-weight: 600;
  color: var(--vk-text-main);
}

.vk-table-simple tbody td {
  border: none;
  padding: 6px 0;
  color: var(--vk-text-main);
}

/* Couleurs de pourcentage */
.vk-cell-green {
  color: var(--vk-green);
  font-weight: 600;
}

.vk-cell-red {
  color: var(--vk-red);
  font-weight: 600;
}

/* Statuts (puces) */
.vk-status-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 6px;
}

.vk-status-green {
  background-color: var(--vk-green);
}

.vk-status-yellow {
  background-color: var(--vk-yellow);
}

.vk-status-red {
  background-color: var(--vk-red);
}

.vk-status-flame {
  background: transparent;
  font-size: 14px;
}

/* Faux scrollbar à droite, comme sur le design */
.vk-fake-scrollbar {
  position: absolute;
  top: 8px;
  right: 0;
  width: 5px;
  height: calc(100% - 16px);
  border-radius: 999px;
  background: #f0f0f0;
}

.vk-fake-scrollbar-thumb {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  height: 40%;
  border-radius: 999px;
  background: var(--vk-blue);
}

/* Scrollbar réelle (Webkit) pour rester propre */
.vk-table-scroll::-webkit-scrollbar {
  width: 6px;
}

.vk-table-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.vk-table-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
}

/* Responsive */
@media (max-width: 767.98px) {
  .vk-card-shell {
    padding: 18px 16px;
  }

  .vk-metric-card {
    width: 100%;
  }

  .vk-card-inner {
    max-width: 100%;
  }
}

/* Faux scrollbar à droite, bleu comme sur la maquette */
.vk-fake-scrollbar {
  position: absolute;
  top: 4px;
  right: 0;
  width: 6px;
  height: calc(100% - 8px);
  border-radius: 50px;
  background: rgba(0, 86, 255, 0.25); /* BLEU clair transparent (rail) */
}

.vk-fake-scrollbar-thumb {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 30%;
  border-radius: 50px;
  background: #0056ff; /* BLEU principal (thumb) */
}

/* MODAL */

:root {
  --vk-blue: #0056ff;
  --vk-blue-dark: #001b55;
  --vk-text-main: #17223b;
  --vk-text-muted: #8e8e93;
  --vk-border-soft: #ececec;
  --vk-green: #00c853;
  --vk-grey: #c7c7c7;
}

/* Layout page */
.vk-page-title {
  font-weight: 700;
  font-size: 26px;
  color: var(--vk-blue-dark);
}

/* Carte formulaire */
.vk-edit-card {
  max-width: 980px;
  background: #ffffff;
  border-radius: 26px;
  padding: 28px 32px 34px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.vk-block-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--vk-blue);
}

.vk-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--vk-text-main);
  margin-bottom: 4px;
}

.vk-input {
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--vk-border-soft);
  background-color: #fafafa;
}

.vk-input:focus {
  border-color: var(--vk-blue);
  box-shadow: 0 0 0 2px rgba(0, 86, 255, 0.14);
}

/* Bouton principal */
.vk-btn-primary {
    display: inline-block;
    border: none;
    border-radius: 999px;
    padding: 20px 106px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background-color: var(--vk-blue);
    cursor: pointer;
}
/* Bouton delete */
.delete {
    display: inline-block;
    border: none;
    border-radius: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: red;
    cursor: pointer;
		background: none;
	font-weight: 400;
}

/* Lien CGV */
.vk-cgv-text {
  font-size: 12px;
  color: var(--vk-text-muted);
}

.vk-link {
  color: var(--vk-blue);
  text-decoration: underline;
}

/* --- TOGGLES --- */

/* Groupe de toggles (ancre, oui/non, etc.) */
.vk-toggle-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.vk-toggle-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* switch */
.vk-toggle {
  position: relative;
  width: 40px;
  height: 22px;
  padding: 0;
  border-radius: 999px;
  border: none;
  background: var(--vk-grey); /* OFF */
  cursor: pointer;
}

/* version plus petite (CGV) */
.vk-toggle-small {
  width: 36px;
  height: 20px;
}

.vk-toggle-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.18s ease;
}

/* état ON */
.vk-toggle-option.is-on .vk-toggle {
  background: var(--vk-green);
}

.vk-toggle-option.is-on .vk-toggle-knob {
  transform: translateX(18px); /* 40 - 18 - 4 */
}

.vk-toggle-small .vk-toggle-knob {
  width: 16px;
  height: 16px;
}

.vk-toggle-option.is-on .vk-toggle-small .vk-toggle-knob {
  transform: translateX(16px);
}

/* texte associé */
.vk-toggle-text {
  font-size: 13px;
  color: var(--vk-text-muted);
  white-space: nowrap;
}

.vk-toggle-option.is-on .vk-toggle-text {
  color: var(--vk-text-main);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 767.98px) {
  .vk-edit-card {
    padding: 22px 18px 26px;
    border-radius: 20px;
  }
}

/* Modale lisse + large */
.vk-modal-content {
  border-radius: 24px;
  padding: 20px 30px;
  border: none;
}

/* La carte interne du formulaire dans la modale */
.vk-edit-card-modal {
  box-shadow: none;
  border-radius: 0;
  padding: 0 8px 20px;
}

.modal-backdrop.show {
  opacity: .35;
}

/* Ancres : groupe sous le label */
.vk-toggle-multi {
  display: flex;
  gap: 16px;
  margin-top: 6px;
}

/* Option de toggle (multi et déjà utilisé) */
.vk-toggle-option {
 display: flex;        
  width: 100%;           
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;        
  cursor: pointer;
}

/* Switch générique (déjà présent) */
.vk-toggle {
  position: relative;
  width: 40px;
  height: 22px;
  padding: 0;
  border-radius: 999px;
  border: none;
  background: var(--vk-grey); /* OFF par défaut */
  cursor: pointer;
}

.vk-toggle-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.18s ease;
}

/* État ON pour les multi */
.vk-toggle-option.is-on .vk-toggle {
  background: var(--vk-green);
}

.vk-toggle-option.is-on .vk-toggle-knob {
  transform: translateX(18px);
}

/* Texte à côté des switches */
.vk-toggle-text {
  font-size: 13px;
  color: var(--vk-text-muted);
}

.vk-toggle-option.is-on .vk-toggle-text {
  color: var(--vk-text-main);
  font-weight: 600;
}

/* --- TOGGLE BINAIRE OUI/NON --- */

.vk-toggle-binary {
  display: flex;        
  width: 100%;           
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;        
  cursor: pointer;
}

.vk-modal-content .vk-toggle-option{
	display: inline-flex; 
	align-items: start; 
	gap: 8px; 
	margin-top: 4px; 
	cursor: pointer; 
}

.vk-toggle-label-binary {
  font-size: 13px;
  color: var(--vk-text-muted);
}

/* Quand ON => Oui en bleu / Non grisé */
.vk-toggle-binary.is-on .vk-label-on {
  color: var(--vk-text-main);
  font-weight: 600;
}

.vk-toggle-binary.is-on .vk-label-off {
  color: var(--vk-text-muted);
}

/* Quand OFF => Non en bleu / Oui grisé */
.vk-toggle-binary:not(.is-on) .vk-label-off {
  color: var(--vk-text-main);
  font-weight: 600;
}

.vk-toggle-binary:not(.is-on) .vk-label-on {
  color: var(--vk-text-muted);
}

/* État ON sur le switch binaire */
.vk-toggle-binary.is-on .vk-toggle {
  background: var(--vk-green);
}

.vk-toggle-binary.is-on .vk-toggle-knob {
  transform: translateX(18px);
}

/* On centre le contenu du header de modale */
.vk-modal-header {
  position: relative;
  justify-content: center;   /* centre le titre */
}

/* Le bouton de fermeture est positionné en absolu à droite */
.vk-modal-header .btn-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.vk-select {
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--vk-border-soft);
  background-color: #fafafa;
  color: var(--vk-text-main);
  cursor: pointer;
}

.vk-select:focus {
  border-color: var(--vk-blue);
  box-shadow: 0 0 0 2px rgba(0, 86, 255, 0.14);
}
.vk-input-disabled {
  background-color: #e9ecef !important;
  color: #7b7b7b !important;
  border-color: #d3d3d3 !important;
  cursor: not-allowed !important;
}

.vk-input-disabled::placeholder {
  color: #9a9a9a;
}
/* ------- TOGGLE PRINCIPAL (éditeur / annonceur) ------- */

.vk-main-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* ----- LABELS ----- */
.vk-main-toggle-label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  transition: color .2s, font-weight .2s;
}

/* Label actif */
.vk-main-toggle-label.active {
  color: #0056ff;        /* bleu actif */
}

/* ----- SWITCH (fond toujours vert) ----- */
.vk-main-toggle-switch {
  position: relative;
  width: 56px;
  height: 28px;
  background: #00c853 !important;   /* TOUJOURS VERT */
  border: none;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
}

/* ----- KNOB BLANC ----- */
.vk-main-toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;               /* EDITOR position */
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform .2s ease;
}

/* ----- MODE ANNONCEUR : le bouton glisse ----- */
.vk-main-toggle-switch.mode-annonceur .vk-main-toggle-knob {
  transform: translateX(28px);     /* 56 - 22 - 6 */
}


.vk-table,
.vk-table-simple {
  table-layout: fixed !important;
}

.vk-table td, 
.vk-table th,
.vk-table-simple td,
.vk-table-simple th {
  word-wrap: break-word;
  white-space: normal;
}
/* URL */
.vk-col-url {
  width: 22%;
}

/* CTR */
.vk-col-ctr {
  width: 7%;
	text-align: center;
}

/* Panier */
.vk-col-panier {
  width: 7%;
		text-align: center;
}

/* Liens */
.vk-col-liens {
  width: 7%;
	text-align: center;
}

/* Délais */
.vk-col-delais {
  width: 7%;
	text-align: center;
}

/* Acceptés / Refusés */
.vk-col-acc, .vk-col-ref {
  width: 7%;
		text-align: center;
}

/* En ligne */
.vk-col-online {
  width: 5%;
		text-align: center;
}

/* Prix */
.vk-col-prix {
  width: 12%;
		text-align: center;
}

/* Edit */
.vk-col-edit {
  width: 6%;
		text-align: center;
}

/* CATALOG */

/* Général tableau catalogue */
.vk-table-catalogue {
  table-layout: fixed !important;
  font-size: 13px;
}

.vk-table-catalogue thead tr {
  background: #0056ff;
  color: #fff;
}

.vk-table-catalogue thead th {
  border: none;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.vk-table-catalogue tbody tr.vk-row-main td {
  padding: 10px 14px;
  border-top: 1px solid #e6e6e6;
}

.vk-row-main.vk-row-alt {
  background: #f7f7f7;
}

/* Colonnes : largeurs fixes pour ne pas tout casser */
.vk-col-url { width: 20%; }
.vk-col-rd,
.vk-col-tf,
.vk-col-cf,
.vk-col-traffic,
.vk-col-kw { width: 7%; }

.vk-col-cat { width: 28%; }
.vk-col-prix { width: 10%; }
.vk-col-cart { width: 6%; }

.vk-table-catalogue td, 
.vk-table-catalogue th {
  word-wrap: break-word;
  white-space: normal;
}

/* Cellule URL avec badge */
.vk-url-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vk-badge-partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ff1744;
  color: #fff;
  font-size: 11px;
}

.vk-url-text {
  font-weight: 600;
  color: #182039;
}

/* Lien bleu (KW, trafic, etc.) */
.vk-link-blue a,
.vk-link-blue {
  color: #0056ff;
  font-weight: 600;
  text-decoration: none;
}

/* Prix + bouton panier */
.vk-cell-price {
  font-weight: 700;
  color: #000;
}

.vk-btn-cart {
  border: none;
  background: #ff1744;
  color: #fff;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Ligne détail */
.vk-row-details td {
  padding: 0;
  border-top: none;
}

.vk-details-card {
  border-top: none;
  padding: 18px 22px 22px;
  background: #ffffff;
}

/* petits indicateurs oui/non */
.vk-flag-yes {
  color: #00c853;
  font-weight: 600;
}

.vk-flag-no {
  color: #d32f2f;
  font-weight: 600;
}

.vk-details-title {
  font-size: 14px;
  font-weight: 700;
  color: #182039;
}

.vk-metric-circle {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  padding: 15px;
  box-sizing: border-box;
}

.vk-metric-main {
  font-size: 24px;
  font-weight: 700;
  color: #0056ff;
  line-height: 1.2;
}

.vk-metric-label {
  font-size: 11px;
  color: #8e8e93;
  margin-top: 8px;
  line-height: 1.4;
  height: 32px; /* Fixed height for 2 lines to keep baseline same */
  display: flex;
  align-items: center;
  justify-content: center;
}

.vk-metric-tag {
  font-size: 11px;
  color: #8e8e93;
  margin-right: 8px;
}

.vk-metric-chip {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: #f8d4ff;
  font-size: 11px;
}

/* Options */
.vk-options-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.vk-options-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 6px;
}

.vk-option-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 5px;
}

.vk-option-on {
  background: #00c853;
}

/* Bouton ajouter au panier */
.vk-btn-panier {
  border-radius: 999px;
  padding: 10px 28px;
	text-decoration: none;
}

/* Séparateur */
.vk-details-separator {
  margin: 16px 0 18px;
  border-color: #eeeeee;
}

/* Pagination & select page size */
.vk-select-small {
  width: 80px;
  height: 32px;
  padding: 4px 8px;
  font-size: 13px;
}

.vk-catalogue-header {
  font-size: 13px;
  color: #444;
}

/* Pagination style */
.vk-pagination .vk-page-link {
  border-radius: 999px !important;
  margin: 0 3px;
  font-size: 13px;
  min-width: 30px;
  text-align: center;
  color: #444;
}

.vk-pagination .page-item.active .vk-page-link {
  background: #0056ff;
  border-color: #0056ff;
  color: #fff;
}

.vk-pagination .page-link {
  border: 1px solid #e0e0e0;
  padding: 4px 8px;
}

/* top & bottom layout small screen */
@media (max-width: 767.98px) {
  .vk-col-cat {
    display: none; /* on pourra faire une version mobile plus tard */
  }
}
/* Lignes cliquables */
.vk-table-catalogue tbody tr.vk-row-main {
  cursor: pointer;
}

/* hover réel sur les cellules */
.vk-table-catalogue tbody tr.vk-row-main:hover td {
  background-color: #f5f7ff !important; /* bleu très léger comme ta maquette */
  transition: background-color .15s ease;
}

/* Lignes de détail cachées par défaut */
.vk-row-details {
  display: none;
}

/* Quand la ligne de détail est ouverte */
.vk-row-details.is-open {
  display: table-row;
}

/* Surlignage de la ligne principale quand ouverte */
.vk-row-main.vk-row-open {
  background-color: #eef3ff;
}

/* Option : bordure haute un peu plus marquée quand ouvert */
.vk-row-main.vk-row-open td {
  border-top-color: #d0daf8;
}
/* La ligne détail est toujours un tr normal */
.vk-row-details td {
  padding: 0;
  border-top: none;
}

/* Wrapper animé */
.vk-details-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.35s ease;
}

/* Quand ouvert */
.vk-row-details.is-open .vk-details-wrapper {
  /* max-height est géré en JS pour être dynamique */
  opacity: 1;
  transform: translateY(0);
}

/* Surbrillance ligne principale ouverte (déjà mis, on garde) */
.vk-row-main.vk-row-open {
  background-color: #eef3ff;
}

.vk-row-main.vk-row-open td {
  border-top-color: #d0daf8;
}
/* Liste des options dans les détails */
.vk-options-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.vk-option-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

/* Texte de l’option */
.vk-option-text {
  font-size: 13px;
  color: #222;
}

/* Switch spécifique aux options (NOUVELLES CLASSES) */
.vk-option-switch {
  position: relative;
  width: 34px;
  height: 18px;
  border-radius: 999px;
  border: none;
  padding: 0;
  margin: 0;
  background: #c7c7c7;       /* OFF */
  cursor: pointer;
  flex-shrink: 0;
}

.vk-option-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.18s ease;
}

/* Etat ON : vert + knob à droite */
.vk-option-switch.on {
  background: #00c853;
}

.vk-option-switch.on .vk-option-knob {
  transform: translateX(14px); /* 34 - 14 - 6 */
}
/* Bouton Filtrer / Cacher les filtres */
.vk-filter-toggle-btn {
  border: none;
  background: #e7e7eb;
  color: #333;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.vk-filter-toggle-btn i {
  font-size: 16px;
}

/* Carte de filtres */
.vk-filters-card {
  border-radius: 24px;
  border: 1px solid #0056ff;
  padding: 18px 22px 20px;
  margin-bottom: 18px;
  background: #ffffff;
}

.vk-filter-label {
  font-size: 13px;
  font-weight: 600;
  color: #17223b;
  margin-bottom: 4px;
}

.vk-input-filter {
  font-size: 13px;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
}

.vk-input-filter:focus {
  border-color: #0056ff;
  box-shadow: 0 0 0 2px rgba(0, 86, 255, 0.12);
}

.vk-filter-help {
  font-size: 11px;
  color: #888;
  margin-top: 4px;
}

/* Colonne droite : autres filtres */
.vk-filters-side {
  border-left: 1px solid #e4e4e4;
  padding-left: 18px;
}

.vk-filter-side-title {
  font-size: 13px;
  font-weight: 700;
  color: #17223b;
}

.vk-filter-side-subtitle {
  font-size: 13px;
  font-weight: 700;
  color: #17223b;
}

/* Boutons bas */
.vk-filters-reset {
  font-size: 13px;
  color: #0056ff;
  text-decoration: underline;
}

.vk-btn-filters-apply {
  border-radius: 999px;
  padding: 8px 26px;
}
@media (max-width: 991.98px) {
  .vk-filters-side {
    border-left: none;
    border-top: 1px solid #e4e4e4;
    padding-left: 0;
    padding-top: 12px;
  }
}
.vk-select {
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  padding: 9px 12px;
}

.vk-select:focus {
  border-color: #0056ff;
  box-shadow: 0 0 0 2px rgba(0, 86, 255, 0.12);
}

.vk-filter-hint {
  font-size: 11px;
  color: #888;
  margin-top: 3px;
  display: block;
}

/* FIL D'ARIANE*/

.vk-breadcrumb-bar {
  background-color: #001b55;
  color: #fff;
  padding: 0.4rem 1rem;
}

.vk-breadcrumb-bar .breadcrumb {
  justify-content: center;   /* ⭐ Centre le fil d’Ariane */
}

.vk-breadcrumb-bar .breadcrumb-item + .breadcrumb-item::before {
  color: #cfe2ff;
}

.vk-breadcrumb-bar .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.vk-breadcrumb-bar .breadcrumb-item a:hover {
  text-decoration: underline;
}

.vk-breadcrumb-bar .breadcrumb-item.active {
  color: #e2e6ea;
}
/* ----- Boutons généraux Valinko ----- */


.vk-btn-secondary,
.vk-btn-danger {
  display: inline-block;
  padding: 0.45rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

/* Primary (bleu) */


/* Secondary (gris clair) */
.vk-btn-secondary {
  background-color: #e9ecef;
  color: #333;
}
.vk-btn-secondary:hover {
  background-color: #d6dce1;
}

/* Danger (rouge) */
.vk-btn-danger {
  background-color: #dc3545;
  color: #fff;
}
.vk-btn-danger:hover {
  background-color: #bb2d3b;
}
.vk-btn-add-site {
    display: inline-block;
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    background-color: var(--vk-blue);
    cursor: pointer;
}
.vk-price-suggest-link {
 font-weight: 600;
    color: #0d6efd;
    cursor: pointer;
    text-decoration: underline;
    padding-top: 10px;
    display: inline-block;
}

.vk-price-suggest-link:hover {
  color: #0b5ed7;
}
.vk-status-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

/* En ligne : vert */
.vk-status-online {
  background-color: #28a745; /* vert */
}

/* Hors ligne : rouge */
.vk-status-offline {
  background-color: #dc3545; /* rouge */
}


/* DEALS */

/* Badges de statut commandes */
.vk-badge {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  font-size: 0.75rem;
  border-radius: 999px;
  font-weight: 600;
}

.vk-badge-pending {
  background-color: #fff3cd;
  color: #856404;
}

.vk-badge-waiting {
  background-color: #e2e3e5;
  color: #383d41;
}

.vk-badge-refused {
  background-color: #f8d7da;
  color: #721c24;
}

/* Boutons XS pour actions dans le tableau */
.vk-btn-xs {
  border-radius: 999px;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
	margin-bottom: 5px;
}

.vk-btn-outline-danger {
  background: transparent;
  border: 1px solid #dc3545;
  color: #dc3545;
}
.vk-btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

.vk-btn-outline-secondary {
  background: transparent;
  border: 1px solid #adb5bd;
  color: #6c757d;
}
.vk-badge-success {
  background-color: #d4edda;
  color: #155724;
}

/* Lien "Consignes" stylé comme lien texte */
.vk-link-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #0d6efd;
  font-size: 0.85rem;
  text-decoration: underline;
  cursor: pointer;
}
.vk-link-btn:hover {
  text-decoration: none;
}
.vk-order-id-label {
  font-weight: 600;
  margin-left: 0.25rem;
  font-size: 0.9em;
}
.vk-btn-accept-mission {
    display: inline-block;
    border: none;
    border-radius: 999px;
    padding: 13px 45px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    background-color: var(--vk-blue);
    cursor: pointer;
}
th {
  cursor: pointer;
  user-select: none;
  position: relative;
}

th[data-sort] {
  cursor: pointer;
  user-select: none;
  position: relative;
}

th[data-sort]::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
}

th.sort-asc::after {
  border-bottom-color: #fff;
}

th.sort-desc::after {
  border-top-color: #fff;
}

/* Barre de recherche */
.vk-search-box {
  min-width: 220px;
  max-width: 260px;
}

.vk-search-input {
  font-size: 0.85rem;
  border-radius: 999px;
  padding-inline: 0.9rem;
}

/* Pagination */
.vk-pagination-bar {
 
  padding-top: 0.5rem;
}

.vk-pagination-btn {
  border-radius: 999px;
  border: 1px solid #dee2e6;
  background-color: #fff;
  padding: 0.2rem 0.8rem;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.vk-pagination-btn:hover {
  background-color: #f1f3f5;
}

.vk-pagination-btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.vk-promo-group .form-control {
  font-size: 0.9rem;
}
.vk-table-cart-summary th,
.vk-table-cart-summary td {
  vertical-align: middle;
  font-size: 0.9rem;
}
@media (max-width: 767.98px) {
  /* On cache l'en-tête du tableau panier sur mobile */
  .vk-table-cart thead {
    display: none;
  }

  .vk-table-cart,
  .vk-table-cart tbody,
  .vk-table-cart tr,
  .vk-table-cart td {
    display: block;
    width: 100%;
  }

  .vk-table-cart tbody {
    display: block;
  }

  .vk-table-cart tr {
    margin-bottom: 1rem;
    border: 1px solid #eef0f3;
    border-radius: 0.75rem;
    background-color: #fff;
    overflow: hidden;
  }

  .vk-table-cart td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.55rem 0.9rem;
    font-size: 0.85rem;
    border-bottom: 1px solid #f3f4f6;
  }

  .vk-table-cart td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #6c757d;
    margin-right: 0.75rem;
    flex: 0 0 45%;
    max-width: 45%;
  }

  /* Dernière cellule (actions) : aligner le bouton à droite sans label */
  .vk-table-cart td:last-child {
    justify-content: flex-end;
  }
  .vk-table-cart td:last-child::before {
    content: "";
    display: none;
  }

  /* Cellules avec beaucoup de texte (ancre, options) : laisser la valeur prendre la largeur */
  .vk-table-cart td:nth-child(2),
  .vk-table-cart td:nth-child(4) {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {

  /* Forcer l'alignement à gauche sur toutes les cellules du tableau panier */
  .vk-table-cart td {
    text-align: left !important;
  }

  /* Et pour les cellules qui avaient text-center en desktop */
  .vk-table-cart td.text-center {
    text-align: left !important;
  }

  /* Et aussi les valeurs (la partie à droite) */
  .vk-table-cart td > * {
    text-align: left !important;
  }
}
@media (max-width: 767.98px) {
  .vk-table-cart td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) {

  /* On laisse VRAIMENT assez de place pour le bloc sticky */
  .vk-page-cart {
    padding-bottom: 300px!important; 
  }

  /* Bloc récap panier sticky bottom, un peu plus compact */
  .vk-page-cart .vk-cart-summary {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: #ffffff;
    box-shadow: 0 -4px 12px rgba(15, 23, 42, 0.18);
    padding: 0.5rem 0.85rem; /* moins haut */
  }

  .vk-page-cart .vk-cart-summary .row {
    margin: 0;
  }

  .vk-page-cart .vk-cart-summary .col-12,
  .vk-page-cart .vk-cart-summary .col-md-8,
  .vk-page-cart .vk-cart-summary .col-lg-6 {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* Tableau de totaux plus compact */
  .vk-table-cart-summary th,
  .vk-table-cart-summary td {
    font-size: 0.8rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  /* Bouton de validation bien visible mais pas énorme */
  .vk-page-cart .vk-cart-summary .vk-btn-primary {
    width: 100%;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
}
/* ---- PAGE THANK YOU MODERNE ---- */

.vk-thankyou-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.25rem 2rem 2rem;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16);
	text-align: center;
}

.vk-thankyou-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 0,
    #4f46e5 0,
    #2563eb 40%,
    #0f172a 100%);
}

.vk-thankyou-icon i {
  color: #ffffff;
  font-size: 28px;
}

.vk-thankyou-title {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.vk-thankyou-subtitle {
  color: #6b7280;
  font-size: 0.98rem;
}

/* Pill numéro de commande */
.vk-thankyou-order-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background-color: #f3f4ff;
  font-size: 0.85rem;
	margin-bottom: 10px;
}

.vk-thankyou-order-pill .vk-label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #4f46e5;
	margin-bottom: 0;
}

.vk-thankyou-order-pill .vk-value {
  font-weight: 600;
  color: #111827;
}

/* Résumé en grille modernes */

.vk-thankyou-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}

.vk-thankyou-item {
  background: #f9fafb;
  border-radius: 14px;
  padding: 0.9rem 1rem;
}

.vk-item-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.vk-item-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  word-break: break-word;
}

/* Texte info process */

.vk-thankyou-info {
  font-size: 0.85rem;
  color: #6b7280;
  padding: 0.75rem 1rem;
}

.vk-thankyou-info span {
  font-weight: 600;
  color: #111827;
}

/* Boutons d’action modernisés */

.vk-thankyou-actions {
  margin-top: 0.5rem;
}

.vk-btn-primary-strong,
.vk-btn-secondary-strong,
.vk-btn-ghost {
  border-radius: 999px;
  padding: 0.5rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.08s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.vk-btn-primary-strong {
  background: #2563eb;
  color: #ffffff;
  
}

.vk-btn-primary-strong:hover {
  background: #1d4ed8;

  
}

.vk-btn-secondary-strong {
  background: #0f172a;
  color: #f9fafb;
}

.vk-btn-secondary-strong:hover {
  background: #020617;

}

.vk-btn-ghost {
  background: transparent;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}

.vk-btn-ghost:hover {
  background: #f9fafb;
  color: #111827;
}

/* Responsive */

@media (max-width: 767.98px) {
  .vk-thankyou-card {
    padding: 1.75rem 1.25rem 1.5rem;
    border-radius: 18px 18px 0 0;
  }

  .vk-thankyou-grid {
    grid-template-columns: 1fr;
  }

  .vk-thankyou-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .vk-btn-primary-strong,
  .vk-btn-secondary-strong,
  .vk-btn-ghost {
    width: 100%;
  }
}
/* Stepper de progression commandes (acheteur) */
.vk-stepper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.vk-step {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
  color: #9ca3af; /* gris clair par défaut */
}

.vk-step-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #e5e7eb;
}

.vk-step.done .vk-step-dot {
  background-color: #16a34a;
}

.vk-step.active .vk-step-dot {
  background-color: #2563eb;
}

.vk-step.cancelled .vk-step-dot {
  background-color: #dc2626;
}

.vk-step.done .vk-step-label {
  color: #16a34a;
  font-weight: 600;
}

.vk-step.active .vk-step-label {
  color: #2563eb;
  font-weight: 600;
}

.vk-step.cancelled .vk-step-label {
  color: #dc2626;
  font-weight: 600;
}

/* Mobile : le stepper reste lisible */
@media (max-width: 767.98px) {
  .vk-stepper {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* --- STRUCTURE GÉNÉRALE --- */
.vk-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e6e9ef;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.vk-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.vk-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #111;
}

.vk-card-badge {
    background: #f3f6ff;
    color: #3663ff;
    padding: 0.3rem 0.7rem;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* --- BOUTONS --- */


.vk-btn-primary:hover {
    opacity:0.9;
}

.vk-btn-secondary {
    background: #f0f2f7;
    border: 1px solid #d5d9e2;
    color: #111;
}

.vk-btn-secondary:hover {
    background: #e4e7ef;
}

.vk-btn-outline-primary {
    border: 1px solid #3663ff;
    color: #3663ff;
    background: transparent;
}

.vk-btn-outline-primary:hover {
    background: rgba(54,99,255,0.08);
    color: #3663ff;
}

/* --- METRICS (Revenus) --- */

.vk-metric {
    padding: 1rem 1.1rem;
    border-radius: 12px;
    background: #f7f9fc;
    border: 1px solid #e2e6ef;
}

.vk-metric-muted {
    background: #ffffff;
    border: 1px dashed #c9ced8;
}

.vk-metric-label {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.3rem;
}

.vk-metric-value {
    
    align-items: baseline;
    gap: 2px;
    color: #111;
}

.vk-metric-currency {
    font-size: 0.9rem;
    opacity: 0.85;
}

.vk-metric-amount {
    font-size: 1.4rem;
    font-weight: 700;
}

.vk-metric-trend {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #2c9f45 !important;
}

/* --- CHART BOX --- */

.vk-chart-placeholder {
    border-radius: 12px;
    border: 1px dashed #d8ddea;
    background: #fafbff;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vk-chart-placeholder-text {
    color: #7a8499;
    font-size: 0.8rem;
}

/* --- FORMULAIRES --- */

.vk-card-form .form-label {
    font-size: 0.85rem;
    color: #444;
}

.vk-card-form .form-control {
    background: #fdfdfd;
    border: 1px solid #d8ddea;
    color: #111;
    padding: .55rem .75rem;
}

.vk-card-form .form-control:focus {
    border-color: #3663ff;
    box-shadow: 0 0 0 2px rgba(54,99,255,0.15);
}

/* --- TOGGLE PÉRIODE GRAPHIQUE --- */
.vk-chart-toggle .btn {
    border-radius: 999px !important;
    padding-inline: .8rem;
    font-size: 0.8rem;
    border: 1px solid #d2d7e4;
    color: #444;
    background: #fff;
}

.vk-chart-toggle .btn.active {
    background: #3663ff;
    border-color: #3663ff;
    color: #fff;
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .vk-card {
        padding: 1.2rem;
    }
    .vk-page-title {
        font-size: 1.45rem;
    }
}
/* MINI BAR-CHART REVENUS (HTML/CSS only) */

.vk-chart-placeholder {
    border-radius: 12px;
    border: 1px dashed #d8ddea;
    background: #fafbff;
    min-height: 200px;
    padding: 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vk-chart-bars {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
}

.vk-chart-bar-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 0.5rem;
    font-size: 0.8rem;
}

.vk-chart-bar-label {
    color: #666;
    min-width: 2.2rem;
}

.vk-chart-bar-outer {
    background: #e4ecff;
    border-radius: 999px;
    overflow: hidden;
    height: 8px;
}

.vk-chart-bar-inner {
    background: #3663ff;
    height: 100%;
    border-radius: 999px;
    transition: width 0.25s ease-out;
}

.vk-chart-bar-value {
    color: #111;
    font-weight: 500;
}

.vk-chart-caption {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    color: #7a8499;
}
.vk-services-page .vk-page-title {
	font-size: 1.75rem;
	font-weight: 700;
}

.vk-services-page .vk-page-subtitle {
	font-size: 0.95rem;
	color: #555;
}

/* Cards services */
.vk-service-card .vk-card-header {
	margin-bottom: 0.75rem;
}

.vk-service-icon {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #f3f6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	color: #3663ff;
}

.vk-service-text {
	font-size: 0.9rem;
	color: #444;
}

.vk-service-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	font-size: 0.85rem;
	color: #555;
}

.vk-service-list li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 0.25rem;
}

.vk-service-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #3663ff;
}

/* Packs d'indexation */
.vk-service-pack-list {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	font-size: 0.85rem;
}

.vk-service-pack {
	padding: 0.5rem 0.6rem;
	border-radius: 8px;
	background: #f7f9fc;
	border: 1px solid #e2e6ef;
}

.vk-service-pack-highlight {
	border-color: #3663ff;
	background: #f2f5ff;
}

.vk-service-pack-label {
	font-weight: 600;
	color: #111;
	margin-bottom: 0.05rem;
}

.vk-service-pack-desc {
	color: #555;
}

/* Footer cards */
.vk-card-footer {
	border-top: 1px solid #eceff4;
	margin-top: 1rem;
	padding-top: 0.75rem;
}

.vk-service-price {
	display: flex;
	flex-direction: column;
	font-size: 0.8rem;
	color: #666;
}

.vk-service-price-value {
	font-size: 0.95rem;
	font-weight: 600;
	color: #111;
}

.vk-service-note small {
	color: #777;
}

.vk-badge-new {
    display: inline-block;
    margin-left: 0.4rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ff4757; /* ou ton rouge / accent */
    color: #fff;
    letter-spacing: 0.03em;
}
/* ============================= */
/* Valinko – Modern action btns */
/* ============================= */

.vk-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1;
  transition: all .18s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

/* Outline (default) */
.vk-action-outline {
  color: #1f2937;
  background: #fff;
  border-color: rgba(0,0,0,.12);
}

.vk-action-outline:hover {
  background: #f9fafb;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  color: #000;
}

/* Primary */
.vk-action-primary {
  color: #fff;
  background: #0056fe;
  border-color: #0056fe;
}

.vk-action-primary:hover {
  background: #000;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
  color: #fff;
}

/* Icon size */
.vk-action-btn i {
  font-size: 14px;
}

/* Focus (accessibilité) */
.vk-action-btn:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
.vk-promo-table-wrap { overflow-x: auto; }

 .vk-account a, 
	.vk-cart a{
	color: #0056ff !important;
}

/* =========================================================
   VALINKO SIDEBAR PREMIUM
   override propre du menu latéral + sous-menus
========================================================= */

:root {
  --vk-sidebar-bg: linear-gradient(180deg, #004fe0 0%, #0047cb 42%, #003eb4 100%);
  --vk-sidebar-surface: rgba(255, 255, 255, 0.08);
  --vk-sidebar-surface-hover: rgba(255, 255, 255, 0.12);
  --vk-sidebar-surface-active: rgba(255, 255, 255, 0.16);
  --vk-sidebar-border-soft: rgba(255, 255, 255, 0.10);
  --vk-sidebar-text: #ffffff;
  --vk-sidebar-text-soft: rgba(255, 255, 255, 0.78);
  --vk-sidebar-text-muted: rgba(255, 255, 255, 0.64);
  --vk-sidebar-shadow: 0 24px 60px rgba(0, 16, 58, 0.32);
  --vk-sidebar-inner-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

/* panneau général */
.vk-sidebar {
  width: 292px;
  max-width: 86%;
  background: var(--vk-sidebar-bg);
  box-shadow: var(--vk-sidebar-shadow);
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 18px 16px 14px;
}

.vk-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255,255,255,0.08), transparent 24%);
}

/* conteneur interne */
.vk-sidebar-inner {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* zone scroll uniquement pour la nav */
.vk-sidebar-nav {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;

  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.16) transparent;
}

/* scrollbar webkit discrète */
.vk-sidebar-nav::-webkit-scrollbar {
  width: 6px;
}

.vk-sidebar-nav::-webkit-scrollbar-track {
  background: transparent;
}

.vk-sidebar-nav::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.14);
  border-radius: 999px;
}

.vk-sidebar-nav::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.22);
}

/* on enlève le vieux scroll du ul */
.vk-menu {
  flex: 0 0 auto;
  overflow: visible;
  padding-right: 0;
}

/* top */
.vk-sidebar-top {
  padding: 10px 10px 14px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid var(--vk-sidebar-border-soft);
}

.vk-avatar {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.vk-user-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.vk-close-btn {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .18s ease, transform .18s ease;
}

.vk-close-btn:hover {
  background: rgba(255,255,255,0.10);
  transform: translateY(-1px);
}

/* bloc switch mode */
.vk-sidebar-mode {
  margin: 8px 6px 16px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--vk-sidebar-inner-shadow);
}

.vk-mode-label {
  color: rgba(255,255,255,0.74) !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* espacements nav */
.vk-menu-item + .vk-menu-item {
  margin-top: 8px;
}

/* liens simples */
.vk-menu-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 11px 14px;
  border-radius: 14px;
  color: var(--vk-sidebar-text-soft);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  transition:
    background .18s ease,
    color .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}

.vk-menu-link:hover {
  color: var(--vk-sidebar-text);
  background: var(--vk-sidebar-surface-hover);
  text-decoration: none;
  transform: translateY(-1px);
}

.vk-menu-item.is-active > .vk-menu-link {
  color: #ffffff;
  background: rgba(255,255,255,0.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 8px 18px rgba(0, 17, 63, 0.12);
}

.vk-menu-item.is-active > .vk-menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 4px;
  border-radius: 999px;
  background: #ffffff;
  opacity: 0.95;
}

.vk-menu-icon {
  width: 20px;
  min-width: 20px;
  text-align: center;
  font-size: 17px;
  opacity: 0.95;
}

/* groupes premium */
.vk-menu-group {
  margin-top: 10px;
  
  overflow: hidden;
}

.vk-menu-group.is-active {
  
}

.vk-menu-group-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 13px 14px;
  border: 0;
  background: transparent;
  color: var(--vk-sidebar-text);
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  transition: background .18s ease;
}

.vk-menu-group-toggle:hover {
  background: rgba(255,255,255,0.06);
}

.vk-menu-group-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.vk-menu-chevron {
  font-size: 12px;
  color: rgba(255,255,255,0.74);
  transition: transform .2s ease, opacity .2s ease;
}

.vk-menu-group.is-collapsed .vk-menu-chevron {
  transform: rotate(-90deg);
  opacity: 0.75;
}

/* sous-menu */
.vk-submenu {
  margin: 0;
  padding: 4px 10px 10px 10px;
  list-style: none;
}

.vk-menu-group.is-collapsed .vk-submenu {
  display: none;
}

/* séparation douce entre titre et sous-menu */
.vk-menu-group:not(.is-collapsed) .vk-submenu {
  
}

/* items du sous-menu */
.vk-submenu .vk-menu-item {
  margin-top: 6px;
}

.vk-submenu .vk-menu-link {
  min-height: 42px;
  padding: 10px 12px 10px 14px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--vk-sidebar-text-soft);
  background: transparent;
}

.vk-submenu .vk-menu-link:hover {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  transform: none;
}

.vk-submenu .vk-menu-item.is-active > .vk-menu-link {
  background: rgba(255,255,255,0.16);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.vk-submenu .vk-menu-item.is-active > .vk-menu-link::before {
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 3px;
}

/* états "bientôt" plus élégants */
.vk-menu-note {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 10px 12px 10px 14px;
  border-radius: 12px;
  color: var(--vk-sidebar-text-muted);
  background: rgba(255,255,255,0.035);
}

.vk-menu-disabled {
  opacity: 1;
}

.vk-menu-badge-soon {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* footer sticky */
.vk-sidebar-footer {
  margin-top: 12px;
  padding: 14px 8px 4px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: transparent;
}

.vk-menu-link-danger {
  border-radius: 14px;
  padding: 11px 14px !important;
  color: #ffb4b4 !important;
}

.vk-menu-link-danger:hover {
  background: rgba(255, 84, 84, 0.10);
  color: #ffd3d3 !important;
}

/* mobile / petits écrans */
@media (max-width: 767.98px) {
  .vk-sidebar {
    width: 286px;
    padding: 16px 14px 12px;
  }

  .vk-menu-group-toggle,
  .vk-menu-link {
    min-height: 44px;
  }

  .vk-submenu .vk-menu-link,
  .vk-menu-note {
    min-height: 40px;
  }
}

.vk-card-inner {
    padding: 0!important; 
}

/* ============================================================
   FORM SECTIONS — modaux ADD / EDIT site
   ============================================================ */
.vk-form-section {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  margin-top: 20px;
}
form .vk-form-section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.vk-form-section-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #a0a0a8;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.vk-form-section-hint {
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #0056ff;
  background: rgba(0,86,255,.09);
  border-radius: 999px;
  padding: 2px 9px;
}

/* ============================================================
   CATEGORY PILLS
   Structure HTML : <label class="vk-cat-pill">
                      <input type="checkbox" ...>
                      <span>Libellé</span>
                    </label>
   ============================================================ */
.vk-cat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vk-cat-pill {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  line-height: 1;
}

/* Masque la checkbox Bootstrap avec !important pour surcharger ses règles */
.vk-cat-pill > input[type="checkbox"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Le span = apparence du pill */
.vk-cat-pill > span {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  border: 1.5px solid #d8d8d8;
  color: #555;
  background: #f5f5f7;
  transition: background .12s, border-color .12s, color .12s;
  user-select: none;
  white-space: nowrap;
}

/* Hover */
.vk-cat-pill:hover > span {
  border-color: #0056ff;
  color: #0056ff;
  background: rgba(0,86,255,.06);
}

/* Coché — géré par JS via classe .is-checked sur le label */
.vk-cat-pill.is-checked > span {
  background: #0056ff !important;
  border-color: #0056ff !important;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,86,255,.22);
}
.vk-cat-pill.is-checked:hover > span {
  background: #0044cc !important;
  border-color: #0044cc !important;
}
