/* CSS Document */

.headstitol {
    background-color: #b22a2e;
    color: #fff;
    padding: 2rem;
    height: inherit;
    height: calc(100% - 1.25rem);
    margin-bottom: 1.25rem;
}
.asterisc {
    position: absolute;
    bottom: 3rem;
    font-size: 12pt;
    color: #fff;
    background-color: #b22a2e;
}
.basiclink {
    text-decoration: underline;
    cursor: pointer;
}
.headstitol strong {
    font-size: 3.3rem;
}

@media only screen and (min-width: 40.063em) {
    .headstitol {
        font-size: 2.2rem;
        padding: 3rem;
    }
    .headstitol strong {
        font-size: 3.8rem;
    }
}