.lien-cliquable {
  color: #ffffff;          
  text-decoration: underline;   
  transition: color 0.3s;  
}

.lien-cliquable:hover {
  color: #1e90ff;          
  cursor: pointer;         
}
footer {
    background-color: #242424 !important; 
    color: #fff !important; 
    text-align: center;
    padding: 20px 0; 
    width: 100%; 
    border-top: 5px solid #f39c12 !important; 
    margin-top: 50px; 
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links {
    margin-bottom: 10px;
    font-size: 0.95em;
    color: #fff !important;
}
.footer-links a,
.footer-links a:visited, 
.footer-links a:link {   
    color: #f39c12 !important; 
    text-decoration: none !important; 
    font-weight: bold;
}

.footer-links a:hover {
    color: #ffaa00 !important; 
    text-decoration: underline !important;
}

.copyright {
    font-size: 0.9em;
    color: #fff !important; 
}
