.btn {
    font-size: inherit !important;
}

.btn-outline-orange {
    color: #E46C0A !important;
    background-color: transparent;
    background-image: none;
    border-color: #E46C0A;
}

    .btn-outline-orange:hover {
        color: #fff !important;
        background-color: #E46C0A;
        border-color: #E46C0A;
    }

    .btn-outline-orange:focus, .btn-outline-orange.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-orange.disabled, .btn-outline-orange:disabled {
        color: #E46C0A;
        /*background-color: transparent;*/
    }

    .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
    .show > .btn-outline-orange.dropdown-toggle {
        color: #fff !important;
        background-color: #E46C0A;
        border-color: #E46C0A;
    }

        .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-orange.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-black {
    color: #000000 !important;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
}

.btn-orange {
    background-color: #E46C0A;
    border-color: #E46C0A;
    color: #fff;
}

    .btn-orange:hover, .btn-orange:active, .btn-orange:focus {
        color: #fff !important;
    }

/*#region Bouton gris klekoon*/
/*#region Verison Large*/
.btn-kle-grey {
    color: black !important;
    background-color: #c3c3c3a3;
    background-image: none;
    border-color: black;
    padding: 0.1em 0.7em 0.1em 0.7em !important;
}

    .btn-kle-grey:hover {
        color: #fff !important;
        background-color: #E46C0A;
        border-color: #E46C0A !important;
    }

    .btn-kle-grey:focus, .btn-kle-grey.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-kle-grey.disabled, .btn-kle-grey:disabled {
        color: #E46C0A;
        /*background-color: transparent;*/
    }

    .btn-kle-grey:not(:disabled):not(.disabled):active, .btn-kle-grey:not(:disabled):not(.disabled).active,
    .show > .btn-kle-grey.dropdown-toggle {
        color: #fff !important;
        background-color: #E46C0A;
        border-color: #E46C0A;
    }

        .btn-kle-grey:not(:disabled):not(.disabled):active:focus, .btn-kle-grey:not(:disabled):not(.disabled).active:focus,
        .show > .btn-kle-grey.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }
/*#endregion*/
/*#region Version Mini*/
.btn-mini-kle-grey {
    color: black !important;
    background-color: #c3c3c3a3;
    background-image: none;
    border-color: #bfbfbf;
    padding: 0.25rem;
}

    .btn-mini-kle-grey:hover {
        color: #fff !important;
        background-color: #E46C0A;
        border-color: #E46C0A !important;
    }

    .btn-mini-kle-grey:focus, .btn-mini-kle-grey.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-mini-kle-grey.disabled, .btn-mini-kle-grey:disabled {
        color: #E46C0A;
        /*background-color: transparent;*/
    }

    .btn-mini-kle-grey:not(:disabled):not(.disabled):active, .btn-mini-kle-grey:not(:disabled):not(.disabled).active,
    .show > .btn-mini-kle-grey.dropdown-toggle {
        color: #fff !important;
        background-color: #E46C0A;
        border-color: #E46C0A;
    }

        .btn-mini-kle-grey:not(:disabled):not(.disabled):active:focus, .btn-mini-kle-grey:not(:disabled):not(.disabled).active:focus,
        .show > .btn-mini-kle-grey.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }
/*#endregion*/
/*#endregion*/

/*#region bouton blanc mini klekoon*/
.btn-mini-kle-white {
    color: black !important;
    background-color: white;
    background-image: none;
    padding: 0.25rem;
}

    .btn-mini-kle-white:hover {
        color: #E46C0A !important;
        background-color: white;
    }

    .btn-mini-kle-white:focus, .btn-mini-kle-white.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-mini-kle-white.disabled, .btn-mini-kle-white:disabled {
        color: #E46C0A;
        /*background-color: transparent;*/
    }

    .btn-mini-kle-white:not(:disabled):not(.disabled):active, .btn-mini-kle-white:not(:disabled):not(.disabled).active,
    .show > .btn-mini-kle-white.dropdown-toggle {
        color: black !important;
        background-color: white;
    }

        .btn-mini-kle-white:not(:disabled):not(.disabled):active:focus, .btn-mini-kle-white:not(:disabled):not(.disabled).active:focus,
        .show > .btn-mini-kle-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }
/*#endregion*/
.btn-kle-white {
    color: black !important;
    background-color: #ffffff;
    background-image: none;
    border-color: black;
    padding: 0.1em 0.7em 0.1em 0.7em !important;
}

    .btn-kle-white:hover {
        color: #fff !important;
        background-color: #E46C0A;
        border-color: #E46C0A !important;
    }

    .btn-kle-white:focus, .btn-kle-white.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-kle-white.disabled, .btn-kle-white:disabled {
        color: #E46C0A;
    }

    .btn-kle-white:not(:disabled):not(.disabled):active, .btn-kle-white:not(:disabled):not(.disabled).active,
    .show > .btn-kle-white.dropdown-toggle {
        color: #fff !important;
        background-color: #E46C0A;
        border-color: #E46C0A;
    }

        .btn-kle-white:not(:disabled):not(.disabled):active:focus, .btn-kle-white:not(:disabled):not(.disabled).active:focus,
        .show > .btn-kle-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

/*#region Circle button*/
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
/*#endregion*/

/*#region*/
.kle-btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.kle-btn-circle {
    width: 20px;
    height: 20px;
    padding: 2px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    border-color: #bfbfbf;
}

    .kle-btn-circle:hover {
        color: #fff !important;
        background-color: #E46C0A;
        border-color: #E46C0A !important;
    }

/*#endregion*/
