@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap');

body {
    font-family: 'Raleway', sans-serif;
}

.btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    border-radius: 0 !important;
    margin-top: 20px;
}

.btn-primary:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}

/* Questions en gras */
.form-label {
    font-weight: 600;
}

.navbar {
    background-color: #000;
    margin-bottom: 40px;
}

div.mb-3 {
    margin-top: 1.2em;
}
