/* Mode sombre personnalisé pour seecret.it */
[data-theme="dark"] {
  --white: #0f1117;
  --color-heading: #ffffff;
  --color-paragraph: #b5b5b5;
  --bg-gray: #1c1e26;
  --bg-theme-small: #20232b;
  --bg-gray-secondary: #252934;
  --color-primary: #4ac4f3;
  --color-secondary: #1aebd6;

  background-color: var(--white);
  color: var(--color-paragraph);
}

[data-theme="dark"] body {
  background-color: var(--white);
  color: var(--color-paragraph);
}

[data-theme="dark"] .bg-gray,
[data-theme="dark"] .bg-theme-small,
[data-theme="dark"] .bg-gray-secondary {
  background-color: var(--bg-gray) !important;
}

[data-theme="dark"] .site-heading h2,
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4 {
  color: var(--color-heading) !important;
}

[data-theme="dark"] .list-group-item {
  background-color: #2b2f3a;
  color: var(--color-paragraph);
}

[data-theme="dark"] .btn {
  background-color: var(--color-primary);
  color: #000;
}

[data-theme="dark"] .navbar.sticky-active {
  background-color: #121212 !important;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

[data-theme="dark"] #navbar-menu a {
    color:  #FFFFFF;
}

[data-theme="dark"] nav.sticked   {
    background-color:  #0f1117 !important;
}