/* hero styling reused from other templates */
.about-hero{
    position: relative;
    background: url('../images/actualite-hero.png') center/cover no-repeat;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-hero .overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.hero-content{
    position: relative;
    z-index: 2;
    color: white;
}

.about-hero h1{
    font-size: 38px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-hero p{
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
}

/* single article main area */
.single-article{
    padding:60px 0;
    background:#fff;
}

.single-image img{
    width:100%;
    height:auto;
    margin-bottom:30px;
    border-radius:4px;
}

.single-title{
    font-size:32px;
    font-weight:600;
    margin-bottom:10px;
    color:#222;
}

.single-meta{
    font-size:14px;
    color:#777;
    margin-bottom:30px;
}
.single-meta span{
    display:inline-block;
    margin-right:20px;
}

.single-content{
    font-size:16px;
    line-height:1.7;
    color:#333;
}
