.elementor .converted-class-1{/* Révélation ligne par ligne */
@keyframes reveal {
from { clip-path: inset(0 100% 0 0); }
to   { clip-path: inset(0 0% 0 0); }
}

/* Glitch effect */
@keyframes glitch {
0%   { transform: translate(0); }
20%  { transform: translate(-2px, 2px); filter: hue-rotate(90deg); }
40%  { transform: translate(2px, -2px); }
100% { transform: translate(0); }
}

.logo { animation: glitch 3s infinite; }\n}.elementor .converted-class-1:hover,.elementor .converted-class-1:focus-visible{width:500px;height:500px;/* Révélation ligne par ligne */
@keyframes reveal {
from { clip-path: inset(0 100% 0 0); }
to   { clip-path: inset(0 0% 0 0); }
}

/* Glitch effect */
@keyframes glitch {
0%   { transform: translate(0); }
20%  { transform: translate(-2px, 2px); filter: hue-rotate(90deg); }
40%  { transform: translate(2px, -2px); }
100% { transform: translate(0); }
}

.logo { animation: glitch 3s infinite; }\n}