
    .list-style {
        display: flex;
        flex-direction: row;
        

        /* Centre verticalement */
    align-items: center;

    /* Centre horizontalement */
    justify-content: center;
    
    width: 100%;
       
    }

    .grille_style{
        max-width: 100px;
        max-height: 100px;
    }

    .image_size{
        max-width: 200px;
        max-height: 200px;
    }

    .top_articles{

        max-width: 150px;
        max-height: 150px;
    }
