@font-face {
  font-family: SourceSansPro-Regular;
  src: url('../font/SourceSansPro-Regular.eot');
  src:
  url('../font/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('../font/SourceSansPro-Regular.woff') format('woff'),
  url('../font/SourceSansPro-Regular.woff2') format('woff2'),
  url('../font/SourceSansPro-Regular.ttf') format('truetype'),
  url('../font/SourceSansPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SourceSansPro-Bold;
  src: url('../font/SourceSansPro-Bold.eot');
  src:
  url('../font/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('../font/SourceSansPro-Bold.woff') format('woff'),
  url('../font/SourceSansPro-Bold.woff2') format('woff2'),
  url('../font/SourceSansPro-Bold.ttf') format('truetype'),
  url('../font/SourceSansPro-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


html {

}

body {
  font-family: SourceSansPro-Regular;
}

ul {
  list-style: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

p {
  color: #333333;
  margin-bottom: 0;
}

.header-fixed .navbar {
  position: fixed !important;
  width: 100%;
  z-index: 11 !important;
}

.header-fixed .main-Content {
  margin-top: 90px;
}

.header-Wrapper .navbar {
  position: relative;
  background-color: #FFFFFF !important;
  box-shadow: 0 8px 25px -15px rgba(154,154,154,.5);
  padding: 1rem 0;
  z-index: 1;
}

.footer-Wrapper {
  position: relative;
  width: 100%;
}

.footer-Wrapper .footer-Inner_Wrapper {
  padding: 5rem 0 2rem;
  background-color: #333333;
}

.footer-Wrapper .footer-Inner_Wrapper p {
  color: #FFFFFF;
}

.footer-Wrapper .footer-Inner_Wrapper .separator-Wrapper:after {
  content: '';
  position: absolute;
  background-color: rgba(241,239,234,.25);
}

.footer-Wrapper .footer-Inner_Wrapper .separator-Wrapper_Horizontal:after {
  top: 53%;
  right: 0;
  width: 100%;
  height: 1px;
}
@media (min-width: 768px) {
  .footer-Wrapper .footer-Inner_Wrapper .separator-Wrapper_Horizontal:after {
    top: 42%;
  }
}
@media (min-width: 992px) {
  .footer-Wrapper .footer-Inner_Wrapper .separator-Wrapper_Horizontal:after {
    top: 64%;
    width: 50%;
  }
}

.footer-Wrapper .footer-Inner_Wrapper .separator-Wrapper_Horizontal-Not_Logged:after {
  left: 0;
  margin: auto;
}
@media (max-width: 991.98px) {
  .footer-Wrapper .footer-Inner_Wrapper .separator-Wrapper_Horizontal-Not_Logged:after {
    background-color: transparent;
  }
}

.footer-Wrapper .footer-Inner_Wrapper .registered-Wrapper_Office p {
  font-size: .9rem;
}
@media (max-width: 991.98px) {
  .footer-Wrapper .footer-Inner_Wrapper .registered-Wrapper_Office p {
    max-width: 320px;
    margin: auto;
    text-align: center;
  }
}

.footer-Wrapper .footer-Inner_Wrapper .footer-List_Wrapper {
  position: relative;
  padding: 2rem 0 0;
}
@media (min-width: 992px) {
  .footer-Wrapper .footer-Inner_Wrapper .footer-List_Wrapper {
    padding: 5rem 0 0 1.5rem;
  }
}

.footer-Wrapper .footer-Inner_Wrapper .footer-List_Wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .footer-Wrapper .footer-Inner_Wrapper .footer-List_Wrapper ul {
    justify-content: center;
    flex-wrap: inherit;
  }
}
@media (max-width: 575.98px) {
  .footer-Wrapper .footer-Inner_Wrapper .footer-List_Wrapper ul li {
    width: calc(100% / 2);
    padding-bottom: .5rem;
  }
}

.footer-Wrapper .footer-Inner_Wrapper .footer-List_Wrapper a {
  font-size: .9rem;
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-Wrapper .footer-Inner_Wrapper .footer-List_Wrapper a {
    margin-right: 1rem;
  }
}

.typography-title {
  font-family: SourceSansPro-Bold;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #008354;
}
@media (min-width: 768px) {
  .typography-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.typography-text {
  font-size: 1rem;
}

.picture-Wrapper_Maintenance img {
  width: auto;
  height: 150px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1360px) {
  .picture-Wrapper_Maintenance img {
    height: 200px;
  }
}