:root {
  /* tag::PalettePrimaire[] */
  --primary-80: 24 47 78;
  --primary-60: 48 95 156;
  --primary-50: 9 108 202;
  --primary-30: 0 132 181;
  --primary-10: 127 193 222;
  --primary-07: 215 233 244;
  --primary-05: 231 250 255;
  --primary-02: 246 250 252;
  /* end::PalettePrimaire[] */
  /* tag::PaletteSecondaire[] */
  --secondary-80: 6 74 136;
  --secondary-60: 9 108 202;
  --secondary-50: 11 126 234;
  --secondary-30: 255 255 255;
  --secondary-10: 255 255 255;
  --secondary-05: 246 250 252;
  --secondary-02: 215 233 244;
  /* end::PaletteSecondaire[] */
  /* tag::PaletteGris[] */
  --gray-100: 22 25 29;
  --gray-90: 43 50 59;
  --gray-70: 87 100 117;
  --gray-50: 138 151 168;
  --gray-20: 167 170 173;
  --gray-10: 226 229 233;
  /* end::PaletteGris[] */
  /* tag::PaletteSuccess[] */
  --success-100: 57 107 0;
  --success-50: 219 229 160;
  --success-00: 224 241 204;
  /* end::PaletteSuccess[] */
  /* tag::PaletteAttention[] */
  --warning-100: 84 52 0;
  --warning-50: 173 117 24;
  --warning-00: 255 240 216;
  /* end::PaletteAttention[] */
  /* tag::PaletteAlerte[] */
  --alert-100: 137 10 10;
  --alert-50: 177 5 5;
  --alert-00: 255 236 234;
  /* end::PaletteAlerte[] */
  /* tag::PaletteDelay[] */
  --delay-50: 72 50 205;
  --delay-00: 237 234 250;
  /* end::PaletteDelay[] */
  /* tag::PaletteEnergie[] */
  --energy-electricity: 0 177 229;
  --energy-gaz: 177 199 0;
  --energy-water: 205 228 255;
  --energy-heat: 235 107 10;
  --energy-cold: 219 241 253;
  --energy-service: 237 255 210;
  /* end::PaletteEnergie[] */
  /* tag::PaletteGraphiqueEnBarre[] */
  --barchart-1: 48 95 156;
  --barchart-2: 0 148 179;
  --barchart-3: 66 166 42;
  --barchart-4: 0 177 229;
  /* end::PaletteGraphiqueEnBarre[] */
  /* tag::PaletteGraphiqueEnBarreEmpile[] */
  --barchart-stacked-1: 0 177 229;
  --barchart-stacked-2: 66 166 42;
  --barchart-stacked-3: 1 68 147;
  --barchart-stacked-4: 177 199 0;
  --barchart-stacked-5: 255 207 0;
  /* end::PaletteGraphiqueEnBarreEmpile[] */
}

/* tag::CssSupplementaire */


ael-annonce {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px;
}

ael-annonce img[alt="Image bloc de communication"] {
  max-width: none !important;
  max-height: 7.5rem;
}

ael-annonce>p {
  overflow: visible !important;
  max-height: 20% !important;
}

ael-annonce>a {
  display: none;
}

ael-bandeau-haut {
  background-color: rgb(var(--primary-05)) !important;
  border-bottom: none !important;
}

ael-input-search > div:first-of-type {
  background-color: white !important;
}

footer {
  background-color: rgb(var(--primary-05)) !important;
  --tw-border-opacity: 0 !important;
}

/*en mobile*/

ael-documents-page > div.flex.flex-col > button[niveau="principal"] {
  display: none !important;
}

/*en desktop*/

ael-documents-page > div.flex.flex-col > div.grid.grid-cols-4 > button[niveau="principal"] {
  display: none !important;
}

ael-bouton-toggle[aria-label="Activer ou désactiver le droitGérer les consommations"] {
  display: none !important;
}

/* end::CssSupplementaire */