.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 2px solid black;
    padding: 20px;
    z-index: 1003; /* Ajuster si nécessaire */
    display: none; /* Cacher le popup par défaut */
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.popup-link {
	text-align: center;
	display: block;
}