/* GLOBAL BACK TO TOP STYLE */
.back-to-top {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 45px !important;
    height: 45px !important;
    padding: 0 !important;
    border-radius: 100% !important;
    display: none;
    /* Controlé par JS */
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    background-color: #CE1126 !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(206, 17, 38, 0.4) !important;
    line-height: 0 !important;
    z-index: 1001 !important;
    text-decoration: none !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
}

.back-to-top i {
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit !important;
    display: block !important;
}

.back-to-top:hover {
    background-color: #a50e1e !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(206, 17, 38, 0.5) !important;
    color: #ffffff !important;
}