.blocInfoBN {
  padding: 2vh 2vw;
  font-weight: 400;
  display: grid;
  justify-items: center;
  grid-gap: 4vh;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.blocInfoBN .line {
  width: 15vw;
  height: 3px;
  background: #1f1f1f;
}

.blocInfoBN .adv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2vw;
}

  .blocInfoBN .adv div {
    display: grid;
    justify-items: center;
    grid-gap: 1vh;
  }

  .blocInfoBN .bold {
    font-weight: 700;
  }

  .blocInfoBN .light {
    color: #959595;
  }

  .blocInfoBN .adv img {
    width: 4rem;
  }

  .blocInfoBN .infoCta img {
    width: 20rem;
    margin-bottom: -20px;
  }

  .blocInfoBN .infoCta .boxCta {
    display: grid;
    justify-items: center;
    justify-content: center;
    align-content: center;
    grid-gap: 2vh;
    background: url('../images/background-bn.svg') no-repeat center / cover;
    padding: 3vh 2vw;
    border-radius: 5px;
    color: #fff;
  }

    .blocInfoBN .caption {
      font-size: 1.2rem;
    }

    .blocInfoBN .infoCta .boxCta a {
      text-decoration: none;
      color: #f72758;
      background: #fff;
      padding: 2vh;
      border-radius: 50px;
      font-size: 3rem;
      font-weight: 700;
      width: 75%;
      display: table;
    }

    .blocInfoBN .tarif {
      font-size: 1.2rem;
    }

.blocInfoBN .align {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}

  .blocInfoBN .align h1 {
    align-self: center;
  }

  .blocInfoBN .align img {
    width: 15rem;
  }

.blocInfoBN h2 {
  font-size: 1.2rem;
  font-weight: 400;
}

.blocInfoBN .cloudBloc {
  display: grid;
  justify-items: center;
  grid-gap: 2vh;
  width: 100%;
}

.blocInfoBN .list {
  display: grid;
  grid-gap: 1vh;
}

  .blocInfoBN .items {
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2vw;
  }

  .blocInfoBN .infoCta2 {
    display: grid;
    justify-items: center;
    align-content: center;
    grid-gap: 2vh;
    padding: 3vh 2vw;
    border-radius: 5px;
    width: 100%;
  }

    .blocInfoBN .infoCta2 .caption {
      font-weight: 700;
    }

    .blocInfoBN .infoCta2 a {
      text-decoration: none;
      color: #fff;
      background: #f72758;
      padding: 2vh;
      border-radius: 50px;
      font-size: 3rem;
      font-weight: 700;
      width: 75%;
      display: table;
    }

@media screen and (min-width: 768px) {
  .blocInfoBN .blocInfoBN {
    grid-gap: 6vh;
  }

  .blocInfoBN .align {
    justify-content: center;
  }

  .blocInfoBN .align img {
    width: 20rem;
  }

  .blocInfoBN .desc,
  .blocInfoBN .adv {
    width: 50%;
  }

  .blocInfoBN .infoCta,
  .blocInfoBN .infoCta2 {
    width: 30%;
  }

  .blocInfoBN .cloudBloc {
    justify-content: center;
    background: url('../images/urbantrialtricky-tile.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: contain;
  }
}