/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/style.scss ***!
  \********************************************************************************************************************************************************************************/
/*!
Theme Name: energience
Theme URI: https://energience.fr
Author: Ekypia
Author URI: https://ekypia.fr
Description: Custom Theme made by Ekypia
Version: 1.0.0
Tested up to: 8.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-ekypia
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.

wp-ekypia 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

--------------------------------------------------------------*/
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  --csstools-color-scheme--dark: initial;
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(1.5rem * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  src: url("./fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*--------------------------------------------------------------
# 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;
  -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 {
  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: #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;
  -webkit-text-decoration: none;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body, html {
  margin: 0 0 0 !important;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "montserrat", sans-serif;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  background: #419D9B;
  border: 1px solid #419D9B;
}
body::-webkit-scrollbar-thumb {
  background-color: #FAF7F0;
  border-radius: 20px;
  border: 3px solid #419D9B;
}
body .text-blanc h1, body .text-blanc h2, body .text-blanc h3, body .text-blanc h4, body .text-blanc h5, body .text-blanc h6, body .text-blanc p, body .text-blanc span, body .text-blanc li {
  color: #FAF7F0;
}
body .bold p strong, body .bold li strong {
  font-weight: 700;
}
body .small h2 {
  font-size: 30px;
  line-height: 35px;
}
body .small h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
body .small p, body .small li {
  font-size: 14px;
  line-height: 20px;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body li {
  color: #064662;
  margin: 0;
  font-style: normal;
}
body h1, body h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
body h1 strong, body h2 strong {
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  body h1, body h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
body h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}
body h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
body p, body li {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
body p strong, body li strong {
  font-weight: 600;
}
body .overflow {
  overflow: hidden;
}
body .border-radius {
  border-radius: 56px;
}
@media screen and (max-width: 768px) {
  body .border-radius {
    border-radius: 40px;
  }
}
body .fond-couleur.bleu {
  background-color: #064662;
}
body .fond-couleur.vert {
  background-color: #53B583;
}
body .fond-couleur.jaune {
  background-color: #FEEB98;
}
body .fond-couleur.turquoise {
  background-color: #419D9B;
}
body .fond-hexagone {
  position: relative;
  background-color: #FAF7F0;
  z-index: 1;
}
body .fond-hexagone.bleu {
  background-color: #064662;
}
@media screen and (max-width: 1024px) {
  body .fond-hexagone.bleu {
    border-radius: 40px;
  }
}
body .fond-hexagone.bleu:after, body .fond-hexagone.bleu:before {
  background-color: #064662;
  mask-image: url(img/mask-form-contact.svg);
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
          mask-position: top left;
  mask-size: auto 100%;
  -webkit-mask-image: url(img/mask-form-contact.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
}
@media screen and (max-width: 1024px) {
  body .fond-hexagone.bleu:after, body .fond-hexagone.bleu:before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body .fond-hexagone.left {
    border-radius: 40px;
  }
}
body .fond-hexagone.left:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  body .fond-hexagone.left:after {
    display: none;
  }
}
body .fond-hexagone.absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: calc(100% - 260px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  body .fond-hexagone.absolute {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 768px) {
  body .fond-hexagone.absolute {
    width: 100vw;
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  body .fond-hexagone.absolute:after {
    left: -115px;
  }
}
@media screen and (max-width: 1024px) {
  body .fond-hexagone.absolute:before {
    left: 115px;
  }
}
@media screen and (max-width: 768px) {
  body .fond-hexagone {
    border-radius: 40px;
  }
}
body .fond-hexagone:after {
  left: -135px;
}
@media screen and (max-width: 1024px) {
  body .fond-hexagone:after {
    left: -95px;
  }
}
body .fond-hexagone:before {
  left: 135px;
}
@media screen and (max-width: 1024px) {
  body .fond-hexagone:before {
    left: 95px;
  }
}
body .fond-hexagone:after, body .fond-hexagone:before {
  content: "";
  position: absolute;
  top: -1px;
  height: calc(100% + 1.5px);
  width: 100%;
  background-color: #FAF7F0;
  mask-image: url(img/backgound-hexa.svg);
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
          mask-position: top left;
  mask-size: auto 100%;
  -webkit-mask-image: url(img/backgound-hexa.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body .fond-hexagone:after, body .fond-hexagone:before {
    display: none;
  }
}
body .fond-hexagone:before {
  transform: rotate(180deg);
}

.home .section-titre-page, .error404 .section-titre-page {
  height: 98vh !important;
}
@media screen and (max-width: 1024px) {
  .home .section-titre-page, .error404 .section-titre-page {
    height: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .decallage {
    top: 130px;
  }
}

#scroll-container .col-left {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #scroll-container .col-left.fixed {
    position: fixed;
    top: 140px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 1540px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 0;
  }
}
@media screen and (min-width: 1024px) {
  #scroll-container .col-left.fixed .container-solution {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  #scroll-container .col-left.absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
  }
}

.error404 h1 strong {
  font-size: 150px;
  line-height: 110px;
}
@media screen and (max-width: 768px) {
  .error404 h1 strong {
    font-size: 100px;
    line-height: 70px;
  }
}

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

ul,
ol {
  margin: 0 0 15px 0;
  padding-left: 20px;
}

.elementor-widget-text-editor.text-blanc li:before {
  background-color: #FAF7F0;
}
.elementor-widget-text-editor.small li:before {
  top: 6px;
  left: -18px;
  width: 8px;
  height: 10px;
}
.elementor-widget-text-editor li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 10px;
  height: 12px;
  mask-image: url(img/mask-image.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(img/mask-image.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: #064662;
}

li {
  position: relative;
}

ul {
  list-style: none;
}

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%;
}

figure {
  margin: 1em 0;
}

.home .bandeau, .error404 .bandeau {
  height: 100vh !important;
}
@media screen and (max-width: 1024px) {
  .home .bandeau, .error404 .bandeau {
    height: auto !important;
  }
}
.home .bandeau .image-mask, .error404 .bandeau .image-mask {
  width: 100%;
}

.page-template:not(.home):not(.error404) .bandeau {
  height: 890px !important;
}
@media screen and (max-width: 1024px) {
  .page-template:not(.home):not(.error404) .bandeau {
    height: auto !important;
  }
}
.page-template:not(.home):not(.error404) .bandeau .image-mask {
  width: auto;
}
.page-template:not(.home):not(.error404) .bandeau .image-mask img {
  max-width: 890px;
}

.bandeau {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  z-index: -2 !important;
}
@media screen and (max-width: 1024px) {
  .bandeau {
    position: relative !important;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    width: 100% !important;
    z-index: 1;
  }
}
.bandeau .image-mask {
  position: absolute;
  top: -1px;
  right: 0;
  height: 100%;
  max-width: 49vw !important;
  mask-image: url(img/mask-bandeau.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(img/mask-bandeau.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
}
@media screen and (max-width: 1024px) {
  .bandeau .image-mask {
    position: relative;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    height: 380px;
    max-width: 350px !important;
    mask-image: url(img/mask-image.svg);
    mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-image: url(img/mask-image.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
  }
}
.bandeau .image-mask .elementor-widget-container {
  width: auto;
  height: 100%;
}
.bandeau .image-mask .elementor-widget-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -o-object-position: top right;
     object-position: top right;
}

.elementor-widget-image.mask-image {
  width: 100%;
  height: 410px;
  mask-image: url(img/mask-image.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: center;
  -webkit-mask-image: url(img/mask-image.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: center;
}
@media screen and (max-width: 768px) {
  .elementor-widget-image.mask-image {
    max-width: 350px !important;
    margin: 0 auto;
  }
}
.elementor-widget-image.mask-image .elementor-widget-container {
  width: 100%;
  height: 100%;
}
.elementor-widget-image.mask-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
}
.elementor-widget-image.mask-image.absolute {
  width: 370px;
  height: 410px;
}
@media screen and (max-width: 1200px) {
  .elementor-widget-image.mask-image.absolute {
    position: relative !important;
    width: 100%;
    max-width: 370px !important;
  }
}

@media screen and (min-width: 1200px) {
  .hexagone-blanc {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
    height: 460px !important;
    width: 440px !important;
  }
}
.hexagone-blanc .elementor-widget-image-carousel {
  width: 100%;
  height: 100%;
  mask-image: url(img/mask-image.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(img/mask-image.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .hexagone-blanc .elementor-widget-image-carousel .swiper-pagination {
    bottom: 60px !important;
  }
}
.hexagone-blanc .elementor-widget-image-carousel .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 80px;
}
@media screen and (max-width: 1200px) {
  .hexagone-blanc .elementor-widget-image-carousel .swiper-slide figure {
    max-width: 340px;
    margin: 0 auto !important;
  }
}
.hexagone-blanc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .hexagone-blanc:after {
    left: 0;
    top: auto;
    top: initial;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
}

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

#masthead {
  position: relative;
  width: 100%;
  z-index: 9999;
  height: 0;
}
@media screen and (max-width: 1024px) {
  #masthead {
    height: 90px;
    margin-bottom: 50px;
  }
}
#masthead .section-navigation {
  position: relative;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
#masthead .section-navigation.floatable {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  #masthead .section-navigation.floatable {
    background-color: #FAF7F0;
  }
}
@media screen and (min-width: 1024px) {
  #masthead .section-navigation.floatable .container-header .logo .bloc-form {
    top: -40px;
    width: 190px;
  }
}
@media screen and (min-width: 1024px) {
  #masthead .section-navigation.floatable .container-header .logo .bloc-form:after {
    top: -40px;
    width: 370px;
    height: 370px;
  }
}
#masthead .section-navigation.floatable .container-header .nav-bloc.right .menu .menu-item a {
  color: #064662;
}
#masthead .section-navigation .container-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#masthead .section-navigation .container-header .logo {
  position: relative;
}
#masthead .section-navigation .container-header .logo .bloc-form {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  transition: all 0.5s ease-in-out;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #masthead .section-navigation .container-header .logo .bloc-form {
    width: 180px;
  }
}
#masthead .section-navigation .container-header .logo .bloc-form:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: 540px;
  background: #FAF7F0;
  mask-image: url(img/maskform.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(img/maskform.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  z-index: -1;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  #masthead .section-navigation .container-header .logo .bloc-form:after {
    top: -50px;
    width: 350px;
    height: 350px;
  }
}
#masthead .section-navigation .container-header .logo .bloc-form .custom-logo-link {
  display: flex;
  width: 100%;
  height: auto;
}
#masthead .section-navigation .container-header .logo .bloc-form .custom-logo-link:hover img {
  transform: scale(1.02);
}
#masthead .section-navigation .container-header .logo .bloc-form .custom-logo-link img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
#masthead .section-navigation .container-header .nav-bloc {
  padding: 30px 0;
}
#masthead .section-navigation .container-header .nav-bloc.left #menu-item-22 {
  display: none;
}
#masthead .section-navigation .container-header .nav-bloc.left .menu .menu-item a {
  color: #064662;
}
#masthead .section-navigation .container-header .nav-bloc.right .menu-item-24, #masthead .section-navigation .container-header .nav-bloc.right .menu-item-23 {
  display: none;
}
#masthead .section-navigation .container-header .nav-bloc.right .menu .menu-item a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #masthead .section-navigation .container-header .nav-bloc .main-navigation {
    display: none;
  }
}
#masthead .section-navigation .container-header .nav-bloc .menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 60px;
}
#masthead .section-navigation .container-header .nav-bloc .menu .menu-item {
  position: relative;
}
#masthead .section-navigation .container-header .nav-bloc .menu .menu-item a {
  display: flex;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  padding-top: 24px;
  transition: all 0.3s ease-in-out;
}
#masthead .section-navigation .container-header .nav-bloc .menu .menu-item a:hover .menu-picto {
  top: 18px;
  left: -12px;
  width: 35px;
  height: 35px;
  animation: saccade 0.8s infinite steps(4);
}
#masthead .section-navigation .container-header .nav-bloc .menu .menu-item a:hover .menu-picto img {
  opacity: 0;
}
#masthead .section-navigation .container-header .nav-bloc .menu .menu-item a:hover .menu-picto:after {
  opacity: 1;
}
#masthead .section-navigation .container-header .nav-bloc .menu .menu-item a .menu-picto {
  position: absolute;
  top: 0;
  left: 10px;
  width: 20px;
  height: 22px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
