/* === BOUTON (on garde ton identité) === */
.button {
    background: linear-gradient(45deg, #823C6D, #9E6A38);
    color: white;
    border-radius: 8px;
}

.button:hover {
    background: linear-gradient(45deg, #E3C14B, #9E6A38);
    box-shadow: 0 0 10px rgba(227,193,75,0.5);
}


