.enerj-bandeau-header {
    height:400px;
}

.enerj-bandeau-header div:not(.title-box):not(.half) {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    height: auto !important;
    max-height: 100%;
    max-height: -webkit-fill-available;
    padding:0;
}
.enerj-bandeau-header img:not(.partenaire):not(.partenaire-accueil):not(.exposant):not(.no-stretch) {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  object-fit: contain !important;
  height: auto !important;
}
#enerj-titre-accueil {
  position: absolute !important;
  top:auto !important;
  bottom: 0 !important;
  left: 0 !important;
  background-color: #ebdfdfb0 !important;
  width: 100% !important;
  height: 110px !important;
}
#enerj-titre-accueil h1.title {
  font-size: 30px !important;
  color: #000 !important;
  text-transform: none !important;
  margin-top:10px;
  font-weight:550;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent {
    text-transform: uppercase !important;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent li {
    text-transform: none !important;
}

.baseline {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  text-align: center !important;
  margin-top:20px;
}
.baseline-img {
    content: url("/images/upload/baseline.png");
}
.page-accueil .enerj-bandeau h5 {
  color:#000;
}
.page-accueil .enerj-bandeau h6 {
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #000;
}

@media screen and (max-width: 1024px)
{
    .enerj-bandeau-header {
        height: 300px !important;
    }
    #enerj-titre-accueil h1.title {
        font-size: 20px !important;
    }
    .baseline-img {
        content: url("/images/upload/baseline-mobile.png");
    }
}