html,
body {
    overflow-x: hidden;
}
/* ==== Scrollbar ==== */
body::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}
body::-webkit-scrollbar-track {
    background-color: #fff;
}
body::-webkit-scrollbar-thumb {
    background-color: #161C4E !important;
    border-radius: 16px;
    border: 4px solid #fff;
}
body::-webkit-scrollbar-button {
    display: none;
}
/* ==== Bouton formulaire disable ==== */
button[disabled] {
    background-color: #ccc !important;
    cursor: not-allowed;
}
/* ======== */