.article{
    color: lightyellow;
    width: 70%;
    margin: auto;
    
}

.article h2{
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin: 30px 0 15px 5px;
    
}

.article p{
    text-align: justify;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 1px;
}

.paragdate{
    color: #666;
    font-style: italic;
    font-size: 0.8rem;
}

/*  a enlever */
.imgarticle{
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.presuiv ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
}

.article a{
    text-decoration: none;
    color: #2980b9;
}
.article a:hover{
    color: #3498db;
    text-decoration: underline;
}