.trois_petits_points{
	font-weight: bold;
	font-size: 2em;
}

#blog_list_page .grid-container{
    max-width: 900px;
}

#blog_list_page h1
{
    font-size: 1.5em;
    color: var(--text);
    margin-top: 2em;
    font-weight: bold;
    position: relative;
    width: 100%;
    padding-left: 1.7em;
    text-transform: uppercase;
    z-index: 0;
    letter-spacing: 1px;
}


@media only screen and (max-width: 600px) 
{
    #blog_list_page h1 {
        padding-left: 0;
    }
}
