.bloc-horaires {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
}
.bloc-horaires .right_part {
    width: calc(100% - 78px);
    padding-left: 30px;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    padding-right: 15px;
}
