@media (max-width: 768px) {
  @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;
  }
  .bloc_inscription {
    width: calc(100% - 48px);
    padding: 48px 24px;
  }
  .bloc_inscription:before {
    display: none;
  }
  .bloc_inscription .texte h3 {
    font-size: 32px;
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bloc_inscription .texte h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bloc_inscription .lien {
    margin-top: 32px;
  }
}
/*# sourceMappingURL=block--inscription.css.map */
