@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    width: auto;
}



footer {
    position: absolute;
    bottom: 0;
    /* on le colle en bas */
    width: 100%;

    /* Hauteur du pied de page */
}


.question {
    font-weight: bold;
}

.btn {
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
}



.alignBad {
    margin-top: 1.5% !important;
}

.alignExc {
    margin-top: 1.5% !important;
    margin-left: 2% !important;
}

.active,
.btn:hover {
    background-color: #0d6efd;
    color: white;
}





@media only screen and (max-width: 768px) {



    .btn-toolbar.justify-content-center {
        margin-left: 2%;
    }

    .btn.btn-outline-primary {
        width: 30px;
        padding: 6px 0px 6px 0px;
    }

    .d-inline.mx-3.alignBad {
        display: none !important;
    }

    .d-inline.me-4.alignExc {
        display: none !important;
    }


}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .btn-toolbar.justify-content-center {
        margin-left: 15%;
    }
}