
.displayToit, .visiteUsine{
    position: absolute;
    right: 50px;
    top: 50px;
    height: 60px;
    width: 200px;
    border: 2px solid white;
    background: black;
    color: white;
    border-radius: 10px;
}

.visiteUsine{
    top: 120px;
}

.centerTop{

}

canvas{
    width: 100vw;
    height: 100vh;
}

body{
    overflow: hidden;
}

color-picker{
    position: absolute;
    background: #fff9;
    padding: 10px;
    border-radius: 9px;
}

.loaderParent, .davi-loader-configurator {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 53;
    background: #000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes appear {
    from {opacity: 0;}
    to {opacity: 1;}
}

.loader {
    z-index: 1;
    margin: 10px 0;
    border: 16px solid #777;
    border-radius: 50%;
    border-top: 16px solid #fff;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.textLoader{
    color: white;
}

.color-picker-mur1{
    top: 0;
}

.color-picker-mur2{
    top: 165px;
}


.color-picker-mur3{
    top: 330px;
}

.color-picker-mur4{
    top: 495px;
}
.color-picker-mur5{
    top: 660px;
}

