/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
*/

.button-perso {
    background: linear-gradient(135deg, #dc2626, #A82626);
    border: none;
    border-radius: 12px;
    color: white;
    opacity: 1;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
}

.button-perso:hover {
    opacity: 0.6;
    color: white;
}