@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.buffer-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.buffer-top-0 {
  margin-top: 0px !important; }

.buffer-bottom-0 {
  margin-bottom: 0px !important; }

.buffer-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.buffer-top-1 {
  margin-top: 10px !important; }

.buffer-bottom-1 {
  margin-bottom: 10px !important; }

.buffer-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.buffer-top-2 {
  margin-top: 20px !important; }

.buffer-bottom-2 {
  margin-bottom: 20px !important; }

.buffer-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.buffer-top-3 {
  margin-top: 30px !important; }

.buffer-bottom-3 {
  margin-bottom: 30px !important; }

.buffer-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.buffer-top-4 {
  margin-top: 40px !important; }

.buffer-bottom-4 {
  margin-bottom: 40px !important; }

.buffer-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.buffer-top-5 {
  margin-top: 50px !important; }

.buffer-bottom-5 {
  margin-bottom: 50px !important; }

.buffer-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.buffer-top-6 {
  margin-top: 60px !important; }

.buffer-bottom-6 {
  margin-bottom: 60px !important; }

.buffer-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.buffer-top-7 {
  margin-top: 70px !important; }

.buffer-bottom-7 {
  margin-bottom: 70px !important; }

.buffer-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.buffer-top-8 {
  margin-top: 80px !important; }

.buffer-bottom-8 {
  margin-bottom: 80px !important; }

.buffer-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.buffer-top-9 {
  margin-top: 90px !important; }

.buffer-bottom-9 {
  margin-bottom: 90px !important; }

.buffer-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.buffer-top-10 {
  margin-top: 100px !important; }

.buffer-bottom-10 {
  margin-bottom: 100px !important; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 10px; }
  @media (max-width: 767px) {
    html {
      font-size: 8px; } }
  @media (max-height: 650px) {
    html {
      font-size: 8px; } }

body {
  background-color: white;
  color: black;
  overflow-x: hidden; }

img {
  border: 0; }

button {
  outline: none;
  cursor: pointer;
  background: none;
  border: 0; }

input, select, textarea, button {
  font: inherit; }

@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/open-sans-regular.woff2") format("woff2"), url("../fonts/open-sans-regular.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/open-sans-bold.woff2") format("woff2"), url("../fonts/open-sans-bold.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/open-sans-italic.woff2") format("woff2"), url("../fonts/open-sans-italic.woff") format("woff"); }

