body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
  background-image: url('https://p-data.audap.org/couts-residentiels/static/courbes_noires.png');
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right 50px top 200px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  flex-grow: 1;
}

.card:hover {
  transform: scale(0.95);
  background-color: #f2f2f2;
}

.card i {
  font-size: 64px;
  color: #555;
  margin-bottom: 20px;
  display: block;
}

.card h2 {
  font-size: 28px;
  margin-bottom: 0;
}

.styled-table {
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 0.9em;
  font-family: sans-serif;
  width: 80%;
  height: 700px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
  background-color: #A368DC;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #A368DC;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

table.styled-table td:first-child {
  width: 500px;
}

#chartdiv {
  width: 100%;
  height: 700px;
}

@media print {
  #chartdiv {
    margin: 0;
    padding: 0;
    width: 50%;
    height: 50%;
  }
}

.icon {
  float: right;
  font-size: 500%;
  position: absolute;
  top: 0rem;
  right: -0.3rem;
  opacity: .16;
}

.button-container {
  text-align: right;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/

footer {
  background-color: black;
  padding-right: 1px !important;
  padding-left: 1px !important;
  text-align: center;
  margin: 30px 40px 30px 40px;
}

.footer-audap {
  color: white !important;
}

.site-footer-bottom {
  text-align: center;
}

.copyright-text {
  font-size: 14px;
}