.custom_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
  width: 100%;
  min-height: 3%;
  padding: 5px;
  font-family: 'QuickSand'; /*Font NED */
}

.custom_banner > h1,
.custom_banner > h2,
.custom_banner > h3,
.custom_banner > h4,
.custom_banner > h5,
.custom_banner > h6,
.custom_banner > p {
  margin:0;
  text-align: center;
}

.custom_banner span {
    font-family: 'QuickSand'!important;
}
.custom_banner span strong {
    color: inherit;
}

.custom_banner a:hover {
  color: initial;
}

.custom_banner a {
  text-decoration: none;
  color: inherit;
}

.custom_banner p {
  margin: 0 !important; /*Evite la marge des page CMS*/
}

#header.fix .custom_banner{display: none;}
