

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 {
    font-family: "BioRhyme", sans-serif;
    font-weight: 800;
    letter-spacing: -3px;
}

h2, .h2 {

}

h3, .h3 {

}

h4, .h4 {

}

h5, .h5 {

}

h6, .h6 {

}

a:hover {

}

a,
a:hover {

}

a:focus {

}

html {

}

body {
  font-size: 16px;
  font-family:  "Lato", sans-serif;
}

header {

}

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

.header-inner .logo-img {
    display: inline-block;
    transition: opacity .2s ease-out;

    &:hover {
        opacity: 0.7;
    }
}

.header-inner .logo-img img {
    width: 15rem;
}

.breadcrumbs {
  margin-bottom: 0;
    text-align: center;
}

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

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

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 {

}

.footer-logo {
    display: inline-block;
    transition: opacity .2s ease-out;

    &:hover {
        opacity: 0.7;
    }
}

.footer-logo img {
    width: 190px;
}

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

.nav--social-links {
    padding: 0.75em 0;
}

.footer-social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-icons li {
    display: inline-block;
    margin: .375rem;
}

.footer-social-icons li a {
    display: block;
    padding: .5rem;
    transition: all 0.3s ease-in-out;
}

.social-link-heading {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0 1.5rem 0 0;
    font-weight: 400;
}

.nav--social-links .icon {
    height: 3rem;
    position: relative;
    width: 3rem;
    z-index: 2;
    background-position: center center;
    background-size: contain;
    display: block;
}

