#promo {
  position: relative;
  max-width: 1220px;
  height: 125px;
  margin: 0 auto;
  background: url(image.jpg) left top no-repeat;
  background-color: #f9f9fa;
  font-family: Muli;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#promo .left {
  background-color: #578867;
  width: 100%;
  max-width: 180px;
  text-align: center;
  height: 100%;
  height: 90%;
  margin-right: 7px;
}
#promo .left .studio_title {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
  /*margin-top: 10px;*/
}
#promo .left .bloc_reduc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#promo .left .bloc_reduc .bloc_textuel {
  color: #fff;
}
#promo .left .bloc_reduc .juska {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  position: relative;
  padding-top: 5px;
}
#promo .left .bloc_reduc .montantreduc .montant_signe {
  font-size: 50px;
  margin-top: -2px;
}
#promo .left .bloc_reduc .montantreduc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -2px;
  color: #fff;
  height: 50px;
}
#promo .left .bloc_reduc .montantreduc .montant_chiffre, #promo .left .bloc_reduc .montantreduc .montant_exposant, #promo .left .bloc_reduc .montantreduc .montant_asterisque {
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-weight: 500;
}
#promo .left .bloc_reduc .montantreduc .montant_chiffre {
  font-size: 40px;
  line-height: 55px;
  font-family: Muli, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#promo .left .bloc_reduc .montantreduc .montant_exposant {
  font-size: 28px;
  line-height: 40px;
}
#promo .left .bloc_reduc .montantreduc .montant_asterisque {
  font-size: 12px;
  line-height: 26px;
}
#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 .right {
  height: 100%;
  max-width: 440px;
  width: 100%;
  text-align: center;
  background: #e4f1ec;
  display: flex;
}
#promo .right .studio_title_mob {
  display: none;
}
#promo .right .ctas {
  text-align: center;
  padding: 0;
  float: right;
  margin: auto;
  width: 440px;
  height: 100px;
}
#promo .right .ctas li {
  display: inline-block;
  margin: 5px;
}
#promo .right .ctas .active-cta a {
  background-color: #2d2a29;
  color: #fff
}
#promo .right .ctas li a {
  border: 1px solid #2d2a29;
  color: #2d2a29;
  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: 130px;
  height: 40px
}
#promo .right .ctas li a:hover {
  border: 1px solid #2d2a29;
  background-color: #2d2a29;
  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: 768px) {
  #promo {
        background-color: #ece1d1;
        height: auto;
        flex-direction: column;
        align-items: flex-end;
  }
  #promo .left {
    margin: 10px;
    height: 100px;
  }
  #promo .left .studio_title {
    display: none;
  }
  #promo .left .studio_title span {
    display: inline-block
  }
  #promo .left .studio_title svg {
    fill: #fff
  }
  #promo .left .bloc_reduc {
      margin-top: 10px;
  }
  #promo .right {
    display: block;
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
    float: none;
  }
  #promo .right .studio_title_mob {
    color: #2d2a29;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3rem;
    margin: 10px 0;
    width: 100%;
  }
#promo .right .ctas li {
  margin-top: 2px;
  margin-bottom: 6px;
}	
  #promo .right .ctas {
    padding: 5px;
    float: none;
  }
  #promo .right span {
    display: block;
    height: auto;
    padding: 0;
    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
  }
}
@media screen and (max-width: 450px) {
    #promo {
        background-position: -100px 0;
    
    }
  #promo .right .ctas {
    width: 100%;
	  padding: 0;
  }
  #promo .right .ctas li a {
    width: auto;
    padding: 0px 10px;
    min-width: 110px;
  }
}
.std_btn_information {
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    font-family: muli;
    position: absolute;
    right: 456px;
    top: 60px;
    height: 28px;
    width: 28px;
    z-index: 2
}

.std_btn_information:hover {
    background-color: #2d2a29;
    color: #fff;
    border: 1px solid #2d2a29;
    transition: .3s
}
@media only screen and (max-width: 768px) {
    .std_btn_information {
        font-size: 11px;
        right: 16px;
        top: 16px;
        height: 20px;
        width: 20px
    }
}
.std_popup {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    z-index: calc(infinity);
    overflow: unset !important;
}

.std_popup .std_popup_content {
    position: fixed;
    padding: 10px 20px 10px;
    width: 320px;
    height: 400px; /* quando o texto do popup é grande a altura deve ser esta */
    /* height: auto; /* altura auto quando o quando o texto do popup é pouco */
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
    text-align: center;
    border-radius: 6px;
    z-index: calc(infinity);
    overflow-y: auto;
}

@media only screen and (max-width: 480px) {
    .std_popup .std_popup_content {
        width: 230px
    }
}

.std_promotion {
    color: #7dbc8e;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 700;
    word-wrap: break-word;
    white-space: normal
}

.std_subline {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 10px 0;
    word-wrap: break-word;
    white-space: normal
}

.std_legal-mentions {
    border-top: 1px solid #2d2a29;
    padding-top: 10px;
    font-size: .9rem;
    line-height: 1.2rem;
    word-wrap: break-word;
    white-space: normal
}

.std_btn_close {
    color: #2d2a29;
    font-size: 16px;
    border: 1px solid #2d2a29;
    padding: 1px 6px 4px 6px;
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
    top: 4px;
    right: 4px;
}

.std_btn_close:hover {
    background-color: #2d2a29;
    color: #fff
}

.std_btn_close2 {
    color: #2d2a29;
    font-size: 16px;
    border: 1px solid #2d2a29;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    margin: 20px auto 10px auto;
    display: flex;
    width: 100px;
    text-align: center;
    justify-content: center;
}

.std_btn_close2:hover {
    background-color: #2d2a29;
    color: #fff
}

@media screen and (max-width: 395px) {
  #promo .right {
    height: 200px;
  }
}