.content-reporting {
    flex: 1;
    background-color: #fff;
    padding: 0;
    margin: 0 0 0 2rem;
    min-width: 270px;
    -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  }
  
  .content-reporting h2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 3.2rem;
    background-color: #f2f3f4;
    height: 51px;
    padding: 0 0 0 2rem;
    text-transform: uppercase;
  }
  .content-reporting  button {
    width: 165px;
    height: 41px;
    border: 0;
    border-radius: 2rem;
    background: var(--orange);
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
  }
  .content-reporting  button:hover {
    background-color: var(--bleu-cyan);
  }
  
  .wcontent-reporting  button {
    max-width: 165px;
    margin: 0 1rem 0 0;
  }

  .bloc-actions-footer{
      border:solid red 0px;
      position:absolute;
      right:20px;
      bottom:20px;
  }