﻿.shape-anim rect{stroke-dasharray:980;stroke-dashoffset:980;animation:draw-shape 1.6s cubic-bezier(.65,0,.45,1) forwards;}.shape-anim rect:nth-child(2){animation-delay:.4s;}.shape-anim rect:nth-child(3){animation-delay:.7s;}@keyframes draw-shape{to{stroke-dashoffset:0;}}.fenetre-animation{position:absolute;top:0;left:0;pointer-events:none;z-index:-1;}.shape-anim{width:100%;height:100%;display:block;opacity:1;transition:opacity .8s,filter .8s,z-index 0s .8s;}.fenetre-animation.faded{animation:move 1.8s linear infinite alternate;}.fenetre-animation.faded .shape-anim{opacity:1;filter:blur(1.1px);transition:opacity .8s,filter .8s;}@keyframes move{from{transform:scale(1);}to{transform:scale(1.03);}}