/* CSS Document */

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

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