html *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

html *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

html *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

html {
    overflow: auto !important;
}

.backgroundTiretPerso {
    background-image: linear-gradient(to right, #c7b299 80%, transparent 20%),
        linear-gradient(to right, #c7b299 80%, transparent 20%),
        linear-gradient(to bottom, #c7b299 80%, transparent 20%),
        linear-gradient(to bottom, #c7b299 80%, transparent 20%);

    background-size: 11px 1px, 11px 1px, 1px 11px, 1px 11px;

    background-position: 0 0, 0 100%, 0 0, 100% 0;

    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}
