h1 {
    margin-bottom:30px;
}
.card-body h1, .card-body  h2 {
    color: var(--couleur-titres);
}
.card-body {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: 0.5rem;
    min-height: 450px;
}
p.souscription {
    margin-top: 40px;
}
ol.breadcrumb {
    float: right;
}
.msg {
    margin-top:12px;
    text-align:center;
    font-size:1.2em;
}
li {
    list-style: none;
}
.form-group {
    margin-top:20px;
}
.form-group > label {
    font-weight: bold;
}