@keyframes saccade {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#masthead .section-navigation .container-header .nav-bloc .menu .menu-item a .menu-picto img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
#masthead .section-navigation .container-header .nav-bloc .menu .menu-item a .menu-picto:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #FEEB98;
  mask-image: url(img/maskform.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(img/maskform.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}

#shiftnav-toggle-main-button {
  padding: 20px;
  width: 100%;
  height: 100%;
}

#shiftnav-toggle-main {
  background: transparent !important;
  width: 80px !important;
  height: 80px;
}
#shiftnav-toggle-main:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: #064662;
  mask-image: url(img/maskform.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(img/maskform.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#shiftnav-toggle-main i {
  color: #FAF7F0;
}

.shiftnav .shiftnav-menu-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}
.shiftnav .shiftnav-menu-image img {
  width: 180px;
}
.shiftnav .shiftnav-menu-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #FAF7F0;
  mask-image: url(img/maskform.svg);
  mask-repeat: no-repeat;
  mask-size: 110%;
  mask-position: center bottom;
  -webkit-mask-image: url(img/maskform.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 110%;
  -webkit-mask-position: center bottom;
  z-index: -1;
  transition: all 0.3s ease;
}
.shiftnav #menu-menu-energience a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  color: #064662;
  font-weight: 600;
  gap: 5px;
  font-size: 20px;
}

