.active,
.active span,
.active a {
    font-weight: bold;
    color: gold !important;

}

.navbar-toggler {
    border: 1px solid;
}

a,
a:hover,
.text-primary {
    color: #000;
}


.nav-link {
    color: #fff;
}

.nav-link:hover {
    color: gold !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

.btn-validation {
    background-color: #000 !important;
}

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

.btn-primary:hover {
    color: gold !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

h2, .text-inner h2 {
    color: #000 !important;
}

.bg-orange {
    background-color: #ff9c04 !important;
}


#btn-ajouter-product{
    display: none !important;
}
 


body{
    background:#fff !important;
}

/*
.user-type input:nth-child(1),.user-type label:nth-child(2) {
    display: none !important;
}*/
.user-type label {
    margin-right: 3rem;
    margin-left: 0.5rem;
}

.question-choices label {
    margin-right: 3rem;
    margin-left: 0.5rem;
}


.d-block p{
    margin-bottom: 0;
}

.d-block p{
    margin-bottom: 0;
}

.img-operation-preview:hover {
    display: block;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    border: 4px solid #000;
    box-shadow: 8px 8px 15px #212121;
}

.btn-ranking {
    border-radius: 0px;
    margin: 1rem 0;
    font-weight: bold;
    font-size: 1.2rem;
    border: 0;
}

.btn1,
.btn1:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.btn2,
.btn2:hover {
    background-color: #7f7f7f !important;
    color: #fff !important;
}

.btn3,
.btn3:hover {
    background-color: #ffc000 !important;
    color: #fff !important;
}

.btn4,
.btn4:hover {
    background-color: #fe9901 !important;
    color: #fff !important;
}

.btn5,
.btn5:hover {
    background-color: #c55a11 !important;
    color: #fff !important;
}

.btn-ranking:hover {
    border: 2px solid black;
}

.btn_active {
    border: 3px solid black;
}

@media screen and (max-width: 768px) {
    label, input {
        display: block !important;
    }
    .user-type label, .question-choices label, .question-multiples label{
        margin-left: 2rem !important;
        margin-top: -1.6rem;
        text-align: left;
    }
}