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

.thematique-aff-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 80px 0 0;
  margin-bottom: 120px;
  gap: 40px;
}
@media (max-width: 1024px) {
  .thematique-aff-4 {
    padding-top: 64px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .thematique-aff-4 {
    padding-top: 56px;
    margin-bottom: 56px;
  }
}
.thematique-aff-4__title {
  text-align: center;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .thematique-aff-4__title {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .thematique-aff-4__title {
    padding: 0 24px;
  }
}
.thematique-aff-4__description {
  text-align: center;
  margin-top: -24px;
  max-width: 1224px;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .thematique-aff-4__description {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .thematique-aff-4__description {
    padding: 0 24px;
  }
}
.thematique-aff-4__video-extract {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thematique-aff-4__video-extract .open-popup {
  cursor: pointer;
}
.thematique-aff-4__programmes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .thematique-aff-4__programmes {
    margin-top: 32px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .thematique-aff-4__programmes {
    margin-top: 24px;
    padding: 0 24px;
  }
}
.thematique-aff-4__programmes-title {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.thematique-aff-4__programmes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .thematique-aff-4__programmes-list {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .thematique-aff-4__programmes-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thematique-aff-4__programmes-item {
  width: calc(33% - 16px);
}
@media (max-width: 1024px) {
  .thematique-aff-4__programmes-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .thematique-aff-4__programmes-item {
    width: 100%;
  }
}
.thematique-aff-4__products {
  width: 100%;
  padding: 48px 80px 120px;
  background-color: #fefaf3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .thematique-aff-4__products {
    padding: 48px 40px 80px;
  }
}
@media (max-width: 768px) {
  .thematique-aff-4__products {
    padding: 48px 24px 64px;
  }
}
.thematique-aff-4__products-title {
  text-align: center;
  margin-bottom: 48px;
}
.thematique-aff-4__products-list {
  width: 100%;
  max-width: 1030px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 1024px) {
  .thematique-aff-4__products-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .thematique-aff-4__products-list {
    row-gap: 16px;
  }
}
.thematique-aff-4__products-list .pack_videos {
  width: calc(33.3333% - 12px);
  max-width: 400px;
  height: auto;
}
@media (max-width: 1024px) {
  .thematique-aff-4__products-list .pack_videos {
    width: 100%;
    max-width: 570px;
  }
}
.thematique-aff-4__redirect {
  width: 100%;
}
.thematique-aff-4__redirect-inner {
  width: calc(100% - 200px);
  max-width: 1030px;
  margin: 0 auto;
  padding: 64px;
  gap: 40px;
  background-color: #eb662d;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .thematique-aff-4__redirect-inner {
    width: calc(100% - 80px);
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .thematique-aff-4__redirect-inner {
    width: calc(100% - 48px);
    padding: 32px;
    gap: 24px;
  }
}
.thematique-aff-4__redirect-inner:before {
  position: absolute;
  bottom: -80px;
  left: -100px;
  width: 273px;
  height: 319px;
  content: "";
  display: block;
  background-image: url("../../assets/img/shapes/site_shape_inscription.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .thematique-aff-4__redirect-inner:before {
    bottom: -60px;
    left: -60px;
    width: 200px;
    height: 230px;
  }
}
@media (max-width: 768px) {
  .thematique-aff-4__redirect-inner:before {
    display: none;
  }
}
.thematique-aff-4__redirect-text {
  max-width: 610px;
}
.thematique-aff-4__redirect-text * {
  color: #ffffff;
  text-align: center;
}
.thematique-aff-4__redirect-text h3 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .thematique-aff-4__redirect-text h3 {
    font-size: 24px;
  }
}

.thematique-aff-4-popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 100px);
  max-height: calc(100% - 100px);
  z-index: 2000;
  display: none;
  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;
}
@media (max-width: 1024px) {
  .thematique-aff-4-popup-wrapper {
    width: calc(100% - 72px);
    max-height: calc(100% - 72px);
  }
}
@media (max-width: 768px) {
  .thematique-aff-4-popup-wrapper {
    width: calc(100% - 48px);
    max-height: calc(100% - 48px);
  }
}
.thematique-aff-4-popup-wrapper.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.thematique-aff-4-popup-wrapper .inner {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 40px;
  position: relative;
}
.thematique-aff-4-popup-wrapper .inner .close {
  position: absolute;
  right: 30px;
  top: -30px;
  z-index: 101;
  cursor: pointer;
}
.thematique-aff-4-popup-wrapper .inner .close:before {
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  -webkit-mask-image: url("../../assets/img/icons/close.svg");
          mask-image: url("../../assets/img/icons/close.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.thematique-aff-4-popup-wrapper .inner .media--type-video-distante {
  width: 100%;
  height: 100%;
}
.thematique-aff-4-popup-wrapper .inner .media--type-video-distante .field--name-field-media-oembed-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.thematique-aff-4-popup-wrapper .inner .media--type-video-distante .field--name-field-media-oembed-video:after {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.thematique-aff-4-popup-wrapper .inner .media--type-video-distante .field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
/*# sourceMappingURL=thematique-aff-4.css.map */
