.rando-module .rando-module-titre {
    text-decoration: none;
    text-underline-offset: 2px;
    transition: text-decoration 0.2s ease;
    line-height: 1.3em;
}
.rando-module-titre:hover {
    text-decoration: underline;
}

@media (max-width: 1023px) {
    .rando-module .rando-module-titre {
        font-size: 17px;
        line-height: 1.2em;

    }
}