#colophon {
  position: relative;
  top: -1px;
  background-color: #064662;
  padding: 0 20px;
}
#colophon p, #colophon a {
  color: #FAF7F0;
}
@media screen and (max-width: 1024px) {
  #colophon p, #colophon a {
    text-align: center;
  }
}
#colophon a {
  display: flex;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
#colophon a:hover {
  color: #53B583;
}
#colophon .container-footer {
  max-width: 1600px;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #colophon .container-footer {
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 0;
  }
}
#colophon .container-footer.mentions {
  position: relative;
  justify-content: flex-start;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  #colophon .container-footer.mentions {
    gap: 10px;
  }
}
#colophon .container-footer.mentions a, #colophon .container-footer.mentions p, #colophon .container-footer.mentions span {
  font-size: 12px;
  margin-bottom: 0;
}
#colophon .container-footer.mentions:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}
#colophon .container-footer .mentions-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #colophon .container-footer .mentions-menu {
    flex-direction: column;
    gap: 10px;
  }
}
#colophon .container-footer .ekypia a {
  gap: 8px;
}
#colophon .container-footer .ekypia a svg {
  width: 85px;
  height: auto;
}
#colophon .container-footer .col-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  #colophon .container-footer .col-footer {
    align-items: center;
  }
}
#colophon .container-footer .col-footer .lien-footer {
  padding-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  #colophon .container-footer .col-footer .lien-footer:hover .menu-picto {
    top: 20px;
    left: -8px;
    animation: saccade 0.8s infinite steps(4);
  }
  #colophon .container-footer .col-footer .lien-footer:hover .menu-picto svg path {
    fill: #FAF7F0;
  }
  #colophon .container-footer .col-footer .lien-footer:hover span {
    color: #53B583;
  }
}
#colophon .container-footer .col-footer .lien-footer span {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
#colophon .container-footer .col-footer .lien-footer .menu-picto {
  position: absolute;
  top: 0;
  left: 10px;
  width: 20px;
  height: 22px;
  z-index: 0;
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
@media screen and (max-width: 1024px) {
  #colophon .container-footer .col-footer .lien-footer .menu-picto {
    left: 50%;
    transform: translateX(-50%);
  }
}
@keyframes saccade {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#colophon .container-footer .col-footer .lien-footer .menu-picto svg {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
}
#colophon .container-footer .col-footer .lien-footer .menu-picto svg path {
  fill: #53B583;
  transition: all 0.3s ease-in-out;
}
#colophon .container-footer .col-footer .tel {
  padding-left: 25px;
}
#colophon .container-footer .col-footer .tel:hover svg path {
  fill: #53B583;
}
#colophon .container-footer .col-footer .tel svg {
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: auto;
}
#colophon .container-footer .col-footer .tel svg path {
  transition: all 0.3s ease-in-out;
  fill: #FAF7F0;
}
#colophon .container-footer .col-footer.col-logo img {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #colophon .container-footer .col-footer.col-logo img {
    width: 250px;
    margin-bottom: 20px;
  }
}

