.form-horizontal .control-label {
    font-size: 14px;
}

.navbar {
    font-size: 18px;
}

table, .table {
    font-size: 18px;
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-left: 20px;
    padding-right: 20px;
}

.day {
    width:100%;
}

.room {
    width:32%;
    display:inline-block;
}

.hours {
    height: 20px;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
    background-color: grey;
    color:white;
    white-space:pre-wrap;
}

.popover a{
    color:white;
}

.jumbotron{
    padding-top:5px;
    padding-bottom:5px;
}

.lien {
    cursor: pointer;
}
.page-title{
    display: block;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    color: black;
    text-align: left;
}

.btn-primary-reglements {
    border: 0;
    padding: 7px;
    background-color: #dd4814;
    color: white;
}

h2.sub-title-page {
    font-size: 20px;
    color: black;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
}

.sub-form-title {
    font-size: 15px !important;
    color: black;
    text-align: left;
}

.text-form {
    line-height: 38px;
    font-size: 15px;
    text-align: left;
}

.label-mandat {
    line-height: 38px;
}

.line-height-70 {
    line-height: 70px;
}