Hello,
I made an error :
With my precendent custom css, it disable the thumbs on the “blog” page to.
To prevent this i modified my custom css like that :
.entry-content .post-thumb {
display: none;
}
Now, thumbs are ok on the article list of the blog page, but are not shown on top of the article page.