

section, article, aside, header, footer, nav, figure, figcaption, time, mark, main {
  display:block; /* legacy IE support */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, form, label, ul, ol, dl, address {

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
}

h1, .h1 {

}

h2, .h2 {

}

h3, .h3 {

}

h4, .h4 {

}

h5, .h5 {

}

h6, .h6 {

}

a:hover {
    text-decoration: underline;
}

a,
a:hover {
    font-weight: 700;
}

a:focus {

}

html {

}

body {
  font-size: 18px;
  font-family: "Lato","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

header {
    padding-top: 1em;
}

.header-inner {
  max-width: var(--oc-site-width);
  margin: auto;
  padding: 1em;
}

.header-inner .logo-img {
    display: inline-block;
}

.header-inner .logo-img img {
    width: 366px;
}

.breadcrumbs {
  margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 16px;
    padding: 0.75em 0;
}

.breadcrumb-list {
  width: 100%;
  max-width: var(--oc-site-width);
  margin: auto;
  padding: 0 1em;
  list-style-type: none;
    text-align: right;
}

ul.breadcrumb-list li {
  display: inline;
}

ul.breadcrumb-list li+li:before {
  content: ">";
  margin: 0 4px;
    font-weight: 400;
}

.breadcrumb-list__item + .breadcrumb-list__item::before {
  display: inline-block;
  padding-right: 4px;
  content: ">";
    font-weight: 400;
}

.breadcrumb-list__item__home, .breadcrumb-list__item__link {
    text-decoration: none;
}

.breadcrumb-list__item__home:hover, .breadcrumb-list__item__link:hover {
    text-decoration: underline;
}

main {
  max-width: var(--oc-site-width);
  margin: auto;
}

.page-title, .main-document-title {
    padding-top: 3rem;
}

footer {
    padding: 3em 0 8em;
}

.footer-bottom {
  font-size: 17px;
  max-width: var(--oc-site-width);
  margin: auto;
}

.footer-logo img {
    height: 110px;
}

.footer-social ul {
    padding: 0;
}

.footer-social li {
    display: inline;
    padding-right: 0.5em;
}

.footer-social .social-icon-link {
    text-decoration: none;
    display: inline-block;
}

.footer-social .social-icon-link img {
    height: 48px;
}

.clear {
  clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}

/* Consultations list button */

.consultations.offcanvas-button {
    margin-left: -15em;
    top: 50px;
}


