/* Styles communs pour toutes les pages */
html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    color: #424359;
    display: flex;
    flex-direction: column;
}

.btn-primary {
    border-color: #424359;
}

.btn-primary:hover {
    background-color: #363646;
    border-color: #363646;
}

