html, body{
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
    header h1{
        font-size: 2rem;
    }

    .bc h3{
        margin-top:60px;
    }
}

@media (min-width: 992px) {
    .bc h3{
        height: 60px;
    }
}


.kr-embedded{
    width: 100% !important;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button {
    -o-appearance: none;
    margin:0
}

.header {
    background-image: url(../img/slide-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 187px;
    padding-bottom: 187px;
}

.header h1{
    font-weight: 800;
}

h3{
    color: #990033;
}

.jumbotron{
    margin-bottom: 0;
}

.badge-danger {
    background:#990033;
}

.bg-rouge{
    background:#990033;
}

.color-white{
    color: white;
}

.badge-large{
    padding: 1rem;
    font-size: 1rem;
}
.hr-blanc{
    border-top: 1px solid white;
}
.hr-transparent{
    border-top: 1px solid transparent;
}

.fleche-g, .fleche-d{
    font-size: 3rem;
}


.border-3{
   border: 3px solid #dee2e6 !important
}

.border-3-rouge{
   border: 3px solid #990033 !important
}

.bg-transparent{
    background: transparent;
}

.verser-taxe {
    background-image: url(https://www.cma-hautsdefrance.fr/wp-content/uploads/2020/10/page-2.jpeg);
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: .2;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
}

.paiement {
    background-image: url(https://www.cma-hautsdefrance.fr/wp-content/uploads/2020/10/page-2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
}

.formulaire {
    background-image: url(https://www.cma-hautsdefrance.fr/wp-content/uploads/2020/10/page-2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-gris{
    background: #e9ecef;
    color:#990033;
}

.btn-gris:hover{
    background: #990033;
    color:#e9ecef;
}

.btn-rouge{
    background: #990033;
    color:#e9ecef;
}

.btn-rouge:hover{
    background: #e9ecef;
    color:#990033;
}
.border-r{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-l {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}