@charset "UTF-8";
/*!
Theme Name: lobs
Theme URI: http://underscores.me/
Author: Onzeweb
Author URI: https://onzeweb.ch
Description: Theme lobs
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: lobs
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.

lobs 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
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  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: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 190px;
}
@media screen and (max-width: 781px) {
  .main-navigation ul ul a {
    width: initial;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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;
}

/* LOBS
--------------------------------------------- */
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Thin Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro ExtraLight Italic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Book Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Medium Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Semibold Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Bold Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro Black Italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro UltraBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("./acumin_pro/Acumin Pro UltraBlack Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: normal;
  font-weight: 400;
  src: url("./minion/MinionPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: italic;
  font-weight: 400;
  src: url("./minion/MinionPro-It.woff") format("woff");
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: normal;
  font-weight: 500;
  src: url("./minion/MinionPro-Medium.woff") format("woff");
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: italic;
  font-weight: 500;
  src: url("./minion/MinionPro-MediumIt.woff") format("woff");
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: normal;
  font-weight: 600;
  src: url("./minion/MinionPro-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: italic;
  font-weight: 600;
  src: url("./minion/MinionPro-SemiboldIt.woff") format("woff");
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: normal;
  font-weight: 700;
  src: url("./minion/MinionPro-BoldCn.woff") format("woff");
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: normal;
  font-weight: 700;
  src: url("./minion/MinionPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: italic;
  font-weight: 700;
  src: url("./minion/MinionPro-BoldCnIt.woff") format("woff");
}
@font-face {
  font-family: "Minion Pro 11";
  font-style: italic;
  font-weight: 700;
  src: url("./minion/MinionPro-BoldIt.woff") format("woff");
}
:root {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth !important;
}
html.active {
  overflow: hidden;
}

body {
  font-family: "Acumin Pro";
  font-style: normal;
  margin: 0 !important;
  padding: 0;
  font-optical-sizing: auto;
  color: black;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.6rem;
}
body.home {
  background-color: #8CD641;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  position: fixed;
  width: 100%;
}
body.home .wp-block-heading {
  color: white !important;
}
body.home .page {
  margin: 0 !important;
}
@media (max-width: 781px) {
  body.home .home-coli {
    min-height: 100vh !important;
    min-height: 100dvh !important;
    position: fixed;
    width: 100%;
  }
}
body.home.is-mobile {
  background-color: white !important;
}
body.home.is-mobile .home-coli {
  background-color: #8CD641;
}

a:visited {
  color: inherit;
}

h1 {
  font-size: clamp(3.5rem, 4.6875vw, 6rem) !important;
}
h1.has-small-font-size {
  font-size: calc(clamp(3.5rem, 4.6875vw, 6rem) * 0.5) !important;
}
h1.has-medium-font-size {
  font-size: calc(clamp(3.5rem, 4.6875vw, 6rem) * 0.75) !important;
}
h1.has-large-font-size {
  font-size: calc(clamp(3.5rem, 4.6875vw, 6rem) * 1.25) !important;
}
h1.has-x-large-font-size {
  font-size: calc(clamp(3.5rem, 4.6875vw, 6rem) * 1.5) !important;
}
.single-service h1 {
  text-align: center;
  font-size: clamp(2.4rem, 2.5vw, 3.2rem) !important;
}

h2 {
  font-size: clamp(2.4rem, 2.5vw, 3.2rem) !important;
}
h2.has-small-font-size {
  font-size: calc(clamp(2.4rem, 2.5vw, 3.2rem) * 0.5) !important;
}
h2.has-medium-font-size {
  font-size: calc(clamp(2.4rem, 2.5vw, 3.2rem) * 0.75) !important;
}
h2.has-large-font-size {
  font-size: calc(clamp(2.4rem, 2.5vw, 3.2rem) * 1.25) !important;
}
h2.has-x-large-font-size {
  font-size: calc(clamp(3.3rem, 4vw, 8rem) / 1.4) !important;
  letter-spacing: 0.35rem;
  line-height: 1.2;
}
.home h2 {
  line-height: 1.6;
}

h3, .entry-content .cmplz-document h2 {
  font-size: 1.7rem !important;
  letter-spacing: 1px;
}
h3.has-small-font-size, .entry-content .cmplz-document h2.has-small-font-size {
  font-size: 0.85rem !important;
}
h3.has-medium-font-size, .entry-content .cmplz-document h2.has-medium-font-size {
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) * 0.9) !important;
}
h3.has-medium-font-size strong, .entry-content .cmplz-document h2.has-medium-font-size strong {
  font-size: clamp(1.6rem, 1.25vw, 1.6rem) !important;
  font-style: normal;
  font-family: "Minion Pro 11", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  padding-left: 0.5rem;
}
h3.has-large-font-size, .entry-content .cmplz-document h2.has-large-font-size {
  font-size: 2.125rem !important;
}
h3.has-x-large-font-size, .entry-content .cmplz-document h2.has-x-large-font-size {
  font-size: 2.55rem !important;
}
h3 em, .entry-content .cmplz-document h2 em {
  font-style: italic;
}
h3 + p, .entry-content .cmplz-document h2 + p {
  margin-top: 1.8rem !important;
}
.service-text h3, .service-text .entry-content .cmplz-document h2 {
  font-size: 1.4166666667rem !important;
}
.service-text h3 + p, .service-text .entry-content .cmplz-document h2 + p {
  margin-top: 0 !important;
}
h3.author.is-style-trait-before, .entry-content .cmplz-document h2.author.is-style-trait-before {
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) / 1.33) !important;
}

