<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  font-size: 0;
}

#spotlight-webserie {
  background-image: url("img/spotlight-webserie-eec50bc4ce6a7b55ef92a84f871f71ac.webp");
}

.container-webserie {
  .breadcrumb {
    padding: 30px 30px 20px;
  }
}

.text_citation {
  font-family: Caveat;
  font-size: 25px;
  line-height: 27px;
  position: relative;

  .signature {
    position: absolute;
    width: 50px;
    right: -60px;
  }

  @media (max-width: 1440px) {
    font-size: 21px;
    line-height: 23px;

    .signature {
      height: 27px;
      right: 0;
      bottom: -30px;
    }
  }

  @media (max-width: 1240px) {
    font-size: 19px;
    line-height: 21px;

    .signature {
      height: 24px;
    }
  }
}

.player {
  display: none;
  width: 990px;
  font-size: 0;

  &amp;.active {
    @media (min-width: 1041px) {
      display: inline-block;
    }
  }

  .btn_close_popin {
    display: none;
  }

  .contenu_encart_video {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 35px;
    color: #003da5;

    .titre_video {
      font-family: Lato-Black;
      font-size: 35px;
      font-weight: 400;
      line-height: 39px;
      margin: 0;
      padding: 0 20px 25px 0;
      text-align: center;

      .teaser_video {
        font-family: Lato-Regular;
        font-size: 25px;
      }
    }

    .new {
      text-align: left;
      color: white;
      font-family: Lato-Black;
      font-size: 31px;
      line-height: 38px;
      font-weight: normal;
      margin: 0;
      padding: 25px 20px 25px 0;

      .new_video {
        font-family: Lato-Bold;
        background-color: #e56767;
        margin: 0 20px 0 0;
        padding: 3px 15px 5px;
        display: inline-block;
        width: 170px;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        text-align: center;
        color: white;
        position: relative;
        top: -7px;
      }

      .titre_video {
        font-family: Lato-Black;
        font-size: 31px;
        line-height: 38px;
        font-weight: 400;
        text-align: left;
        color: white;
        display: inline-block;
        margin: 0;
        padding: 0;

        .teaser_video {
          font-size: 25px;
          font-family: Lato-Regular;
        }
      }
    }

    .titre_video_mob {
      display: none;
    }

    .img_video {
      margin: 0 0 20px;
    }

    iframe {
      width: 100%;
      height: 540px;
      margin: 0 0 20px;
    }

    .avatar_alice {
      width: 65px;
      display: inline-block;
      vertical-align: top;
      margin: 0 25px 0 0;
    }

    p {
      margin: 0;
      padding: 0 0 20px;

      strong {
        font-weight: normal;
        font-family: Lato-Bold;
      }
    }

    .read_more_button,
    .read_more_reduce_button {
      text-decoration: underline;
    }

    .citation {
      max-width: 700px;
      margin: 0 auto 30px;
      padding: 20px 0 30px;

      .avatar_alice {
        display: none;
      }

      p {
        padding: 0;
        display: inline;
      }
    }

    .citation_alice {
      display: none;
    }

    .date {
      font-family: Lato-Black;
    }

    .text_video {
      .content_text_video_mob {
        display: none;
      }
    }
  }

  .ban_financement,
  .push_offer_medium .ban_financement {
    display: none;

    .contenu_ban_financement {
      h2 {
        font-size: 22px;
        padding: 0 15px 10px;
      }

      .description {
        display: none;
      }

      .chiffre_financement {
        margin: 0;

        br {
          display: none;
        }

        .encart_pourcentage,
        .infos_chiffre {
          display: none;
        }
      }

      .cta {
        margin: 0 0 5px;
      }

      .ml {
        display: none;
      }
    }
  }

  @media (max-width: 1460px) {
    width: 60%;

    .contenu_encart_video {
      padding: 0 0 0 20%;

      .titre_video {
        font-size: 21px;
        line-height: 28px;
        padding: 15px 20px 15px 0;

        .teaser_video {
          font-size: 19px;
        }
      }

      .new {
        font-size: 21px;
        line-height: 28px;
        padding: 15px 20px 15px 0;

        .new_video {
          line-height: 20px;
          padding: 5px 10px 7px;
          width: 120px;
          margin: 0 10px 0 0;
          font-size: 17px;
          top: 2px;
          position: relative;
        }

        .teaser_video {
          font-size: 19px;
        }

        .titre_video {
          width: 75%;
          vertical-align: top;
          font-size: 21px;
          line-height: 28px;

          .teaser_video {
            font-size: 19px;
          }
        }
      }

      .img_video {
        width: 100%;
      }

      iframe {
        height: 390px;
      }
    }
  }

  @media (max-width: 1240px) {
    width: 59%;

    .contenu_encart_video {
      padding: 0;

      .img_video {
        margin: 0 0 20px;
      }

      .text_video {
        padding: 0 20px;
      }

      h2 {
        padding: 20px;

        .new_video {
          display: inline-block;
          margin: 0 auto 5px;
          padding: 2px 10px 4px;
          text-align: center;
          width: auto;
        }

        .titre_video {
          text-align: center;
          width: auto;
          display: block;
        }
      }

      .new {
        text-align: center;
      }
    }

    .ban_financement {
      margin: 0 0 0 20px;
    }
  }

  @media (max-width: 1140px) {
    width: 56%;
  }

  @media (max-width: 1040px) {
    background-color: white;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999997;
    overflow-y: scroll;
    display: none;

    &amp;.show {
      display: block;
    }

    .btn_close_popin {
      display: block;
      position: absolute;
      z-index: 1;
      top: 10px;
      right: 10px;
      cursor: pointer;
      width: 17px;
    }

    .contenu_encart_video {
      background-color: white;
      padding: 0;

      .citation_alice {
        display: block;
      }

      .img_video {
        margin: 35px 0 0;
      }

      iframe {
        margin: 35px 0 0;
      }

      .new,
      .titre_video {
        display: none;
      }

      .titre_video_mob {
        display: block;
        font-size: 20px;
        line-height: 27px;
        top: -10px;
        position: relative;
        text-align: center;

        .new_video {
          color: #fff;
          font-size: 17px;
          font-weight: 400;
          line-height: 20px;
          position: relative;
          top: 2px;
          background-color: #e56767;
          font-family: Lato-Bold;
          text-transform: uppercase;
          display: block;
          margin: 0 auto 5px;
          padding: 2px 10px 4px;
          text-align: center;
          width: 200px;
        }

        .titre_video {
          display: block;
          padding: 25px 20px 0;
          margin: 0;
          font-family: Lato-Black;
          font-weight: 400;
          font-size: 20px;
          line-height: 27px;
          text-align: center;
        }

        .teaser_video {
          font-family: Lato-Regular;
          font-size: 17px;
        }
      }

      .text_video {
        padding: 15px 20px 10px;
      }

      .ban_financement {
        margin: 0 20px 20px;
      }

      .citation {
        .avatar_alice {
          display: inline-block;
          margin: 0 10px 0 0;
        }

        .text_citation {
          display: inline-block;
          vertical-align: top;
          width: 75%;
        }
      }
    }

    .ban_financement,
    .push_offer_medium .ban_financement {
      display: block;
    }
  }

  @media (max-width: 580px) {
    .ban_projet {
      width: 100%;
    }

    .btn_close_popin {
      top: 6px;
    }

    .contenu_encart_video {
      font-size: 14px;
      line-height: 20px;

      .img_video {
        margin: 28px 0 0;
      }

      iframe {
        height: 210px;
        margin: 28px 0 0;
      }

      .titre_video_mob {
        padding: 0;

        .titre_video {
          font-size: 17px;
          line-height: 20px;
          padding: 20px 10px 0;
        }

        .teaser_video {
          font-size: 15px;
        }

        .new_video {
          font-size: 15px;
          padding: 1px 10px;
          line-height: 22px;
          margin-top: 2px;
          width: 180px;
        }
      }

      .citation {
        margin: 0 auto;
      }

      .text_video {
        padding: 10px 20px;

        .content_text_video_desk {
          display: none;
        }

        .content_text_video_mob {
          display: block;
        }
      }

      .date,
      p {
        padding: 0 0 10px;
      }

      .date {
        font-size: 12px;
      }
    }
  }
}

