.separateur-horiz {
    background-image: url('../png/separateur.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

h1 {
    color: #286dc0;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.error {
    color: red;
    border-color: red;
}

.card {
    margin-top: 1em;
    margin-bottom: 1em;
}

.btn {
    background-color: #286dc0;
    color: #ffffff;
    width: 100%;
    padding: 0.5em;
    font-size: 1.1em;
    margin-top: 0.5em;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 110px;
}
