.featured-image-overlay {
        position: relative;
        width: 100%;
        height: 257px;
        overflow: hidden;
    }
    .featured-image-overlay img {
        width: 100%;
        height: 257px;
        object-fit: cover;
        filter: blur(5px) brightness(70%);
    }
.featured-image-overlay .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.featured-image-overlay .title-overlay {
    position: absolute;
    top: 0;
    left: 43.5%;
    width: 750px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: left;
    margin: auto;
    transform: translate(-50%);
    font-size: 46px;
    flex-direction: row;
}

span.line-display-artycle {
    display: inline-block;
    border-left: 1px solid #000;
    position: absolute;
    height: -webkit-fill-available;
    left: -6px;
}

.sidebar ul.list-category-artycle {
    list-style: none;
    padding: 0 0px 0 10px;
    color: #000;
}



.button-articles {
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    margin: 10px 0;
    transition: background-color 0.3s ease;
    display: block;
    width: 245px;
    text-align: center;
}

.brown {
    background-color: #C97850;
    color: white!important;
}

.beige {
    background-color: #FDF1E3;
    color: black!important;
    font-size: 18px;
}

.button-nav {
    padding-left: 10px;
}

