#pgm_jours
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#pgm_jours li a
{
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
}

#pgm_jours li a:hover, #pgm_jours a.selected
{
    background: rgba(0,0,0,.1);
}



#pgm_list
{
    display: flex;
    width: 100%;
    margin: 0px auto;
    max-width: 1000px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

#pgm_list .pgm_item
{
    width: 100%;
    margin-bottom: 20px;
}

#pgm_list .pgm_item a
{
}

#pgm_list .pgm_item_picture
{
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 22%;
}

#pgm_list .pgm_item_picture img
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pgm_list .pgm_item_hour
{
    width: 100%;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}


@media (max-width: 800px)
{

    #pgm_jours
    {
        flex-direction: column !important;
    }

    #pgm_jours a
    {
        font-size: 24px;
        text-align: center;
    }

}
