/************************************************************************
                               DESKTOP                               
************************************************************************/
.bloc.hero-category,
.bloc.hero-simple {
    width: 100%;
    height: 350px;
}

.bloc.hero-post {
    width: 100%;
    height: 400px;
}

.bloc.hero-category .keyword,
.bloc.hero-simple .keyword,
.bloc.hero-post .keyword {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: var(--font-title-bold);
    font-size: 4rem;
    line-height: 4.2rem;
    text-transform: uppercase;
    width: 50%;
    padding-top: var(--gap);
    padding-right: var(--gap-2);
    text-align: right;
    border-bottom: 5px solid var(--color-black);
    border-top-left-radius: 10px;
}



/************************************************************************
                               RESPONSIVE
************************************************************************/

@media (max-width: 820px) {    
    .bloc.hero-category .keyword,
    .bloc.hero-simple .keyword,
    .bloc.hero-post .keyword {
        right: initial;
        left: 0;
        width: 100%;
        padding-right: var(--gap);
        padding-left: var(--gap);
        text-align: center;
        border-top-left-radius: 0;
    }
}