.video_promo_mob {
  display: none;
  background-color: #f7f7f7;

  h2 {
    padding: 0 20px 20px;
    font-weight: normal;
    font-family: Lato-Black;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin: 0;
    background-color: white;

    .new_video {
      font-family: Lato-Bold;
      background-color: #e56767;
      text-align: center;
      display: inline-block;
      margin: 0 auto 5px;
      padding: 2px 10px 4px;
      text-transform: uppercase;
    }

    .teaser {
      font-family: Lato-Regular;
      font-size: 17px;
    }
  }

  .img_video {
    width: 100%;
    cursor: pointer;
  }

  .citation {
    padding: 15px 25px 50px;

    p {
      display: inline;
    }
  }

  @media (max-width: 1040px) {
    display: block;
  }

  @media (max-width: 580px) {
    h2 {
      font-size: 17px;
      line-height: 22px;
      padding: 10px;

      .new_video {
        font-size: 15px;
        padding: 1px 10px;
        line-height: 22px;
      }

      .teaser {
        font-size: 15px;
      }
    }

    .citation {
      padding: 20px 20px 45px;
    }
  }
}

.suspension,
.btn_suite {
  display: none;
}

.citation {
  .avatar_alice {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top;
    width: 65px;
  }

  .text_citation {
    color: #003da5;
  }
}

