.programme {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.titresession {
    border-bottom: 1px solid var(--gris-fonce);
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.titresession p {
    color: black;
}

.programme h1, .programme h2 {
    color: var(--gris-fonce);
}


/* .programme .ligne:nth-child(1) h2 {
    margin-top: 0px;
} */

.presentation, .pause {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.presentation p {
    margin-bottom: 2px;
    margin-top: 0;
    color: black;
}

.presentation .titre {
    font-weight: 400;
    color: var(--gris-fonce);
}

.programme .heure {
    margin-right: 20px;
    font-weight: normal;
    color: var(--bleu-selecteur);
}

.pause .heure {
    font-weight: bolder;
    color: var(--bleu-selecteur);
    margin-right: 20px;
}

.itempause {
    width: 100%;
    /* border-bottom: 1px solid var(--gris-fonce);
    border-top: 1px solid var(--gris-fonce); */
    /* margin-bottom: 40px; */
}

.event {
    font-weight: bolder;
    color: var(--bleu-selecteur);
}

.bt_prg_download {
    padding: 7px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: var(--bleu-selecteur);
    color: white;
    text-decoration: none;
    border-radius: 22px;
}


.bt_prg_download:hover {
    background-color: var(--gris-fonce);
}