.boxRedir {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    margin-right: 5%;
}

.lien-blanc a {
    color: white;
    text-decoration: none;
    text-decoration: underline;
  }

  .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }