:root {
/* Colorer le bandeau selon le thème */
.demo-header,
.demo-header.bg-white,
.demo-header.bg-secondary-VDS {
  background: var(--white) !important;
}
.demo-header .mdl-layout-title,
.demo-header a { color: #fff !important; }
  --white:#fff;

.demo-header .mdl-layout__header-row a img {
  margin-left: 20px !important;
}
  /* Couleurs principales */

  --primary-color: #004858;

  --secondary-color: #658690;

  --accent-color: #7D9DA7;

  /* Variantes */

  --secondary-light: #F2F7F8;

  --light-color: rgba(101, 134, 144, 0.35);

  /* États */

  --noAccess-color: #AAAAAA;

  --accent-noAccess-color: #8C8C8C;

  --delete-color: #F27B7B;

  --accent-delete-color: #D32F2F;

  /* Déclinaisons */

  --accent-dark-color: #003744;

  --accent-light-color: #9BB5BC;

  --accent-translucent-color: rgba(101, 134, 144, 0.30);

  /* Fonds */

  --accent-bg-color: #EDF4F5;

  --accent-bg-border-color: #C9D9DE;

}