.container {
  h2 {
    font-size: 50px;
    line-height: 120%;
    font-family: Lato-Black;

    strong {
      color: #d3591b;
      font-family: Lato-Black;
    }
  }

  @media (max-width: 1240px) {
    h2 {
      font-size: 38px;
    }
  }

  @media (max-width: 1050px) {
    h2 {
      font-size: 33px;
    }
  }

  @media (max-width: 580px) {
    h2 {
      font-size: 28px;
    }
  }
}

/*COVER*/

.cover {
  background-image: url("img/cover_meeting-d7bf181ed6ebf8c478538cceaa9e4bd4.webp");
  padding: 75px 0;
  display: flex;
  justify-content: center;
  background-position: center;

  .content {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.4);
    width: 1010px;
    padding: 45px 55px;
    display: flex;
    gap: 65px;
    color: #003da5;

    .avatar {
      margin: 30px auto 0;
      display: block;
    }

    .avatar_2 {
      display: none;
    }

    p {
      font-size: 17px;
      line-height: 140%;
    }

    .title_mob {
      .avatar {
        display: none;
      }
    }

    h1 {
      margin: 0 0 30px;
      font-size: 43px;
      font-family: Lato-Black;
      line-height: 120%;
    }

    .quote {
      font-family: Caveat;
      font-size: 25px;
      line-height: 110%;
      font-weight: bold;
    }
  }

  @media (max-width: 1240px) {
    padding: 55px 0;
    background-size: auto 100%;

    .content {
      width: auto;
      margin: 0 55px;
      gap: 50px;
      padding: 40px;

      h1 {
        font-size: 38px;
      }

      p {
        font-size: 16px;
      }
    }
  }

  @media (max-width: 1050px) {
    .content {
      gap: 40px;

      .logo_meeting {
        width: 220px;
      }

      .avatar {
        width: 170px;
      }

      p {
        font-size: 15px;
      }

      h1 {
        font-size: 33px;
        margin: 0 0 20px;
      }

      .quote {
        font-size: 20px;
      }
    }
  }

  @media (max-width: 800px) {
    background-position: left;
    background-size: auto 100%;
    padding: 45px 0;

    .content {
      display: block;
      margin: 0 45px;

      .col1 {
        display: flex;
        justify-content: center;
        gap: 30px;
        padding-bottom: 25px;
      }

      .avatar {
        width: 110px;
        margin: 0;
      }

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

  @media (max-width: 580px) {
    background-position: top right -340px;

    .content {
      padding: 20px;
      margin: 0 25px;
      background-color: rgba(255, 255, 255, 0.5);

      .logo_meeting {
        width: 180px;
      }

      .avatar {
        width: 80px;
        display: none;
      }

      .avatar_2 {
        display: block;
      }

      .quote {
        font-size: 19px;
      }

      p {
        font-size: 14px;
      }

      .col1 {
        gap: 12px;
        padding-bottom: 15px;
        justify-content: start;
      }

      h1 {
        font-size: 28px;

        br {
          display: block;
        }
      }
    }
  }
}

/*VIDEO*/

.video {
  background-image: url("img/video_meeting-56b37f6dfe51e123848810b24c317fae.webp");
  width: 811px;
  height: 430px;
  border: solid 5px black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 65px;
  font-size: 20px;

  .content {
    background-color: white;
    color: #003da5;
    font-family: Lato-Bold;
    padding: 30px 40px;
    border-radius: 4px;
  }

  @media (max-width: 1050px) {
    width: auto;
    height: 370px;
    background-position: center;
    font-size: 18px;
    background-size: 700px auto;
    margin: 0 auto 55px;
    max-width: 700px;
  }

  @media (max-width: 800px) {
    margin: 0 45px 55px;
  }

  @media (max-width: 580px) {
    margin: 0 25px 45px;
    height: 230px;
    background-size: 600px auto;
    font-size: 14px;

    .content {
      padding: 15px 25px;
    }
  }
}

/*PART EXPERTS*/

.part_experts {
  background-color: #fbefe9;
  display: flex;
  gap: 90px;
  justify-content: center;
  padding: 75px 60px 55px;
  color: #003da5;
  font-size: 14px;
  line-height: 140%;

  .col1 {
    width: 420px;

    h3 {
      color: #d3591b;
      margin-top: 10px;
    }

    p {
      max-width: 370px;
    }
  }

  .col2 {
    width: 640px;
  }

  h2 {
    margin: 0;
    padding: 0 0 70px;
  }

  h3 {
    font-size: 16px;
    line-height: 130%;
    position: relative;
    display: inline-block;
    margin: 0 0 15px;

    strong {
      font-size: 20px;
      display: block;
      padding-bottom: 4px;
    }

    .arrow_dounia {
      position: absolute;
      top: -30px;
    }
  }

  .block_expert {
    display: flex;
    gap: 35px;
    align-items: start;
    padding-bottom: 20px;

    .arrow_expert {
      position: absolute;
      top: 0px;
      left: -50px;
    }

    .title_expert {
      .expert {
        display: none;
      }
    }
  }

  .block_expert_1,
  .block_expert_3 {
    .arrow_expert {
      transform: rotate(-40deg);
      top: -15px;
      left: -55px;
    }
  }

  .block_expert_4 {
    .arrow_expert {
      transform: rotate(-80deg);
      top: 5px;
      left: -44px;
    }
  }

  @media (max-width: 1240px) {
    padding: 55px 55px 15px;
    gap: 40px;
  }

  @media (max-width: 1050px) {
    display: block;
    padding: 40px 55px 15px;

    h2 {
      width: auto;
      padding: 0 0 20px;

      br {
        display: none;
      }
    }

    .col1 {
      width: auto;

      .expert_dounia {
        width: 210px;
      }

      p {
        max-width: 100%;
      }
    }

    .col2 {
      width: auto;
    }

    h3 {
      .arrow_dounia {
        left: -65px;
        transform: rotate(-125deg);
        top: -50px;
      }
    }

    .block_dounia {
      display: flex;
      width: auto;
      gap: 35px;
      padding-bottom: 30px;
      align-items: center;
    }
  }

  @media (max-width: 800px) {
    padding: 40px 45px 15px;

    .block_dounia {
      align-items: start;
      padding-top: 20px;
    }
  }

  @media (max-width: 580px) {
    padding: 30px 25px 10px;
    font-size: 13px;

    .block_dounia {
      display: block;
      padding-top: 0;
      padding-bottom: 20px;
    }

    .block_expert {
      display: block;
      position: relative;
      padding-bottom: 10px;

      .expert {
        display: none;
      }

      p {
        padding-top: 10px;
      }

      .arrow_expert {
        display: none;
      }

      h3 {
        margin: 0;
      }

      .title_expert {
        display: flex;
        gap: 20px;
        align-items: center;

        .expert {
          width: 110px;
          display: block;
        }
      }
    }

    h3 {
      font-size: 15px;

      .arrow_dounia {
        left: auto;
        transform: rotate(0deg);
        top: -10px;
        right: -60px;
        width: 60px;
      }

      br {
        display: none;
      }
    }

    .col1 {
      .expert_dounia {
        display: block;
        margin: 0 auto;
      }
    }
  }
}

/*PART MEETING*/

.part_meeting {
  h2 {
    text-align: center;
    margin: 60px 60px 65px;
  }

  .line {
    display: flex;
    gap: 31px;
    margin-bottom: 30px;

    .img {
      height: 340px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      background-position: center;

      .content {
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
        background-color: rgba(125, 55, 35, 0.3);
        padding: 20px 25px;
        width: 405px;
        margin: 0 30px;

        h3 {
          font-size: 25px;
          line-height: 110%;
          margin: 0 0 15px;
          color: white;

          span {
            font-family: Caveat;
            font-weight: bold;
            font-size: 35px;
          }
        }

        p {
          padding: 0;
        }
      }
    }

    .img_xs {
      width: 111px;
    }

    .img_sm {
      width: 280px;
    }

    .img_md {
      width: 433px;
    }

    .img_lg {
      width: 525px;
    }

    .img1 {
      background-image: url("img/meeting/img_masterclass_1-0059fecdd76e434c9875de57c8d9322b.webp");
    }

    .img2 {
      background-image: url("img/meeting/img_masterclass_2-a90564e4d4cd6d896773534f37c11239.webp");
    }

    .img3 {
      background-image: url("img/meeting/img_masterclass_3-93ef5a52d241591de9b06c9c60631689.webp");
    }

    .img4 {
      background-image: url("img/meeting/img_masterclass_4-2136855ec60b5a68cc4ae57b3401413f.webp");
    }

    .img5 {
      background-image: url("img/meeting/img_masterclass_5-88d8f5aa2ae1ce5359fff7a813f4d934.webp");
    }

    .img6 {
      background-image: url("img/meeting/img_masterclass_6-df700ca31beae31fb9a249efb3b48ab8.webp");
    }

    .img7 {
      background-image: url("img/meeting/img_masterclass_7-6e951f40ef896d82e51538d00b2b8673.webp");

      .content {
        background-color: rgba(211, 89, 27, 0.1);
      }
    }

    .img8 {
      background-image: url("img/meeting/img_masterclass_8-e789d7fa0a38387caf7d3231df3d47cd.webp");
    }

    .img9 {
      background-image: url("img/meeting/img_masterclass_9-7ff2d32ae9ba8e78025ae93e2d7d2e67.webp");
    }

    .img10 {
      background-image: url("img/meeting/img_masterclass_10-9b7270404d8feee8368da13919ef43aa.webp");
    }

    .img11 {
      background-image: url("img/meeting/img_masterclass_11-3f710092f4d9d8269f1875d390cd049a.webp");

      .content {
        background-color: rgba(211, 140, 64, 0.5);
      }
    }

    .img12 {
      background-image: url("img/meeting/img_masterclass_12-61b282ca04405f56a11104923d393d1e.webp");
    }

    .img4_mob, .img12_mob {
      display: none;
    }
  }

  @media (max-width: 1240px) {
    h2 {
      margin: 45px;
    }

    .line {
      gap: 25px;
      margin-bottom: 25px;

      .img {
        height: 270px;
        background-size: auto 285px;
      }

      .img_lg {
        background-size: auto 305px;
      }
    }
  }

  @media (max-width: 1050px) {
    .line {
      gap: 20px;
      margin-bottom: 20px;

      .img {
        .content {
          width: 355px;

          h3 {
            font-size: 22px;

            span {
              font-size: 30px;
            }
          }
        }
      }

      .img_xs {
        display: none;
      }
    }
  }

  @media (max-width: 800px) {
    h2 {
      margin: 35px;
      br {
        display: none;
      }
    }

    .line {
      .img_md {
        display: none;
      }

      .img {
        background-size: auto 325px;
        background-position: top center;
      }
    }
  }

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

    .line {
      display: block;
      margin: 0;

      .img {
        width: auto;
        margin-bottom: 10px;
        background-size: 100% auto;
        background-position: center;
      }

      .img_sm {
        display: none;
      }

      .img_md {
        display: block;
      }

      .img2 {
        background-position: top left;
    background-size: auto !important;
      }

      .img4, .img12 {
        display: none;
      }

      .img4_mob, .img12_mob {
        display: block;
      }
    }
  }

  @media (max-width: 435px) {
    .line {
      .img_lg {
        background-size: auto 100%;
      }
    }
  }
}

