/*
Cette feuille de style écrase ou complète certains styles définis par Bootstrap */
h3 {
    margin-top: 1.5em;
    padding-bottom: .25em;
}

label {
    font-weight: inherit;
}

select.form-control {
    padding: 4px 8px;
}
.panel-primary a {
    color: #fff;
}

p.lead {
    font-size: 2em;
}
*:not(.input-group-btn) > .btn {
    white-space:normal; /* Permet le retour à la ligne pour les libellés longs */
    transition: all .25s;
}
.input-group .btn {
    height: 29px;
    line-height: 15px;
}
.btn-primary:hover {
    background-color: #178feb;
    border-color: #178feb;
}
.btn-acomptes {
    width: 100%;
    text-align: left;
    font-weight: 500;
    line-height: 1.1;
    color: #0b6ba8;
    border-radius:4px;
}
.row.hauteur-equilibree,
.row.hauteur-equilibree div {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.row.hauteur-equilibree div {
    flex-direction: column;
    flex: 1;
}
.row.hauteur-equilibree .panel-body>* {
    justify-content: space-between;
}
.form-control {
padding:2px 6px;
}
