@charset "UTF-8";
/*!
Theme Name: Sterilease
Theme URI: http://underscores.me/
Author: OnzeWeb
Author URI: http://onzeweb.ch
Description: Template Sterilease by Onzeweb
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sterilease
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sterilease is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
	- Navigation
	- Posts and pages
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Small menu. */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Onzeweb
--------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
:root {
  font-size: 62.5%;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
html {
  overscroll-behavior: smooth;
}

body, .page {
  margin: 0;
  background-color: #fafafa;
}

#page {
  position: relative;
  overflow-x: clip;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

@media screen and (max-width: 781px) {
  .no-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 782px) {
  .no-desktop {
    display: none !important;
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.block-s-peace {
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  height: var(--space-desktop, 0px);
}
@media (max-width: 781px) {
  .block-s-peace {
    height: var(--space-ipad, 0px);
  }
}
@media (max-width: 420px) {
  .block-s-peace {
    height: var(--space-mobile, 0px);
  }
}

/* ------------------------------------------- */
/* ------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  color: #1d1d1b;
}

a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:focus, a:focus-visible, a:active {
  outline: 0;
  outline-color: transparent;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection {
  background-color: #2735DB;
  color: #E0E0E0;
}

#colophon h1::selection, #colophon h2::selection, #colophon h3::selection, #colophon h4::selection, #colophon h5::selection, #colophon h6::selection, #colophon p::selection {
  background-color: #E0E0E0;
  color: #2735DB;
}

h1 {
  font-size: clamp(5rem, 0.0588235294 * (100vmin + 100vmax) / 2, 6rem);
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  line-height: 1;
}

h2 {
  font-size: clamp(3.4rem, 0.0490196078 * (100vmin + 100vmax) / 2, 5rem);
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  line-height: 1.1;
}

h3 {
  font-size: clamp(2.3rem, 0.0333333333 * (100vmin + 100vmax) / 2, 3.4rem);
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  line-height: 1.2;
}

h4 {
  font-size: clamp(2rem, 0.0294117647 * (100vmin + 100vmax) / 2, 3rem);
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  line-height: 1.2;
}

h5 {
  font-size: clamp(1.8rem, 0.0254901961 * (100vmin + 100vmax) / 2, 2.6rem);
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  line-height: 1.2;
}

h6 {
  font-size: clamp(1.4rem, 0.0176470588 * (100vmin + 100vmax) / 2, 1.8rem);
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

p, .wp-block-list {
  font-size: clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem);
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
p.has-small-font-size, .wp-block-list.has-small-font-size {
  font-size: max(1.2rem, clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem) * 0.777) !important;
  line-height: 1.3;
}
p.has-medium-font-size, .wp-block-list.has-medium-font-size {
  font-size: calc(clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem) * 1) !important;
}
p.has-large-font-size, .wp-block-list.has-large-font-size {
  font-size: calc(clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem) * 1.5) !important;
}
p.has-x-large-font-size, .wp-block-list.has-x-large-font-size {
  font-size: calc(clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem) * 2) !important;
}

#primary p a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #2735DB;
}
#primary p a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #2735DB;
  transition: width 0.3s ease-in-out;
}
#primary p a:hover {
  color: #E0E0E0;
}
#primary p a:hover::before {
  width: 100%;
}

#colophon p a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #E0E0E0;
}
#colophon p a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #E0E0E0;
  transition: width 0.3s ease-in-out;
}
#colophon p a:hover {
  color: #2735DB;
}
#colophon p a:hover::before {
  width: 100%;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
#loader .logo-sterilease {
  display: block;
  width: clamp(15rem, 0.4901960784 * (100vmin + 100vmax) / 2, 50rem);
}
#loader .logo-sterilease .grey-circle {
  transform-origin: center;
  transform-box: fill-box;
  animation: spin 1.5s linear infinite;
}
#loader.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ------------------------------------------- */
/* ------------------------------------------- */
#masthead {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  padding: 1rem 5%;
  background-color: transparent;
  transition: top 0.5s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  gap: calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) * 2);
}
@media screen and (max-width: 781px) {
  #masthead {
    align-items: center;
  }
}
#masthead .site-branding {
  flex: 0 1;
}
#masthead .site-branding .header-logo-link {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(15rem, 0.2450980392 * (100vmin + 100vmax) / 2, 25rem);
}
@media screen and (max-width: 1280px) {
  #masthead .site-branding .header-logo-link {
    width: clamp(15rem, 0.1960784314 * (100vmin + 100vmax) / 2, 20rem);
  }
}
#masthead .site-branding .header-logo-link .logo-sterilease {
  display: block;
}
#masthead .site-branding .header-logo-link .logo-sterilease .grey-circle {
  transform-origin: center;
  transform-box: fill-box;
}
#masthead .site-branding .header-logo-link:hover .logo-sterilease .grey-circle {
  transition: transform 1.5s ease-in-out;
  transform: rotate(360deg);
}
#masthead.scrolled {
  background-color: #fafafa;
  transition: top 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 0 1rem 1rem #1d1d1b20;
}
#masthead.scrolled.menu-hide {
  top: -150px;
}
#masthead #zone-menu #primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#masthead #zone-menu #primary-menu li a {
  position: relative;
  display: block;
}
@media screen and (max-width: 781px) {
  #masthead #zone-menu {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
    width: 100%;
    height: 100vh;
    padding: 20px 5%;
    overflow: hidden;
    background-color: #2735DB;
    transition: left 0.3s ease-in-out;
  }
  #masthead #zone-menu #primary-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
  }
  #masthead #zone-menu #primary-menu > li > a {
    color: #fafafa;
    font-size: clamp(3.4rem, 0.0490196078 * (100vmin + 100vmax) / 2, 5rem);
    font-weight: 600;
  }
}
@media screen and (min-width: 782px) {
  #masthead #zone-menu {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
    flex: 1 0;
  }
  #masthead #zone-menu #primary-menu {
    display: flex;
    gap: 0 calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) * 2);
  }
}
@media screen and (min-width: 782px) and (max-width: 1280px) {
  #masthead #zone-menu #primary-menu {
    gap: 0 clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
  }
}
@media screen and (min-width: 782px) {
  #masthead #zone-menu #primary-menu > li a {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 0.4em;
    padding: 0 0.2em;
    color: #2735DB;
    font-size: clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem);
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.3s ease-in-out;
  }
}
@media screen and (min-width: 782px) and (max-width: 1280px) {
  #masthead #zone-menu #primary-menu > li a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 782px) {
  #masthead #zone-menu #primary-menu > li a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 0.2rem;
    width: 0%;
    background-color: #2735DB;
    transition: width 0.3s ease-in-out;
  }
  #masthead #zone-menu #primary-menu > li:hover a::after, #masthead #zone-menu #primary-menu > li.current-menu-item a::after {
    width: 100%;
  }
}
@media screen and (max-width: 781px) {
  #masthead.menu-open #zone-menu {
    left: 0%;
  }
}