/*QUOTE*/

.quote_footer {
     font-size: 35px;
  line-height: 110%;
  font-family: Caveat;
  font-weight: bold;
  display: flex;
  gap: 45px;
  align-items: center;
  margin: 50px 50px 15px;
  justify-content: center;
  color: #003da5;

  .content {
    max-width: 582px;

    .signature {
      text-align: right;
    }
  }

  @media (max-width: 1240px) {
    font-size: 30px;
    gap: 30px;
    margin: 35px 45px 0px;

    .avatar {
      width: 170px;
    }
  }

  @media (max-width: 800px) {
    font-size: 25px;

    .avatar {
      width: 110px;
    }
  }

  @media (max-width: 580px) {
    gap: 15px;
    margin: 25px 25px 0;
    font-size: 22px;
    align-items: start;

    .avatar {
      width: 80px;
    }
  }
}

/*PART PUSH*/

.part_push {
  text-align: center;
  padding: 0 0 10px;

  .ban_financement {
    margin: 20px auto 30px;

    .contenu_ban_financement {
      h2 {
        width: 270px;
      }
    }
  }

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

    .push_offer_medium {
      .ban_financement {
        margin: 0;

        .contenu_ban_financement {
          h2 {
            br {
              display: none;
            }
          }
        }
      }
    }

    .ban_article_rubric {
      &.mediumWidth {
        margin: 30px 0 0;
      }
    }
  }

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