.header.header__article {
    height: 400px;
}

.header__article .header__texture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    background: url('../img/coronavirus_article.jpg') center no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0,7;
}

.header__article .header__texture2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    background: url('../img/violon1-compressée.jpg') center no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0,7;
}

.header__article .header__texture3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    background: url('../img/violon1-compressée.jpg') center no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0,7;
}

.header__article .header__texture4 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    background: url('../img/violon1-compressée.jpg') center no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0,7;
}

.article__view-container {
    width: 70%;
    margin: auto;
    padding-top: 20px;
    font-size: 18px;
    line-height: 25px;
}

.article__view-title {
    font-weight: 700;
    font-size: 30px;
    color: #34495e;
    line-height: 50px;
    margin: 0;
}

.article__view-subtitle {
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 14px;
    opacity: 0.5;
}

.article__view-content {
    padding-top: 30px;
    text-align: justify;
}
.article__view-content span {
    font-weight: 700;
    color: #34495e;
}
.covid {
    margin-top : 50px;
    font-size: 15px;
    text-align: center;
}
#oldProjectsTitle{
    text-transform: uppercase;
}