/*!/wp-content/themes/divi-child/style.css*/.einf-float{position:relative;height:530px;margin-left:auto;margin-right:auto}.einf-float__img{position:absolute;height:auto;border-radius:4px;box-shadow:0 2px 30px rgb(0 0 0 / .25);will-change:transform;animation:einf-float-up-down 5s ease-in-out infinite alternate}.einf-float__img--fond-gauche,.einf-float__img--fond-droite{max-width:28%;filter:blur(2px);backface-visibility:hidden}.einf-float__img--fond-gauche{left:0;top:0;animation-delay:-3s}.einf-float__img--fond-droite{left:65%;top:20%;animation-delay:-5s}.einf-float__img--avant{left:25%;top:15%;max-width:43%;animation-delay:-7s}@keyframes einf-float-up-down{from{transform:translateY(10px)}to{transform:translateY(-10px)}}@media only screen and (max-width:980px){.einf-float{height:305px}}@media only screen and (max-width:767px){.einf-float{height:170px}}@media (prefers-reduced-motion:reduce){.einf-float__img{animation:none;transform:none}}