.btn-primary {
    background-color: #005ea8;
}

.btn-link, .btn-link:hover, .btn-link:focus {
    color: #005ea8;
}

body {
    font-family: "Arial", sans-serif;
}

.container {
    margin: 0 auto;
    max-width: 764px;
}

.entete {
    font: 12px "Trebuchet MS", Verdana, sans-serif;
    color: rgb(62, 115, 179);
}

.entete button {
    border: 0;
    background-color: transparent;
}

.entete button:hover {
    text-decoration: underline;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.2px;
}