/* Bloc Articles — overlay image + contenu (comme property-value-item global) */

.property-valued.bloc-articles .property-value-item--article {
    padding: 0;
    min-height: 480px;
    height: 100%;
    overflow: hidden;
}

.property-valued.bloc-articles .property-value-item--article > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: none;
    display: block;
    z-index: 0;
}

.property-valued.bloc-articles .property-value-item--article .cntn-box {
    padding-top: 70px;
}

@media (max-width: 991px) {
    .property-valued.bloc-articles .property-value-item--article {
        min-height: 400px;
    }

    .property-valued.bloc-articles .property-value-item--article .cntn-box {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .property-valued.bloc-articles .property-value-item--article {
        min-height: 340px;
    }

    .property-valued.bloc-articles .property-value-item--article .cntn-box {
        padding-top: 30px;
    }
}
