#promo {
  position: relative;
  max-width: 1220px;
  height: 120px;
  margin: 0 auto;
  background: url(image.jpg) left top no-repeat;
  background-color: #ffba00;
  font-family: Muli;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#promo .left {
  background-color: #ffba00;
  width: 100%;
  max-width: 250px;
  text-align: center;
  height: 100%;
}

#promo .left .studio_title {
  color: #01452c;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-top: 30px;
}

#promo .left .studio_title img {
  width: 235px;
  height: 66px;
}

#promo .right {
  height: 100%;
  max-width: 450px;
  width: 100%;
  text-align: center;
  background: #ffba00;
  display: flex;
}

#promo .right .studio_title_mob {
  display: none;
}

#promo .right .ctas {
  display: grid;
  text-align: center;
  padding: 0;
  float: right;
  margin: 10px auto 0;
  height: 100px;
  grid-template-columns: 1fr 1fr 1fr;
}

#promo .right .ctas li {
  list-style: none;
  margin: 5px;
}

#promo .right .ctas li a {
  border: 1px solid #01452c;
  color: #01452c;
  display: block;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  padding: 0 5px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 40px;
  /*width: 130px;*/
  height: 40px;
}

#promo .right .ctas li a:hover {
  border: 1px solid #01452c;
  background-color: #01452c;
  color: #fff;
}

#promo .right span {
  font-size: 0.75rem;
  text-align: center;
  line-height: .7rem
}

#promo .right span .break {
  display: block
}

div#puHoneTitle {
  display: none
}

@media only screen and (max-width: 63.9375rem) {

  .media.listehaut #bann_PR,
  .media.listehaut .tetiere,
  .media.listehaut>article[id^=tet] {
    display: block !important
  }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
#promo {
    background-position-x: -100px;
}
}

@media screen and (max-width: 768px) {
  #promo {
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    background: none;
  }

  #promo .left {
    margin: 0;
    height: 55px;
    max-width: 100%;
  }

  #promo .left .studio_title {
    margin-top: 0;
  }

  #promo .right {
    display: block;
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    float: none;
    height: 110px;
  }

  #promo .right .ctas li {
    margin-top: 2px;
    margin-bottom: 6px;
  }

  #promo .right .ctas {
    padding: 5px;
    float: none;
	  margin: 0 auto;
	  width: 470px;
  }
  #promo .left .studio_title img {
    width: 210px;
    height: 60px;
  }
}

@media screen and (max-width: 600px) {
#promo .right {
    height: 110px;
  }
  #promo .right span {
    font-size: 0.75rem
  }

  #promo .right span .break {
    display: initial;
    padding: 0
  }
}

@media screen and (max-width: 520px) {
  #promo .right {
    height: 170px;
  }
  #promo .right .ctas {
    grid-template-columns: 1fr 1fr;
    width: 320px;
  }
}

@media screen and (max-width: 450px) {
  #promo .right .ctas {
    padding: 0;
    margin-top: 10px;
  }
  #promo .right .ctas li a {
        width: auto;
        padding: 0px 10px;
        min-width: 110px;
    }
}