.codeur-loader{align-items:center;display:flex;height:100%;justify-content:space-around;left:0;position:absolute;top:0;width:100%;z-index:10}.codeur-loader:before{content:"";display:block;padding-top:100%}.circular{animation:rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke:var(--color);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
