  #page_dossier {
    max-width: 100%;
  }

  #bpl-halloween {
    background-image: url("//media.idkids.fr/media/content/cms/Commun/BPL/TF3_AUTONME_HIVER_BPL_HALLOWEEN/bg_desk.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    color: #ffffff;
    background-color: #3f4249;
    position: relative;
    margin-bottom: 30px;
  }


  #bpl-halloween .bandeau-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 160px;
  }

  #bpl-halloween .bandeau-content .new {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1;
    margin-bottom: 2px;
  }

  #bpl-halloween .bandeau-content .collection {
    font-size: 47px;
    letter-spacing: 1.5px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
  }

  #bpl-halloween .bandeau-content .logo-halloween {
    width: 300px;
  }

  @media only screen and (max-width: 390px) {
    #bpl-halloween {
      background-image: url("//media.idkids.fr/media/content/cms/Commun/BPL/TF3_AUTONME_HIVER_BPL_HALLOWEEN/bg_mob.webp");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      color: #ffffff;
      position: relative;
      margin-bottom: 30px;
    }


    #bpl-halloween .bandeau-content {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 178px;
    }

    #bpl-halloween .bandeau-content .new {
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 6px;
      line-height: 1;
      margin-bottom: 2px;
    }

    #bpl-halloween .bandeau-content .collection {
      font-size: 31px;
      letter-spacing: 1.5px;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1;
    }

    #bpl-halloween .bandeau-content .logo-halloween {
      width: 200px;
    }
  }