/*COVER*/

.cover {
  margin: 0 40px 80px;
  .top {
    display: flex;
    gap: 7px;
    margin: 7px 0;

    .img {
      height: 125px;
      width: 100%;
      background-position: center;
    }

    .img_1 {
      background-image: url("img/img_top_1-cdabbaaa35680fac5240f1419a799e89.webp");
    }

    .img_2 {
      background-image: url("img/img_top_2-8f9f882405260d563d37a16d6e79773c.webp");
    }

    .img_3 {
      background-image: url("img/img_top_3-2bdcde584e8f0a13fd1f996c3a829e71.webp");
    }

    .img_4 {
      background-image: url("img/img_top_4-3e6664564c15fcb105146626279e74e4.webp");
    }

    .img_5 {
      background-image: url("img/img_top_5-32f3f4fc6f6b3ebc5d81835220033a5d.webp");
    }

    .img_6 {
      background-image: url("img/img_top_6-20f3a562b6814d76f9705b653986dd05.webp");
    }

    .img_7 {
      background-image: url("img/img_top_7-553780ae6bb2fdaaf0bedcb0a99ff32a.webp");
    }
  }

  .content {
    display: flex;

    .col_1 {
      height: 100%;

      .cover_img {
        background-image: url("img/cover-a58696d4bffb22756eb7fe7ec79baa6b.webp");
        height: 100%;
        width: 383px;
        padding: 20px;
        background-size: auto 100%;

        .layer {
          -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
          background-color: rgba(0, 0, 0, 0.2);
          padding: 20px 20px 10px;
          text-align: center;

          .logo_casting {
            display: inline-block;
            position: relative;

            sup {
              position: absolute;
              color: #f5d88c;
              top: 4px;
              right: -8px;
            }
          }
        }
      }
    }

    .col_2 {
      padding: 25px 35px 0;
      position: relative;
      color: #003da5;

      .stars {
        position: absolute;
        top: 20px;
        left: 500px;
      }

      p {
        padding: 0 0 18px;
      }

      h1 {
        font-size: 50px;
        font-family: Lato-Black;
        margin-bottom: 25px;
        line-height: 38px;

        span {
          text-transform: uppercase;
          font-size: 20px;
          display: block;
        }
      }

      .cta {
        font-size: 20px;
        font-family: Lato-Bold;
        height: 60px;
        line-height: 55px;
        padding: 0 40px;
        margin-top: 10px;
      }

      .date {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
      }

      .date_mob {
        display: none;
      }

      .ml {
        display: none;
      }
    }

    .ml {
      display: flex;
      justify-content: space-between;

      div {
        font-size: 10px;
        font-style: italic;
      }

      a {
        color: #003da5;
        font-size: 12px;
      }
    }
  }

  @media (max-width: 1100px) {
    margin: 0 30px 50px;

    .top {
      .img_7 {
        display: none;
      }
    }

    .content {
      .col_1 {
        .cover_img {
          width: 320px;
          background-position: center;

          .layer {
            .logo_casting {
              img {
                width: 100%;
              }
            }
          }
        }
      }

      .col_2 {
        padding: 20px 30px;

        .stars {
          top: 10px;
          left: 430px;
          width: 90px;
        }

        h1 {
          font-size: 45px;
        }

        .date {
          width: 250px;
        }
      }
    }
  }

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

    .top {
      gap: 5px;
      margin: 5px 0;
      .img {
        height: 85px;
      }

      .img_6,
      .img_7 {
        display: none;
      }
    }

    .content {
      display: block;

      .col_1 {
        .cover_img {
          width: auto;
          height: 250px;
          background-image: url("img/cover_mob-71fb8158215304873dd329c126d49757.webp");
          background-position: top center;
          background-size: auto;

          .layer {
            width: 300px;
            margin: 40px auto;
          }
        }

        .ml {
          a {
            display: none;
          }
        }
      }

      .col_2 {
        padding: 20px 0;

        h1 {
          font-size: 35px;
          line-height: 30px;
        }

        .ml {
          display: flex;
          padding-top: 10px;
          color: var(--text-color);

          div {
            display: none;
          }
        }

        .cta {
          font-size: 15px;
          height: 50px;
          line-height: 50px;
          padding: 0 30px;
        }

        .stars {
          left: auto;
          right: 30px;
        }
      }
    }
  }

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

    .top {
      .img {
        height: 75px;
        background-size: auto 122%;
      }

      .img_5 {
        display: none;
      }
    }

    .content {
      .col_1 {
        .cover_img {
          background-position: top right -200px;

          .layer {
            width: 230px;
            margin: 57px auto;
            padding: 15px 15px 0px;
          }
        }

        .ml {
          padding-right: 10px;
          display: block;
          text-align: right;
        }
      }

      .col_2 {
        padding: 5px 25px 20px;
        text-align: center;

        h1 {
          font-size: 30px;
          line-height: 27px;

          span {
            font-size: 17px;
          }
        }

        .stars {
          display: none;
        }

        .date {
          display: none;
        }

        .date_mob {
          display: block;
          width: 260px;
          margin: 0 auto;
        }

        .ml {
          display: block;
          text-align: center;
          padding-top: 0;
        }

        .cta {
          margin: 0;
          position: relative;
          top: -15px;
        }
      }
    }
  }
}

/*SLIDER*/

