/* -------------
    SOMMAIRE
------------- */

/*
    @AUTHOR : Nicolas BOUDOT

    ATOME : P
    Styles des paragraphes
*/



p {
    line-height: 1.5;
}

    /* Not - Last-child */
    p:not(:last-child) {
        margin-bottom: 10px;
    }
