.payment_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.btn-secondary {
    color: #fff;
    background-color: #D09A12 !important;
    border-color: #D09A12 !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #D09A12 !important;
    border-color: #D09A12 !important;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #D09A12 !important;
    border-color: #D09A12 !important;
    box-shadow: 0 0 0 0.2rem #D09A12 !important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #D09A12 !important;
    border-color: #D09A12 !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #D09A12 !important;
    border-color: #D09A12 !important;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #D09A12 !important;
}

.n-btn__info{
    border: 1px solid #D39E0A;
    padding: 5px;
    width: 100%;
    min-height: 30px;
    background-color: #D39E0A;
    color: #FFFFFF;
}

.n-neutre{
    background-color: #F8F8F8 !important;
    color: #5E5873 !important;
    border: none !important;
}

.n-neutre svg{
    color: #5E5873 !important;
}

