.espace-pro {
  color: black;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 6px;
}

@media (min-width: 767.02px) {
  .espace-pro {
    border-left: 1px solid #000;
    padding-left: 22px;
  }
}

@media (min-width: 1199.98px) {
  .espace-pro {
    font-size: 1rem;
  }
}

@media (max-width: 767.96px) {
  .espace-pro {
    font-size: 0.72rem;
    padding-top: 0rem !important;
    text-align: center;
  }

  .espace-pro br {
    display: none;
  }
  .logo > a {
      padding-right: 0px !important;
  }
  .logo > a > img{
    margin-left: auto;
    margin-right: auto;
  }
  header.is-sticky .espace-pro {
      font-size: 0.73rem !important;

    }
}
header.is-sticky .espace-pro {
    font-size: 1rem;
    padding-top: 3px;
  }
@media(min-width: 1024px){
  header.is-sticky .navbar{
    max-width: 50%;
  }
  header.is-sticky .espace-pro {
      padding-top: 3px !important;
    }
}
@media(min-width: 700px) and (max-width: 1200px){
  .logo-header-partenaire {
      display: none !important;
    }
}
header .header__middle--right{
  display:none !important;
}
header .is-sticky .header__middle--right{
  display:none !important;
}
header.is-sticky .logo-header-partenaire {
    display: none !important;
  }
.logo > a {
    padding-right: 18px;
}
.logo > div > img{
  margin-left: auto;
  margin-right: auto;