.col_videos {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  padding: 0 35px 35px;
  color: #003da5;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -30px;

  &amp;:not(.filter, .playlist) {
    font-size: 14px;
    line-height: 17px;
  }

  .filter {
    background-color: #f7f7f7;
    border: solid 1px #e4e4e4;
    border-radius: 10px;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    display: inline-block;
    cursor: pointer;

    &amp;:hover {
      background-color: #e4e4e4;
    }

    &amp;.active {
      background-color: #003da5;
      color: white;
    }
  }

  .playlist {
    margin: 20px 0 0;
    height: 960px;
    overflow-y: scroll;
  }

  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    height: 100px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
}

.encart_video_pt {
  margin: 0 0 13px;
  cursor: pointer;
  opacity: 0.5;
  color: #003da5;
  font-size: 0;
  line-height: 0;

  .video_pt {
    position: relative;
    display: inline-block;
    vertical-align: top;

    .img_video_pt {
      width: 180px;
      height: 110px;
    }

    .titre_video_pt {
      color: white;
      font-family: Lato-Black;
      position: absolute;
      font-size: 16px;
      line-height: 18px;
      bottom: 7px;
      left: 7px;
    }
  }

  .info_video_pt {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 110px;
    margin: 0 0 0 20px;
    position: relative;

    strong {
      font-weight: normal;
      font-family: Lato-Bold;
    }

    p {
      font-size: 14px;
      line-height: 17px;
      margin: 0;
      padding: 0 0 10px;
    }

    .new {
      font-size: 12px;
      color: white;
      background-color: #e56767;
      bottom: 32px;
      line-height: 18px;
      padding: 0 5px;
      text-transform: uppercase;
      font-family: Lato-Bold;
      display: inline-block;
    }

    .date {
      position: absolute;
      font-size: 10px;
      color: #707070;
      bottom: 10px;
      padding: 0;
    }
  }
}

.encart_video_pt_post {
  opacity: 1 !important;
}

.carrousel_videos_mob {
  display: none;
}

.mob {
  display: none;
}

.show_inline {
  display: inline-block;
}

@media (max-width: 1460px) {
  .player {
    width: 60%;
  }
}

@media (max-width: 1240px) {
  .player {
    width: 59%;
  }
}

@media (max-width: 1140px) {
  .player {
    width: 56%;
  }
}

@media (max-width: 1040px) {
  .active {
    display: block;
  }

  .inline {
    display: inline;
  }

  .col_videos {
    display: none;
  }

  .player {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999997;
  }

  .carrousel_videos_mob {
    display: block;
    margin: 0 auto 30px;
    width: 780px;

    h2 {
      color: #003da5;
      font-family: Lato-Black;
      font-size: 21px;
      font-weight: 400;
      line-height: 27px;
      margin: 0;
      padding: 0 0 20px;
      text-align: center;
    }

    .citation {
      padding: 0 40px 45px;
    }

    .swiper-container {
      margin: 0 0 20px;

      .encart_video_pt {
        margin: 0 auto;
        width: 480px;

        .video_pt .img_video_pt {
          height: auto;
          width: 300px;
        }
      }
    }
  }
}

