.home .ept_swipe {
  position: fixed;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: width .5s ease-in-out; /* Safari */
  transition: width .5s ease-in-out;
  background-image: url("/wp-content/uploads/2023/01/ATELIERS_CHARIGNON_LOGOTYPE_CMJN_BLANC.png");
  background-position: center;
  background-size: 350px;
  transition-delay: 2500ms;
}

.home .ept_swipe--animate {
  width: 0;
}