/*--- debut burger menu ---*/
#burger-menu {
  position: relative;
  z-index: 1111;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  /*--- enlever tour bleu en focus (non recommandé !) ---*/
}
@media screen and (min-width: 782px) {
  #burger-menu {
    display: none;
  }
}
#burger-menu span {
  display: block;
  position: absolute;
  right: calc(50% - 15px);
  width: 30px;
  height: 4px;
  background-color: #2735DB;
  border-radius: 0;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background-color 0.2s;
}
#burger-menu span:nth-child(1) {
  top: 10%;
}
#burger-menu span:nth-child(2) {
  top: calc(50% - 2px);
}
#burger-menu span:nth-child(3) {
  bottom: 10%;
}
#burger-menu.active span {
  background-color: #fafafa;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background-color 0.2s 0.2s;
}
#burger-menu.active span:nth-child(1) {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
#burger-menu.active span:nth-child(2) {
  opacity: 0;
}
#burger-menu.active span:nth-child(3) {
  bottom: calc(50% - 2px);
  transform: rotate(-45deg);
}
#burger-menu:focus {
  outline: none;
}

/*--- fin burger menu ---*/
/* ------------------------------------------- */
/* ------------------------------------------- */
#primary {
  min-height: 100vh;
  margin-bottom: var(--footer-height);
  background-color: #fafafa;
}
#primary.margin-top-content {
  padding-top: var(--header-height);
}
#primary .entry-content:not(.post-content) > * {
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  #primary .entry-content:not(.post-content) > * {
    width: 95%;
  }
}
#primary .entry-content:not(.post-content) > *.alignwide {
  width: 90%;
  max-width: none;
}
@media screen and (max-width: 781px) {
  #primary .entry-content:not(.post-content) > *.alignwide {
    width: 95%;
  }
}
#primary .entry-content:not(.post-content) > *.alignfull {
  width: 100%;
  max-width: none;
}