.slide-number {
  font-size: 1.6rem;
}

h4 {
  font-family: "Minion Pro 11", sans-serif;
  font-size: clamp(1.8rem, 1.40625vw, 1.8rem) !important;
  letter-spacing: 1px;
}
h4.has-small-font-size {
  font-size: calc(clamp(1.8rem, 1.40625vw, 1.8rem) * 0.5) !important;
}
h4.has-medium-font-size {
  font-size: calc(clamp(1.8rem, 1.40625vw, 1.8rem) * 0.75) !important;
}
h4.has-large-font-size {
  font-size: calc(clamp(1.8rem, 1.40625vw, 1.8rem) * 1.25) !important;
}
h4.has-x-large-font-size {
  font-size: calc(clamp(1.8rem, 1.40625vw, 1.8rem) * 1.5) !important;
}
h4 em {
  font-weight: 500;
  font-style: italic !important;
}

p, .entry-content .cmplz-document ul li {
  font-family: "Minion Pro 11", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.25vw, 1.6rem) !important;
}
p + p, .entry-content .cmplz-document ul li + p {
  margin-top: 1.8rem !important;
}
p.has-small-font-size, .entry-content .cmplz-document ul li.has-small-font-size {
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) * 0.5) !important;
}
p.has-medium-font-size, .entry-content .cmplz-document ul li.has-medium-font-size {
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) * 0.75) !important;
}
p.has-large-font-size, .entry-content .cmplz-document ul li.has-large-font-size {
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) * 1.25) !important;
}
p.has-x-large-font-size, .entry-content .cmplz-document ul li.has-x-large-font-size {
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) * 1.5) !important;
}
p a, .entry-content .cmplz-document ul li a {
  text-decoration: none;
}
p a:hover, .entry-content .cmplz-document ul li a:hover {
  text-decoration: underline;
}
.service-text p, .service-text .entry-content .cmplz-document ul li {
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) / 1.1) !important;
}
.is-style-other-typo p, .is-style-other-typo .entry-content .cmplz-document ul li {
  font-family: "Acumin Pro";
}
.lien p.has-link-color strong, .lien .entry-content .cmplz-document ul li.has-link-color strong {
  font-family: "Acumin Pro";
  color: #8CD641;
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) / 1.3) !important;
  padding-right: 0.4rem;
}

