body{
    /* font-family: 'Courier New', Courier, monospace; */
    font-size: 0.9em;
    padding-top: 10px;
    /* padding-bottom: 40px; */
    /* background-image: url("../images/background2.jpg"); */
}

.navbar{
    font-size: 0.96em;
}

.page-titre{
    border-bottom: 1px solid slategray;
    margin: 10px 0 20px;
}

label{
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

.btn{
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

input, .value{
    font-family: 'Courier New', Courier, monospace;
    font-size: 102%;
}

table .fa{
    margin: 0 4px;
}

.help-block, label.error{
    font-size: 80%;
    color: red;
}

.value{
    font-family: 'Courier New', Courier, monospace;
}

.ombrage{
    box-shadow: #1b1e21 0 0 4px 1px;
}

.titre_groupe_form{
    color: #007a5c;
    border-bottom: 2px solid #007a5c;
}

.form-control{
    background-color: #f8f9fa;
}

.card-body{
    padding: 10px;
}
