  #page_dossier {
  max-width: 100%;
}
#cadeauCarteCadeau {
  width: 100%;
  background: #C6002E;
}
#cadeauCarteCadeau .promo-banner{
  width: 90%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  gap: 20px;
}
.text-content {
    display: flex;
    gap: 40px;
    flex-direction: row;
}
.text-content br{
    display: none;
}
#cadeauCarteCadeau .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 8px;
}
#cadeauCarteCadeau .title span{
  font-weight: 300;
}

#cadeauCarteCadeau .cta a {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  text-decoration: underline;
  width: max-content;
  display: inline-block;
}
#cadeauCarteCadeau .cta a:hover {
  text-transform: none;
}



@media screen and (max-width: 1600px) {
  #cadeauCarteCadeau .promo-banner{
    padding: 30px 0;
  }

  #cadeauCarteCadeau .title {
    font-size: 22px;
    letter-spacing: 6px;
  }
  #cadeauCarteCadeau .cta a {
    font-size: 17px;
  }
  #cadeauCarteCadeau .promo-banner .icons img{
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  #cadeauCarteCadeau .promo-banner{
    padding: 30px 0;
    width: 100%;
    justify-content: flex-start;
    gap: 45px;
  }
  .text-content {
    flex-direction: column;
    text-align: left;
    gap: 18px;
  }
#cadeauCarteCadeau .promo-banner .icons img{
    width: 200px;
  }
  .text-content br{
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #cadeauCarteCadeau .promo-banner{
    gap: 20px;
  }
  #cadeauCarteCadeau .title {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  .text-content {
    gap: 10px;
  }
  #cadeauCarteCadeau .cta a {
    font-size: 8px;
    line-height: 9px;
  }
  #cadeauCarteCadeau .promo-banner .icons img{
    width: 160px;
  }
}

@media screen and (max-width: 390px) {
  #cadeauCarteCadeau .title {
    font-size: 10px;
  }
}