.entry-content .cmplz-document p a {
  color: black;
}

.wp-block-list {
  font-family: "Minion Pro 11", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.25vw, 1.6rem) !important;
  margin-left: 0;
  padding-left: 1.5rem;
}
.wp-block-list li {
  padding-left: 1rem;
  line-height: 2.7rem;
}
@media screen and (max-width: 781px) {
  .wp-block-list li {
    line-height: 2.6rem;
  }
}
.wp-block-list li a {
  text-decoration: none;
}
.wp-block-list li a:hover {
  text-decoration: underline;
}
.wp-block-list li::marker {
  color: #8CD641;
  /* Change la couleur des puces */
  font-size: 2rem;
  /* Optionnel : modifier la taille des puces */
}

.is-style-trait-before::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10rem;
  /* Longueur du trait */
  height: 0.5px;
  /* Épaisseur */
  background-color: #8CD641;
  /* Vert */
  margin-right: 2rem;
  /* Espace entre le trait et le texte */
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 781px) {
  .is-style-trait-before::before {
    width: 5.8rem;
  }
}

.is-style-trait-before-invi::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10rem;
  /* Longueur du trait */
  height: 0.5px;
  /* Épaisseur */
  background-color: transparent;
  /* Vert */
  margin-right: 2rem;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (max-width: 781px) {
  .is-style-trait-before-invi::before {
    display: none;
  }
}