.part_slider {
  margin: 0 40px;

  .subtitle {
    text-align: center;
    font-size: 27px;
    margin: 0 0 40px;
  }

  .swiper {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 40px;
    margin-bottom: 60px;

    .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
    }

    .swiper-pagination-bullet-active {
      background-color: #003da5;
    }

    a {
      text-decoration: none;
    }

    .slide {
      display: flex;
      max-width: 1025px;
      margin: 0 auto;
      background-color: #edf2fa;

      .img_slide {
        width: 609px;
        padding: 35px;
        background-position: center;
        background-size: 609px auto;

        .layer {
          -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
          background-color: rgba(0, 0, 0, 0.2);
          padding: 30px;
          width: 285px;
          color: white;

          .season {
            font-family: Lato-Black;
            font-size: 20px;
            text-transform: uppercase;
            background-image: url("img/background_gold-6b1e9aa1964f1564dd092351b61e986a.webp");
            background-size: 100% auto;
            display: inline-block;
            padding: 2px 10px;
          }

          h3 {
            color: white;
            margin: 10px 0 25px;
            font-family: Lato-Black;
            font-size: 28px;
            line-height: 100%;
          }

          .play {
            display: flex;
            gap: 15px;
            font-size: 23px;
            align-items: center;
          }
        }
      }

      .content {
        width: 420px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: var(--blue-500);

        .text {
          font-family: Caveat;
          font-size: 26px;
          line-height: 100%;
          width: 312px;

          .signature {
            display: block;
            margin: 20px auto 0;
          }
        }
      }
    }

    .slide_1 {
      .img_slide {
        background-image: url("img/img_slide_1-d62e12913ace41e89c7b7361e50d5a27.webp");
      }
    }

    .slide_2 {
      .img_slide {
        background-image: url("img/img_slide_2-f19a4a5c6bd30771606b8f335493d123.webp");
      }
    }

    .slide_3 {
      .img_slide {
        background-image: url("img/img_slide_3-d5be0c36f697b8deea61db45a71d0204.webp");
      }
    }

    .slide_4 {
      .img_slide {
        background-image: url("img/img_slide_4-f791b61630fa34ffd240c6048b6521a8.webp");
      }
    }
  }

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

    .swiper {
      margin-bottom: 40px;

      .slide {
        .img_slide {
          .layer {
            width: 265px;
          }
        }

        .content {
          width: 330px;

          .text {
            width: 250px;
          }
        }
      }
    }
  }

  @media (max-width: 935px) {
    .subtitle {
      font-size: 24px;
      margin: 0 0 25px;
    }

    .swiper {
      .slide {
        .img_slide {
          padding: 20px;
          background-size: 101% auto;

          .layer {
            width: 225px;
            padding: 20px;

            .play {
              gap: 10px;
              font-size: 19px;

              img {
                width: 40px;
              }
            }

            .season {
              font-size: 17px;
            }

            h3 {
              font-size: 24px;
              line-height: 110%;
            }
          }
        }

        .content {
          width: 260px;
          .text {
            width: auto;
            font-size: 23px;
            padding: 0 25px;

            .signature {
              width: 45px;
            }
          }
        }
      }
    }
  }

  @media (max-width: 800px) {
    .swiper {
      margin-bottom: 30px;

      .slide {
        display: block;

        .img_slide {
          width: auto;
        }

        .content {
          width: auto;

          .text {
            padding: 20px;

            .signature {
              margin: 10px auto 0;
            }
          }
        }
      }
    }
  }

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

    .subtitle {
      font-size: 20px;
      margin: 0 0 20px;
    }

    .swiper {
      .slide {
        .img_slide {
          .layer {
            width: 180px;

            .season {
              font-size: 15px;
              padding: 0 5px;
            }

            h3 {
              font-size: 19px;
              margin: 5px 0 15px;
            }

            .play {
              font-size: 16px;

              img {
                width: 35px;
              }
            }
          }
        }

        .content {
          .text {
            font-size: 21px;

            .signature {
              width: 40px;
            }
          }
        }
      }
    }
  }

  @media (max-width: 450px) {
    .swiper {
      .slide {
        .img_slide {
          background-size: 390px auto;
        }
      }
    }
  }
}

/*FORM*/

.part_form {
  background-color: #f7f7f7;
  padding: 50px;
  color: var(--blue-500);

  h2 {
    text-align: center;
    font-size: 35px;
    line-height: 140%;
    margin: 0 0 30px;

    strong {
      background-image: url("img/background_gold-6b1e9aa1964f1564dd092351b61e986a.webp");
      display: inline-block;
      color: white;
      font-size: 28px;
      line-height: 38px;
      padding: 0 12px;
      filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    }
  }

  p {
    max-width: 690px;
    margin: 0 auto;

    .ml {
      display: block;
      color: var(--blue-500);
      padding-top: 8px;
    }
  }

  iframe {
    border: 0;
    width: 100%;
    height: 1550px;
  }

  .warning {
    text-align: center;
  }

  .ml_form {
    font-size: 12px;
    line-height: 130%;
    max-width: 890px;
    margin: 25px auto 0;
    text-align: center;
  }

  .long-text {
    display: none;
  }

  .more-link {
    text-decoration: underline;
    cursor: pointer;
  }

  @media (max-width: 1215px) {
    iframe {
      height: 1490px;
    }
  }

  @media (max-width: 1045px) {
    iframe {
      height: 1870px;
    }
  }

  @media (max-width: 935px) {
    padding: 40px 30px;

    h2 {
      font-size: 30px;

      strong {
        font-size: 25px;
      }
    }

    p {
      max-width: 100%;
    }
  }

  @media (max-width: 580px) {
    padding: 35px 0;

    h2 {
      font-size: 24px;
      margin: 0 25px 15px;

      strong {
        font-size: 20px;
        line-height: 30px;
      }

      br {
        display: none;
      }
    }

    p {
      padding: 0 25px;
    }

    iframe {
      height: 1870px;
    }

    .ml_form {
      padding: 0 25px;
      font-size: 11px;
    }
  }
}

.container {
  .encart_webserie {
    background-color: white;
  }
}
