#home img{
    width: 20%!important;
    height: auto!important;
}

#cookie-banner {
    z-index: 1000!important;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none; /* Caché par défaut */
  }
  
  #accept-cookies, #reject-cookies {
    background-color: transparent;
    padding: 5px 15px;
    cursor: pointer;
  }
  
  .slide-down {
    transform: translateY(100%); 
    opacity: 0; 
    transition: transform 1s ease, opacity 1s ease;
  }