.site-header {
  background: #fff;
  font-family: "Helvetica Neue", sans-serif;
  position: relative;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: top ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: top ease-in-out 0.3s, background-color ease-in-out 0.3s;
}
.site-header .wrapper-menu {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  border-bottom: 0.5px solid #8CD641;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-bottom ease-in-out 0.3s;
  transition: border-bottom ease-in-out 0.3s;
}
@media screen and (max-width: calc(1565px + 10vw)) {
  .site-header .wrapper-menu {
    width: calc(100% - 10vw);
    padding: 1rem 0;
  }
}
.site-header .wrapper-menu .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 51rem;
}
@media screen and (max-width: 781px) {
  .site-header .wrapper-menu .site-branding {
    width: 80%;
  }
}
.site-header .wrapper-menu .site-branding .custom-logo {
  width: 100%;
  height: auto;
}
.site-header .wrapper-menu .site-branding .site-title {
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #003131;
}
.site-header .wrapper-menu .logo-white {
  display: none;
}
.site-header .wrapper-menu .mini-menu-all {
  margin-left: auto;
  margin-right: 9rem;
}
@media screen and (max-width: 1320px) {
  .site-header .wrapper-menu .mini-menu-all {
    display: none !important;
  }
}
.site-header .wrapper-menu .mini-menu-all #mini-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4rem;
}
@media screen and (max-width: 1320px) {
  .site-header .wrapper-menu .mini-menu-all #mini-menu {
    gap: 3rem;
  }
}
.site-header .wrapper-menu .mini-menu-all #mini-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) / 2);
  font-weight: 700;
  padding: 1rem;
  color: black;
  display: block;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.site-header .wrapper-menu .mini-menu-all #mini-menu li a:hover {
  color: #8CD641;
}
.site-header .wrapper-menu .mini-menu-all #mini-menu .sub-menu {
  display: none !important;
}
.site-header .wrapper-menu .main-navigation .menu-menu-1-container {
  position: fixed;
  left: 0;
  top: -110%;
  background-color: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: -11;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 781px) {
  .site-header .wrapper-menu .main-navigation .menu-menu-1-container {
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-header .wrapper-menu .main-navigation .menu-menu-1-container #primary-menu {
  gap: 2rem;
  width: 90%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(10vh);
          transform: translateY(10vh);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (max-width: 781px) {
  .site-header .wrapper-menu .main-navigation .menu-menu-1-container #primary-menu {
    width: calc(100% - 10vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 3rem;
    padding-bottom: 11.9rem;
    gap: 3rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.site-header .wrapper-menu .main-navigation .menu-menu-1-container #primary-menu > li > a {
  display: block;
  font-size: 1.2592592593rem;
  font-weight: 700;
  color: black;
  letter-spacing: 1px;
}
.site-header .wrapper-menu .main-navigation .menu-menu-1-container #primary-menu > li > a:hover {
  text-decoration: underline;
  color: black;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
}
.site-header .wrapper-menu .main-navigation .menu-menu-1-container #primary-menu > li .sub-menu {
  left: 0;
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  margin-top: 3rem;
  row-gap: 1.4rem;
}
@media screen and (max-width: 781px) {
  .site-header .wrapper-menu .main-navigation .menu-menu-1-container #primary-menu > li .sub-menu {
    row-gap: 0.8rem;
    margin-top: 1rem;
  }
}
.site-header .wrapper-menu .main-navigation .menu-menu-1-container #primary-menu > li .sub-menu li a {
  font-size: 1.1428571429rem;
  color: black;
  letter-spacing: 0.5px;
}
.site-header .wrapper-menu .main-navigation .menu-menu-1-container #primary-menu > li .sub-menu li a:hover {
  text-decoration: underline;
  color: black;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
}
.site-header .wrapper-menu .main-navigation.toggled .menu-menu-1-container {
  background-color: white;
  z-index: 9;
  top: 11.9rem;
  pointer-events: initial;
}
@media screen and (max-width: 781px) {
  .site-header .wrapper-menu .main-navigation.toggled .menu-menu-1-container {
    top: 7.55rem;
  }
}
.site-header .wrapper-menu .main-navigation.toggled .menu-menu-1-container #primary-menu {
  opacity: 1;
}
.site-header #burger-menu {
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 111;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.3s all, ease-in-out 0s right;
  transition: ease-in-out 0.3s all, ease-in-out 0s right;
}
@media screen and (max-width: calc(1565px + 10vw)) {
  .site-header #burger-menu {
    right: 5vw;
  }
}
.site-header #burger-menu.active span {
  -webkit-transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, -webkit-transform 0.2s 0.4s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, -webkit-transform 0.2s 0.4s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, -webkit-transform 0.2s 0.4s;
  background-color: black;
}
.site-header #burger-menu.active span:nth-child(1) {
  top: calc(50% - 0.05rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header #burger-menu.active span:nth-child(2) {
  opacity: 0;
}
.site-header #burger-menu.active span:nth-child(3) {
  bottom: calc(50% - 0.05rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header #burger-menu span {
  display: block;
  position: absolute;
  left: calc(50% - 1.75rem);
  right: 0;
  width: 3.5rem;
  height: 0.1rem;
  background-color: black;
  -webkit-transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, background-color ease-in-out 0.3s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, background-color ease-in-out 0.3s, -webkit-transform 0.2s 0.2s;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background-color ease-in-out 0.3s;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background-color ease-in-out 0.3s, -webkit-transform 0.2s 0.2s;
}
.site-header #burger-menu span:nth-child(1) {
  top: 20%;
}
.site-header #burger-menu span:nth-child(2) {
  top: calc(50% - 0.05rem);
}
.site-header #burger-menu span:nth-child(3) {
  bottom: 18%;
}
.site-header #burger-menu:focus {
  outline: none;
}
.page-template-page-white .site-header, .home .site-header {
  background-color: transparent;
}
.page-template-page-white .site-header .wrapper-menu, .home .site-header .wrapper-menu {
  border-bottom: 0.5px solid transparent;
}
.page-template-page-white .site-header .logo-white, .home .site-header .logo-white {
  display: block;
}
.page-template-page-white .site-header .custom-logo-link, .home .site-header .custom-logo-link {
  display: none;
}
.page-template-page-white .site-header .mini-menu-all #mini-menu li a, .home .site-header .mini-menu-all #mini-menu li a {
  color: white;
}
.page-template-page-white .site-header .mini-menu-all #mini-menu li a:hover, .home .site-header .mini-menu-all #mini-menu li a:hover {
  text-decoration: underline;
  color: white;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
}
.page-template-page-white .site-header #burger-menu span, .home .site-header #burger-menu span {
  background-color: white;
}
.site-header.scrolled {
  background-color: white;
}
.site-header.scrolled .wrapper-menu {
  border-bottom: 0.5px solid #8CD641;
}
.site-header.scrolled .logo-white {
  display: none;
}
.site-header.scrolled .custom-logo-link {
  display: block;
}
.site-header.scrolled .mini-menu-all #mini-menu li a {
  color: black;
}
.site-header.scrolled .mini-menu-all #mini-menu li a:hover {
  text-decoration: none;
  color: #8CD641;
}
.site-header.scrolled #burger-menu span {
  background-color: black;
}
.site-header.scrolled.menu-hide {
  top: -15rem;
}
html.active .site-header {
  background-color: white;
}
html.active .site-header .wrapper-menu {
  border-bottom: 0.5px solid #8CD641;
}
html.active .site-header .logo-white {
  display: none;
}
html.active .site-header .custom-logo-link {
  display: block;
}
html.active .site-header .mini-menu-all #mini-menu li a {
  color: black;
}
html.active .site-header .mini-menu-all #mini-menu li a:hover {
  text-decoration: none;
  color: #8CD641;
}
html.active .site-header #burger-menu span {
  background-color: black;
}

