#viewProgramme .programme-header-background{
    background-image: url('../images/programme-header.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover}

#viewProgramme .programme-section-02-background{
    background-image: url('../images/programme-section-02-background.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain}

#viewProgramme .circles-inter-sections{
    background-image: url('../images/circles-inter-sections.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto}

#viewProgramme ul{
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    list-style: none}

#viewProgramme li {
    margin-top: 10px;
    padding-left: 30px; 
    text-indent: -15px}

#viewProgramme li.circle-blue::before {
    font-size: 20px;
    content: "• ";
    color: #1981C0}

#viewProgramme a.c-FFFFFF{
    color: #fff !important;
    text-decoration: none;
    border-bottom: 2px solid transparent}

#viewProgramme a.c-FFFFFF:hover{
    text-decoration: none;
    color: #fff !important;
    border-bottom: 2px solid #fff}