#promo {
  position: relative;
  max-width: 1220px;
  height: 150px;
  margin: 0 auto;
  background: url(background.jpg) left top no-repeat;
  background-color: #f9f9fa;
  font-family: muli;
}
#promo .left {
  background-color: #f2a94d;
  float: left;
  width: 100%;
  max-width: 260px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#promo .left .studio_title {
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 5px;
  font-weight: 500;
  line-height: 1.9rem;
  max-width: 260px;
}
#promo .left .studio_title span {
  display: block
}
#promo .left .studio_title svg {
  fill: #444;
  width: 22px;
  height: 22px;
  padding: 0;
  vertical-align: bottom;
  display: inline-block;
  margin: 0 -2px 0 2px
}
#promo .left  .studio_title svg {
  width: 300px;
  height: 35px;
}
#promo .right {
  display: inline-block;
  margin: 10px 10px;
  height: 100%;
  max-width: 430px;
  width: 100%;
  float: right;
  text-align: center
}
#promo .right .ctas {
  display: inline-block;
  text-align: center;
  padding: 0;
  float: right;
  margin: auto;
  width: 360px;
}
#promo .right .ctas li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 6px
}
#promo .right .ctas .active-cta a {
  background-color: #333;
  color: #fff
}
#promo .right .ctas li a {
  background-color: #fff;
  color: #333;
  display: block;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 40px;
  width: 150px;
  height: 40px
}
#promo .right .ctas li a:hover {
  background-color: #f2a94d;
  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 (max-width: 1000px) {
  #promo {
    background-position: -100px 0;
  }
  #promo .left {
    max-width: 200px;
    margin-top: 0
  }
  #promo .left .studio_title {
    font-size: 1.5rem;
    line-height: 1.8rem
  }
}
@media screen and (max-width: 768px) {
  #promo {
    background-image: none;
    background-color: #cccccc;
    height: 175px;
  }
  #promo .left {
    background-color: #f2a94d;
    padding: 0;
    max-width: 768px;
    margin: 0 auto;
    height: auto
  }
  #promo .left .studio_title {
    color: #fff;
    margin-right: 0;
    margin-top: 0;
    font-size: 1.2rem;
	line-height: 1.2rem
  }
  #promo .left .studio_title span {
    display: inline-block;
  }
  #promo .left .studio_title svg {
    fill: #fff
  }
  #promo .right {
    margin: 20px auto 0 auto;
    max-width: 768px;
    width: 100%;
    float: none
  }
  #promo .right .ctas {
    width: 100%
  }
  #promo .right span {
    display: block;
    height: auto;
    padding: 0 10px;
    line-height: .9rem
  }
}
@media screen and (max-width: 555px) {
  #promo .right span {
    font-size: 0.75rem
  }
  #promo .right .ctas li a {
  }
  #promo .right span .break {
    display: initial;
    padding: 0
  }
#promo .right .ctas li a {
  font-size: 0.8rem;
  line-height: 36px;
  width: 120px;
  height: 36px
}
}
@media screen and (max-width: 450px) {
  #promo {
    height: 210px;
  }
  #promo .right .ctas li a {
    width: 140px;
  }
}
