root {
  font-size: 16px;
}

body {
  margin: 0;
}

.background {
  height: 1080px;
  background-repeat: no-repeat;
  background-image: url("/assets/affluence_fond.png");
  background-size: contain;
}

.grid {
  position: absolute;
  right: 3.4rem;
  top: 8.25rem;
  width: 46rem;
  height: 56rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: subgrid;
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.2rem;
}
.grid__row {
  height: 56rem;
  display: grid;
  grid-template-rows: repeat(7, 1fr);
}
.grid__row__cell {
  margin: auto;
}

.badge {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 14rem;
  text-align: center;
  border-radius: 9.027px 9.027px 0 0;
}
.badge__title {
  height: 2.5rem;
  text-align: center;
  padding-top: 0.5rem;
  font-weight: 500;
}
.badge__border--close {
  border: 1px solid #b0b7c2;
}
.badge__border--low {
  border: 1px solid #1d9b61;
}
.badge__border--average {
  border: 1px solid #f8c216;
}
.badge__border--high {
  border: 1px solid #b0b7c2;
}
.badge__bottom {
  height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}
.badge__bottom--close {
  background-color: #b0b7c2;
}
.badge__bottom--low {
  background-color: #1d9b61;
}
.badge__bottom--average {
  background-color: #f8c216;
}
.badge__bottom--high {
  background-color: #de3225;
}
