.modal-logo {
    max-width: 200px; /* Ajustez la taille du logo selon vos besoins */
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.9)!important;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    width: 400px;
	color:#101619!important;
}

#age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(10px); /* Applique l'effet de flou */
}

.modal-content h2 {
    margin-bottom: 20px;
}

.modal-content button {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

#yes-button {
    background-color: green;
    color: white;
	width:80px!important;
}

#no-button {
    background-color: red;
    color: white;
	width:80px!important;
}
