.pageArticle{
    background-color: white;
    margin-left : 4vw;
    margin-right : 4vw;
    width : 86vw;
    margin-top : 5vw;
    margin-bottom : 5vw;
    padding : 3vw;
    color : #808080;
    font-size: 1.2vw;
}

.categorieArticle{
    color : #cccccc;
    font-size: 1vw;
    letter-spacing: 0.25vw;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    width : 17vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1vw;
}

.nomArticle{
    text-align: center;
    font-size: 2vw;
    margin-top: 0;
    margin-bottom: 4vw;
}


a{
    text-decoration: none;
    color : #808080;
    font-weight: bold;
}

@media screen and (max-width: 460px){
    .pageArticle{
        font-size: 3.2vw;
    }
    
    .categorieArticle{
        font-size: 4vw;
    }

    .nomArticle{
        font-size: 5vw;
        }
}