.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    color: #333;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    display: none; /* caché par défaut */
    z-index: 9999;
}

.cookie-banner p {
    margin: 0;
    padding: 0;
}

#close-banner {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


.information {
  text-decoration: none;
}
.information a {
  text-decoration: none;
  color: grey;

}