/* Links
--------------------------------------------- */
a:hover, a:active {
  outline: 0;
}
a:focus-visible, a:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}

.content-btn-bottom {
  position: absolute !important;
  left: 0;
  bottom: 0;
  height: 0;
  width: 0 !important;
}
.content-btn-bottom .btn-bottom {
  position: absolute;
  transform-origin: right bottom;
  transform: rotate(90deg);
  bottom: 0;
  right: 0;
  width: 120px;
  cursor: pointer;
}
.content-btn-bottom .btn-bottom:hover img {
  animation: bounce 1s infinite;
}
.content-btn-bottom .btn-bottom p {
  font-size: 16px;
  font-weight: 600;
  color: #419D9B;
}
.content-btn-bottom .btn-bottom img {
  width: 18px;
  height: auto;
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
}

.elementor-widget-button .wpforms-submit, .wpforms-submit-container .wpforms-submit {
  border: 0;
  color: #fff;
}
.elementor-widget-button .elementor-button, .elementor-widget-button .wpforms-submit, .wpforms-submit-container .elementor-button, .wpforms-submit-container .wpforms-submit {
  background-color: #419D9B;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
}
.elementor-widget-button .elementor-button:hover, .elementor-widget-button .wpforms-submit:hover, .wpforms-submit-container .elementor-button:hover, .wpforms-submit-container .wpforms-submit:hover {
  background-color: #53B583;
}
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon, .elementor-widget-button .wpforms-submit:hover .elementor-button-content-wrapper .elementor-button-icon, .wpforms-submit-container .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon, .wpforms-submit-container .wpforms-submit:hover .elementor-button-content-wrapper .elementor-button-icon {
  animation: bounce 0.8s infinite;
}
.elementor-widget-button .elementor-button .elementor-button-content-wrapper, .elementor-widget-button .wpforms-submit .elementor-button-content-wrapper, .wpforms-submit-container .elementor-button .elementor-button-content-wrapper, .wpforms-submit-container .wpforms-submit .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon, .elementor-widget-button .wpforms-submit .elementor-button-content-wrapper .elementor-button-icon, .wpforms-submit-container .elementor-button .elementor-button-content-wrapper .elementor-button-icon, .wpforms-submit-container .wpforms-submit .elementor-button-content-wrapper .elementor-button-icon {
  padding-top: 1px;
}
.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg, .elementor-widget-button .wpforms-submit .elementor-button-content-wrapper .elementor-button-icon svg, .wpforms-submit-container .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg, .wpforms-submit-container .wpforms-submit .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 18px;
  height: auto;
}

