.sidebar{
	background-color: #911132;
}
.tableau-horaire2{
	background-color: #C8C9CB;
    color: black !important;
    border-color: #911132;
    border-style: solid;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 0.8em;
}
.tableau-horaire{
	position: fixed;
	z-index: 50000;
	background-color: #C8C9CB;
    color: #911132 !important;
    border-color: #911132;
    border-style: solid;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
    right: 50px;
    top: 330px;
}
.entetetableau-horaire{
    border-bottom-color: #911132 !important;
    border-bottom-style: solid;
    background-color: #911132;
    border-color: #911132;
    border-style: solid;
    color: white;
    font-size: 1.2em;
}
.entetetableau-horaire2{
    border-bottom-color: #343a40 !important;
    border-bottom-style: solid;
    background-color: #343a40;
    border-color: #343a40;
    border-style: solid;
    color: white;
    font-size: 1.2em;
}
.btn-horaire{
    position: fixed;
    z-index: 50000;
    background-color: #911132;
    border-color: #911132;
    border-style: solid;
    color: white !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    right: 200px;
    margin-top: 273px;
    padding: 4px;
    font-weight: bold;
    cursor: pointer;
}