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

.chapitre.aff-1 {
  width: 100%;
  height: 100%;
}
.chapitre.aff-1 .haut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
}
.chapitre.aff-1 .haut .intitule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chapitre.aff-1 .haut .intitule:before {
  content: attr(data-index) ".";
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .chapitre.aff-1 .haut .intitule:before {
    font-size: 20px;
  }
}
.chapitre.aff-1 .haut .nombre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px 7px 8px;
  background-color: #edf7f3;
  font-size: 16px;
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  color: #47b289;
  gap: 4px;
  border-radius: 8px;
  white-space: nowrap;
}
.chapitre.aff-1 .haut .nombre:before {
  content: "";
  -webkit-mask-image: url("../../img/icons/play.svg");
          mask-image: url("../../img/icons/play.svg");
  width: 16px;
  height: 16px;
  -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: #47b289;
}
.chapitre.aff-1 .bas {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 16px;
}
.chapitre.aff-1 .bas.overlay {
  position: relative;
}
.chapitre.aff-1 .bas.overlay:after {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: -40px;
  left: 0;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85.33%, #FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 85.33%);
  display: none !important;
}
.chapitre.aff-1 .bas .wrapper_video {
  display: none;
  width: calc(33.3333333% - 16px);
  height: auto;
  position: relative;
}
.chapitre.aff-1 .bas .wrapper_video.active {
  display: block;
}
.chapitre.aff-1 .bas .toggle_wrapper {
  width: 100%;
}
.chapitre.aff-1 .bas .toggle {
  all: initial;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition-property: all;
  -webkit-transition-duration: 0.3;
          transition-duration: 0.3;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px 16px 24px;
  border: solid 1px;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 50px;
  color: #f18d62;
  border-color: #f18d62;
  background-color: #ffffff;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: relative;
  display: block;
  margin: auto;
  z-index: 5;
}
.chapitre.aff-1 .bas .toggle:before {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
  background: #f18d62;
}
.chapitre.aff-1 .bas .toggle:hover {
  color: #eb662d;
  border-color: #eb662d;
  background-color: #fce8e0;
}
.chapitre.aff-1 .bas .toggle:hover:before {
  background: #eb662d;
}
/*# sourceMappingURL=chapitre--aff-1.css.map */