.content-solutions .swiper {
  width: 100%;
  height: 100%;
}

.lien-solution {
  height: auto !important;
}
.lien-solution.swiper-slide {
  height: 260px;
}
@media screen and (min-width: 1024px) {
  .lien-solution:hover .link-hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .lien-solution:hover .mask-form {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .lien-solution:hover .logo {
    right: -10px;
  }
}
.lien-solution .link-hover {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #419D9B;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lien-solution .link-hover svg {
  width: 18px;
  height: auto;
}
.lien-solution .mask-form {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .lien-solution .mask-form {
    border-radius: 40px;
  }
}
.lien-solution .mask-form .mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 2;
}
.lien-solution .mask-form .mask svg {
  height: calc(100% + 1px);
  width: auto;
}
.lien-solution .mask-form .mask svg path {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .lien-solution .mask-form .mask {
    display: none;
  }
}
.lien-solution .mask-form .mask.left {
  left: -1px;
}
.lien-solution .mask-form .mask.right {
  right: -1px;
}
.lien-solution .mask-form .content {
  position: relative;
  z-index: 3;
  padding: 20px 20px 20px 100px;
  max-width: 550px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lien-solution .mask-form .content {
    padding: 20px;
    max-width: 100%;
  }
}
.lien-solution .mask-form .content .picto svg {
  width: 20px;
  height: auto;
  margin-left: 15px;
}
.lien-solution .mask-form .content h3 {
  max-width: 400px;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}
