@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/custom/kaneva/assets/fonts/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/custom/kaneva/assets/fonts/Poppins-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/kaneva/assets/fonts/Lato-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/kaneva/assets/fonts/Lato-Bold.ttf");
  font-display: swap;
}
* {
  color: #020101;
}

.video-doctical.aff-1 {
  position: relative;
}
@media (min-width: 769px) {
  .video-doctical.aff-1:hover .miniature:before {
    opacity: 1;
  }
  .video-doctical.aff-1:hover .miniature:after {
    opacity: 1;
  }
}
.video-doctical.aff-1 .lien_cache {
  z-index: 3;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.video-doctical.aff-1 .miniature {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
}
.video-doctical.aff-1 .miniature:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-doctical.aff-1 .miniature:after {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../../img/icons/play.svg");
          mask-image: url("../../img/icons/play.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video-doctical.aff-1 .miniature img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: 170px;
}
/*# sourceMappingURL=video-doctical--aff-1.css.map */
