html, body {
  background-color: #f0f4f7; }

header.position-fixed ~ #cms-content, header.header-fixed ~ #cms-content,
header#header-django.header-fixed:not(.main-page) ~ #cms-content {
  margin-top: 85px; }

header.header-fixed.header-agencies ~ #cms-content,
header#header-django.header-fixed.header-agencies:not(.main-page) ~ #cms-content {
  margin-top: 130px; }

#header-django {
  position: relative; }
  #header-django.white-header {
    border-bottom: unset; }
    #header-django.white-header .language-selector button {
      background-color: #04A6E1;
      border-radius: 75px;
      color: #fff;
      padding: 0;
      width: 40px;
      height: 40px;
      flex-direction: column;
      justify-content: center; }
  #header-django .register-button {
    position: absolute;
    background-color: #04A6E1;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 15px;
    height: 30px;
    width: 255px;
    bottom: -15px;
    right: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    border: unset; }
    #header-django .register-button:focus {
      outline: unset; }
    #header-django .register-button:hover {
      background-color: #113356;
      cursor: pointer; }
  @media (max-width: 992px) {
    #header-django .register-button {
      bottom: unset; } }
  #header-django li a {
    text-transform: capitalize; }