.page #primary .entry-content > *:first-child {
  margin-top: 20rem;
}
@media screen and (max-width: 781px) {
  .page #primary .entry-content > *:first-child {
    margin-top: 11.9rem;
    margin-bottom: 0;
  }
}
@media print {
  .page #primary .entry-content > *:first-child {
    margin-top: 1rem;
  }
}
#primary .entry-content > *:last-child {
  margin-bottom: 0 !important;
}
#primary .post-thumbnail {
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17rem;
}
@media screen and (max-width: 781px) {
  #primary .post-thumbnail {
    margin-top: 11.9rem;
  }
}
@media print {
  #primary .post-thumbnail {
    margin-top: 1rem;
  }
}
@media screen and (max-width: calc(1280px + 20vw)) {
  #primary .post-thumbnail {
    width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 781px) {
  #primary .post-thumbnail {
    width: calc(100% - 10vw);
  }
}
#primary .entry-content {
  overflow-x: hidden;
  width: 100%;
  margin-top: 0;
}
#primary .entry-content > * {
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1280px + 20vw)) {
  #primary .entry-content > * {
    width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 781px) {
  #primary .entry-content > * {
    width: calc(100% - 10vw);
  }
}
#primary .entry-content > *.has-background {
  max-width: 100% !important;
  padding: 3rem 0;
}
@media screen and (max-width: calc(1280px + 20vw)) {
  #primary .entry-content > *.has-background {
    width: 100%;
  }
}
#primary .entry-content > *.has-background > * {
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1280px + 20vw)) {
  #primary .entry-content > *.has-background > * {
    width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 781px) {
  #primary .entry-content > *.has-background > * {
    width: calc(100% - 10vw);
  }
}
#primary .entry-content > *.alignwide {
  max-width: 1565px !important;
}
@media screen and (max-width: calc(1565px + 20vw)) {
  #primary .entry-content > *.alignwide {
    width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 781px) {
  #primary .entry-content > *.alignwide {
    width: calc(100% - 10vw);
  }
}
#primary .entry-content > *.alignfull {
  max-width: 100% !important;
  width: 100%;
}
#primary .entry-content > *.alignfull .wp-block-group .wp-block-group__inner-container {
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1280px + 20vw)) {
  #primary .entry-content > *.alignfull .wp-block-group .wp-block-group__inner-container {
    width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 781px) {
  #primary .entry-content > *.alignfull .wp-block-group .wp-block-group__inner-container {
    width: calc(100% - 10vw);
  }
}
#primary .entry-content > *.alignfull .wp-block-group.alignwide .wp-block-group__inner-container {
  max-width: 1565px !important;
}
#primary .entry-content > *.alignfull .wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 100% !important;
}
#primary .entry-content .block-services-nav .services-section {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1565px + 10vw)) {
  #primary .entry-content .block-services-nav .services-section {
    width: 100%;
  }
}

