

.lisere-conf{
    border-left: 10px solid #E74039;
    border-right: 10px solid #E74039;
}

.color-conf{
    color: #2579b5 ;
    font-size: 3em;
}

.date-conf{
    width: 100%;
    max-width: 250px;
    background-color: #2579b5;
    padding: 8px 10px;
    color: #FFFFFF;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
}

.vignette-conf{
    border: solid 1px #D5D5D5;
    padding: 8px;
    margin: 20px 0;
    line-height: 1.1rem;
    background-color: #fff;
}

.heure-conf{
    position: relative;
    left: -8px;
    top: -8px;
    display: inline-block;
    background-color: #c2d8e6;
    color: #3C3C3B;
    text-align: left;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 2px 6px;
    /*margin: 5px 0;*/
}

.mention-conf{
    display: inline-block;
    font-weight: bold;
    color: #E74039;
    font-size: 0.7rem;
    padding-left: 5px;
}

.conferencier{
    font-weight: bold;
    text-transform: uppercase;
}

#programme-all:hover {
    cursor: pointer;
}

#programme-all:hover #conf-down, #programme-all:hover #conf-up {
    font-size: 4em;
}

#conf-up{
    display: none;
}

@media (max-width: 599px) {
    .programme-journee{
        padding-top: 20px;
    }

    .lisere-conf{
        border-left: 2px solid #E74039;
        border-right: 2px solid #E74039;
    }
}

.anchor {
    position: relative;
}

.anchor a {
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1025px) {
    .anchor a {
        top: -188px;
    }
}

