
.loading-wrap {
    display: none;
}

input.form-control[type="range"] {
    padding: 0;
}

.website-inactive {
    position: relative;
    background-color: #dc3545;
}
.website-inactive:after {
    content: "non fonctionnel";
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 90px);
    font-size: x-large;
    font-weight: bold;
    transform: rotate(-20deg);
}