#map-sterilease {
  background-color: #2735DB;
  width: 100%;
  height: calc(100vh - var(--header-height));
}
@media screen and (max-width: 781px) {
  #map-sterilease {
    height: 60rem;
  }
}
@media screen and (max-width: 420px) {
  #map-sterilease {
    height: 30rem;
  }
}
#map-sterilease > * {
  width: 100% !important;
  height: 100% !important;
  filter: grayscale(100%);
  mix-blend-mode: luminosity;
}

#schema-svg {
  display: block;
  width: 100%;
  max-width: 80rem;
  margin: 3rem auto;
}
#schema-svg:hover .schema-txt {
  opacity: 0.5;
}
#schema-svg .schema-txt {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#schema-svg .schema-txt text {
  transition: fill 0.3s ease-in-out;
}
#schema-svg .schema-txt line, #schema-svg .schema-txt polyline {
  transition: stroke 0.3s ease-in-out;
}
#schema-svg .schema-txt:hover {
  opacity: 1;
}
#schema-svg .schema-txt:hover text {
  fill: #2735DB;
}
#schema-svg .schema-txt:hover line, #schema-svg .schema-txt:hover polyline {
  stroke: #2735DB;
}
#schema-svg .schema-txt.client-side:hover text {
  fill: #555555;
}
#schema-svg .schema-txt.client-side:hover line, #schema-svg .schema-txt.client-side:hover polyline {
  stroke: #555555;
}
#schema-svg .schema-circle {
  transform-origin: center;
  transform-box: fill-box;
  transition: transform 0.3s ease-in-out;
}
#schema-svg .schema-circle:hover {
  transform: scale(1.04);
}
#schema-svg:has(.schema-grey-circle:hover) .schema-txt.client-side {
  opacity: 1;
}
#schema-svg:has(.schema-grey-circle:hover) .schema-txt.client-side text {
  fill: #555555;
}
#schema-svg:has(.schema-grey-circle:hover) .schema-txt.client-side line, #schema-svg:has(.schema-grey-circle:hover) .schema-txt.client-side polyline {
  stroke: #555555;
}
#schema-svg:has(.schema-blue-circle:hover) .schema-txt:not(.client-side) {
  opacity: 1;
}
#schema-svg:has(.schema-blue-circle:hover) .schema-txt:not(.client-side) text {
  fill: #2735DB;
}
#schema-svg:has(.schema-blue-circle:hover) .schema-txt:not(.client-side) line, #schema-svg:has(.schema-blue-circle:hover) .schema-txt:not(.client-side) polyline {
  stroke: #2735DB;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#colophon {
  position: fixed;
  width: 100%;
  z-index: -1;
  bottom: 0;
  padding: 3rem 5% 1rem;
  background-color: #2735DB;
  color: #fafafa;
}
#colophon .site-info {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
}
@media screen and (max-width: 781px) {
  #colophon .site-info {
    grid-template-columns: repeat(2, auto);
  }
}
#colophon .site-info .ftr-contact {
  grid-column: 1/2;
}
#colophon .site-info .ftr-contact p {
  font-size: max(1.2rem, clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem) * 0.777);
}
#colophon .site-info .ftr-menu {
  grid-column: 2/3;
}
#colophon .site-info .ftr-menu #primary-menu-ftr {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
#colophon .site-info .ftr-menu #primary-menu-ftr li a {
  display: block;
  font-size: max(1.2rem, clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem) * 0.777);
}
#colophon .site-info .ftr-socials {
  grid-column: 3/4;
}
@media screen and (max-width: 781px) {
  #colophon .site-info .ftr-socials {
    grid-column: 1/2;
  }
}
#colophon .site-info .ftr-socials .linkedin-link {
  display: block;
  margin-top: 0.5rem;
  padding: 1rem;
  border: 1px solid #fafafa;
  border-radius: 0.5rem;
  width: 4rem;
  transition: background-color 0.3s ease-in-out;
}
#colophon .site-info .ftr-socials .linkedin-link svg {
  display: block;
}
#colophon .site-info .ftr-socials .linkedin-link svg path {
  fill: #fafafa;
  transition: fill 0.3s ease-in-out;
}
#colophon .site-info .ftr-socials .linkedin-link:hover {
  background-color: #fafafa;
}
#colophon .site-info .ftr-socials .linkedin-link:hover svg path {
  fill: #2735DB;
}
#colophon .ftr-signature {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
}
#colophon .ftr-signature p {
  font-size: 1.4rem !important;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.error404 #primary {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 0;
}
.error404 .redirection {
  width: 100%;
  max-width: 600px;
  height: 10px;
  border: 1px solid #2735DB;
  border-radius: 5px;
  margin: 5rem auto 0;
}
.error404 .redirection .full-load {
  background-color: #2735DB;
  width: 0;
  animation-name: redirect;
  animation-duration: 2.8s;
  animation-timing-function: ease-in-out;
  height: 100%;
  animation-fill-mode: forwards;
  border-radius: 5px;
}
@keyframes redirect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* Onzeweb X Gutenberg
--------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-details {
  margin-bottom: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
  padding-bottom: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem);
  border-bottom: 1px solid #2735DB;
}
#primary .wp-block-details summary {
  font-size: clamp(3.4rem, 0.0490196078 * (100vmin + 100vmax) / 2, 5rem);
  font-weight: 600;
  color: #2735DB;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-file {
  display: flex;
}
#primary .wp-block-file a:focus, #primary .wp-block-file a:focus-visible, #primary .wp-block-file a:active {
  outline: 0;
  outline-color: transparent;
}
#primary .wp-block-file a:not(.wp-block-file__button) {
  font-size: max(1.2rem, clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem) * 0.777) !important;
  color: #2735DB;
  background-color: #fafafa;
  border: 1px solid #2735DB;
  border-radius: 0;
  padding: 0.4em 0.8em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#primary .wp-block-file a:not(.wp-block-file__button):hover {
  color: #E0E0E0;
  background-color: #2735DB;
}
#primary .wp-block-file .wp-block-file__button {
  margin-left: 1rem;
  color: transparent;
  font-size: 0px !important;
  background-color: #2735DB;
  padding: 1rem;
}
#primary .wp-block-file .wp-block-file__button::after {
  content: "";
  background-image: url("./sass/res/icon-download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 2rem;
  height: 2rem;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}
