@import url('./base.css');

:root {
  --background-gradient: linear-gradient(to bottom, rgb(1, 5, 59), rgb(26, 67, 169));
  --text-color-primary: #e6ecff;
  --banner-overlay-color: rgba(0, 0, 0, 0.5);
  --banner-title-color: #ffffff;
  --menu-background-color: rgba(20, 7, 71, 0.95);
  --menu-brand-color: #9bb1ff;
  --menu-toggle-color: #ffffff;
  --menu-link-color: #ffffff;
  --menu-link-hover-color: #9bb1ff;
  --mode-toggle-background: #0a0a65;
  --mode-toggle-text-color: #ffffff;
  --mode-toggle-hover-background: #1a43a9;
  --accueil-link-color: #ffffff;
  --heading-color: #ffffff;
  --presentation-title-gradient: linear-gradient(180deg, #01053b 19.46%, #1a43a9 39.93%);
  --presentation-title-fill: #01053b;
  --presentation-text-color: #e6ecff;
  --main-paragraph-color: #b5c7ff;
  --section-heading-color: #ffffff;
  --actualite-title-color: #ffffff;
  --actualite-date-color: #e6ecff;
  --link-color: #e6ecff;
  --secondary-heading-color: #cdd9ff;
  --tertiary-heading-color: #ffffff;
  --paragraph-color: #e6ecff;
  --agent-name-color: #ffffff;
  --page-heading-color: #ffffff;
  --button-background-color: #1a43a9;
  --button-text-color: #ffffff;
  --button-hover-background-color: #091d51;
  --feedback-button-background: #1a43a9;
  --feedback-button-text-color: #ffffff;
  --feedback-button-hover-background: #091d51;
  --tableau-border-color: #0a0a65;
  --tableau-overlay-color: rgba(27, 40, 120, 0.6);
  --weapon-overlay-color: rgba(0, 0, 0, 0.5);
  --weapon-name-color: #ffffff;
  --explication-background-color: rgba(39, 134, 212, 0.911);
  --armes-section-background: rgba(39, 134, 212, 0.911);
  --armes-title-color: #9bb1ff;
  --armes-subtitle-color: #ffffff;
  --armes-text-color: #e6ecff;
  --armes-link-color: #e6ecff;
  --image-caption-color: #ffffff;
  --page-agent-background: #0a0a65;
  --page-agent-text-color: #ffffff;
  --duellistes-title-color: #9bb1ff;
  --agents-hero-background: linear-gradient(135deg, rgba(10, 10, 101, 0.92), rgba(39, 134, 212, 0.85));
  --agents-hero-shadow: 0 25px 60px rgba(1, 5, 59, 0.45);
  --agents-hero-text-color: #e6ecff;
  --agents-hero-badge-background: rgba(155, 177, 255, 0.15);
  --agents-hero-badge-color: #dbe3ff;
  --agents-hero-muted-color: rgba(219, 227, 255, 0.75);
  --agents-hero-secondary-color: rgba(219, 227, 255, 0.6);
  --agents-hero-secondary-hover: rgba(219, 227, 255, 0.95);
  --agent-card-background: #1a43a9;
  --agent-card-border-color: rgba(0, 0, 0, 0.45);
  --agent-card-shadow: 0 25px 55px rgba(10, 10, 101, 0.45);
  --agent-card-text-color: #000000;
  --agent-card-link-background: rgba(0, 0, 0, 0.12);
  --agent-card-link-color: #000000;
  --agent-card-link-hover-background: rgba(0, 0, 0, 0.25);
  --agent-card-link-hover-color: #000000;
  --feedback-form-background-color: rgba(26, 67, 169, 0.6);
  --feedback-form-title-color: #ffffff;
  --feedback-form-button-background: #ffffff;
  --feedback-form-button-text-color: #0a0a65;
  --feedback-form-button-hover-background: #dbe3ff;
  --scroll-top-background-color: rgb(39, 134, 212);
  --button-link-background-color: rgba(26, 67, 169, 0.9);
  --button-link-hover-background-color: rgba(26, 67, 169, 1);
  --footer-text-color: #ffffff;
  --container-paragraph-color: #e6ecff;
  --review-background-color: rgba(10, 10, 101, 0.6);
  --review-stars-color: gold;
  --review-title-color: #ffffff;
  --review-meta-color: #dbe3ff;
  --socials-text-color: #ffffff;
  --social-icon-fill-color: #ffffff;
  --social-icon-hover-fill-color: #9bb1ff;
}