/* 
    Pour une page 'programme' avec sessions à dérouler en cliquant sur <h3 class="label-2">...</h3> 
    ou en cliquant sur <div class="label-2">...</div> 
    cf. programme-deroulant.php
*/

.label-event {
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
}

.instruction .label-event {
    margin-top: 0px;
}

.ablockplus,
.ablockmoins {
    font-weight: bold;
    padding: 4px;
    background: #aaa;
    color: #fff;
    width: 30px;
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-top: -5px;
    cursor: pointer;
    border-radius: 8px;
}

.instruction .ablockplus,
.instruction .ablockmoins {
    padding: 0px 2px 0px 2px ;
    background: #999;
    color: #fff;
    width: 16px;
    height: 18px;
    margin-top: 0;
    margin-bottom: -2px;
    border-radius: 4px;

 }

 .instruction .aderouler {
    margin-left: 26px; 
}

.themes {
    line-height: 16px; 
}

.themes p {
    line-height: 16px; 
}

#main .horaire.live {
    text-align: center;
    margin-left: 10px;
    margin-top: -2px;
    width: unset;
    font-size: 15px;
    color: #627985;
}

.ablockplus2,
.ablockmoins2 {
    font-weight: bold;
    padding: 2px 2px 2px 2px;
    background: #aaa;
    color: #fff;
    width: 20px;
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-top: -5px;
    cursor: pointer;
    border-radius: 8px;
}

#main .horaire.live {
    text-align: center;
    margin-left: 10px;
    margin-top: -2px;
    width: unset;
    font-size: 15px;
    color: #627985;
}