

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;
    text-underline-offset: 2px;
    text-decoration-thickness: max(3px,0.1875rem,0.12em);
}

a,
a:hover {

}

a:focus {

}

html {

}

body {
  font-size: 18px;
  font-family:  "Nunito Sans", Arial, sans-serif;
}

header {

}

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

.header-inner .logo-img {
    display: block;
    width: 105px;
}

.header-inner .logo-img svg {
    max-width: 105px;
}

.breadcrumbs {
  margin-bottom: 0;
}

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

ul.breadcrumb-list li {
  display: inline;
    font-size: 14px;
}

ul.breadcrumb-list li+li:before {
  content: ">";
  margin: 0 8px;
}

.breadcrumb-list__item + .breadcrumb-list__item::before {
  display: inline-block;
  padding-right: .25rem;
  content: ">";
}

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

footer {
    padding: 6em 0 2.5em;
}

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

.footer-social--icons ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.footer-social--icons li {
    display: inline;
        margin-right: 0.75rem;
}

.footer-social--icons li a img {
    border: 0.1875rem solid transparent;
    height: 2.125rem;
    width: 2.125rem;
}

.clear {
  clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}

/* Consultations list button */

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


