#banner-cluborchestra-mj {
  border: #f5f5f5 1px solid;
  background-color: #ffffff;
  text-align:center;
  width:100%;
  box-sizing: border-box;
}
#banner-cluborchestra-mj .pour-orchestra-xs {display: none;}

#banner-cluborchestra-mj .offre {
    width: 90%;
    max-width: 350px;
    margin-bottom: 10px;
}


@media screen and (min-width: 769px) {
  #banner-cluborchestra-mj {  
    height:225px;
    overflow:hidden;
    position: relative;
    background:#ffffff url('https://imagine.bayard.io/unsafe/706x225/bayard-static/milan-jeunesse.com/2022/rentree/orchestra/odm/images/img-enfants-lg.jpg');
    background-position:left;
    background-repeat: no-repeat;
    text-align:center;
  }
  #banner-cluborchestra-mj .pour-ochestra-lg {
    height: 225px;
    width: 22%;
    position: absolute;
    left: 40%;
    background: url('https://imagine.bayard.io/unsafe/600x346/bayard-static/milan-jeunesse.com/2022/rentree/orchestra/odm/images/accroche-lg-600.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #banner-cluborchestra-mj .content {
      display:flex;
      align-items:center;
      justify-content:center;
      height: 225px;
      width: 38%;
      position: absolute;
      left: 62%;
      font-size: 24px;
      line-height: 26px;
      font-weight: 600;
      background:url('https://imagine.bayard.io/unsafe/518x225/bayard-static/milan-jeunesse.com/2022/rentree/orchestra/odm/images/picto-droite-lg.png');
      background-position:right;
      background-repeat: no-repeat;
      text-align:center;
   }
   #banner-cluborchestra-mj .content .wrapper {
      margin-left: -30px;
   }
}


@media screen and (min-width: 769px)and (max-width: 1024px) {
  #banner-cluborchestra-mj {
    background-position: -120px 0;
  }
  #banner-cluborchestra-mj .content {
    background: none;
  }
}


@media screen and (max-width: 768px) {
  #banner-cluborchestra-mj {
    background: none;
    height: 290px;
    background: #ffffff url('https://imagine.bayard.io/unsafe/550x116/bayard-static/milan-jeunesse.com/2022/rentree/orchestra/odm/images/img-enfants-xs.jpg');
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  #banner-cluborchestra-mj .pour-ochestra-lg {
    display: none;
  }
  #banner-cluborchestra-mj .content {
    width: 100%;
    align-items: start !important;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    background: none;
    padding-top: 5px;
  }
  #banner-cluborchestra-mj .offre {
    width: 70%;
    max-width: 270px;
    margin: 5px 5px;
  }
  #banner-cluborchestra-mj .pour-orchestra-xs {
    display: flex;
    align-items:center;
    justify-content:center;
    font-size: 16px;
    text-align: center;
  }
  #banner-cluborchestra-mj .logo-orchestra {
    width: 70px;
    margin-left: .75rem;
  }
}