2022-06-27 23:38:19 +02:00
|
|
|
@import "../../_sass/main.scss";
|
2020-12-11 00:35:35 +01:00
|
|
|
|
2022-01-20 00:27:29 +01:00
|
|
|
#photoProfil {
|
|
|
|
overflow: clip;
|
|
|
|
border: 1px solid #3c3c3c;
|
|
|
|
|
|
|
|
.background {
|
|
|
|
position: absolute;
|
|
|
|
filter: blur(2px);
|
2022-06-27 23:38:19 +02:00
|
|
|
opacity: 0.5;
|
2022-01-20 00:27:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-27 23:38:19 +02:00
|
|
|
#boutonCV a {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2022-01-20 00:27:29 +01:00
|
|
|
@keyframes actorZoom {
|
2022-06-27 23:38:19 +02:00
|
|
|
from {
|
|
|
|
transform: scale(100%);
|
2022-01-20 00:27:29 +01:00
|
|
|
}
|
2022-06-27 23:38:19 +02:00
|
|
|
to {
|
|
|
|
transform: scale(110%);
|
|
|
|
}
|
|
|
|
}
|
2022-01-20 00:27:29 +01:00
|
|
|
|
|
|
|
#photoProfil:hover .actor {
|
2022-06-27 23:38:19 +02:00
|
|
|
animation: 4s linear 0s infinite alternate actorZoom;
|
2022-01-20 00:27:29 +01:00
|
|
|
}
|