.wp-block-separator {
  border-top: 0;
  background-color: #3B3B3B;
  margin-top: 3rem;
  height: 0.5px;
}
@media (max-width: 781px) {
  .wp-block-separator {
    display: none;
  }
}

.wp-block-columns.is-style-trait-middle {
  gap: 3rem clamp(4rem, 6.757vw, 10rem) !important;
  position: relative;
}
.wp-block-columns.is-style-trait-middle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0.5px;
  background-color: #3B3B3B;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-trait-middle::before {
    display: none;
  }
}

.wp-block-buttons .wp-block-button a {
  background-color: transparent !important;
  border: 0.5px solid #8CD641 !important;
  color: black !important;
  font-weight: 700;
  padding-top: 2.2rem;
  padding-bottom: 1.8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) / 1.28);
  letter-spacing: 1px;
}
@media screen and (max-width: 781px) {
  .wp-block-buttons .wp-block-button a {
    border: 1px solid #8CD641 !important;
  }
}
.wp-block-buttons .wp-block-button a:hover {
  background-color: #8CD641 !important;
  color: white !important;
}
@media print {
  .wp-block-buttons {
    display: none !important;
  }
}

.single-service .entry-header {
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1280px + 20vw)) {
  .single-service .entry-header {
    width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 781px) {
  .single-service .entry-header {
    width: 70%;
    top: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: none;
    padding-top: 1rem;
  }
}
.single-service .nav-parent {
  position: relative;
}
.single-service .nav-parent .slider-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: calc(1280px + 20vw)) {
  .single-service .nav-parent .slider-navigation {
    width: calc(100% - 20vw);
  }
}
@media screen and (max-width: 781px) {
  .single-service .nav-parent .slider-navigation {
    width: calc(100% - 10vw);
    top: 119%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.single-service .nav-parent .prev,
.single-service .nav-parent .next {
  height: clamp(2.4rem, 3.243vw, 4.8rem);
  width: clamp(6.5rem, 8.784vw, 13rem);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  padding: 0;
  color: transparent !important;
  position: relative;
  z-index: 4;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* 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 */
}
.single-service .nav-parent .prev {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%22248.262%22%20height%3D%2229.539%22%20viewBox%3D%220%200%20248.262%2029.539%22%3E%3Cg%20transform%3D%22translate(0.086%200.369)%22%3E%3Cpath%20d%3D%22M763.151%2C1041.643%2C887.2%2C1070.424l124.046-28.781%22%20transform%3D%22translate(-763.151%20-1041.643)%22%20fill%3D%22none%22%20stroke%3D%22%23aec237%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%220.759%22/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transform: translateX(-120%) rotate(90deg) scaleY(2.5) scaleX(1.5);
          transform: translateX(-120%) rotate(90deg) scaleY(2.5) scaleX(1.5);
}
@media screen and (max-width: 781px) {
  .single-service .nav-parent .prev {
    -webkit-transform: translateX(0) rotate(90deg) scaleY(2.5) scaleX(1);
            transform: translateX(0) rotate(90deg) scaleY(2.5) scaleX(1);
    background-position: bottom;
  }
}
.single-service .nav-parent .next {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%22248.262%22%20height%3D%2229.539%22%20viewBox%3D%220%200%20248.262%2029.539%22%3E%3Cg%20transform%3D%22translate(0.086%200.369)%22%3E%3Cpath%20d%3D%22M763.151%2C1041.643%2C887.2%2C1070.424l124.046-28.781%22%20transform%3D%22translate(-763.151%20-1041.643)%22%20fill%3D%22none%22%20stroke%3D%22%23aec237%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%220.759%22/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transform: translateX(120%) rotate(270deg) scaleY(2.5) scaleX(1.5);
          transform: translateX(120%) rotate(270deg) scaleY(2.5) scaleX(1.5);
}
@media screen and (max-width: 781px) {
  .single-service .nav-parent .next {
    -webkit-transform: translateX(0) rotate(270deg) scaleY(2.5) scaleX(1);
            transform: translateX(0) rotate(270deg) scaleY(2.5) scaleX(1);
    background-position: bottom;
  }
}
.single-service .info-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 13;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .single-service .info-fix {
    display: none;
  }
}
.single-service .info-fix > button,
.single-service .info-fix a {
  background-color: #8CD641;
  cursor: pointer;
  padding: 1rem;
  display: block;
  border: 0;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-radius: 0;
  -webkit-transition: padding-left ease-in-out 0.3s;
  transition: padding-left ease-in-out 0.3s;
}
.single-service .info-fix > button svg,
.single-service .info-fix a svg {
  display: block;
  width: 3rem;
  height: 3rem;
}
.single-service .info-fix > button:hover,
.single-service .info-fix a:hover {
  padding-left: 2rem;
}

.formulaire-contact {
  background-color: #f5faef;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.formulaire-contact .wrapper-contact {
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1280px + 10vw)) {
  .formulaire-contact .wrapper-contact {
    width: calc(100% - 10vw);
  }
}
.formulaire-contact .wrapper-contact .champ {
  margin-bottom: 1rem;
}
.formulaire-contact .wrapper-contact .champ input,
.formulaire-contact .wrapper-contact .champ select {
  border-radius: 0;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #8CD641;
  background: transparent;
  font-family: "Minion Pro 11", sans-serif;
  font-size: clamp(1.6rem, 1.25vw, 1.6rem);
  padding: 0.4rem 0;
  color: #111;
}
.formulaire-contact .wrapper-contact .champ input::-webkit-input-placeholder, .formulaire-contact .wrapper-contact .champ select::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}
.formulaire-contact .wrapper-contact .champ input::-moz-placeholder, .formulaire-contact .wrapper-contact .champ select::-moz-placeholder {
  color: #222;
  opacity: 1;
}
.formulaire-contact .wrapper-contact .champ input:-ms-input-placeholder, .formulaire-contact .wrapper-contact .champ select:-ms-input-placeholder {
  color: #222;
  opacity: 1;
}
.formulaire-contact .wrapper-contact .champ input::-ms-input-placeholder, .formulaire-contact .wrapper-contact .champ select::-ms-input-placeholder {
  color: #222;
  opacity: 1;
}
.formulaire-contact .wrapper-contact .champ input::placeholder,
.formulaire-contact .wrapper-contact .champ select::placeholder {
  color: #222;
  opacity: 1;
}
.formulaire-contact .wrapper-contact .champ input:focus,
.formulaire-contact .wrapper-contact .champ select:focus {
  outline: none;
}

