/* Animation glow tournante */
.rotate-glow * {
    z-index: 101;
}

.rotate-glow::before {
    content: '';
    background: url(/static/img/new-layout/home/connected/glow.png) center no-repeat;
    width: 218px;
    height: 194px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    animation: rotate-glow 10s linear infinite;
    z-index: 100;
    pointer-events: none;
}