/* ===== ANNONCE IMPORTANTE ===== */
.important-announcement img {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin: 10px auto;
}

/* Masquer l'image si elle n'est pas utilisée */
.important-announcement img.hidden {
    display: none;
}

.important-announcement a {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin: 40px auto;
    text-align: center;
    font-size: 1.7em; /* Ajouté pour augmenter la taille du texte */
    font-weight: bold; /* Pour le rendre plus visible */;
    color: #0056b3;
}


.important-announcement p {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin: 10px auto;
}

/* ===== LISTE DES NOUVELLES ===== */
.latest-news ul {
    list-style-type: none;
    padding: 0;
}

.latest-news li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.latest-news a {
    text-decoration: none;
    color: #3498db;
    font-weight: bold;
}

.latest-news a:hover {
    text-decoration: underline;
}





