/* =========================================================
META ARTICLE - TEMPS DE LECTURE + MISE À JOUR
Préfixe : da-article-meta-
========================================================= */
.da-article-meta-section{
width:100%;
margin:0;
padding:0;
background:transparent;
font-family:"Roboto",Arial,sans-serif;
}
.da-article-meta-section *{
box-sizing:border-box;
}
.da-article-meta-wrap{
width:100%;
max-width:920px;
margin:0 auto;
}
.da-article-meta-row{
display:flex;
align-items:stretch;
gap:12px;
}
.da-article-meta-item{
flex:1;
display:flex;
align-items:center;
gap:12px;
min-height:54px;
padding:13px 15px;
background:#f8fafc;
border:1px solid #e5e7eb;
border-left:4px solid #111827;
color:#334155;
box-shadow:0 10px 20px rgba(15,23,42,.035);
}
.da-article-meta-icon{
width:34px;
height:34px;
min-width:34px;
display:flex;
align-items:center;
justify-content:center;
background:#ffffff;
border:1px solid #e5e7eb;
}
.da-article-meta-icon svg{
width:19px;
height:19px;
fill:none;
stroke:#111827;
stroke-width:2;
stroke-linecap:round;
stroke-linejoin:round;
}
.da-article-meta-icon i{
color:#111827;
font-size:15px;
}
.da-article-meta-text{
display:block;
color:#475569;
font-size:14.5px;
line-height:1.45;
font-weight:600;
}
.da-article-meta-text strong{
color:#111827;
font-weight:900;
}
.da-article-meta-date time{
color:#111827;
font-weight:900;
}
@media(max-width:680px){
.da-article-meta-row{
display:grid;
grid-template-columns:1fr;
gap:10px;
}
.da-article-meta-item{
align-items:flex-start;
padding:13px 14px;
}
.da-article-meta-text{
font-size:14px;
}
}
Lire plus...