.lien-solution .mask-form .logo {
  position: absolute;
  top: -30px;
  right: 30px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.lien-solution .mask-form .logo svg {
  width: 250px;
  height: auto;
  opacity: 0.3;
}
.lien-solution .mask-form .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lien-solution .mask-form .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #064662;
  z-index: 1;
  opacity: 0.56;
}
.lien-solution .mask-form .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

/* 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: #fff;
  border: 1px solid #419D9B;
  border-radius: 17px;
  background-color: transparent;
  padding: 7px 20px;
  width: 100%;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=url]:focus,
input[type=url]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=range]:focus,
input[type=range]:focus-visible,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=month]:focus,
input[type=month]:focus-visible,
input[type=week]:focus,
input[type=week]:focus-visible,
input[type=time]:focus,
input[type=time]:focus-visible,
input[type=datetime]:focus,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus-visible,
input[type=color]:focus,
input[type=color]:focus-visible,
textarea:focus,
textarea:focus-visible {
  color: #fff;
  border: 1px solid #FEEB98;
  outline: 0;
  box-shadow: none;
}

input[type=text]:-internal-autofill-selected, input[type=email]:-internal-autofill-selected, input[type=url]:-internal-autofill-selected, input[type=password]:-internal-autofill-selected, input[type=search]:-internal-autofill-selected, input[type=number]:-internal-autofill-selected, input[type=tel]:-internal-autofill-selected, input[type=range]:-internal-autofill-selected, input[type=date]:-internal-autofill-selected, input[type=month]:-internal-autofill-selected, input[type=week]:-internal-autofill-selected, input[type=time]:-internal-autofill-selected, input[type=datetime]:-internal-autofill-selected, input[type=datetime-local]:-internal-autofill-selected, input[type=color]:-internal-autofill-selected, textarea:-internal-autofill-selected {
  background-color: #419D9B !important;
  color: #fff !important;
  -webkit-appearance: initial !important;
     -moz-appearance: initial !important;
          appearance: initial !important;
}

select {
  border: 1px solid #419D9B;
}

textarea {
  width: 100%;
  min-height: 130px;
}

label {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
label .wpforms-required-label {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  label .wpforms-required-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  label {
    font-size: 16px;
  }
}

#wpforms-error-noscript {
  display: none;
}

.wpforms-container .wpforms-confirmation-container {
  width: 100%;
  max-width: 768px;
  margin: 190px auto;
}
.wpforms-container .wpforms-confirmation-container p {
  color: #FAF7F0;
  text-align: center;
  font-weight: 700;
}
.wpforms-container .wpforms-error {
  color: #FEEB98;
  font-size: 14px;
}
.wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-required {
  padding: 0;
}
.wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-required label, .wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-required label span {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-required li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-required li input[type=checkbox], .wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-required li .wpforms-error {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #064662;
  border: 1px solid #419D9B;
  transition: all 0.2s ease-in-out;
}
.wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-required li input[type=checkbox]:checked, .wpforms-container .wpforms-field-gdpr-checkbox .wpforms-field-required li .wpforms-error:checked {
  background-color: #fff;
}
.wpforms-container .wpforms-validate .wpforms-field-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.wpforms-container .wpforms-validate .wpforms-field-container .wpforms-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .wpforms-container .wpforms-validate .wpforms-field-container #wpforms-679-field_1-container, .wpforms-container .wpforms-validate .wpforms-field-container #wpforms-679-field_2-container, .wpforms-container .wpforms-validate .wpforms-field-container #wpforms-679-field_3-container, .wpforms-container .wpforms-validate .wpforms-field-container #wpforms-679-field_4-container {
    width: calc(50% - 10px);
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  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: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.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: right;
  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: 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;
}

/*--------------------------------------------------------------
# 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;
  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;
  -webkit-text-decoration: none;
  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;
}
