.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: #1d1e28;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    text-align: center;
    position: relative;
}

/* Style du bouton de rafraîchissement */
#refresh-page-btn {
    background-color: #1fc71f; /* Couleur de fond */
    color: white; /* Couleur du texte */
    border: none; /* Pas de bordure */
    cursor: pointer; /* Curseur pointeur */
    margin: 10px 2px;
    padding: 15px 48px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px; /* Taille du texte */
    font-family: Poppins, sans-serif;
}

/* Style du bouton de rafraîchissement au survol */
#refresh-page-btn:hover {
    background-color: #43b449; /* Couleur de fond au survol */
}

button.ads{
    margin: 10px 2px;
    padding: 15px 48px;
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;

}