#primary .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  padding-left: 0;
}
#primary .wp-block-media-text:not(.has-media-on-the-right) > .wp-block-media-text__content {
  padding-right: 0;
}
@media screen and (max-width: 781px) {
  #primary .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  #primary .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  #primary .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .entry-content .wp-block-heading.is-style-anima {
  position: relative;
  overflow-x: clip;
  width: fit-content !important;
  margin-right: initial;
  color: transparent;
  line-height: 1.2;
}
#primary .entry-content .wp-block-heading.is-style-anima::before {
  content: "";
  position: absolute;
  left: -111%;
  top: 0;
  height: 100%;
  width: 110%;
  background-color: #E0E0E0;
  transition: left 0.8s ease-in-out;
}
#primary .entry-content .wp-block-heading.is-style-anima.visible {
  animation: toBlue 1.6s forwards 0.4s;
}
#primary .entry-content .wp-block-heading.is-style-anima.visible::before {
  left: 111%;
}
#primary .entry-content > .wp-block-heading.is-style-anima {
  max-width: min(80%, 1280px);
  margin-left: max(10%, (100vw - 1280px) / 2);
}
@media screen and (max-width: 781px) {
  #primary .entry-content > .wp-block-heading.is-style-anima {
    max-width: min(95%, 1280px);
    margin-left: 2.5%;
  }
}
#primary .entry-content > .wp-block-heading.is-style-anima.alignwide {
  max-width: 90%;
  margin-left: 5%;
}
@media screen and (max-width: 781px) {
  #primary .entry-content > .wp-block-heading.is-style-anima.alignwide {
    max-width: 95%;
    margin-left: 2.5%;
  }
}
#primary .entry-content > .wp-block-heading.is-style-anima.alignfull {
  max-width: 100%;
  margin-left: 0;
}

