.cover {
  position: relative;
  color: var(--color-primary);

  .fond_cover {
    height: 345px;
    background-image: url("img/slide1-OMbEkCv.webp");
    background-position: top right;
  }

  .fond_cover_2 {
    background-image: url("img/slide2-z-MMhBR.webp");
  }

  .fond_cover_3 {
    background-image: url("img/slide3-RUbb7s9.webp");
  }

  .swiper-pagination {
    text-align: right;
    padding: 0 20px 5px 0;

    .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background-color: var(--white);
      margin: 0 8px;
    }
  }

  .contenu_cover {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
    background-color: white;
    padding: 30px 45px 35px;
    width: 450px;
    margin: 50px 200px;
    font-family: Montserrat-Medium;

    h1 {
      font-size: 50px;
      font-family: Montserrat-ExtraBold;
      line-height: 115%;
      margin: 0 0 20px;
    }

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

  @media (max-width: 1240px) {
    .fond_cover_3 {
      background-position: top right -200px;
    }

    .contenu_cover {
      margin: 60px;
      width: 420px;

      h1 {
        font-size: 45px;
      }

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

  @media (max-width: 935px) {
    .fond_cover {
      height: 285px;
      background-size: auto 100%;
    }

    .contenu_cover {
      margin: 37px 25px;
      padding: 25px;
      width: 300px;

      h1 {
        font-size: 38px;
      }

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

  @media (max-width: 580px) {
    .swiper-pagination {
      bottom: 10px;
      right: 10px;

      .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 5px;
      }
    }

    .fond_cover {
      height: 450px;
      background-size: 580px auto;
      background-position: bottom -120px center;
    }

    .fond_cover_1 {
      background-image: url("img/slide1_mob-I_qpDVg.webp");
    }

    .fond_cover_2 {
      background-image: url("img/slide2_mob-idou89R.webp");
      background-position: bottom -80px center;
    }

    .fond_cover_3 {
      background-image: url("img/slide3_mob-HS9OJtj.webp");
      background-position: bottom center;
    }

    .contenu_cover {
      margin: 25px;
      padding: 20px;
      width: auto;
      max-width: 400px;

      h1 {
        font-size: 26px;
        margin: 0 0 15px;
      }
    }
  }

  @media (max-width: 470px) {
    .fond_cover {
      background-size: 470px auto;
      background-position: bottom 0 center;
    }

    .fond_cover_2 {
      background-position: bottom -30px center;
    }

    .fond_cover_3 {
      background-position: bottom 0 center;
    }
  }
}

.container {
  .breadcrumb {
    padding: 20px;
  }
}

.part_col {
  text-align: center;
  padding-bottom: 15px;

  .col {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 30px;
    width: 400px;

    .push_index {
      background-color: #34D5AE;
      padding: 1px 0;
      margin: 0 0 45px;
      color: var(--blue-500);

      .contenu_push_index {
        margin: 50px;
        background-color: #34D5AE;
        text-align: left;
        line-height: 21px;
        height: 250px;
        position: relative;

        h2 {
          margin: 0;
          font-size: 30px;
          line-height: 115%;
          font-family: Montserrat-Black;
          padding: 0 0 20px;
        }

        p {
          padding: 0 10px 25px 0;
        }

        .cta {
          display: block;
          position: absolute;
          bottom: 0px;
          width: 150px;
        }
      }
    }

    .push_index_2 {
      background-color: #8ECBEF;

      .contenu_push_index {
        background-color: #8ECBEF;
      }
    }

    .push_index_3 {
      background-color: #23A6E9;

      .contenu_push_index {
        background-color: #23A6E9;
      }
    }

    .push_article {
      background-size: auto 100%;
      background-position: center;
      width: 300px;
      height: 200px;
      text-align: left;
      position: relative;
      margin: 0 0 8px;
      display: inline-block;
      color: var(--blue-500);

      .contenu_push_article {
        font-size: 15px;
        line-height: 120%;
        padding: 12px 10px 15px 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #B5F3E3;
        width: 100%;

        p {
          padding: 0;
        }

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

      .nouveau {
        background-color: #FFF27E;
        font-family: Montserrat-Bold;
        display: inline-block;
        padding: 2px 7px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
      }
    }

    .swiper {
      display: none;
    }

    .lien_col {
      text-decoration: underline;
      display: block;
      color: var(--color-primary);
      font-family: Montserrat-Bold;
      padding: 15px 0 0;
    }
  }

  .col_2 {
    margin: 0 60px;

    .push_article {
      .contenu_push_article {
        background-color: #E4F5FF;
      }
    }
  }

  .col_3 {
    .push_article {
      .contenu_push_article {
        background-color: #BCE8FF;
      }
    }
  }

  @media (max-width: 1440px) {
    .col {
      width: 30%;
    }

    .col_2 {
      margin: 0 30px;
    }
  }

  @media (max-width: 1340px) {
    .col {
      width: 29%;

      .push_index {
        .contenu_push_index {
          height: 250px;
          margin: 35px;

          h2 {
            font-size: 28px;
          }

          p {
            padding: 0 0 25px 0;
          }
        }
      }
    }
  }

  @media (max-width: 1139px) {
    .col {
      .push_index {
        .contenu_push_index {
          height: 260px;

          p {
            padding: 0 0 25px 0;
          }
        }
      }
    }
  }

  @media (max-width: 1030px) {
    .col {
      .push_index {
        .contenu_push_index {
          height: 260px;
          margin: 30px;
        }
      }

      .push_article {
        width: 100%;
        max-width: 300px;

        .contenu_push_article {
          font-size: 13px;
        }
      }
    }
  }

  @media (max-width: 900px) {
    .col {
      width: auto;
      margin: 0 30px;

      .push_index {
        background-size: 100% auto;

        .contenu_push_index {
          height: auto;

          h2 {
            font-size: 23px;
            padding: 0 0 10px;

            br {
              display: none;
            }
          }

          p {
            padding: 0 0 15px;
          }

          .cta {
            display: inline-block;
            position: static;
          }
        }
      }

      .push_article {
        width: 100%;
        vertical-align: top;
      }

      .push_article_2 {
        margin: 0 2%;
      }
    }
  }

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

    .col {
      width: 100%;
      margin: 0;

      .push_article,
      .push_article_2 {
        width: auto;
        height: 250px;
        max-width: 450px;
        display: block;
        margin: 0 auto 15px;
        background-size: 100% auto;
        background-position: top center;
        position: relative;
        left: -1px;
      }

      .liste_push {
        display: none;
      }

      .swiper {
        display: block;
        padding: 0 0 20px 0;
      }

      .lien_col {
        display: none;
      }
    }
  }

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

    .col {
      .push_index {
        background-size: 120% auto;
        background-position: right bottom;
        margin: 0 25px 25px;

        .contenu_push_index {
          line-height: 18px;
          margin: 25px;

          h2 {
            font-size: 20px;
          }
        }
      }

      .push_article,
      .push_article_2 {
        height: 210px;
        width: 100%;
        background-size: 110% auto;


        .contenu_push_article {
          font-size: 14px;
          line-height: 17px;
          padding: 10px 15px 15px;

          .nouveau {
            font-size: 14px;
            top: -10px;
          }
        }
      }

      .swiper {
        padding: 0 0 20px 25px;
      }
    }
  }
}

.container {
  .push_offer_medium_inspiration {
    margin-bottom: 60px;

    .ban_financement {
      margin-top: 0;
    }
  }
}