@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;
}

@media screen and (max-width: 768px) {
  .chapitre.aff-1 .haut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .chapitre.aff-1 .haut .intitule {
    display: inline;
  }
  .chapitre.aff-1 .haut .intitule:before {
    display: inline;
  }
  .chapitre.aff-1 .haut .nombre {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .chapitre.aff-1 .bas .wrapper_video {
    width: 100%;
  }
  .chapitre.aff-1 .bas .toggle:after {
    display: none !important;
  }
}
/*# sourceMappingURL=chapitre--aff-1.css.map */
