#titleHoraire {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid black;
    background-color: white;
}

.infoHoraire {
    margin: 15px;
    width: calc(100% - 30px);
    position: relative;
}

.infoHoraire ons-select {
    width: calc(50% - 20px);
    float: left;
}

.infoHoraire ons-input {
    margin-left: 35px;
    width: calc(50% - 80px);
    margin-top: 8px;
}

.infoHoraire ons-icon {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 21px;
}

#contBtn {
    margin-top: 40px;
    text-align: center;
}

#contBtn ons-button {
    font-size: 13px;
}

.specialDay {
    font-size: 22px;
    padding-top: 20px;
}

.dayOff .page__background {
    background-color: rgb(249, 156, 156) !important;
}

#contRepas {
    margin-top: 25px;
}

#contRepas span {
    font-weight: bold;
}

.choice {
    margin-left: 20px;
    display: inline-block;
}

#contSpecial {
    margin-top: 25px;
    padding: 0 20px;
	display: none;
}

.choixSpec {
    padding: 3px 0;
}

#contSpecial label {
    margin-left: 10px;
}

#km {
    padding: 5px 15px;
}

.choiceKm {
    height: 32px;
    line-height: 32px;
    padding: 3px 0;
}

.choiceKm label {
    display: inline-block;
    width: 120px;
}

.choiceKm ons-checkbox {
    margin-top: 9px;
    margin-right: 15px;
}
.choiceKm ons-select, .choiceKm ons-input{
    width: calc(100% - 170px);
}

#percentMal {
    margin-top: 6px;
    margin-bottom: 10px
}
#percentMal ons-input{
    width: 50px;
    margin-left: 35px;
}