@keyframes toBlue {
  0% {
    color: transparent;
  }
  10% {
    color: #E0E0E0;
  }
  100% {
    color: #2735DB;
  }
}
/* ------------------------------------------- */
/* ------------------------------------------- */
.wp-block-buttons {
  margin: clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  z-index: 1;
  display: block;
  color: #2735DB;
  border: 1px solid #2735DB;
  background-color: #fafafa;
  border-radius: 0;
  font-size: clamp(1.8rem, 0.0235294118 * (100vmin + 100vmax) / 2, 2.4rem);
  font-weight: 600;
  line-height: 1;
  padding: 0.8em 1.2em;
  transition: color ease-in-out 0.2s;
}
.wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2735DB;
  transition: clip-path 0s ease-in-out;
  inset: 0%;
  clip-path: inset(100% 0% 0%);
}
.wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2735DB;
  transition: clip-path 0.2s ease-in-out, opacity 0s ease-in-out 0.2s;
  inset: 0%;
  opacity: 0;
  clip-path: inset(0% 0% 100%);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: #E0E0E0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover::before {
  transition: clip-path 0.2s ease-in-out;
  clip-path: inset(0% 0% 0%);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover::after {
  transition: clip-path 0s ease-in-out, opacity 0.2s ease-in-out 0.2s;
  opacity: 1;
  clip-path: inset(0% 0% 0%);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:focus-visible, .wp-block-buttons .wp-block-button .wp-block-button__link:active {
  outline: 0;
  outline-color: transparent;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#primary .is-style-slider {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
#primary .is-style-slider .slides-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}
#primary .is-style-slider .is-style-slide {
  flex: 0 0 100%;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}
#primary .is-style-slider .is-style-slide.actif {
  outline: 3px solid transparent;
}
#primary .is-style-slider .wp-block-group.is-style-slide {
  display: flex;
  align-items: center;
  padding: var(--header-height) 5%;
}
#primary .is-style-slider .wp-block-cover.is-style-slide {
  padding: var(--header-height) 5%;
}
#primary .is-style-slider .wp-block-media-text.is-style-slide .wp-block-media-text__content {
  padding: var(--header-height) 10%;
}
#primary .is-style-slider .slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 781px) {
  #primary .is-style-slider .slider-nav {
    top: initial;
    bottom: 2rem;
    transform: translateY(0%);
  }
}
#primary .is-style-slider .slider-nav button {
  background: none;
  border: none;
  cursor: pointer;
  pointer-events: all;
  padding: 1rem;
}
#primary .is-style-slider .slider-nav button svg {
  width: 5rem;
  height: 5rem;
  fill: #2735DB;
}
#primary .is-style-slider .slider-indicators {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  background-color: #fafafa;
  padding: 1rem;
  border-radius: 5rem;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: calc(clamp(1.5rem, 0.0274509804 * (100vmin + 100vmax) / 2, 2.8rem) / 2);
  box-shadow: 0 0 1rem #1d1d1b20;
}
#primary .is-style-slider .slider-indicators span {
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  background: linear-gradient(#fafafa, #fafafa) padding-box, linear-gradient(to right, #2735DB, #2735DB00) border-box;
  border-radius: 50em;
  border: 0.5rem solid transparent;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  transform: rotate(130deg);
  filter: grayscale(1) brightness(3.5);
}
#primary .is-style-slider .slider-indicators span.active {
  transform: rotate(60deg);
  filter: grayscale(0);
}