.icon-social-facebook {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20height%3D%2264%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M38.77%2C15.61h6.35A1.88%2C1.88%2C0%2C0%2C0%2C47%2C13.73V3.87A1.88%2C1.88%2C0%2C0%2C0%2C45.12%2C2H36.49C31.93%2C2%2C28.4%2C3.22%2C26%2C5.64c-1.53%2C1.53-3.34%2C4.34-3.33%2C9v6h-3.8A1.87%2C1.87%2C0%2C0%2C0%2C17%2C22.51V32a1.88%2C1.88%2C0%2C0%2C0%2C1.87%2C1.88h3.8V60.12A1.88%2C1.88%2C0%2C0%2C0%2C24.55%2C62H36.2a1.88%2C1.88%2C0%2C0%2C0%2C1.88-1.88V33.86H44a1.89%2C1.89%2C0%2C0%2C0%2C1.86-1.58c0-.19.75-4.68%2C1.1-9.67a1.84%2C1.84%2C0%2C0%2C0-.5-1.41%2C1.87%2C1.87%2C0%2C0%2C0-1.37-.6h-7V16.12A1.16%2C1.16%2C0%2C0%2C1%2C38.77%2C15.61Zm-2.52%2C8.74h6.83c-.22%2C2.32-.49%2C4.41-.67%2C5.76H36.2A1.87%2C1.87%2C0%2C0%2C0%2C34.33%2C32V58.25H26.42V32a1.87%2C1.87%2C0%2C0%2C0-1.87-1.87h-3.8V24.39h3.8a1.88%2C1.88%2C0%2C0%2C0%2C1.87-1.88V14.67a8.67%2C8.67%2C0%2C0%2C1%2C2.23-6.39C30.33%2C6.6%2C33%2C5.75%2C36.49%2C5.75h6.76v6.11H38.77A4.57%2C4.57%2C0%2C0%2C0%2C34.37%2C16v6.48A1.88%2C1.88%2C0%2C0%2C0%2C36.25%2C24.35Z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.icon-social-twitter {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20height%3D%2264%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M61.56%2C13.58a1.88%2C1.88%2C0%2C0%2C0-2.17-.52%2C13.84%2C13.84%2C0%2C0%2C0%2C1-2.27%2C1.88%2C1.88%2C0%2C0%2C0-2.75-2.18A21.25%2C21.25%2C0%2C0%2C1%2C51.83%2C11%2C13.42%2C13.42%2C0%2C0%2C0%2C29.4%2C20.91c0%2C.19%2C0%2C.38%2C0%2C.57A31%2C31%2C0%2C0%2C1%2C9.24%2C10.3a1.88%2C1.88%2C0%2C0%2C0-3.07.24%2C13.43%2C13.43%2C0%2C0%2C0-.25%2C13.05%2C1.81%2C1.81%2C0%2C0%2C0-.7.23%2C1.89%2C1.89%2C0%2C0%2C0-1%2C1.56v.22A13.46%2C13.46%2C0%2C0%2C0%2C8.9%2C35.74l-.12.13a1.87%2C1.87%2C0%2C0%2C0-.39%2C1.81A13.43%2C13.43%2C0%2C0%2C0%2C16.08%2C46a21.22%2C21.22%2C0%2C0%2C1-9.45%2C2.19A21.51%2C21.51%2C0%2C0%2C1%2C4.09%2C48a1.88%2C1.88%2C0%2C0%2C0-1.23%2C3.44A34.57%2C34.57%2C0%2C0%2C0%2C21.56%2C57%2C33.29%2C33.29%2C0%2C0%2C0%2C47.35%2C45.63a35.89%2C35.89%2C0%2C0%2C0%2C8.92-23.38v-.58a25.06%2C25.06%2C0%2C0%2C0%2C5.41-5.84A1.86%2C1.86%2C0%2C0%2C0%2C61.56%2C13.58Zm-8.29%2C5.66a1.88%2C1.88%2C0%2C0%2C0-.78%2C1.61c0%2C.46%2C0%2C.93%2C0%2C1.4%2C0%2C19.38-15.74%2C31-31%2C31a30.77%2C30.77%2C0%2C0%2C1-10.17-1.72A24.8%2C24.8%2C0%2C0%2C0%2C22.12%2C46.6%2C1.88%2C1.88%2C0%2C0%2C0%2C21%2C43.25a9.68%2C9.68%2C0%2C0%2C1-7.73-4.09%2C13.43%2C13.43%2C0%2C0%2C0%2C2.61-.44%2C1.87%2C1.87%2C0%2C0%2C0-.12-3.65%2C9.66%2C9.66%2C0%2C0%2C1-7.33-6.71%2C13.25%2C13.25%2C0%2C0%2C0%2C2.87.41%2C1.9%2C1.9%2C0%2C0%2C0%2C1.85-1.3%2C1.87%2C1.87%2C0%2C0%2C0-.75-2.13%2C9.67%2C9.67%2C0%2C0%2C1-4.3-8A9.45%2C9.45%2C0%2C0%2C1%2C8.39%2C15%2C34.73%2C34.73%2C0%2C0%2C0%2C31.48%2C25.42a1.87%2C1.87%2C0%2C0%2C0%2C1.92-2.3%2C10%2C10%2C0%2C0%2C1-.25-2.21A9.67%2C9.67%2C0%2C0%2C1%2C49.87%2C14.3a1.9%2C1.9%2C0%2C0%2C0%2C1.73.56c.59-.12%2C1.17-.25%2C1.75-.41-.26.19-.54.38-.82.55a1.88%2C1.88%2C0%2C0%2C0%2C1.19%2C3.47l.67-.09C54%2C18.68%2C53.65%2C19%2C53.27%2C19.24Z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.icon-social-youtube {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20height%3D%2264%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M51.83%2C9.74H12.17A10.13%2C10.13%2C0%2C0%2C0%2C2%2C20V42.72A10.1%2C10.1%2C0%2C0%2C0%2C12.17%2C53H51.83A10.1%2C10.1%2C0%2C0%2C0%2C62%2C42.72V20A10.13%2C10.13%2C0%2C0%2C0%2C51.83%2C9.74Zm6.42%2C33a6.39%2C6.39%2C0%2C0%2C1-6.42%2C6.49H12.17a6.39%2C6.39%2C0%2C0%2C1-6.42-6.49V20a6.42%2C6.42%2C0%2C0%2C1%2C6.42-6.55H51.83A6.42%2C6.42%2C0%2C0%2C1%2C58.25%2C20Zm-14.82-14L27.27%2C18.08a1.87%2C1.87%2C0%2C0%2C0-2.9%2C1.57V41a1.86%2C1.86%2C0%2C0%2C0%2C1.87%2C1.87%2C1.83%2C1.83%2C0%2C0%2C0%2C1-.31L43.43%2C31.86a1.87%2C1.87%2C0%2C0%2C0%2C.84-1.56A1.9%2C1.9%2C0%2C0%2C0%2C43.43%2C28.73ZM28.12%2C37.47V23.13L39%2C30.3Z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.icon-social-instagram {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20height%3D%2264%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M50.34%2C2.06H13.66A11.67%2C11.67%2C0%2C0%2C0%2C2%2C13.72V50.4A11.67%2C11.67%2C0%2C0%2C0%2C13.66%2C62.06H50.34A11.67%2C11.67%2C0%2C0%2C0%2C62%2C50.4V13.72A11.67%2C11.67%2C0%2C0%2C0%2C50.34%2C2.06ZM58.25%2C50.4a7.92%2C7.92%2C0%2C0%2C1-7.91%2C7.91H13.66A7.92%2C7.92%2C0%2C0%2C1%2C5.75%2C50.4V13.72a7.92%2C7.92%2C0%2C0%2C1%2C7.91-7.91H50.34a7.92%2C7.92%2C0%2C0%2C1%2C7.91%2C7.91ZM32%2C16.73A15.33%2C15.33%2C0%2C1%2C0%2C47.33%2C32.06%2C15.35%2C15.35%2C0%2C0%2C0%2C32%2C16.73Zm0%2C26.9A11.58%2C11.58%2C0%2C1%2C1%2C43.58%2C32.06%2C11.59%2C11.59%2C0%2C0%2C1%2C32%2C43.63ZM48.24%2C12.88a4.65%2C4.65%2C0%2C1%2C0%2C4.67%2C4.65A4.66%2C4.66%2C0%2C0%2C0%2C48.24%2C12.88Zm0%2C5.54a.9.9%2C0%2C1%2C1%2C.92-.89A.9.9%2C0%2C0%2C1%2C48.24%2C18.42Z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.clear {
  clear: both;
}

.black-bar-top-background {

}

.page-wrapper {

}

/* Consultations list button */

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


