a {
    text-decoration: none !important;
}
a.active {
    color: var(--my-red) !important;
}
.text-hyphens {
    text-align: justify;
    hyphens: auto;
}
.fr-1 {
    font-size: 1.42vw;
}
.link-red {
    color: var(--my-red);
}
.link-red:hover {
    color: #333;
}
#back-to-top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 140px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--my-red);/*#375067;*/
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
}
#back-to-top:hover {
    background-color: #555;
}