@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.full {
  padding-bottom: 100px;
}
.thematique.full .bloc_introduction {
  background: #fefaf3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 163px 0px 64px;
}
@media (max-width: 1200px) {
  .thematique.full .bloc_introduction {
    padding: 140px 0px 56px;
  }
}
@media screen and (max-width: 1024px) {
  .thematique.full .bloc_introduction {
    position: relative;
  }
}
.thematique.full .bloc_introduction .bloc_introduction_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  width: 100%;
  max-width: 1280px;
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .thematique.full .bloc_introduction .bloc_introduction_inner {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .thematique.full .bloc_introduction .bloc_introduction_inner {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 64px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .thematique.full .bloc_introduction .bloc_introduction_inner {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }
}
.thematique.full .bloc_introduction .bloc_introduction_inner .contenu {
  position: relative;
  z-index: 2;
  width: calc(50% + 80px);
  gap: 24px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .thematique.full .bloc_introduction .bloc_introduction_inner .contenu {
    width: calc(50% + 48px);
  }
}
@media screen and (max-width: 1024px) {
  .thematique.full .bloc_introduction .bloc_introduction_inner .contenu {
    width: 100%;
  }
}
.thematique.full .bloc_introduction .bloc_introduction_inner .image {
  width: 50%;
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .thematique.full .bloc_introduction .bloc_introduction_inner .image {
    width: 100%;
    max-width: 571px;
    margin-top: unset;
  }
}
.thematique.full .bloc_introduction .bloc_introduction_inner .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .thematique.full .bloc_introduction .bloc_introduction_inner .image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
.thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser {
  position: fixed;
  width: calc(100% - 100px);
  height: 100%;
  max-height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  z-index: 100;
}
@media (max-width: 1024PX) {
  .thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser {
    width: calc(100% - 72px);
    max-height: calc(100% - 72px);
  }
}
@media (max-width: 768px) {
  .thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser {
    width: calc(100% - 48px);
    max-height: calc(100% - 48px);
  }
}
.thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser .inner {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 40px;
  position: relative;
  padding: 16px;
}
.thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser .inner .close {
  position: absolute;
  right: 30px;
  top: -30px;
  z-index: 101;
}
.thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser .inner .close:before {
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  -webkit-mask-image: url("../../img/icons/close.svg");
          mask-image: url("../../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.full .bloc_introduction .bloc_introduction_inner .popup_teaser .inner .media--type-video-distante {
  width: 100%;
  height: 100%;
}
.thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser .inner .media--type-video-distante .field--name-field-media-oembed-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser .inner .media--type-video-distante .field--name-field-media-oembed-video:after {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.thematique.full .bloc_introduction .bloc_introduction_inner .popup_teaser .inner .media--type-video-distante .field--name-field-media-oembed-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.thematique.full .programmes {
  margin-top: 64px;
  max-width: 1280px;
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .thematique.full .programmes {
    margin-top: 64px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .thematique.full .programmes {
    margin-top: 56px;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }
}
.thematique.full .programmes > .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 40px;
}
.thematique.full .programmes > .haut .titre {
  margin-bottom: 0;
}
.thematique.full .programmes > .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;
}
.thematique.full .programmes > .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;
}
.thematique.full .programmes .liste {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .thematique.full .programmes .liste {
    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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 24px 16px;
  }
}
.thematique.full .programmes .liste .wrapper_programme {
  display: none;
  width: calc(33.3333333% - 16px);
  height: auto;
}
@media screen and (max-width: 1024px) {
  .thematique.full .programmes .liste .wrapper_programme {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .thematique.full .programmes .liste .wrapper_programme {
    width: 100%;
  }
}
.thematique.full .programmes .liste .wrapper_programme.active {
  display: block;
}
.thematique.full .programmes .toggle {
  margin-top: 32px;
}
/*# sourceMappingURL=thematique.css.map */
