section#section-programme {
    padding-bottom: 2.5rem;
    /* overflow: hidden; */
    /* width: 100%; */
    /* margin: 0; */
    /* padding: 0; */
    /* background-color: var(--themePrimary); */
    /* color: #fff; */
    padding-top: 2rem;
}

section#section-programme .title_programme {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

section#section-programme .title_programme .title_programme_svg {
    width: 25%;
}

section#section-programme .ui.definition.table tr td.definition, 
section#section-programme .ui.definition.table>tbody>tr>td:first-child:not(.ignored), 
section#section-programme .ui.definition.table>tfoot>tr>td:first-child:not(.ignored), 
section#section-programme .ui.definition.table>tr>td:first-child:not(.ignored) {
    background-color: transparent;
}

section#section-programme .ui.table>thead>tr>th {
    background-color: #71ad47;
    color: white;
}

section#section-programme .ui.definition.table>thead:not(.full-width)>tr>th:first-child {
    background-color: white;
}

section#section-programme .ui.striped.table>tbody>tr:nth-child(n), 
section#section-programme .ui.striped.table>tr:nth-child(n) {
    background-color: #d6e2cf;
}

section#section-programme .ui.striped.table>tbody>tr:nth-child(2n), 
section#section-programme .ui.striped.table>tr:nth-child(2n) {
    background-color: #ebf1e9;
}

section#section-programme .ui.table,
section#section-programme .ui.table tr,
section#section-programme .ui.table td,
section#section-programme .ui.table th {
    border-color: white;
    border-width: 3px;
    font-size: 1.3rem;
}

section#section-programme .ui.table td,
section#section-programme .ui.table th {
    vertical-align: middle;
}

section#section-programme .ui.table td > span,
section#section-programme .ui.table th > span {
    display: inline-block;
}

section#section-programme .ui.definition.table>tbody>tr:last-child {
    background: transparent;
}

section#section-programme .ui.definition.table>tbody>tr:last-child>td:first-child:not(.ignored) {
    font-weight: normal;
}

section#section-programme .highlight {
    margin: 2rem 1rem;
    font-size: 1.2rem;
}

section#section-programme .highlight ul > li + li {
    margin-top: 1.5rem;
}

section#section-programme .highlight ul > li p {
    margin: 0;
}

@media only screen and (max-width: 1199.98px) {
}

@media only screen and (max-width: 1599.98px) {
    section#section-programme {
        /* padding: 0 100px; */
    }
}

@media only screen and (max-width: 991.98px) {
    section#section-programme {
        /* padding-left: 4.5rem; */
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media only screen and (max-width: 767.98px) {
    section#section-programme .ui.table,
    section#section-programme .ui.table tr,
    section#section-programme .ui.table td,
    section#section-programme .ui.table th {
        font-size: 1.1rem;
    }
}