@charset "UTF-8";
/*!
Theme Name: Wakix
Theme URI: https://operaticagency.com/
Author: Operatic
Author URI: https://operaticagency.com/
Text Domain: Operatic
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
  --padding: 20px;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --bg-light: white;
  --bg-light-alt: #F2F2F2;
  --bg-dark: #154D6D;
  --bg-dark-alt: #7C243C;
  --bg-hero: #404040;
  --bg-accent: #EC9700;
  --copy-dark: #404040;
  --copy-dark-alt: #154D6D;
  --copy-light: white;
  --copy-accent: #EC9700;
  --copy-message: red;
  --button-bg: #EC9700;
  --button-text: white;
  --form-field: white;
  --form-border: #E2E2E2;
  --form-message: red;
  --border: #E2E2E2;
}

body, .bg-light {
  color: var(--copy-dark);
  background-color: var(--bg-light);
}

.bg-light-alt {
  color: var(--copy-dark);
  background-color: var(--bg-light-alt);
}

.bg-dark {
  color: var(--copy-light);
  background-color: var(--bg-dark);
}

.bg-dark-alt {
  color: var(--copy-light);
  background-color: var(--bg-dark-alt);
}
.bg-dark-alt + h2 {
  color: var(--bg-dark-alt);
}

.bg-accent {
  color: var(--copy-dark-alt);
  background-color: var(--bg-accent);
}

main > h1,
main > h2,
.h2 {
  color: var(--copy-dark-alt);
}

.bg-dark h2, .bg-dark-alt h2 {
  color: inherit;
}

a:not(.button) {
  color: var(--copy-accent);
}

@font-face {
  font-family: "Natom Pro";
  src: url("fonts/natomproregular.woff");
  src: url("fonts/natomproregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Natom Pro";
  src: url("fonts/natompro-bold.woff");
  src: url("fonts/natompro-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Natom Pro";
  src: url("fonts/natompro-medium.woff");
  src: url("fonts/natompro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Natom Pro";
  src: url("fonts/natompro-light.woff");
  src: url("fonts/natompro-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
:root {
  font-size: 14px;
}
@media only screen and (min-width: 767px) {
  :root {
    font-size: 16px;
  }
}

body, .body {
  font-family: "Natom Pro", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 24px;
}
@media only screen and (min-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 767px) {
  .hero-carousel h1 {
    font-size: 48px;
  }
}

h2, .h2,
.dosing .tablets {
  font-size: 16px;
}
@media only screen and (min-width: 767px) {
  h2, .h2,
  .dosing .tablets {
    font-size: 21px;
  }
}

.dosing .copy {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .dosing .copy {
    font-size: 18px;
  }
}
.dosing .callout {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .dosing .callout {
    font-size: 30px;
  }
}

.dosing .icons {
  font-size: 16px;
}

.resources .items {
  font-size: 16px;
}
@media only screen and (min-width: 767px) {
  .resources .items {
    font-size: 24px;
  }
}

section:not(.figures) figcaption,
.caption {
  font-size: 10px;
}
@media only screen and (min-width: 767px) {
  section:not(.figures) figcaption,
  .caption {
    font-size: 14px;
  }
}

section.figures figcaption {
  font-weight: 500;
}
@media only screen and (min-width: 767px) {
  section.figures figcaption {
    font-size: 18px;
  }
}

.button {
  font-size: 1rem;
}

form input, form select {
  font-size: 12px;
}
@media only screen and (min-width: 767px) {
  form input, form select {
    font-size: 14px;
  }
}
form input[type=submit],
form .button {
  font-size: 14px;
}
@media only screen and (min-width: 767px) {
  form input[type=submit],
  form .button {
    font-size: 18px;
  }
}
form .required,
form .wpcf7-not-valid-tip {
  font-size: 10px;
}
@media only screen and (min-width: 767px) {
  form .required,
  form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}

.login .copy {
  font-size: 10px;
}
@media only screen and (min-width: 767px) {
  .login .copy {
    font-size: 12px;
  }
}

sup {
  font-size: 0.6em;
}

footer {
  font-size: 0.9em;
}

.button {
  display: inline-grid;
  grid-auto-flow: column;
  place-items: center;
  box-sizing: border-box;
  background-color: var(--button-bg);
  color: var(--button-text);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid var(--button-bg);
  border-radius: 10px;
  transition: all 0.3s;
  min-height: 70px;
  padding: 13px var(--padding);
}
.button:focus, .button:hover {
  background-color: var(--button-text);
  color: var(--button-bg);
}
.button > span span {
  font-weight: normal;
}

input[type=submit],
#group .wpcf7-list-item-label,
dialog .buttons > * {
  display: inline-grid;
  grid-auto-flow: column;
  place-items: center;
  box-sizing: border-box;
  background-color: var(--button-bg);
  color: var(--button-text);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid var(--button-bg);
  border-radius: 10px;
  transition: all 0.3s;
  min-height: 30px;
  padding: 0 var(--padding);
}
input[type=submit]:focus, input[type=submit]:hover,
#group .wpcf7-list-item-label:focus,
#group .wpcf7-list-item-label:hover,
dialog .buttons > *:focus,
dialog .buttons > *:hover {
  background-color: var(--button-text);
  color: var(--button-bg);
}
input[type=submit] > span span,
#group .wpcf7-list-item-label > span span,
dialog .buttons > * > span span {
  font-weight: normal;
}
@media only screen and (min-width: 767px) {
  input[type=submit],
  #group .wpcf7-list-item-label,
  dialog .buttons > * {
    min-height: 50px;
  }
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

picture source {
  position: absolute;
}

main > figure {
  display: grid;
  justify-content: center;
}

figcaption {
  margin-top: 0.5em;
  text-align: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.underline {
  text-decoration: underline;
}

.screen-reader-text {
  position: absolute;
  height: 0;
  overflow: hidden;
}

form .field {
  margin: 17px 0;
}
form .field.select {
  display: grid;
}
form .field.select .wpcf7-form-control-wrap {
  display: contents;
}
form .field.select select, form .field.select::after {
  grid-area: 2/1;
}
form .field.select::after {
  content: "";
  display: block;
  justify-self: flex-end;
  align-self: center;
  width: 50px;
  height: 10px;
  background-image: url("/wp-content/themes/wakix/images/select-chevron.svg");
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
form .field.checkbox {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  justify-content: flex-start;
}
@media only screen and (min-width: 767px) {
  form .row {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    align-items: flex-end;
    margin: 17px 0;
  }
  form .field {
    flex: 100%;
    margin: 0;
  }
}
form label {
  display: block;
  margin-bottom: 5px;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=date],
form input[type=number],
form input[type=checkbox],
form textarea,
form select {
  width: 100%;
  box-sizing: border-box;
  background-color: var(--form-field);
  border: var(--form-border) solid 1px;
  border-radius: 7px;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=number],
form textarea {
  padding: 11px 15px;
}
form select {
  padding: 11px 50px 11px 15px;
  appearance: none;
}
form input[type=checkbox] {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  order: -1;
  cursor: pointer;
  appearance: none;
}
form input[type=checkbox]:checked::before {
  content: "✓";
  font-size: 1em;
}
form .required {
  color: var(--form-message);
}

.nav-shortcuts a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100000;
  padding: 10px 20px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -200%, 0);
}
.nav-shortcuts a:focus {
  transform: translate3d(-50%, 0, 0);
}

:root {
  scroll-behavior: smooth;
}

section .content, main .content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 var(--padding);
  box-sizing: border-box;
}

main > h1,
main > h2,
main > p,
main > ul,
main > figure {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding);
  padding-right: var(--padding);
  box-sizing: border-box;
}
main > ul {
  padding-left: calc(var(--padding) + 2em);
}
main > h2 {
  margin-top: 2rem;
}

section.bg-dark, section.bg-dark-alt {
  padding: 2rem 0;
}
section.bg-dark .content > :first-child, section.bg-dark-alt .content > :first-child {
  margin-top: 0;
}
section.bg-dark .content > :last-child, section.bg-dark-alt .content > :last-child {
  margin-bottom: 0;
}

.box,
.shortcode form {
  border-radius: 10px;
}
@media only screen and (min-width: 767px) {
  .box,
  .shortcode form {
    border-radius: 20px;
  }
}

:root {
  scroll-padding-top: 90px;
}
@media only screen and (min-width: 1023px) {
  :root[lang=fr-CA] {
    scroll-padding-top: 123px;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--bg-light);
}
header .content .top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo secondary";
  align-items: center;
  background-color: var(--bg-light);
}
@media only screen and (min-width: 1023px) {
  header .content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo main" "logo secondary";
    grid-gap: 5px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px var(--padding);
    box-sizing: border-box;
  }
  header .content .top {
    display: contents;
  }
}
header .logo {
  grid-area: logo;
  display: grid;
  width: 86px;
  padding: var(--padding) 0 var(--padding) var(--padding);
}
@media only screen and (min-width: 1023px) {
  header .logo {
    width: 144px;
    padding: 0;
  }
}
header nav {
  padding: var(--padding);
}
@media only screen and (min-width: 1023px) {
  header nav {
    display: flex;
    justify-self: flex-end;
    padding: 0;
  }
}
@media only screen and (min-width: 1023px) {
  header nav ul {
    display: flex;
  }
}
header .main {
  position: absolute;
  z-index: -1;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  background-color: var(--bg-light-alt);
  transform: translateY(-100%);
  transition: transform 0.3s;
}
@media only screen and (min-width: 1023px) {
  header .main {
    grid-area: main;
    position: static;
    z-index: 0;
    justify-content: flex-end;
    background-color: inherit;
    transform: none;
    transition: none;
  }
  header .main span {
    display: block;
  }
}
header .main.open {
  transform: translateY(0);
}
header .main li {
  margin: 1em 0;
}
@media only screen and (min-width: 1023px) {
  header .main li {
    margin: 0;
    padding: 0 var(--padding);
    border-right: 1px solid var(--border);
  }
}
header .main a {
  text-decoration: none;
  color: var(--copy-dark);
}
header .main a:focus, header .main a:hover, header .main a[aria-current=page] {
  color: var(--copy-accent);
}
header .main .current-page-ancestor a {
  color: var(--copy-accent);
}
header .main .lang {
  border-top: 1px solid var(--border);
}
@media only screen and (min-width: 1023px) {
  header .main .lang {
    border-top: none;
  }
  header .main .lang li {
    padding-right: 0;
    border-right: none;
  }
}
header .secondary {
  grid-area: secondary;
  justify-self: flex-end;
  text-align: right;
}
@media only screen and (min-width: 1023px) {
  header .secondary ul {
    grid-gap: 10px;
  }
}
header .secondary a {
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
header .secondary a:focus, header .secondary a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1023px) {
  header .secondary a {
    display: inline-grid;
    grid-auto-flow: column;
    place-items: center;
    box-sizing: border-box;
    background-color: var(--button-bg);
    color: var(--button-text);
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid var(--button-bg);
    border-radius: 10px;
    transition: all 0.3s;
    min-height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }
  header .secondary a:focus, header .secondary a:hover {
    background-color: var(--button-text);
    color: var(--button-bg);
  }
  header .secondary a > span span {
    font-weight: normal;
  }
  header .secondary a:focus, header .secondary a:hover {
    text-decoration: none;
  }
}
header #menu-button {
  display: grid;
  place-items: center;
  width: 40px;
  margin-right: var(--padding);
  padding: 0;
  border: none;
  background: none;
}
@media only screen and (min-width: 1023px) {
  header #menu-button {
    display: none;
  }
}
header #menu-button svg.close {
  display: none;
}
header #menu-button.close svg.open {
  display: none;
}
header #menu-button.close svg.close {
  display: block;
}

footer {
  display: grid;
  grid-template-areas: "logo logo" "copy copy" "company logos";
  grid-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 940px;
  margin: 0 auto;
  padding: var(--padding);
}
@media only screen and (min-width: 767px) {
  footer {
    grid-template-areas: "company copy logos logo";
  }
}
footer img {
  width: auto;
}
footer .logo {
  grid-area: logo;
  height: 50px;
}
footer p {
  grid-area: copy;
  margin: 0;
}
footer .company {
  grid-area: company;
  display: grid;
}
footer .company img {
  height: 30px;
}
footer .logos {
  grid-area: logos;
  display: flex;
  gap: 1em;
  justify-content: flex-end;
}
footer .logos img {
  height: 30px;
}

.bg-carousel {
  display: grid;
}
.bg-carousel .bg {
  grid-area: 1/1;
  display: grid;
  width: 100%;
  height: inherit;
  min-height: 100%;
}
.bg-carousel .bg > * {
  opacity: 0;
  transition: opacity 1s;
}
.bg-carousel .bg > *.active {
  opacity: 1;
}
.bg-carousel .bg picture {
  grid-area: 1/1;
  display: grid;
  width: inherit;
  height: inherit;
  min-height: inherit;
}
.bg-carousel .bg img {
  grid-area: 1/1;
  width: inherit;
  height: inherit;
  min-height: inherit;
  object-fit: cover;
}
.bg-carousel .content {
  grid-area: 1/1;
  z-index: 1;
}

.buttons-callout {
  margin: 2rem 0;
}
.buttons-callout .content {
  display: grid;
  grid-gap: 0.5em;
}
@media only screen and (min-width: 767px) {
  .buttons-callout .content {
    display: flex;
    gap: 0.5em;
    justify-content: center;
  }
}

section.callout {
  margin: 2rem 0;
}
section.callout .box {
  padding: 1px 20px;
}
@media only screen and (min-width: 767px) {
  section.callout .box {
    padding: 1px 30px;
  }
}

dialog, dialog[role=dialog] {
  max-width: calc(100vw - 40px);
  max-height: 100vh;
  padding: var(--padding);
  box-sizing: border-box;
  border: 5px solid var(--bg-dark);
  font-size: 14px;
}
@media only screen and (min-width: 570px) {
  dialog, dialog[role=dialog] {
    max-width: 530px;
  }
}
@media only screen and (min-width: 767px) {
  dialog, dialog[role=dialog] {
    font-size: 18px;
  }
}
dialog::backdrop, dialog[role=dialog]::backdrop {
  background: rgba(21, 77, 109, 0.9);
}
dialog form > :first-child, dialog[role=dialog] form > :first-child {
  margin-top: 0;
}
dialog .buttons, dialog[role=dialog] .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (min-width: 767px) {
  dialog .buttons, dialog[role=dialog] .buttons {
    display: flex;
    justify-content: flex-end;
    max-width: 530px;
    font-size: 18px;
  }
  dialog .buttons > *, dialog[role=dialog] .buttons > * {
    min-width: 150px;
  }
}

section.dosing {
  margin: 0 0 2rem;
  padding-bottom: 0;
}
section.dosing .buttons {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (min-width: 767px) {
  section.dosing .buttons {
    grid-template-columns: 1fr 1fr;
    max-width: 620px;
    margin: 0 auto;
  }
}
section.dosing .box {
  padding: 20px;
  color: var(--copy-dark-alt);
}
@media only screen and (min-width: 767px) {
  section.dosing .box {
    padding: 20px 40px;
  }
}
section.dosing .box p {
  margin: 0;
}
section.dosing .icons {
  display: grid;
  grid-gap: 1em;
}
@media only screen and (min-width: 767px) {
  section.dosing .icons {
    grid-template-columns: 1fr 1fr;
  }
}
section.dosing .icons .box {
  display: flex;
  grid-gap: 1em;
  justify-content: space-between;
  align-items: center;
}
section.dosing .copy {
  margin: 2em 0;
}
section.dosing .copy li {
  margin: 1em 0;
}
section.dosing .tablets-wrap {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
section.dosing .tablets {
  display: flex;
  grid-gap: 1em;
  justify-content: center;
  margin-top: 1em;
}
section.dosing .tablets .tablet {
  display: flex;
  grid-gap: 0.5em;
  align-items: center;
}
section.dosing .tablets .tablet:first-child img {
  width: 48px;
}
section.dosing .tablets .tablet:last-child img {
  width: 64px;
}
section.dosing .caption {
  text-align: right;
}
section.dosing .callout {
  display: grid;
  margin-top: 1em;
  padding: 1em 0;
  text-align: center;
}

.figures {
  margin: 2em 0;
}
.figures .content {
  display: flex;
  grid-gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}
.figures figure {
  max-width: 750px;
  padding: 5px;
  box-sizing: border-box;
}
.figures figure figcaption {
  padding: 1rem var(--padding);
  text-align: center;
}
.figures figure .box {
  margin-top: 5px;
  padding: 1px 0;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .figures figure .box {
    display: flex;
    grid-gap: 1em;
  }
}
.figures figure img {
  display: grid;
  width: 290px;
  min-width: 50%;
  margin: 0 auto;
}
.figures .copy {
  padding: 0 var(--padding);
}
.figures .copy strong {
  font-weight: inherit;
  color: var(--copy-dark-alt);
}

.gate main, .portail main {
  height: 844px;
}
@media only screen and (min-width: 767px) {
  .gate main, .portail main {
    place-items: center;
    min-height: calc(100vh - 102px);
  }
}
.gate main .content, .portail main .content {
  max-width: 620px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.gate main .content .lang, .portail main .content .lang {
  text-align: right;
}
.gate main .content .lang a, .portail main .content .lang a {
  color: var(--copy-light);
  text-decoration: none;
}
.gate main .content .lang a:focus, .gate main .content .lang a:hover, .portail main .content .lang a:focus, .portail main .content .lang a:hover {
  text-decoration: underline;
}
.gate main .content .leader, .portail main .content .leader {
  color: var(--copy-light);
  text-align: center;
}
.gate main .content .leader img, .portail main .content .leader img {
  width: auto;
  height: 50px;
}
@media only screen and (min-width: 767px) {
  .gate main .content .leader img, .portail main .content .leader img {
    height: 150px;
  }
}
.gate main .content .leader h1, .portail main .content .leader h1 {
  margin: 1rem 0;
}
.gate main .content .leader p, .portail main .content .leader p {
  max-width: 410px;
  margin: 1rem auto;
}
.gate main .content .login, .portail main .content .login {
  padding: 5px;
}
.gate main .content .login h2, .portail main .content .login h2 {
  padding: 0 10px;
}
.gate main .content .login form, .portail main .content .login form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  align-items: flex-end;
  padding: 15px;
  border-radius: inherit;
}
.gate main .content .login form .field, .portail main .content .login form .field {
  margin: 0;
  grid-column: span 2;
}
@media only screen and (min-width: 767px) {
  .gate main .content .login form .field, .portail main .content .login form .field {
    grid-column: span 1;
  }
}
.gate main .content .login form input[type=submit], .portail main .content .login form input[type=submit] {
  justify-self: flex-end;
}
@media only screen and (min-width: 767px) {
  .gate main .content .login form input[type=submit], .portail main .content .login form input[type=submit] {
    grid-row: span 2;
  }
}
.gate main .content .login form p, .portail main .content .login form p {
  margin: 0;
}
.gate main .content .login form .copy, .portail main .content .login form .copy {
  grid-column: span 2;
}
@media only screen and (min-width: 767px) {
  .gate main .content .login form .copy, .portail main .content .login form .copy {
    grid-column: span 1;
  }
  .gate main .content .login form .copy span, .portail main .content .login form .copy span {
    display: block;
  }
}

.hero-carousel {
  color: var(--copy-light);
  background-color: var(--bg-hero);
}
.hero-carousel .bg {
  height: 630px;
}
@media only screen and (min-width: 1023px) {
  .hero-carousel .bg {
    height: 510px;
  }
}
@media only screen and (min-width: 767px) {
  .hero-carousel .bg img {
    object-position: 50% 10%;
  }
}
@media only screen and (min-width: 767px) {
  .hero-carousel .content h1 {
    max-width: 65%;
  }
  .hero-carousel .content div {
    max-width: 50%;
  }
}

.hero.with-callout {
  padding-top: 0;
}
.hero .content .callout {
  max-width: 700px;
}
.hero .content .buttons {
  display: grid;
  grid-gap: 0.5em;
}
@media only screen and (min-width: 767px) {
  .hero .content .buttons {
    display: flex;
    gap: 0.5em;
  }
  .hero .content .buttons .button {
    flex-basis: 100%;
  }
}

.hero .callout, .hero-carousel .callout {
  position: relative;
  padding: 1px var(--padding);
  box-sizing: border-box;
  border: 1px solid var(--bg-light);
  border-top: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}
.hero .callout::after, .hero-carousel .callout::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 20px solid transparent;
  border-right: 20px solid var(--bg-light);
  border-bottom: 20px solid var(--bg-light);
}

.references {
  padding: 40px 0;
}
.references .button {
  width: 100%;
}
.references hr {
  margin: 1.5em 0;
  border-top: 1px solid var(--bg-dark);
}

.resources .items {
  display: grid;
  grid-gap: 1em;
}
.resources .items .box {
  display: grid;
  padding: var(--padding);
  color: var(--copy-dark-alt);
}
@media only screen and (min-width: 767px) {
  .resources .items .box {
    grid-template-columns: auto 1fr;
    grid-auto-rows: 1fr auto;
    grid-gap: 1em;
    padding: 40px;
  }
  .resources .items .box p {
    margin: 0;
  }
}
.resources .items .box .image {
  display: flex;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  border-radius: inherit;
}
@media only screen and (min-width: 767px) {
  .resources .items .box .image {
    grid-row: span 2;
  }
}
.resources .items .box .image img {
  width: auto;
  max-height: 100%;
}

.resources-callout .box {
  display: grid;
  padding: 0 20px;
}
@media only screen and (min-width: 767px) {
  .resources-callout .box {
    padding: 0 40px;
    text-align: center;
  }
}

section.shortcode iframe {
  width: calc(100vw - 40px);
  max-width: 980px;
  height: calc(130vw - 40px);
  max-height: 1274px;
}
section.shortcode form {
  padding: 1px var(--padding);
  color: var(--copy-dark);
  background-color: var(--bg-light);
}
section.shortcode form #group {
  display: flex;
  grid-gap: 1em;
}
section.shortcode form #group label {
  display: inline;
  margin: 0;
}
section.shortcode form #group input {
  display: none;
}
section.shortcode form #group .wpcf7-list-item-label {
  color: var(--bg-dark);
  background-color: var(--bg-light);
  border-color: var(--bg-dark);
}
section.shortcode form #group .wpcf7-list-item-label:focus, section.shortcode form #group .wpcf7-list-item-label:hover {
  color: var(--bg-light);
  background-color: var(--bg-dark);
}
section.shortcode form #group input:checked + .wpcf7-list-item-label {
  color: var(--bg-light);
  background-color: var(--bg-dark);
}
section.shortcode form .first-row,
section.shortcode form .final-row {
  margin: 0;
}
section.shortcode form .final-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.shortcode form .wpcf7-response-output {
  margin: 17px 0;
  color: var(--copy-message);
}
section.shortcode form .wpcf7-not-valid-tip {
  color: var(--copy-message);
}

.table-content {
  margin: 2rem 0 0;
}
.table-content .table {
  display: grid;
  align-items: center;
  padding: 5px;
  color: var(--copy-dark-alt);
}
@media only screen and (min-width: 767px) {
  .table-content .table {
    grid-template-columns: 2fr 3fr;
  }
}
.table-content .table .category {
  padding: 1em 20px;
  font-size: 16px;
}
.table-content .table .notes {
  height: 100%;
  margin-bottom: 0.5em;
  padding: 0 20px;
  background-color: var(--bg-light-alt);
  border-radius: inherit;
}
@media only screen and (min-width: 767px) {
  .table-content .table .notes {
    margin-bottom: 0;
    border-radius: 0;
  }
  .table-content .table .notes:nth-child(2) {
    border-radius: 20px 20px 0 0;
  }
  .table-content .table .notes:last-child {
    border-radius: 0 0 20px 20px;
  }
  .table-content .table .notes:not(:last-child)::after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--copy-dark-alt);
  }
}
.table-content .button {
  display: grid;
}

/*# sourceMappingURL=style.css.map */
