/* Bat .homeslide p (16px) même si theme.css est encore en cache navigateur. */
.homeslide p.homeslide-heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
    text-transform: none;
}

.homeslide span.homeslide-subheading {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .homeslide p.homeslide-heading {
        font-size: 64px;
        font-weight: 500;
    }
}
