.contextual-region {
  position: static;
}
#header {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
}
#header > .container {
  max-width: 100%!important;
}
#header .block-system-branding-block {
  margin: 12px 0;
  position: relative;
}
#header .block-system-branding-block .site-logo {
  display: block;
  position: relative;
  z-index: 12;
  margin: 0;
  width: 100%;
}
#footer {
  background: #B71C1B;
  padding: 0;
  font-size: 0.8rem;
  width: 100%;
}
#footer .partenaires {
  background: #ffffff;
}
#footer .site-footer-bottom {
  padding: 8px 0;
}
#footer .row {
  align-items: center;
}
#footer .menu {
  text-align: center;
}
#footer .menu .menu-item a {
  color: #ffffff;
}
#footer .menu .menu-item::after {
  color: #ffffff;
}
@media all and (max-width: 767px) {
  #header .block-system-branding-block {
    margin: 8px auto;
    width: 160px;
  }
}
@media all and (min-width: 1024px) {
  #header .block-system-branding-block {
    width: 240px;
  }
  #footer {
    position: fixed;
    bottom: 0;
    z-index: 5;
  }
  #footer .row .col-12:last-child {
    display: flex;
    justify-content: flex-end;
  }
}
