html body#page-top div#wrapper div#content-wrapper div.container-fluid div.row div.col-xl-3.col-sm-6.mb-3 div.card.text-white.bg-primary.o-hidden.h-100{
    background-color: #405ba7 !important;
}

.post{
    border: solid #3e3e3e 1px;
    border-radius: 5px;
    padding: 15px;
    display: grid;
    justify-content: center;
    margin: 10px;
}

#chartdiv {
    width: 100%;
    height: 500px;
  }

  .erreur{
      background-color: red;
      color: white;
      width: max-content;
      margin: 5px;
      padding: 5px;
      justify-content: center;
      display: flex;
      border-radius: 5px;
  }