/* personnalisation.css — généré 2025-08-19T15:19:25+02:00 */
:root{
  --theme-accent-color: #be1919;
  --accent: #be1919;
  --theme-bg-color: #0084ff;
  --bg: #0084ff;
  --theme-bg-degrade: radial-gradient(1200px 800px at 80% -10%, var(--theme-bg1-color) 0%, transparent 100%), radial-gradient(900px 700px at -10% 120%, var(--theme-bg2-color) 0%, transparent 100%);
  --theme-bg-padding: 20px;
  --theme-bg1-color: #0084ff;
  --theme-bg2-color: #ca62df;
  --theme-container-w: 1000px;
  --container-w: 1000px;
  --theme-font-base: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  --font-base: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  --theme-font-head: Poppins, Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  --font-head: Poppins, Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  --theme-ghost-bg: #213b6e;
  --ghost-bg: #213b6e;
  --theme-ghost-border: #4300fa;
  --ghost-border: #4300fa;
  --theme-ghost-hover-bg: #1f2937;
  --ghost-hover-bg: #1f2937;
  --theme-ghost-hover-border: #475569;
  --ghost-hover-border: #475569;
  --theme-ghost-hover-text: #e5e7eb;
  --ghost-hover-text: #e5e7eb;
  --theme-ghost-text: #cbd5e1;
  --ghost-text: #cbd5e1;
  --theme-input-bg: #3b4f81;
  --input-bg: #3b4f81;
  --theme-input-border: #1f2937;
  --input-border: #1f2937;
  --theme-input-ring: #60a5fa;
  --input-ring: #60a5fa;
  --theme-input-text: #e5e7eb;
  --input-text: #e5e7eb;
  --theme-muted-text-color: #aa2288;
  --muted: #aa2288;
  --theme-primary-color: #2543d4;
  --primary: #2543d4;
  --theme-radius: 10px;
  --radius: 10px;
  --theme-secondary-color: #8dee58;
  --secondary: #8dee58;
  --theme-spacing: 18px;
  --gap: 18px;
  --theme-surface-color: #7181a2;
  --surface: #7181a2;
  --theme-text-color: #000000;
  --text: #000000;
  --theme-version: 1755605685;
}

.container{max-width: var(--container-w, 1000px);}