.submit-bouton {
  text-align: center;
  margin-top: 7rem;
}
.submit-bouton input[type=submit] {
  background-color: #8CD641;
  border: none;
  border-radius: 200rem;
  padding-top: 2.3rem;
  padding-bottom: 1.8rem;
  padding-right: 8rem;
  padding-left: 8rem;
  font-weight: bold;
  font-family: "Acumin Pro";
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) * 1);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  letter-spacing: 1px;
}
.submit-bouton input[type=submit]:hover {
  background-color: #8CD641;
}

.wpcf7-response-output {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: calc(1280px + 10vw)) {
  .wpcf7-response-output {
    width: calc(100% - 10vw) !important;
  }
}

.wpcf7-spinner {
  display: block !important;
}

#colophon {
  margin-top: 7rem;
  margin-bottom: 10rem;
}
.home #colophon {
  display: none;
}
#colophon .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-top: 0.5px solid #8CD641 !important;
  padding-top: 5rem;
}
@media print {
  #colophon .site-info {
    max-width: 100%;
  }
}
@media screen and (max-width: 781px) {
  #colophon .site-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 3rem;
  }
}
@media screen and (max-width: calc(1565px + 10vw)) {
  #colophon .site-info {
    width: calc(100% - 10vw);
  }
}
#colophon .site-info > div:first-of-type {
  width: calc(50% - 4rem);
  font-weight: 700;
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) / 1.4);
}
@media print {
  #colophon .site-info > div:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:first-of-type {
    width: 100%;
    text-align: center;
  }
}
#colophon .site-info > div:nth-of-type(2) {
  width: 8rem;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:nth-of-type(2) {
    width: 100%;
  }
}
#colophon .site-info > div:nth-of-type(2) svg {
  display: block;
  width: 8rem;
  height: auto;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:nth-of-type(2) svg {
    margin-left: auto;
    margin-right: auto;
  }
}
#colophon .site-info > div:last-of-type {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:last-of-type {
    width: 100%;
  }
}
#colophon .site-info > div:last-of-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:last-of-type ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1rem;
  }
}
#colophon .site-info > div:last-of-type ul li {
  margin-left: 4%;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:last-of-type ul li {
    margin-left: 0;
  }
}
#colophon .site-info > div:last-of-type ul li a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) / 2);
  font-weight: 700;
  padding: 1rem;
  color: black;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:last-of-type ul li a {
    padding-left: 0;
  }
}
#colophon .site-info > div:last-of-type ul li a:hover {
  color: #8CD641;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:last-of-type ul li a {
    font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) / 1.4);
  }
}
#colophon .site-info > div:last-of-type ul li a svg {
  width: 2rem;
  height: auto;
  display: block;
}
#colophon .site-info > div:last-of-type ul li a svg path {
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
}
#colophon .site-info > div:last-of-type ul li a svg:hover path {
  fill: #8CD641;
}
#colophon .site-info > div:last-of-type ul li:first-child {
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:last-of-type ul li:first-child {
    margin-left: 0;
  }
}
#colophon .site-info > div:last-of-type ul li:last-child {
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  #colophon .site-info > div:last-of-type ul li:last-child {
    margin-left: 0;
  }
}
#colophon .signature {
  color: black;
  font-size: calc(clamp(1.6rem, 1.25vw, 1.6rem) / 2.2);
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
#colophon .signature a {
  text-decoration: none;
  color: black;
  display: block;
}
#colophon .signature a:hover {
  color: #8CD641;
}

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

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

.motion-left {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: opacity ease-in-out 1s, -webkit-transform ease-in-out 1s;
  transition: opacity ease-in-out 1s, -webkit-transform ease-in-out 1s;
  transition: opacity ease-in-out 1s, transform ease-in-out 1s;
  transition: opacity ease-in-out 1s, transform ease-in-out 1s, -webkit-transform ease-in-out 1s;
}

.motion-right {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: opacity ease-in-out 1s, -webkit-transform ease-in-out 1s;
  transition: opacity ease-in-out 1s, -webkit-transform ease-in-out 1s;
  transition: opacity ease-in-out 1s, transform ease-in-out 1s;
  transition: opacity ease-in-out 1s, transform ease-in-out 1s, -webkit-transform ease-in-out 1s;
}

.in-viewport {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.grid-mod > * {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr calc(clamp(4rem, 6.757vw, 10rem) * 1.7) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4rem calc(clamp(4rem, 6.757vw, 10rem) * 1.7);
}

@media (max-width: 781px) {
  .grid-mod > * {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.grid-mod > * > .wp-block-group {
  margin-top: 0;
}

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