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

.block-produits-wrapper {
  width: 100%;
}
.block-produits-wrapper .titre_produits {
  margin: 116px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .block-produits-wrapper .titre_produits {
    margin: 80px auto 0;
  }
}
.block-produits-wrapper .produits {
  margin: 24px auto 0;
  position: relative;
  padding: 70px 90px;
  border-radius: 30px;
  background: #eb662d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block-produits-wrapper .produits::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../../assets/img/shapes/bottom-left-produit.svg") no-repeat;
  background-size: contain;
  width: 113.532px;
  height: 174px;
}
@media screen and (max-width: 1024px) {
  .block-produits-wrapper .produits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 59px;
    gap: 49px;
  }
}
@media screen and (max-width: 768px) {
  .block-produits-wrapper .produits {
    padding: 40px 24px 64px;
    gap: 32px;
  }
}
.block-produits-wrapper .produits .liste {
  width: 100%;
  gap: 16px;
  z-index: 1;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .block-produits-wrapper .produits .liste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-produits-wrapper .produits .liste .pack_videos.aff_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .block-produits-wrapper .produits .liste .pack_videos.aff_1 {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
  }
}
/*# sourceMappingURL=block-produits.css.map */