@font-face {
  font-family: 'MuseoSlab';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/museo-slab.woff") format("woff"); }

:root {
  --hk-blue: #3c57a6;
  --hk-red: #ee3c24;
  --hk-green: #6cbd45;
  --hk-grey: #999;
  --hk-black: #333;
  --hk-c1: #3c57a6;
  --hk-c2: #ee3c24;
  --hk-c3: #6cbd45;
  --hk-c4: #999;
  --hk-c5: #333;
  --font-header: MuseoSlab, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-text: OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
  --default-padding: 20px;
  --article-width: 650px;
  --max-content-width: 1200px; }

* {
  box-sizing: border-box; }

html {
  font-size: 10px; }
  @media (max-width: 767px) {
    html {
      font-size: 8px; } }

body {
  background: white;
  color: #333;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

h1, h2, h3, h4, h5, h6 {
  font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #3c57a6; }

h2 {
  font-size: 3rem;
  line-height: 3.5rem; }

h2 time {
  font-size: 1.6rem;
  color: #999;
  padding-left: 5px; }

h3 {
  color: #333;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h3 time {
  font-size: 1.4rem;
  color: #999; }

a {
  color: #3c57a6;
  text-decoration: none; }

li, p {
  line-height: 2.9rem; }

p {
  margin-bottom: 2rem; }

a:hover {
  color: #ee3c24; }

code, pre, tt {
  background: #eee; }

code, tt {
  padding: 3px;
  line-height: 1.5; }

pre {
  padding: 10px; }

.main-nav {
  width: 100%;
  padding: var(--default-padding);
  display: grid; }
  .main-nav__logo img {
    width: 100%;
    max-width: 300px; }
  .main-nav__items {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
  .main-nav__link {
    padding: 0 1rem;
    font-size: 2.4rem; }
  html.has-mouse .main-nav__item:hover .main-nav__link {
    color: var(--hk-c2); }
  .main-nav--white .main-nav__link {
    color: white; }
  .main-nav--white .main-nav__search-icon {
    fill: white; }
  .main-nav__search {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .main-nav__search-icon {
    fill: var(--hk-c1);
    width: 2.4rem; }
  html.has-mouse .main-nav__search:hover .main-nav__search-icon {
    fill: var(--hk-c2); }
  .main-nav__line {
    grid-column: span 2;
    margin-top: 12px; }
  @media (max-width: 374px) {
    .main-nav__link {
      font-size: 1.7rem; } }
  @media (min-width: 375px) and (max-width: 767px) {
    .main-nav, .main-nav__items {
      justify-content: center; }
    .main-nav:not(.main-nav--white) .main-nav__items {
      margin-top: 1rem; }
    .main-nav__line {
      display: none; }
    .main-nav__link {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    .main-nav__logo {
      align-self: center; }
    .main-nav__items {
      align-self: center;
      justify-self: end; } }

.work-grid {
  padding: 0; }
  .work-grid:after {
    content: "";
    display: table;
    clear: both; }
  .work-grid[data-standalone] {
    width: calc(100% - 20px);
    margin: 20px auto; }
  .work-grid[data-contained] {
    width: calc(100% + 20px);
    margin-left: -10px; }
  @media (min-width: 1200px) {
    .work-grid, .work-grid[data-standalone] {
      width: 1200px; } }
  .work-grid__grid {
    display: flex;
    flex-wrap: wrap; }
  .work-grid__item {
    list-style: none;
    padding: 0 10px 30px 10px; }
  .work-grid__item a {
    display: block;
    transform: scale(1);
    transition: 300ms transform; }
  .work-grid__item a:hover {
    transform: scale(1.07); }
  .work-grid__item figure {
    width: 100%;
    height: 200px;
    margin: 10px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #999; }
  .work-grid__item h2,
  .work-grid__item h3 {
    margin: 0; }
  .work-grid__item h2 {
    font-size: 1.8rem;
    margin-top: 17px; }
  .work-grid__item h3 {
    margin-top: 3px;
    font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #333;
    line-height: 2.6rem; }
  .work-grid__item time {
    color: #999;
    font-size: 1.2rem;
    padding-left: 5px; }
  @media (max-width: 767px) {
    .work-grid__item {
      width: 100%; }
    .work-grid__item figure,
    .work-grid__item h2,
    .work-grid__item h3 {
      max-width: 300px;
      margin: 0 auto; }
    .work-grid__item h2 {
      line-height: 1.75; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .work-grid__item {
      width: 50%; }
    .work-grid__item figure {
      height: 240px; } }
  @media (min-width: 992px) {
    .work-grid__item {
      width: 25%; } }
  @media (min-width: 1200px) {
    .work-grid__item {
      width: 300px; } }
  .work-grid[data-thumbl] .work-grid__item {
    padding: 0 10px 0px 10px; }
    @media (min-width: 992px) {
      .work-grid[data-thumbl] .work-grid__item {
        width: 33%; }
        .work-grid[data-thumbl] .work-grid__item figure {
          height: 250px; } }

.work-detail {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto; }
  .work-detail h4 {
    font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .work-detail h4 {
        margin-bottom: 15px; } }
  .work-detail ul {
    margin-top: 5px; }
  .work-detail small {
    color: #999;
    font-size: 1rem; }
  .work-detail__url {
    background: var(--hk-c1);
    font-size: 2rem;
    color: white;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .work-detail__url:hover {
    color: white;
    text-decoration: underline; }
  .work-detail__tags {
    margin-bottom: 1rem;
    display: flex;
    list-style: none; }
  .work-detail__tag {
    font-size: 1.4rem;
    margin-right: .5rem; }
  .work-detail__taglink {
    font-size: 1.4rem;
    text-decoration: underline;
    margin-right: .5rem; }
  .work-detail-header {
    float: left;
    padding-right: 10px;
    width: 50%; }
    @media (max-width: 767px) {
      .work-detail-header {
        padding-right: 0;
        width: 100%;
        margin-top: 10px; } }
  .work-detail-header h2 {
    margin-top: 0;
    margin-bottom: 0; }
  .work-detail-header h3 {
    margin-top: 0;
    margin-bottom: 5px; }
  .work-detail-thumb {
    float: left;
    width: 50%;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .work-detail-thumb {
        padding: 0;
        width: 100%;
        float: left; } }
  .work-detail-description ul {
    margin-left: 20px; }
  .work-detail-description li {
    line-height: 3rem; }

.notice[data-type] {
  padding: 5px 10px; }

.notice[data-type="primary"] {
  border: 1px solid #3c57a6; }

.notice[data-type="secondary"] {
  border: 1px solid #ee3c24; }

.blog-article-commentlink {
  font-size: 1.4rem;
  height: 2.7rem; }

.blog-article {
  max-width: 650px;
  margin: 0 auto; }
  .blog-article__time {
    font-size: 1.6rem;
    color: #999;
    padding-left: 5px;
    float: right;
    margin-bottom: 1rem;
    padding-left: 0; }
  .blog-article__headline {
    clear: right; }
  .blog-article > * {
    margin-bottom: 2rem; }
  .blog-article ul {
    padding-left: 5rem; }
  .blog-article > ul,
  .blog-article > ol {
    padding-left: 2.5rem; }
  .blog-article > ol > li {
    margin-bottom: 1rem; }
  .blog-article h2 {
    margin-bottom: 0; }
  .blog-article h3 {
    margin-top: 0;
    color: #ee3c24; }
  .blog-article img {
    max-width: 100%; }
  .blog-article img.alignnone,
  .blog-article img.aligncenter {
    display: block;
    margin: 0 auto; }
  .blog-article blockquote {
    background: #eee;
    padding: 1rem 1rem 1rem 3rem;
    border-left: 3px solid #3c57a6; }
  .blog-article .wp-caption.aligncenter {
    text-align: center; }
  .blog-article .wp-block-image {
    display: grid;
    justify-content: center; }
  .blog-article .wp-block-image figcaption {
    line-height: 1.4;
    text-align: center;
    font-size: 1.5rem;
    color: var(--hk-c4);
    margin-top: 3px; }
  .blog-article .wp-block-video video {
    max-height: 75vh;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .blog-article .wp-block-code {
    white-space: pre-line;
    font-size: 14px;
    border-radius: 6px; }

[data-page="page"] .blog-article h4 {
  font-family: var(--font-text); }

[data-page="page"] .blog-article .wp-block-code {
  margin-bottom: calc(var(--default-padding) * 1.5); }

.blog-article-archivelist time {
  color: #999; }

.blog-article-header h3 {
  margin-bottom: 5px; }

.blog-article-header__datenav {
  display: flex;
  justify-content: space-between; }

.blog-article-header__datenav a {
  color: var(--hk-c4);
  font-size: 1.6rem; }

.blog-article-subheader {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.blog-article-list .blog-article {
  margin-bottom: 60px; }

[data-page="wiki-overview"] .blog-article-list .blog-article {
  margin-bottom: 0; }

.circulaire-promo {
  background: #eee;
  padding: 10px;
  text-align: center; }
  .circulaire-promo iframe {
    height: 70px; }

.taglist {
  display: flex;
  overflow: hidden;
  padding: 0;
  margin: 0; }
  .taglist li {
    list-style: none; }
  .taglist a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 6px 10px;
    background: white;
    border: 1px solid #3c57a6;
    color: #3c57a6;
    font-size: 1.4rem;
    float: right;
    display: block;
    border: 0; }
    .taglist a:hover {
      background: #3c57a6;
      color: white; }
    @media (max-width: 500px) {
      .taglist a {
        padding: 6px 3px; } }

.form label, .form input, .form textarea, .form button {
  float: left;
  margin-bottom: 17px; }

.form label {
  clear: left;
  width: 200px;
  padding-top: 3px; }

.form input, .form textarea {
  width: calc(100% - 200px);
  padding: 3px; }

.form textarea {
  min-height: 100px; }

.form input[type="submit"],
.form button {
  text-decoration: underline; }

@media (max-width: 767px) {
  .form label {
    width: inherit;
    margin-bottom: 3px; }
  .form input, .form textarea {
    clear: left;
    width: 100%; } }

.commentlist {
  padding: 0;
  margin: 0; }
  .commentlist li {
    list-style: none;
    margin-bottom: 40px; }
  .commentlist [data-is-user] {
    background: #e0e8ff;
    padding: 10px;
    padding-bottom: 0;
    overflow: hidden; }
  .commentlist [data-is-nested] {
    margin-left: 20px; }
  .commentlist h3 {
    margin-bottom: 5px; }
  .commentlist p:first-of-type {
    margin-top: 0; }

.footer {
  margin-top: auto;
  background: var(--hk-c1);
  padding: var(--default-padding);
  display: grid;
  grid-gap: var(--default-padding);
  color: white; }
  .footer__logo img {
    width: 100%;
    max-width: 20rem; }
  .footer__info-text {
    max-width: 50rem; }
  .footer__links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem; }
  .footer__link-item {
    margin: 0 1rem 1rem 1rem; }
  .footer__link {
    color: white;
    font-size: 1.6rem; }
  @media (max-width: 767px) {
    .footer__info {
      order: 1;
      margin-top: 1rem;
      text-align: center; }
    .footer__info-text {
      margin-left: auto;
      margin-right: auto; }
    .footer__links {
      border-top: 1px solid white;
      margin-top: 1rem; } }
  @media (min-width: 768px) {
    .footer {
      grid-template-columns: 1fr 1fr; }
      .footer__nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end; } }

.share {
  text-align: center;
  margin-bottom: 20px; }
  .share h3 {
    padding-top: 5px;
    margin-bottom: 5px; }
    .share h3:after, .share h3:before {
      content: '';
      position: relative;
      display: block;
      width: 100%;
      height: 1px; }
    .share h3:after {
      background: #ee3c24;
      top: -45px; }
    .share h3:before {
      background: #6cbd45;
      top: -13px; }
  .share__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
  .share__button {
    width: 5rem;
    height: 5rem;
    padding: .8rem;
    background-color: #3c57a6;
    border-radius: 40px;
    transition: transform 0.15s;
    transform: scale(1);
    margin: 0 1rem; }
  .share__icon {
    width: 100%;
    height: 100%; }
  .share a:hover {
    background: #ee3c24;
    transform: scale(1.2); }

.intro {
  background: var(--hk-c1);
  overflow: hidden;
  width: 100%;
  margin-bottom: 4rem; }
  .intro__menu {
    justify-content: center;
    margin-top: 1rem; }
  .intro-newsletter {
    text-align: center; }
  .intro article {
    width: 70%;
    margin: 40px auto;
    background: white;
    padding: 20px;
    border: 1px solid black; }
    .intro article img {
      width: 100%;
      max-width: 400px;
      display: block;
      margin: 0 auto; }
    .intro article img.intro-fullsize {
      width: inherit;
      max-width: 100%; }
    @media (max-width: 767px) {
      .intro article {
        width: 100%;
        margin: 0;
        padding: 10px;
        padding-top: 20px;
        border: 0; } }
  .intro__newsletter {
    margin: 0 auto 2rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .intro__newsletter > * {
      height: 6rem; }
    .intro__newsletter input:first-child {
      font-size: 2rem; }
    .intro__newsletter input, .intro__newsletter button {
      border: 2px solid black;
      padding: 1rem; }
    .intro__newsletter input[type="submit"] {
      cursor: pointer; }

.clearfix {
  display: block; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.max-content-width {
  max-width: var(--max-content-width); }

.article-container {
  width: 100%;
  max-width: var(--article-width);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--default-padding); }
  @media (max-width: 767px) {
    .article-container {
      padding-left: var(--default-padding);
      padding-right: var(--default-padding); } }

.max-article-width {
  max-width: var(--article-width); }

.container {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.hidden {
  display: none; }

.text-center {
  text-align: center; }

.list-inline {
  display: flex; }
  .list-inline li {
    list-style: none;
    margin: 0 10px; }
  .list-inline li:last-child {
    margin-right: 0; }

.button {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 6px 10px;
  background: white;
  border: 1px solid #3c57a6;
  color: #3c57a6;
  font-size: 1.4rem; }
  .button:hover {
    background: #3c57a6;
    color: white; }
  .button.button-lg {
    font-size: 3rem;
    font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px 15px;
    margin: 0; }

.button-tag {
  display: inline-block;
  padding: 6px 10px;
  background: #3c57a6;
  color: white;
  font-size: 1.4rem; }
  html.has-mouse .button-tag:hover {
    color: white;
    text-decoration: underline; }

.lead {
  font-size: 2rem;
  text-align: center;
  font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 2rem; }
  @media (max-width: 767px) {
    .lead {
      font-size: 1.7rem; } }

.col-half {
  width: 50%;
  float: left;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .col-half {
      width: 100%;
      margin-bottom: 5rem; } }

.ulist h2 {
  margin-bottom: 0; }

.ulist ul {
  margin-top: 10px;
  padding-left: 28px; }

.text-button {
  margin-left: 9px; }

.ul-columns {
  -moz-column-count: 3;
       column-count: 3;
  padding: 0; }
  @media (max-width: 767px) {
    .ul-columns {
      -moz-column-count: 2;
           column-count: 2; } }

.wp-caption-text {
  text-align: center;
  padding-top: .5rem;
  line-height: 1;
  color: #999;
  font-size: 1.4rem; }

[data-page="search"] {
  min-height: 100vh; }

.search {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 100rem;
  padding: 3rem 0; }
  .search > * + * {
    margin-top: 1rem; }
  .search .gsc-control-cse {
    padding: 0; }
  .search input.gsc-search-button {
    padding: 3px 51px 3px 4px;
    width: inherit;
    height: inherit;
    margin: 0;
    font-size: 14px; }
  .search .gscb_a {
    position: relative;
    top: 2px; }

.project {
  width: calc(100% - 40px);
  margin: 0 auto; }
  .project td {
    padding-bottom: 20px; }
  .project label, .project select, .project input, .project textarea {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.6rem; }
  .project blockquote {
    line-height: 3rem; }

.oembed-container {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .oembed-container::before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .oembed-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.secondary-nav {
  display: flex;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px; }
  .secondary-nav li {
    list-style: none; }
  @media (min-width: 768px) {
    .secondary-nav {
      justify-content: flex-end; } }
  @media (max-width: 767px) {
    .secondary-nav {
      justify-content: center; } }

.double-line {
  width: 100%;
  border: 0; }
  .double-line:after {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    border-top: 1px solid var(--hk-c2);
    border-bottom: 1px solid var(--hk-c3); }

.breadcrumb {
  width: 100%;
  max-width: var(--article-width);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--default-padding); }
  @media (max-width: 767px) {
    .breadcrumb {
      padding-left: var(--default-padding);
      padding-right: var(--default-padding); } }
  .breadcrumb__list {
    display: flex;
    list-style: none; }
  .breadcrumb li {
    font-size: 16px;
    margin-right: 5px; }
  .breadcrumb li:after {
    content: '/'; }
  .breadcrumb li:last-child:after {
    content: ''; }

.toc {
  width: 100%;
  max-width: var(--article-width);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--default-padding); }
  @media (max-width: 767px) {
    .toc {
      padding-left: var(--default-padding);
      padding-right: var(--default-padding); } }
  .toc__list {
    list-style: none; }
  .toc--inline .toc__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .toc--inline li {
    margin: 1rem; }
  .toc__h3 {
    margin-top: 1rem; }
  .toc__h3 a {
    color: var(--hk-c2);
    font-weight: bold; }
  .toc__h4 {
    list-style: disc;
    margin-left: 3rem; }

.btn--center {
  margin-left: auto;
  margin-right: auto; }

.btn--donate {
  background: var(--hk-c1);
  color: white;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 1.5rem 2rem;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 1rem; }

.btn--donate:before {
  content: '🎁';
  margin-right: 1rem; }

html.has-mouse .btn--donate:hover {
  background: var(--hk-c2);
  color: white; }

.btn--action {
  border: 2px solid var(--hk-c1);
  color: var(--hk-c1);
  font-weight: bold;
  font-size: 2rem;
  padding: 1rem 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block; }

html.has-mouse .btn--action:hover {
  background: var(--hk-c1);
  color: white; }

.workgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  list-style: none; }
  .workgrid, .workgrid__item {
    width: 100%; }
  .workgrid__link {
    display: block; }
  .workgrid__image {
    display: block;
    width: 100%;
    max-height: 50rem;
    -o-object-fit: contain;
       object-fit: contain; }

.circulaire-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 70px; }
  .circulaire-form__input, .circulaire-form__button {
    padding: .5rem 1rem;
    height: 60px;
    font-size: 2rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .circulaire-form__input {
    border: 2px solid var(--hk-c1);
    border-radius: 6px 0 0 6px; }
  .circulaire-form__button {
    background: var(--hk-c1);
    color: white;
    border-radius: 0 6px 6px 0; }