@media (max-width: 900px) {
  .carrousel_videos_mob {
    padding: 0;
    width: auto;

    h2 {
      padding: 0 25px 15px;
    }
  }
}

@media (max-width: 630px) {
  .carrousel_videos_mob {
    margin: 0 auto;

    .swiper-container {
      .encart_video_pt {
        width: 250px;

        .video_pt {
          .img_video_pt {
            width: 250px;
          }
        }

        .info_video_pt {
          font-size: 14px;
          height: auto;
          line-height: 17px;
          margin: 5px 0 0;
          padding: 0 10px;
          width: auto;

          p {
            padding: 0 0 5px;
          }

          .date {
            position: static;
            padding: 0;
          }

          .new {
            bottom: 0;
            right: 0;
            position: absolute;
          }

          br {
            display: none;
          }
        }
      }
    }
  }
}

@media (max-width: 580px) {
  .carrousel_videos_mob {
    .citation {
      padding: 0 20px 45px;
    }
  }
}

.pres_alice {
  border-bottom: solid 1px #003da5;
  border-top: solid 1px #003da5;
  padding: 25px 0;
  text-align: center;
  color: #003da5;
  margin: 0 40px 50px;

  .avatar_alice {
    display: inline-block;
    vertical-align: middle;
  }

  .titre_pres_alice {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 27px;
    padding: 0 35px;
    text-align: left;

    strong {
      display: block;
      font-family: Lato-Black;
    }
  }

  p {
    display: inline-block;
    vertical-align: middle;
    width: 845px;
    text-align: left;
    font-size: 16px;
    padding: 0 0 5px;

    a {
      color: #003da5;
    }
  }

  @media (max-width: 1440px) {
    p {
      width: 65%;
    }
  }

  @media (max-width: 1240px) {
    p {
      width: 50%;
    }
  }

  @media (max-width: 900px) {
    .titre_pres_alice {
      padding: 0 0 0 20px;
    }

    p {
      width: 100%;
      padding: 20px 0 10px;
    }
  }

  @media (max-width: 580px) {
    margin: 0 20px 30px;

    .avatar_alice {
      width: 80px;
    }

    .titre_pres_alice {
      padding: 0 0 0 10px;
    }

    p {
      font-size: 14px;
      line-height: 20px;
      padding: 10px 0 0;
    }
  }
}

.part_push_rubric {
  text-align: center;

  @media (max-width: 1000px) {
    padding: 0 0 30px;
  }
}

.push_lab {
  background-image: url("img/background_lab-c1dec7838a45c039b5ff68004c0f6351.webp");
  padding: 35px;

  .content {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: rgba(0, 0, 0, 0.4);
    width: 735px;
    padding: 40px;
    color: white;

    h2 {
      color: white;
      margin: 0;
      display: inline-block;
      font-size: 35px;
      line-height: 35px;
      font-family: Lato-Black;
    }

    .presentation {
      font-size: 19px;
      line-height: 24px;
      display: inline-block;
      width: 425px;
      vertical-align: top;
      padding: 0 0 0 65px;
    }

    p {
      font-size: 16px;
      line-height: 24px;
      padding: 19px 0 0;

      strong {
        font-family: Lato-Black;
      }
    }
  }

  @media (max-width: 1240px) {
    background-position: top left -100px;

    .content {
      width: 655px;

      h2 {
        font-size: 30px;
        line-height: 30px;
      }

      .presentation {
        padding: 0 0 0 35px;
        font-size: 18px;
        width: 375px;
      }
    }
  }

  @media (max-width: 900px) {
    background-position: top left -290px;
    background-size: auto 100%;
    padding: 25px;
    .content {
      width: 455px;
      padding: 25px;

      h2 {
        font-size: 25px;
        line-height: 27px;
      }

      .presentation {
        padding: 0 0 0 20px;
        font-size: 16px;
        width: 240px;
        line-height: 23px;
      }

      p {
        font-size: 14px;
        line-height: 21px;
      }
    }
  }

  @media (max-width: 700px) {
    background-image: url("img/background_lab_mob-e3adeadc5699537059de5b8961aa6499.webp");
    background-position: top center;
    background-size: 700px auto;
    padding: 270px 25px 25px;

    .content {
      width: auto;

      h2 {
        display: block;

        br {
          display: none;
        }
      }

      .presentation {
        width: auto;
        padding: 15px 0 0;
      }
    }
  }

  @media (max-width: 580px) {
    background-size: 580px auto;
    padding: 210px 25px 25px;

    .content {
      .presentation {
        font-size: 14px;
        line-height: 20px;
      }

      p {
        font-size: 13px;
        line-height: 18px;
      }
    }
  }
}

