.link {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.data, .section-lactualite .h2 .data, .section-lactualite h1 .data, .section-lactualite h2 .data {
    background: rgba(0,0,0,.6);
    padding: 5px 10px 0;
    z-index: 1;
    display: inline-block;
    width: 85px;
    height: 57px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.section-lactualite .item {
    border-bottom: 1px solid #fddfbf;
    padding-bottom: 30px;
    margin-bottom: 50px;
}


/* CTA */
.section-lactualite .link-reading a {
    display: inline-block;
    background: #000;
    padding: 5.5px 10px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}
.section-lactualite .h1 .data:after, .section-lactualite .h2 .data:after, .section-lactualite h1 .data:after, .section-lactualite h2 .data:after {
    content: '';
    width: 15px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
    z-index: -1;
}

.sidebar ul li p:before {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -20px;
    background: #f47b20;
    content: '';
}

.blog-title {
	display: block;
    width: calc(100% - 90px);
    font-size: 24px;
}
}

.blog-post__read-more svg {
    fill: #fff !important;
}

.blog-post__read-more a {
    color: white;
}

.blog-post__read-more {
    background: black;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 25px;
    width: max-content;
}


.data:after {
    content: '';
    width: 15px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
    z-index: -1;
}

.data-after{
    opacity: 0.8;
}

.data:before{
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: -15px;
    left: 0;
    border-bottom: 15px solid #000;
    border-left: 15px solid transparent;
    z-index: -2;
}
.data-before{
    opacity: 0.8;
}


.sidebar ul li {
    margin-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #fddfbf;
    padding-top: 20px;
}

.blog-post__tags {
    margin-top: 15px;
    margin-bottom: 15px;
}