.hvr-color-change {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 16px;
    color: #D6F5FF !important;
    background-color: hsla(211, 31%, 45%) !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Style au survol */
.hvr-color-change:hover {
    background-color: #D6F5FF !important;
    color: #012E56 !important;
}