/*PUSH EVENEMENT*/

.push_event {
  background-color: var(--blue-50);
  color: var(--blue-500);
  position: relative;

  .new {
    display: inline-block;
    vertical-align: middle;
    background-color: #e56767;
    font-size: 23px;
    text-transform: uppercase;
    width: 245px;
    text-align: center;
    padding: 25px 0;
    color: #fff;
    font-family: Lato-Bold;
  }

  .quote {
    font-family: Caveat;
    font-size: 22px;
    line-height: 23px;
    width: 518px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
  }

  .signature {
    position: absolute;
    bottom: -20px;
    right: -50px;
  }

  .avatar_alice {
    position: absolute;
    top: -70px;
    left: 820px;
  }

  .playlist_anchor {
    display: inline-block;
    vertical-align: middle;
    float: right;
    .anchor {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      font-size: 16px;
      line-height: 23px;
      padding: 10px 60px 0 0;

      .icon_play {
        display: inline-block;
        vertical-align: middle;
      }

      .content_anchor {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 15px;

        span {
          text-decoration: underline;
        }

        strong {
          display: block;
          color: #e56767;
          font-family: Lato-Black;
          font-size: 14px;
        }

        .dispo {
          color: var(--blue-500);
        }
      }
    }
  }

  @media (max-width: 1440px) {
    .new {
      padding: 30px 0;
    }

    .quote {
      width: 32%;
    }

    .signature {
      bottom: -10px;
    }

    .avatar_alice {
      left: 55%;
    }

    .playlist_anchor {
      .anchor {
        padding: 15px 30px 0 0;
      }
    }
  }

  @media (max-width: 1240px) {
    .new {
      width: 215px;
    }

    .avatar_alice {
      left: 52%;
      width: 140px;
      top: -50px;
    }

    .quote {
      width: 32%;
      font-size: 19px;
      line-height: 21px;
    }

    .signature {
      bottom: -5px;
      height: 25px;
      right: -45px;
    }
  }

  @media (max-width: 1100px) {
    padding: 0 0 20px;
    .new {
      padding: 20px 0;
      font-size: 18px;
      width: 170px;
    }

    .quote {
      width: 65%;
    }

    .playlist_anchor {
      float: none;
      display: block;
      text-align: center;

      .anchor {
        float: none;
        text-align: left;
        font-size: 14px;
        line-height: 21px;

        .content_anchor {
          strong {
            font-size: 13px;
            line-height: 14px;
          }
        }
      }
    }

    .avatar_alice {
      left: auto;
      right: 20px;
      width: 120px;
      top: -60px;
    }
  }

  @media (max-width: 900px) {
    .quote {
      width: 58%;
      padding: 0 20px;
    }
  }

  @media (max-width: 700px) {
    .new {
      padding: 10px 20px;
      font-size: 16px;
      width: 100%;
      text-align: left;

      br {
        display: none;
      }
    }

    .quote {
      width: auto;
      padding: 15px 20px;
    }

    .signature {
      bottom: -9px;
      right: 20px;
    }

    .avatar_alice {
      width: 100px;
      top: -55px;
    }

    .playlist_anchor {
      text-align: left;
      .anchor {
        padding: 15px 20px 0;

        .content_anchor {
          padding: 0 0 0 10px;
        }
      }
    }
  }

  @media (max-width: 440px) {
    .signature {
      bottom: 0px;
    }
  }
}
</pre></body></html>