[class*=hq-bandeau-message] {
    border-radius: 6px;
    padding: 1rem;
    padding-left: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: solid 2px #404040;
    position: relative;
    background-color: #EAEAEA;
    color: #161616 !important;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
  [class*=hq-bandeau-message] p:last-child {
    margin: 0;
  }
  [class*=hq-bandeau-message][data-theme=nuance] {
    background-color: #FFF;
  }
  [class*=hq-bandeau-message] [class*=hq-icone-large] {
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: #404040;
  }
  [class*=hq-bandeau-message] h1,
  [class*=hq-bandeau-message] h2,
  [class*=hq-bandeau-message] h3,
  [class*=hq-bandeau-message] h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    margin-bottom: 0.5rem;
  }
  [class*=hq-bandeau-message][class*=_pleine-largeur] {
    max-width: 100%;
  }
  
  [class*=hq-bandeau-message-succes] {
    border-color: #008424;
    background-color: #EAF7EC;
  }
  [class*=hq-bandeau-message-succes] [class*=hq-icone-large] {
    color: #008424;
  }
  
  [class*=hq-bandeau-message-avertissement] {
    border-color: #EF5500;
    background-color: #FFF5E6;
  }
  [class*=hq-bandeau-message-avertissement] [class*=hq-icone-large] {
    color: #EF5500;
  }
  
  .hq-bandeau-message-erreur,
  .hq-bandeau-message-alerte {
    border-color: #BB121A;
    background-color: #F8E7E8;
  }
  .hq-bandeau-message-erreur [class*=hq-icone-large],
  .hq-bandeau-message-alerte [class*=hq-icone-large] {
    color: #BB121A;
  }
  
  .hq-bandeau-message-informationnel-bleu {
    border-color: #104CCE;
    background-color: #E7F1FC;
  }
  .hq-bandeau-message-informationnel-bleu [class*=hq-icone-large] {
    color: #104CCE;
  }
  
  .hq-bandeau-message-informationnel-gris {
    border: solid 2px #161616;
    background-color: #EAEAEA;
    color: #161616;
  }
  .hq-bandeau-message-informationnel-gris[data-theme=nuance] {
    background-color: #FFF;
  }
  .hq-bandeau-message-informationnel-gris [class*=hq-icone-large] * {
    color: #161616 !important;
  }
  
  .hq-bandeau-bloc-titre h2,
  .hq-bandeau-bloc-titre p {
    display: inline;
  }
  
  [data-type=global] {
    border-radius: 0;
    max-width: none;
    margin: 0;
    border: none;
  }

  .hq-bandeau-message-informationnel-gris h4{
    margin-left:1rem;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #161616 !important;
  }

  .hq-bandeau-message-informationnel-gris p{
    font-size:1.6rem !important;
    margin-left:1rem !important;
    color: #161616 !important;
  }