/*!
Theme Name: Weetec
Theme URI: http://underscores.me/
Author: Alice | Systalium
Author URI: https://www.systalium.com
Description: Custom theme: Weetec, developed by Alice | Systalium
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: weetec
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.

Weetec 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

--------------------------------------------------------------*/
/* Buttons & Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/* Variables
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.has-primary-color {
	color: #2E3192;
}

.has-primary-background-color {
	background-color: #2E3192;
}

.has-secondary-color {
	color: #0071BC;
}

.has-secondary-background-color {
	background-color: #0071BC;
}

.has-accent-yellow-color {
	color: #FBBA00;
}

.has-accent-yellow-background-color {
	background-color: #FBBA00;
}

.has-accent-red-color {
	color: #FF1D25;
}

.has-accent-red-background-color {
	background-color: #FF1D25;
}

.has-accent-green-color {
	color: #7AC943;
}

.has-accent-green-background-color {
	background-color: #7AC943;
}

.has-accent-blue-color {
	color: #3FA9F5;
}

.has-accent-blue-background-color {
	background-color: #3FA9F5;
}

.has-dark-color {
	color: #111;
}

.has-dark-background-color {
	background-color: #111;
}

.has-neutral-color {
	color: #EAEAEA;
}

.has-neutral-background-color {
	background-color: #EAEAEA;
}

.has-light-color {
	color: #FFF;
}

.has-light-background-color {
	background-color: #FFF;
}

@font-face {
	font-family: 'weetec';
	src: url("assets/fonts/weetec.eot");
	src: url("assets/fonts/weetec.eot?#iefix") format("embedded-opentype"), url("assets/fonts/weetec.woff") format("woff"), url("assets/fonts/weetec.ttf") format("truetype"), url("assets/fonts/weetec.svg#weetec") format("svg");
	font-weight: normal;
	font-style: normal;
}

.wp-block-heading {
	font-family: "Montserrat", sans-serif;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

@media screen and (max-width: 959px) {
	.has-xxlarge-font-size {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	.has-xlarge-font-size {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	.has-large-font-size {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	h1.wp-block-heading:not([class*="-font-size"]) {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	h2.wp-block-heading:not([class*="-font-size"]) {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	h3.wp-block-heading:not([class*="-font-size"]) {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	h4.wp-block-heading:not([class*="-font-size"]) {
		font-size: 16px !important;
		line-height: 28px !important;
	}
}

@media screen and (min-width: 960px) {
	.has-small-font-size {
		font-size: 11px !important;
		line-height: 19.25px !important;
	}
	.has-normal-font-size {
		font-size: 14px !important;
		line-height: 24.5px !important;
	}
	.has-medium-font-size {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	.has-large-font-size {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	.has-xlarge-font-size {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	.has-xxlarge-font-size {
		font-size: 48px !important;
		line-height: 60px !important;
	}
	h1.wp-block-heading:not([class*="-font-size"]) {
		font-size: 48px !important;
		line-height: 60px !important;
	}
	h2.wp-block-heading:not([class*="-font-size"]) {
		font-size: 48px !important;
		line-height: 60px !important;
	}
	h3.wp-block-heading:not([class*="-font-size"]) {
		font-size: 36px !important;
		line-height: 45px !important;
	}
	h4.wp-block-heading:not([class*="-font-size"]) {
		font-size: 24px !important;
		line-height: 30px !important;
	}
}

h5.wp-block-heading:not([class*="-font-size"]) {
	font-size: 16px !important;
	line-height: 28px !important;
}

h6.wp-block-heading:not([class*="-font-size"]) {
	font-size: 11px !important;
	line-height: 19.25px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

.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;
	margin-bottom: 1.5em;
}

.todo {
	background: repeating-linear-gradient(45deg, #fee9b5, #fee9b5 10px, #fffaec 10px, #fffaec 20px);
}

li.twitter a::before,
span.twitter::before {
	font-family: "dashicons";
	content: "\f301";
}

li.linkedin a::before,
span.linkedin::before {
	font-family: "dashicons";
	content: "\f18d";
}

li.instagram a::before,
span.instagram::before {
	font-family: "dashicons";
	content: "\f12d";
}

li.youtube a::before,
span.youtube::before {
	font-family: "dashicons";
	content: "\f19b";
}

li.facebook a::before,
span.facebook::before {
	font-family: "dashicons";
	content: "\f305";
}

li.pinterest a::before,
span.pinterest::before {
	font-family: "dashicons";
	content: "\f192";
}

li.email a::before,
span.email::before {
	font-family: "dashicons";
	content: "\f465";
}

li.phone a::before,
span.phone::before {
	font-family: "dashicons";
	content: "\f525";
}

li.search a::before,
span.search::before {
	font-family: "dashicons";
	content: "\f179";
}

li.rss a::before,
span.rss::before {
	font-family: "dashicons";
	content: "\f303";
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

p {
	margin: 0;
}

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

blockquote {
	margin: 0;
}

@media screen and (min-width: 960px) {
	blockquote {
		padding-left: 3rem;
	}
}

@media screen and (max-width: 959px) {
	blockquote {
		padding-left: 0;
	}
}

blockquote::before {
	content: "\f122";
	font-family: "dashicons";
	opacity: 0.1;
	font-size: 250px;
	position: absolute;
	margin-left: -50px;
	margin-top: 20px;
	z-index: 10;
}

blockquote cite {
	margin-top: 1rem;
	display: block;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #EAEAEA;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 28px;
	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 #EAEAEA;
	cursor: help;
}

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

big {
	font-size: 125%;
}

strong {
	font-weight: 800;
}

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

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

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

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

@media screen and (max-width: 959px) {
	figure img {
		margin: 0 auto;
		display: block;
	}
}

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

a:not(.wp-block-button__link):not(.tt-trigger) {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #0071BC !important;
}

a:not(.wp-block-button__link):not(.tt-trigger):focus, a:not(.wp-block-button__link):not(.tt-trigger):hover, a:not(.wp-block-button__link):not(.tt-trigger):active {
	outline: 0;
}

a:not(.wp-block-button__link):not(.tt-trigger):visited {
	color: #0071BC !important;
}

a:not(.wp-block-button__link):not(.tt-trigger):hover, a:not(.wp-block-button__link):not(.tt-trigger):focus, a:not(.wp-block-button__link):not(.tt-trigger):active {
	color: #2E3192 !important;
}

/* Forms
--------------------------------------------- */
.wp-block-buttons .wp-block-button .wp-block-button__link {
	/** PLAIN BUTTONS **/
	/** OUTLINED BUTTONS **/
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-primary-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #2E3192 !important;
	color: #FFF !important;
	border-color: #2E3192 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-primary-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-primary-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-primary-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-primary-background-color:visited {
	background: #2E3192 !important;
	color: #FFF !important;
	border-color: #2E3192 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-primary-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-primary-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-primary-background-color:active {
	border-color: #FBBA00 !important;
	background: #FBBA00 !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-secondary-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #0071BC !important;
	color: #FFF !important;
	border-color: #0071BC !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-secondary-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-secondary-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-secondary-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-secondary-background-color:visited {
	background: #0071BC !important;
	color: #FFF !important;
	border-color: #0071BC !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-secondary-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-secondary-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-secondary-background-color:active {
	border-color: #2E3192 !important;
	background: #2E3192 !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-yellow-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #FBBA00 !important;
	color: #FFF !important;
	border-color: #FBBA00 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-yellow-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-yellow-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-yellow-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-yellow-background-color:visited {
	background: #FBBA00 !important;
	color: #FFF !important;
	border-color: #FBBA00 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-yellow-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-yellow-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-yellow-background-color:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-red-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #FF1D25 !important;
	color: #FFF !important;
	border-color: #FF1D25 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-red-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-red-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-red-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-red-background-color:visited {
	background: #FF1D25 !important;
	color: #FFF !important;
	border-color: #FF1D25 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-red-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-red-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-red-background-color:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-green-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #7AC943 !important;
	color: #FFF !important;
	border-color: #7AC943 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-green-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-green-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-green-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-green-background-color:visited {
	background: #7AC943 !important;
	color: #FFF !important;
	border-color: #7AC943 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-green-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-green-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-green-background-color:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-blue-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #3FA9F5 !important;
	color: #FFF !important;
	border-color: #3FA9F5 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-blue-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-blue-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-blue-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-blue-background-color:visited {
	background: #3FA9F5 !important;
	color: #FFF !important;
	border-color: #3FA9F5 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-blue-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-blue-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-accent-blue-background-color:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-dark-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #111 !important;
	color: #FFF !important;
	border-color: #111 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-dark-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-dark-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-dark-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-dark-background-color:visited {
	background: #111 !important;
	color: #FFF !important;
	border-color: #111 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-dark-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-dark-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-dark-background-color:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-light-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #111 !important;
	color: #FFF !important;
	border-color: #111 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-light-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-light-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-light-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-light-background-color:visited {
	background: #111 !important;
	color: #FFF !important;
	border-color: #111 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-light-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-light-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background.has-light-background-color:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-primary-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: transparent !important;
	color: #2E3192 !important;
	border-color: #2E3192 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-primary-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-primary-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-primary-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-primary-color:visited {
	background: transparent !important;
	color: #2E3192 !important;
	border-color: #2E3192 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-primary-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-primary-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-primary-color:active {
	border-color: #111 !important;
	background: #111 !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-secondary-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: transparent !important;
	color: #0071BC !important;
	border-color: #0071BC !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-secondary-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-secondary-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-secondary-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-secondary-color:visited {
	background: transparent !important;
	color: #0071BC !important;
	border-color: #0071BC !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-secondary-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-secondary-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-secondary-color:active {
	border-color: #2E3192 !important;
	background: #2E3192 !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-yellow-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: transparent !important;
	color: #FBBA00 !important;
	border-color: #FBBA00 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-yellow-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-yellow-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-yellow-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-yellow-background-color:visited {
	background: transparent !important;
	color: #FBBA00 !important;
	border-color: #FBBA00 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-yellow-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-yellow-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-yellow-background-color:active {
	border-color: #FBBA00 !important;
	background: #FBBA00 !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-red-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: transparent !important;
	color: #FF1D25 !important;
	border-color: #FF1D25 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-red-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-red-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-red-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-red-background-color:visited {
	background: transparent !important;
	color: #FF1D25 !important;
	border-color: #FF1D25 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-red-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-red-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-red-background-color:active {
	border-color: #FF1D25 !important;
	background: #FF1D25 !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-green-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: transparent !important;
	color: #7AC943 !important;
	border-color: #7AC943 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-green-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-green-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-green-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-green-background-color:visited {
	background: transparent !important;
	color: #7AC943 !important;
	border-color: #7AC943 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-green-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-green-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-green-background-color:active {
	border-color: #7AC943 !important;
	background: #7AC943 !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-blue-background-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: transparent !important;
	color: #3FA9F5 !important;
	border-color: #3FA9F5 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-blue-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-blue-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-blue-background-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-blue-background-color:visited {
	background: transparent !important;
	color: #3FA9F5 !important;
	border-color: #3FA9F5 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-blue-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-blue-background-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-accent-blue-background-color:active {
	border-color: #3FA9F5 !important;
	background: #3FA9F5 !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-dark-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: transparent !important;
	color: #111 !important;
	border-color: #111 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-dark-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-dark-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-dark-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-dark-color:visited {
	background: transparent !important;
	color: #111 !important;
	border-color: #111 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-dark-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-dark-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-dark-color:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-light-color {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: transparent !important;
	color: #FFF !important;
	border-color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-light-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-light-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-light-color:active {
	outline: 0;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-light-color:visited {
	background: transparent !important;
	color: #FFF !important;
	border-color: #FFF !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-light-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-light-color:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background).has-light-color:active {
	border-color: #2E3192 !important;
	background: #2E3192 !important;
	color: #FFF !important;
}

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: #111;
	border: 1px solid #CCC !important;
	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 {
	color: #111;
	border: 1px solid #CCC !important;
	border-radius: 3px;
	padding: 3px;
}

select option {
	color: #111;
}

textarea {
	width: 100%;
}

/* Gutenberg elements
--------------------------------------------- */
#primary > article > .entry-content {
	/*
    > div:not(.has-light-background-color) .wp-block-column{
        padding: 2rem;
    }
    > div.has-light-background-color .wp-block-column{
        padding: 0 2rem;
    }
    > div{
        &:not(.has-light-background-color) .wp-block-column{
            padding: 2rem;
        }
        &.has-light-background-color .wp-block-column{
            padding: 0 2rem;
        }
        > .wp-block-columns{
            margin-bottom: 0;
            column-gap: 8rem;

            .wp-block-columns{
                column-gap: 2rem;
            }
        }
    }
    */
}

#primary > article > .entry-content > .wp-block-columns {
	column-gap: 0;
}

@media screen and (max-width: 959px) {
	#primary > article > .entry-content > .wp-block-columns {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#primary > article > .entry-content > .wp-block-columns > .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 4rem;
}

#primary > article > .entry-content .wp-block-columns {
	margin-bottom: 0;
}

#primary > article > .entry-content .wp-block-columns .wp-block-column:not(.has-background) {
	padding-top: 0;
	padding-bottom: 0;
}

#primary > article > .entry-content .wp-block-columns .wp-block-column.has-background {
	padding: 3rem 2rem;
}

@media screen and (max-width: 959px) {
	#primary > article > .entry-content > .wp-block-media-text {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#primary > article > .entry-content .wp-block-media-text {
	column-gap: 0;
}

#primary > article > .entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0 !important;
}

#primary > article > .entry-content .wp-block-media-text > div .wp-block-media-text > .wp-block-media-text__content {
	padding: 0;
}

#primary > article > .entry-content > div .wp-block-media-text {
	column-gap: 3rem;
}

.wp-block-image-canvas {
	position: absolute;
	z-index: 1;
}

.wp-block-image-canvas line {
	stroke-width: 3px;
}

.wp-block-image-canvas line.accent-y {
	stroke: #FBBA00;
}

.wp-block-image-canvas line.accent-b {
	stroke: #3FA9F5;
}

.wp-block-image-canvas line.accent-g {
	stroke: #7AC943;
}

.wp-block-image-canvas line.accent-r {
	stroke: #FF1D25;
}

@media screen and (max-width: 959px) {
	#primary > article > .entry-content > .wp-block-group {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#primary > article > .entry-content > .wp-block-group:not(:first-child):not(.has-light-background-color) {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#primary > article > .entry-content > .wp-block-group:not(:first-child).has-light-background-color {
	padding-top: 0;
	padding-bottom: 0;
}

#primary > article > .entry-content > .wp-block-group:first-child {
	padding-top: 0 !important;
	padding-bottom: 3rem;
}

@media screen and (max-width: 959px) {
	#primary > article > .entry-content > .wp-block-group .wp-block-group.alignwide {
		display: block !important;
	}
}

@media screen and (max-width: 959px) {
	#primary > article > .entry-content > .wp-block-cover {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#primary > article > .entry-content > .wp-block-cover:first-child {
	padding: 0 6rem;
}

#primary > article > .entry-content > .wp-block-cover:not(:first-child) {
	padding: 4rem 8rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* BURGER */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

#primary-menu {
	display: flex;
	column-gap: 3rem;
	background-color: transparent !important;
}

@media screen and (max-width: 959px) {
	#primary-menu {
		flex-direction: column;
		padding: 2rem 1.5rem;
	}
}

#primary-menu > li.menu-item {
	line-height: 30px;
}

@media screen and (min-width: 960px) {
	#primary-menu > li.menu-item {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

@media screen and (max-width: 959px) {
	#primary-menu > li.menu-item {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

#primary-menu > li.menu-item:nth-last-child(-n + 2):not(.li-social) > a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #FBBA00 !important;
}

#primary-menu > li.menu-item:nth-last-child(-n + 2):not(.li-social) > a:focus, #primary-menu > li.menu-item:nth-last-child(-n + 2):not(.li-social) > a:hover, #primary-menu > li.menu-item:nth-last-child(-n + 2):not(.li-social) > a:active {
	outline: 0;
}

#primary-menu > li.menu-item:nth-last-child(-n + 2):not(.li-social) > a:visited {
	color: #FBBA00 !important;
}

#primary-menu > li.menu-item:nth-last-child(-n + 2):not(.li-social) > a:hover, #primary-menu > li.menu-item:nth-last-child(-n + 2):not(.li-social) > a:focus, #primary-menu > li.menu-item:nth-last-child(-n + 2):not(.li-social) > a:active {
	color: #0071BC !important;
}

#primary-menu > li.menu-item:nth-last-child(-n + 2).li-social > a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #FFF !important;
	border-radius: 5px;
	background: #2E3192;
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#primary-menu > li.menu-item:nth-last-child(-n + 2).li-social > a:focus, #primary-menu > li.menu-item:nth-last-child(-n + 2).li-social > a:hover, #primary-menu > li.menu-item:nth-last-child(-n + 2).li-social > a:active {
	outline: 0;
}

#primary-menu > li.menu-item:nth-last-child(-n + 2).li-social > a:visited {
	color: #FFF !important;
}

#primary-menu > li.menu-item:nth-last-child(-n + 2).li-social > a:hover, #primary-menu > li.menu-item:nth-last-child(-n + 2).li-social > a:focus, #primary-menu > li.menu-item:nth-last-child(-n + 2).li-social > a:active {
	color: #FBBA00 !important;
}

#primary-menu > li.menu-item:nth-last-child(-n + 2).li-social > a > span {
	display: none;
}

#primary-menu > li.menu-item > a {
	text-transform: none !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #111 !important;
}

#primary-menu > li.menu-item > a:focus, #primary-menu > li.menu-item > a:hover, #primary-menu > li.menu-item > a:active {
	outline: 0;
}

#primary-menu > li.menu-item > a:visited {
	color: #111 !important;
}

#primary-menu > li.menu-item > a:hover, #primary-menu > li.menu-item > a:focus, #primary-menu > li.menu-item > a:active {
	color: #0071BC !important;
}

#primary-menu li.menu-item.open, #primary-menu li.menu-item:hover {
	background-color: transparent !important;
}

#primary-menu li.menu-item.open > a, #primary-menu li.menu-item:hover > a {
	color: #2E3192 !important;
}

#primary-menu li.menu-item > .sub-menu-container {
	padding: 0;
	margin: 0;
	display: none;
}

@media screen and (max-width: 959px) {
	#primary-menu li.menu-item.mega-menu {
		display: grid;
		grid-template-areas: "link arrow" "submenu submenu";
	}
	#primary-menu li.menu-item.mega-menu::after {
		grid-area: arrow;
		content: "\f139";
		font-family: "dashicons";
		font-size: 24px;
		line-height: inherit;
		text-align: end;
	}
	#primary-menu li.menu-item.mega-menu a {
		grid-area: link;
	}
	#primary-menu li.menu-item.mega-menu > .sub-menu-container {
		grid-area: submenu;
	}
}

@media screen and (max-width: 959px) {
	#primary-menu li.menu-item.mega-menu:hover::after {
		content: "\f140";
	}
}

#primary-menu li.menu-item.mega-menu:hover.genie-climatique > .sub-menu-container > ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#primary-menu li.menu-item.mega-menu:hover.genie-climatique > .sub-menu-container > ul li.title {
	width: 100%;
}

#primary-menu li.menu-item.mega-menu:hover.genie-climatique > .sub-menu-container > ul li.website {
	width: 50%;
}

#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container {
	width: 100%;
	margin: 0;
	left: 0;
	list-style: none;
}

@media screen and (min-width: 960px) {
	#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container {
		position: absolute;
		z-index: 99999999;
		border-top: 1px solid #EEE;
		border-bottom: 1px solid #EEE;
		box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.05);
		background: #FFF;
		display: flex;
		flex-wrap: nowrap !important;
		justify-content: space-between;
		column-gap: 1rem;
		margin-top: 40px;
		padding: 3rem calc((100% - 1300px) / 2);
	}
}

@media screen and (max-width: 959px) {
	#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		row-gap: 1rem;
		padding: 3rem calc((100% - 1300px) / 2) 0 calc((100% - 1300px) / 2);
	}
}

#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.title h3 {
	margin: 0;
}

@media screen and (min-width: 960px) {
	#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website {
		display: grid;
		grid-template-areas: "logo name" "logo submenu";
		grid-template-columns: 100px auto;
		column-gap: 2rem;
	}
}

@media screen and (max-width: 959px) {
	#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website {
		display: flex;
		flex-direction: column;
	}
}

#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .logo {
	grid-area: logo;
}

@media screen and (max-width: 959px) {
	#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .logo {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .logo {
		text-align: center;
	}
	#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .logo img {
		height: 60px !important;
		width: auto !important;
	}
	#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .logo .empty-logo {
		height: 60px !important;
		width: 60px !important;
		background: #EAEAEA;
	}
}

#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .name {
	grid-area: name;
	font-style: italic;
}

#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .sub-menu-container {
	grid-area: submenu;
	margin: 0;
	padding-left: 1rem;
}

#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .sub-menu-container .menu {
	display: flex;
	flex-direction: column;
}

#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .sub-menu-container .menu li {
	line-height: 19.25px;
}

#primary-menu li.menu-item.mega-menu:hover > .sub-menu-container > ul li.website .sub-menu-container .menu li a {
	font-weight: normal;
	color: #2E3192;
	font-size: 14px;
}

#primary-menu li.menu-item:not(.mega-menu) > ul.sub-menu {
	display: none;
}

@media screen and (min-width: 960px) {
	#primary-menu li.menu-item.menu-item-has-children {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 959px) {
	#primary-menu li.menu-item.menu-item-has-children {
		display: grid;
		grid-template-areas: "link arrow" "submenu submenu";
		justify-content: space-between;
	}
	#primary-menu li.menu-item.menu-item-has-children::after {
		grid-area: arrow;
		content: "\f139";
		font-family: "dashicons";
		font-size: 24px;
		line-height: inherit;
		text-align: end;
	}
	#primary-menu li.menu-item.menu-item-has-children a {
		grid-area: link;
	}
	#primary-menu li.menu-item.menu-item-has-children ul {
		grid-area: submenu;
	}
}

@media screen and (max-width: 959px) {
	#primary-menu li.menu-item.menu-item-has-children:hover::after {
		color: #2E3192;
		content: "\f140";
	}
}

#primary-menu li.menu-item.menu-item-has-children:hover ul {
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	list-style: none;
	padding: 0.5rem 0;
	margin: 0;
	min-width: 150px;
}

@media screen and (min-width: 960px) {
	#primary-menu li.menu-item.menu-item-has-children:hover ul {
		margin-top: 70px;
		position: absolute;
		border-top: 1px solid #EEE;
		background: #FFF;
	}
}

#primary-menu li.menu-item.menu-item-has-children:hover ul li {
	padding: 0.5rem 1.5rem;
	transition: all 0.5s ease-in-out;
}

#primary-menu li.menu-item.menu-item-has-children:hover ul li:hover {
	background: #2E3192;
}

#primary-menu li.menu-item.menu-item-has-children:hover ul li:hover a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #2E3192 !important;
}

#primary-menu li.menu-item.menu-item-has-children:hover ul li:hover a:focus, #primary-menu li.menu-item.menu-item-has-children:hover ul li:hover a:hover, #primary-menu li.menu-item.menu-item-has-children:hover ul li:hover a:active {
	outline: 0;
}

#primary-menu li.menu-item.menu-item-has-children:hover ul li:hover a:visited {
	color: #2E3192 !important;
}

#primary-menu li.menu-item.menu-item-has-children:hover ul li:hover a:hover, #primary-menu li.menu-item.menu-item-has-children:hover ul li:hover a:focus, #primary-menu li.menu-item.menu-item-has-children:hover ul li:hover a:active {
	color: #0071BC !important;
}

#social-menu {
	display: flex;
	column-gap: 1rem;
}

#social-menu li > a {
	font-size: 17.6px;
	line-height: 28px;
}

#social-menu li > a > span {
	display: none;
}

#social-menu.social-menu-top li > a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #2E3192 !important;
	background: #FFF;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
}

#social-menu.social-menu-top li > a:focus, #social-menu.social-menu-top li > a:hover, #social-menu.social-menu-top li > a:active {
	outline: 0;
}

#social-menu.social-menu-top li > a:visited {
	color: #2E3192 !important;
}

#social-menu.social-menu-top li > a:hover, #social-menu.social-menu-top li > a:focus, #social-menu.social-menu-top li > a:active {
	color: #0071BC !important;
}

#social-menu.social-menu-top li > a::before {
	font-size: 16px;
}

#social-menu.social-menu-top li > a:hover {
	background: #FBBA00;
	color: #2E3192 !important;
}

#social-menu.social-menu-top li > a:hover::before {
	color: #2E3192;
}

#social-menu.social-menu-bottom {
	justify-content: flex-end;
}

#social-menu.social-menu-bottom li > a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #EAEAEA !important;
}

#social-menu.social-menu-bottom li > a:focus, #social-menu.social-menu-bottom li > a:hover, #social-menu.social-menu-bottom li > a:active {
	outline: 0;
}

#social-menu.social-menu-bottom li > a:visited {
	color: #EAEAEA !important;
}

#social-menu.social-menu-bottom li > a:hover, #social-menu.social-menu-bottom li > a:focus, #social-menu.social-menu-bottom li > a:active {
	color: #2E3192 !important;
}

#footer-menu {
	display: flex;
}

@media screen and (max-width: 959px) {
	#footer-menu {
		flex-direction: column;
		align-items: center;
		margin-top: 2rem;
	}
}

@media screen and (min-width: 960px) {
	#footer-menu li::before {
		content: "|";
		margin: 0 10px;
	}
}

#footer-menu li a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #FFF !important;
}

#footer-menu li a:focus, #footer-menu li a:hover, #footer-menu li a:active {
	outline: 0;
}

#footer-menu li a:visited {
	color: #FFF !important;
}

#footer-menu li a:hover, #footer-menu li a:focus, #footer-menu li a:active {
	color: #FBBA00 !important;
}

#breadcrumbs {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EEE;
}

@media screen and (min-width: 960px) {
	#breadcrumbs {
		padding: 1.5rem 5rem;
	}
}

@media screen and (max-width: 959px) {
	#breadcrumbs {
		padding: 1.5rem 1.5rem;
	}
}

#breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#breadcrumbs ul li {
	display: inline;
}

#breadcrumbs ul li:not(:last-child)::after {
	content: " / ";
}

#breadcrumbs ul li a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #2E3192 !important;
	font-size: 14px;
	line-height: 17.5px;
	font-weight: 600;
}

#breadcrumbs ul li a:focus, #breadcrumbs ul li a:hover, #breadcrumbs ul li a:active {
	outline: 0;
}

#breadcrumbs ul li a:visited {
	color: #2E3192 !important;
}

#breadcrumbs ul li a:hover, #breadcrumbs ul li a:focus, #breadcrumbs ul li a:active {
	color: #0071BC !important;
}

#breadcrumbs ul li span {
	font-size: 14px;
	line-height: 17.5px;
}

@media screen and (max-width: 549px) {
	#breadcrumbs .wp-block-button {
		display: none;
	}
}

@media screen and (min-width: 550px) {
	#breadcrumbs .wp-block-button .wp-block-button__link {
		border: 1px solid;
		line-height: 1;
		border-radius: 5px;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 17px;
		padding: 1rem;
		transition: all 0.5s ease-in-out;
		border: 1px solid;
		line-height: 1;
		border-radius: 5px;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 17px;
		padding: 1rem;
		transition: all 0.5s ease-in-out;
		background: #2E3192 !important;
		color: #FFF !important;
		border-color: #2E3192 !important;
		text-transform: uppercase;
		padding-top: 0.3rem !important;
		padding-bottom: 0.3rem !important;
		font-size: 11px !important;
	}
	#breadcrumbs .wp-block-button .wp-block-button__link:focus, #breadcrumbs .wp-block-button .wp-block-button__link:hover, #breadcrumbs .wp-block-button .wp-block-button__link:active {
		outline: 0;
	}
	#breadcrumbs .wp-block-button .wp-block-button__link:focus, #breadcrumbs .wp-block-button .wp-block-button__link:hover, #breadcrumbs .wp-block-button .wp-block-button__link:active {
		outline: 0;
	}
	#breadcrumbs .wp-block-button .wp-block-button__link:visited {
		background: #2E3192 !important;
		color: #FFF !important;
		border-color: #2E3192 !important;
	}
	#breadcrumbs .wp-block-button .wp-block-button__link:hover, #breadcrumbs .wp-block-button .wp-block-button__link:focus, #breadcrumbs .wp-block-button .wp-block-button__link:active {
		border-color: #FBBA00 !important;
		background: #FBBA00 !important;
		color: #FFF !important;
	}
}

@media screen and (min-width: 550px) and (max-width: 959px) {
	#breadcrumbs .wp-block-button {
		margin: 0 auto;
	}
}

/* Posts and pages
--------------------------------------------- */
#primary > article > .entry-content .alignwide {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
}

@media screen and (min-width: 1260px) {
	#primary > article > .entry-content .alignwide {
		width: 1300px;
	}
}

@media screen and (max-width: 1259px) {
	#primary > article > .entry-content .alignwide {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	#primary > article > .entry-content .alignwide {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 959px) {
	#primary > article > .entry-content .alignwide {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

#primary > article > .entry-content .alignfull {
	width: 100%;
}

@media screen and (max-width: 959px) {
	#primary > article > .entry-content .alignfull > .container {
		padding: 0.75rem 1rem;
	}
}

@media screen and (min-width: 960px) {
	#primary > article > .entry-content .alignfull > .container {
		padding: 0.75rem 0;
	}
}

@media screen and (min-width: 960px) {
	#primary > article > .entry-content > #bandeau .cable-after,
	#primary > article > .entry-content > #bandeau .cable-before {
		position: absolute;
		display: block;
		background-repeat: no-repeat;
		z-index: 1000;
	}
	#primary > article > .entry-content > #bandeau .cable-jaune {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1739.68 982.09"><path d="m40,790.82c180.51-6.76,338.06,18.98,488.93,59.6,150.09,38.51,293.51,91.91,427.34,91.65,134.06.65,258.56-52.29,375.99-205.05,118.69-148.81,230.33-397.45,367.42-697.03" fill="none" stroke="%23fbba07" stroke-linecap="round" stroke-miterlimit="10" stroke-width="80"/></svg>') !important;
	}
	#primary > article > .entry-content > #bandeau .cable-vert {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 526.87 355.52"><path d="m506.07,20.8c-79.93,36.77-177.29,30.74-250.26,75.74-37.57,21.83-70.76,56.06-105.71,100.95-35.44,43.86-72.65,98.39-129.3,137.24" fill="none" stroke="%237ac942" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/></svg>') !important;
	}
	#primary > article > .entry-content > #bandeau .cable-bleu {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1732.7 522.2" style="enable-background:new 0 0 1732.7 522.2;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%2356A3CD;stroke-width:80;stroke-linecap:round;stroke-miterlimit:10;}</style><path class="st0" d="M1680.8,131.1c-251.6,15.9-501.3-99.5-743.8-54.7C813.8,95.9,688.1,152.8,546,236.1 C403.7,316.3,244.9,422.9,52.3,468.1"/></svg>') !important;
	}
	#primary > article > .entry-content > #bandeau .cable-rouge {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 578.17 247.1"><path d="m557.37,20.8c-92.33,35.63-180.45,30.4-260.97,53.32-82.74,20.34-157.87,68.82-275.6,152.18" fill="none" stroke="%23ff1c26" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/></svg>') !important;
	}
	#primary > article > .entry-content > #bandeau .cable-before {
		background-position: top left;
		height: 40vh;
		width: 40vw;
	}
	#primary > article > .entry-content > #bandeau .cable-before.cable-jaune {
		top: -25vh;
		left: -5vw;
	}
	#primary > article > .entry-content > #bandeau .cable-before.cable-vert {
		top: -15vh;
		left: -15vw;
		transform: rotate(190deg) scale(0.8);
	}
	#primary > article > .entry-content > #bandeau .cable-before.cable-bleu {
		top: -20vh;
		left: -8vw;
		transform: rotate(180deg) scale(0.9);
	}
	#primary > article > .entry-content > #bandeau .cable-before.cable-rouge {
		top: -15vh;
		left: -12vw;
		transform: rotate(180deg) scale(0.5);
	}
	#primary > article > .entry-content > #bandeau .cable-after {
		background-position: bottom right;
		height: 30vh;
		width: 35vw;
	}
	#primary > article > .entry-content > #bandeau .cable-after.cable-bleu {
		bottom: -10vh;
		right: -2vw;
	}
	#primary > article > .entry-content > #bandeau .cable-after.cable-vert {
		bottom: -10vh;
		right: -2vw;
	}
	#primary > article > .entry-content > #bandeau .cable-after.cable-jaune {
		bottom: -25vh;
		right: -12vw;
		transform: rotate(190deg) scale(1.4);
	}
	#primary > article > .entry-content > #bandeau .cable-after.cable-rouge {
		bottom: -10vh;
		right: -8vw;
		transform: scale(0.7);
	}
}

#primary > article > .entry-content > #references .owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

#primary > article > .entry-content > #references .owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

#primary > article > .entry-content > #references .owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#primary > article > .entry-content > #references .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

#primary > article > .entry-content > #references .owl-carousel .owl-wrapper,
#primary > article > .entry-content > #references .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

#primary > article > .entry-content > #references .owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

#primary > article > .entry-content > #references .owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

#primary > article > .entry-content > #references .owl-carousel .owl-nav.disabled,
#primary > article > .entry-content > #references .owl-carousel .owl-dots.disabled {
	display: none;
}

#primary > article > .entry-content > #references .owl-carousel .owl-nav .owl-prev,
#primary > article > .entry-content > #references .owl-carousel .owl-nav .owl-next,
#primary > article > .entry-content > #references .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#primary > article > .entry-content > #references .owl-carousel .owl-nav button.owl-prev,
#primary > article > .entry-content > #references .owl-carousel .owl-nav button.owl-next,
#primary > article > .entry-content > #references .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

#primary > article > .entry-content > #references .owl-carousel.owl-loaded {
	display: block;
}

#primary > article > .entry-content > #references .owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

#primary > article > .entry-content > #references .owl-carousel.owl-hidden {
	opacity: 0;
}

#primary > article > .entry-content > #references .owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

#primary > article > .entry-content > #references .owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#primary > article > .entry-content > #references .owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

#primary > article > .entry-content > #references .owl-carousel.owl-rtl {
	direction: rtl;
}

#primary > article > .entry-content > #references .owl-carousel.owl-rtl .owl-item {
	float: right;
}

#primary > article > .entry-content > #references .no-js .owl-carousel {
	display: block;
}

#primary > article > .entry-content > #references .owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

#primary > article > .entry-content > #references .owl-carousel .owl-animated-in {
	z-index: 0;
}

#primary > article > .entry-content > #references .owl-carousel .owl-animated-out {
	z-index: 1;
}

#primary > article > .entry-content > #references .owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#primary > article > .entry-content > #references .owl-height {
	transition: height 500ms ease-in-out;
}

#primary > article > .entry-content > #references .owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

#primary > article > .entry-content > #references .owl-carousel .owl-item .owl-lazy[src^=""], #primary > article > .entry-content > #references .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

#primary > article > .entry-content > #references .owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

#primary > article > .entry-content > #references .owl-carousel .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

#primary > article > .entry-content > #references .owl-carousel .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	border-radius: 3px;
}

#primary > article > .entry-content > #references .owl-carousel .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}

#primary > article > .entry-content > #references .owl-carousel .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

#primary > article > .entry-content > #references .owl-carousel .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

#primary > article > .entry-content > #references .owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

#primary > article > .entry-content > #references .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#primary > article > .entry-content > #references .owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

#primary > article > .entry-content > #references .owl-carousel .owl-dots .owl-dot.active span, #primary > article > .entry-content > #references .owl-carousel .owl-dots .owl-dot:hover span {
	background: #869791;
}

#primary > article > .entry-content > #references .slider {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	margin-top: 2rem;
}

@media screen and (min-width: 1260px) {
	#primary > article > .entry-content > #references .slider {
		width: 1300px;
	}
}

@media screen and (max-width: 1259px) {
	#primary > article > .entry-content > #references .slider {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	#primary > article > .entry-content > #references .slider {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 959px) {
	#primary > article > .entry-content > #references .slider {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

#primary > article > .entry-content > #references .slider .owl-stage-outer {
	z-index: 50;
	overflow: hidden;
}

#primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage {
	display: flex;
	column-gap: 10px;
}

#primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item {
	display: flex;
	justify-content: center;
}

#primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item {
	padding: 0 1rem;
	display: flex;
}

#primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img {
	align-self: center;
	justify-self: center;
	transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 960px) {
	#primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img.portrait {
		width: auto;
		height: 120px;
		max-width: none;
		max-height: 120px;
	}
	#primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img.landscape {
		width: 180px;
		height: auto;
		max-width: 180px;
		max-height: none;
	}
	#primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img.square {
		width: 80px;
		height: 80px;
		max-width: 80px;
		max-height: 80px;
	}
}

@media screen and (max-width: 959px) {
	#primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img {
		width: auto;
		max-height: 80px;
	}
}

#primary > article > .entry-content > #references .slider .owl-nav {
	width: calc( 1300px + 8rem);
	margin: 0 auto;
	position: absolute;
	z-index: 40;
	display: flex;
	justify-content: space-between !important;
	align-items: center !important;
	height: 100px;
}

#primary > article > .entry-content > #references .slider .owl-nav button {
	width: 20px;
	height: 70px;
	border-radius: 50px !important;
	background: #2E3192 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

#primary > article > .entry-content > #references .slider .owl-nav button span {
	font-size: 25px !important;
	line-height: 1px;
	color: #FFF;
	margin-bottom: 5px;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
}

@media screen and (max-width: 959px) {
	.awsm-job-wrap .awsm-job-item .awsm-list-left-col > .awsm-job-title {
		text-align: center;
	}
	.awsm-job-wrap .awsm-job-item .awsm-list-right-col {
		float: none;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 959px) {
	#primary .awsm-job-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) {
	display: grid;
}

#primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn {
	justify-self: end;
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #FBBA00 !important;
	color: #FFF !important;
	border-color: #FBBA00 !important;
}

#primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:focus, #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:hover, #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:active {
	outline: 0;
}

#primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:visited {
	background: #FBBA00 !important;
	color: #FFF !important;
	border-color: #FBBA00 !important;
}

#primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:hover, #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:focus, #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.wp-block-lazyblock-portfolio {
	margin-top: 2rem;
}

@media screen and (min-width: 960px) {
	.wp-block-lazyblock-portfolio:nth-child(even) > .lzb-portfolio {
		grid-template-columns: 30% auto !important;
	}
	.wp-block-lazyblock-portfolio:nth-child(even) > .lzb-portfolio .wp-block-media-text__content {
		grid-column: 2;
	}
	.wp-block-lazyblock-portfolio:nth-child(even) > .lzb-portfolio .wp-block-media-text__media {
		grid-column: 1;
	}
	.wp-block-lazyblock-portfolio:nth-child(odd) > .lzb-portfolio {
		grid-template-columns: auto 30% !important;
	}
	.wp-block-lazyblock-portfolio:nth-child(odd) > .lzb-portfolio .wp-block-media-text__content {
		grid-column: 1;
	}
	.wp-block-lazyblock-portfolio:nth-child(odd) > .lzb-portfolio .wp-block-media-text__media {
		grid-column: 2;
	}
}

@media screen and (max-width: 959px) {
	.wp-block-lazyblock-portfolio {
		display: flex;
		flex-direction: column;
	}
}

.wp-block-query {
	grid-area: reals;
	display: flex;
	list-style: none;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding-left: 0;
}

@media screen and (min-width: 960px) {
	.wp-block-query {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		column-count: 3;
		gap: 1rem 1rem;
	}
}

@media screen and (max-width: 959px) {
	.wp-block-query {
		flex-direction: column;
		gap: 1rem 0;
	}
}

@media screen and (min-width: 960px) {
	.wp-block-post {
		width: calc( ( 100% - 1rem*2 ) / 3);
	}
}

@media screen and (max-width: 959px) {
	.wp-block-post {
		width: 100%;
	}
}

.wp-block-post > a > article {
	display: block;
}

.wp-block-post > a > article .wp-block-post-featured-image {
	z-index: 40;
	position: relative;
	width: 100%;
	height: 40vh;
	margin: 0;
}

.wp-block-post > a > article .wp-block-post-featured-image a {
	width: inherit;
	height: inherit;
	overflow: hidden;
	margin: 0 auto;
}

.wp-block-post > a > article .wp-block-post-featured-image img {
	width: inherit;
	height: inherit;
	max-width: unset;
	overflow: hidden;
	object-fit: cover;
	object-position: center center;
}

.wp-block-post > a > article .wp-block-overlay {
	z-index: 50;
	position: relative;
	width: 100%;
	height: 40vh;
	padding: 2rem;
	margin-top: -40vh;
	background: rgba(46, 49, 146, 0.7);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.wp-block-post > a > article .wp-block-overlay .wp-block-post-title {
	grid-area: title;
	align-self: start;
	color: #FFF;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 600;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1rem 0 0 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

.wp-block-post > a > article .wp-block-overlay .wp-block-post-title::after {
	display: block;
	content: " ";
	width: 80px;
	height: 2px;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	background: #FBBA00;
}

.wp-block-post > a > article .wp-block-overlay .badge {
	font-size: 14px;
	color: #FFF;
	font-weight: 600;
	display: inline-block;
}

.wp-block-post > a > article .wp-block-overlay .wp-block-post-date {
	grid-area: meta-date;
}

.wp-block-post > a > article .wp-block-overlay .wp-block-post-terms {
	grid-area: meta-terms;
}

.wp-block-post > a > article .wp-block-overlay .wp-block-post-featured-image {
	grid-area: thumbnail;
}

.wp-block-post > a > article:hover .wp-block-overlay {
	opacity: 1;
}

.wpcf7 form {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.wpcf7 form > p {
	display: flex;
	column-gap: 1rem;
}

@media screen and (max-width: 959px) {
	.wpcf7 form > p {
		flex-direction: column;
		row-gap: 1rem;
	}
}

.wpcf7 form > p small {
	color: #0071BC;
}

.wpcf7 form > p:last-of-type {
	justify-content: flex-end;
}

.wpcf7 form > p > label {
	width: 100%;
}

.wpcf7 form > p > label input:not([type="checkbox"]),
.wpcf7 form > p > label select,
.wpcf7 form > p > label textarea {
	padding: 0.5rem;
	width: 100%;
}

.wpcf7 form > p > label select {
	color: #111;
	border: 1px solid #CCC !important;
	border-radius: 3px;
}

.wpcf7 form > p > label select option {
	color: #111;
}

.wpcf7 form > p > label .wpcf7-acceptance > .wpcf7-list-item > label {
	display: flex;
	align-items: baseline;
	column-gap: 10px;
}

.wpcf7 form > p > .wpcf7-submit {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #FBBA00 !important;
	color: #FFF !important;
	border-color: #FBBA00 !important;
}

.wpcf7 form > p > .wpcf7-submit:focus, .wpcf7 form > p > .wpcf7-submit:hover, .wpcf7 form > p > .wpcf7-submit:active {
	outline: 0;
}

.wpcf7 form > p > .wpcf7-submit:visited {
	background: #FBBA00 !important;
	color: #FFF !important;
	border-color: #FBBA00 !important;
}

.wpcf7 form > p > .wpcf7-submit:hover, .wpcf7 form > p > .wpcf7-submit:focus, .wpcf7 form > p > .wpcf7-submit:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.wpcf7 form .sent .wpcf7-response-output,
.wpcf7 form .invalid .wpcf7-response-output {
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	padding: 0.5rem 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #7AC943;
	color: #7AC943;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: 2px solid #FF1D25;
	color: #FF1D25;
}

.wpcf7 .screen-reader-response {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

#scroll-to-top-btn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #FBBA00;
	opacity: 0.4;
	cursor: pointer;
	padding: 10px;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

#scroll-to-top-btn span {
	color: #FFF !important;
	font-size: 20px;
}

#scroll-to-top-btn:hover {
	opacity: 1;
}

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

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

@media screen and (min-width: 960px) {
	.jaune-bleu,
	.bleu-jaune {
		position: relative;
	}
	.jaune-bleu::before,
	.bleu-jaune::before {
		content: " ";
		position: absolute;
		width: 250px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center center;
		overflow-y: hidden;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 484.6 452.55"><path d="m34.2,411c54.2-19.7,104.7-27.2,154.7-29.5,49.5-2.9,98.5-.6,139.2-13.8,40.9-12.9,73.4-41.1,93.8-99,21.2-56.8,30.2-143.4,41.9-247.9" fill="none" stroke="%2340a8f5" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/><path d="m332.6,26.6c1.7,105.7-5.4,201.6-29.2,267.6-23,67.2-62.7,104.5-105.9,122.2-43,18-89.6,16.4-122.4,13.7-33.4-3.3-53-7.6-54.3-8.4" fill="none" stroke="%23faba00" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/></svg>') !important;
		left: -30px;
		top: 10%;
		transform: scale(0.8, -0.8) rotate(45deg);
	}
	.rouge-bleu,
	.bleu-rouge {
		position: relative;
	}
	.rouge-bleu::after,
	.bleu-rouge::after {
		content: " ";
		position: absolute;
		width: 250px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center center;
		overflow-y: hidden;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 598.8 450.8"><path d="m578,224.5c-92.3,35.6-180.5,30.4-261,53.3-82.7,20.4-157.9,68.9-275.6,152.2" fill="none" stroke="%23ff1c26" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/><path d="m20.8,411c54.2-19.7,104.7-27.2,154.7-29.5,49.5-2.9,98.5-.6,139.2-13.8,40.9-12.9,73.4-41.1,93.8-99,21.2-56.8,30.2-143.4,41.9-247.9" fill="none" stroke="%2340a8f5" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/></svg>') !important;
		right: -30px;
		bottom: 10%;
		transform: rotate(180deg);
	}
	.rouge-vert,
	.vert-rouge {
		position: relative;
	}
	.rouge-vert::before,
	.vert-rouge::before {
		content: " ";
		position: absolute;
		width: 250px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center center;
		overflow-y: hidden;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 578.2 355.4"><path d="m542.7,20.8c-79.9,36.8-177.3,30.7-250.3,75.7-37.6,21.8-70.8,56.1-105.7,100.9-35.4,43.9-72.6,98.4-129.3,137.2" fill="none" stroke="%237ac942" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/><path d="m557.4,124.9c-92.3,35.6-180.5,30.4-261,53.3-82.7,20.4-157.9,68.9-275.6,152.2" fill="none" stroke="%23ff1c26" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/></svg>') !important;
		right: -50px;
		top: -125px;
		transform: scale(-0.8, -0.8) rotate(45deg);
	}
	.jaune-vert-bleu {
		position: relative;
	}
	.jaune-vert-bleu::before {
		content: " ";
		position: absolute;
		width: 250px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center center;
		overflow-y: hidden;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.72 419.74"><line x1="75.62" y1="249.45" x2="75.62" y2="9.1" style="fill: none; stroke: %2340a8f5; stroke-linecap: round; stroke-miterlimit: 4; stroke-width: 18.2px;"/><line x1="9.1" y1="307.45" x2="9.1" y2="67.1" style="fill: none; stroke: %23faba00; stroke-linecap: round; stroke-miterlimit: 4; stroke-width: 18.2px;"/><line x1="47.9" y1="410.64" x2="47.9" y2="170.28" style="fill: none; stroke: %237ac942; stroke-linecap: round; stroke-miterlimit: 4; stroke-width: 18.2px;"/></svg>') !important;
		background-position-y: -50px;
		left: 0;
		top: 0;
		transform: scale(1.4, 1.4);
		transform-origin: top center;
		overflow-y: hidden;
	}
	.quadri {
		position: relative;
	}
	.quadri::before {
		content: " ";
		position: absolute;
		width: 250px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center center;
		overflow-y: hidden;
		background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 645 478" style="enable-background:new 0 0 645 478;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%237AC942;stroke-width:41.6;stroke-linecap:round;stroke-miterlimit:10;}.st1{fill:none;stroke:%23FF1C26;stroke-width:41.6;stroke-linecap:round;stroke-miterlimit:10;}.st2{fill:none;stroke:%2340A8F5;stroke-width:41.6;stroke-linecap:round;stroke-miterlimit:10;}.st3{fill:none;stroke:%23FABA00;stroke-width:41.6;stroke-linecap:round;stroke-miterlimit:10;}.st4{fill:none;}</style><path class="st0" d="M592.4,138.4c-79.9,36.8-177.3,30.7-250.3,75.7c-37.6,21.8-70.8,56.1-105.7,100.9c-35.4,43.9-72.6,98.4-129.3,137.2"/><path class="st1" d="M607.1,242.5c-92.3,35.6-180.5,30.4-261,53.3C263.4,316.2,188.2,364.7,70.5,448"/><path class="st2" d="M49.9,429c54.2-19.7,104.7-27.2,154.7-29.5c49.5-2.9,98.5-0.6,139.2-13.8c40.9-12.9,73.4-41.1,93.8-99c21.2-56.8,30.2-143.4,41.9-247.9"/><path class="st3" d="M348.3,44.6c1.7,105.7-5.4,201.6-29.2,267.6c-23,67.2-62.7,104.5-105.9,122.2c-43,18-89.6,16.4-122.4,13.7c-33.4-3.3-53-7.6-54.3-8.4"/><rect x="169" y="122" class="st4" width="984" height="588"/></svg>') !important;
		left: -30px;
		top: 50px;
	}
	.quadri-horizontal {
		position: relative;
	}
	.quadri-horizontal::after {
		content: " ";
		position: absolute;
		width: 250px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center center;
		overflow-y: hidden;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 190.47 66.94"><line x1="82.13" y1="6.5" x2="183.97" y2="6.5" style="fill: none; stroke: %23ff1c26; stroke-linecap: round; stroke-miterlimit: 4; stroke-width: 13px;"/><line x1="6.5" y1="42.44" x2="183.47" y2="42.44" style="fill: none; stroke: %23faba00; stroke-linecap: round; stroke-miterlimit: 4; stroke-width: 13px;"/><line x1="60.3" y1="60.44" x2="183.47" y2="60.44" style="fill: none; stroke: %2340a8f5; stroke-linecap: round; stroke-miterlimit: 4; stroke-width: 13px;"/><line x1="32.13" y1="24.56" x2="183.97" y2="24.56" style="fill: none; stroke: %237ac942; stroke-linecap: round; stroke-width: 13px;"/></svg>') !important;
		right: -10px;
		top: 5%;
	}
	.jaune-rouge-horizontal,
	.rouge-jaune-horizontal {
		position: relative;
	}
	.jaune-rouge-horizontal::before,
	.rouge-jaune-horizontal::before {
		content: " ";
		position: absolute;
		width: 250px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center center;
		overflow-y: hidden;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 190.47 28.06"><line x1="82.13" y1="21.56" x2="183.97" y2="21.56" style="fill: none; stroke: %23ff1c26; stroke-linecap: round; stroke-miterlimit: 4; stroke-width: 13px;"/><line x1="6.5" y1="6.5" x2="183.47" y2="6.5" style="fill: none; stroke: %23faba00; stroke-linecap: round; stroke-miterlimit: 4; stroke-width: 13px;"/></svg>') !important;
		left: -10px;
		top: -124px;
		transform: rotate(180deg);
	}
	.vert-bleu-horizontal,
	.bleu-vert-horizontal {
		position: relative;
	}
	.vert-bleu-horizontal::after,
	.bleu-vert-horizontal::after {
		content: " ";
		position: absolute;
		width: 250px;
		height: 250px;
		background-repeat: no-repeat;
		background-position: center center;
		overflow-y: hidden;
		background-image: url('data:image/svg+xml;utf8,<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 164.84 28.89"><line x1="34.66" y1="22.39" x2="157.84" y2="22.39" style="fill: none; stroke: %2340a8f5; stroke-linecap: round; stroke-miterlimit: 4; stroke-width: 13px;"/><line x1="6.5" y1="6.5" x2="158.34" y2="6.5" style="fill: none; stroke: %237ac942; stroke-linecap: round; stroke-width: 13px;"/></svg>') !important;
		right: -50px;
		bottom: -125px;
	}
}

/* Lazy blocks
--------------------------------------------- */
.lzb-chiffre-cle {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.lzb-chiffre-cle span {
	display: block;
	text-align: center;
	display: inline;
}

.lzb-chiffre-cle span.entity {
	font-size: 24px;
	line-height: 30px;
}

.lzb-chiffre-cle span.number {
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
}

.lzb-chiffre-cle span.number .to-animate {
	font-size: inherit;
}

.lzb-presentation-filiale {
	display: grid;
	row-gap: 1rem;
	padding: 1rem 2rem;
	margin-top: 2rem;
	border-radius: 5px;
	background: #FFF;
}

@media screen and (min-width: 960px) {
	.lzb-presentation-filiale {
		grid-template-areas: "logo secteur" "expertises expertises" "button button";
		grid-template-rows: 130px auto 80px;
	}
}

@media screen and (max-width: 959px) {
	.lzb-presentation-filiale {
		grid-template-areas: "logo" "secteur" "expertises" "button";
	}
}

.lzb-presentation-filiale .secteur {
	grid-area: secteur;
	padding-top: 1rem;
}

@media screen and (min-width: 960px) {
	.lzb-presentation-filiale .secteur {
		justify-self: end;
	}
}

@media screen and (max-width: 959px) {
	.lzb-presentation-filiale .secteur {
		justify-self: center;
		margin-bottom: 2rem;
	}
}

.lzb-presentation-filiale .secteur > span {
	padding: 0.5rem 1rem;
	color: #FFF;
	font-weight: 600;
	border-radius: 5px;
}

.lzb-presentation-filiale .secteur.tertiaire > span {
	background: #FF1D25;
}

.lzb-presentation-filiale .secteur.logement > span {
	background: #7AC943;
}

.lzb-presentation-filiale .logo {
	grid-area: logo;
	display: flex;
}

@media screen and (min-width: 960px) {
	.lzb-presentation-filiale .logo {
		justify-content: start;
	}
}

@media screen and (max-width: 959px) {
	.lzb-presentation-filiale .logo {
		justify-content: center;
	}
}

.lzb-presentation-filiale .expertises {
	grid-area: expertises;
}

.lzb-presentation-filiale .expertises .subtitle {
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

.lzb-presentation-filiale .expertises ul {
	margin: 0;
}

.lzb-presentation-filiale .wp-block-buttons {
	grid-area: button;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

.lzb-presentation-filiale .wp-block-buttons .wp-block-button .wp-block-button__link {
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #3FA9F5 !important;
	color: #FFF !important;
	border-color: #3FA9F5 !important;
}

.lzb-presentation-filiale .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .lzb-presentation-filiale .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .lzb-presentation-filiale .wp-block-buttons .wp-block-button .wp-block-button__link:active {
	outline: 0;
}

.lzb-presentation-filiale .wp-block-buttons .wp-block-button .wp-block-button__link:visited {
	background: #3FA9F5 !important;
	color: #FFF !important;
	border-color: #3FA9F5 !important;
}

.lzb-presentation-filiale .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .lzb-presentation-filiale .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .lzb-presentation-filiale .wp-block-buttons .wp-block-button .wp-block-button__link:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

.lzb-valeur header {
	display: flex;
	column-gap: 1rem;
	align-items: center;
}

.lzb-valeur header span {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
}

.lzb-valeur header span > span {
	color: #FBBA00;
}

.lzb-slider {
	background: #2E3192;
	align-items: center;
}

@media screen and (min-width: 960px) {
	.lzb-slider {
		display: grid;
		grid-template-areas: "left right controls";
		grid-template-columns: 400px auto 50px;
		column-gap: 2rem;
		padding: 0 6rem;
	}
}

@media screen and (max-width: 959px) {
	.lzb-slider {
		display: flex;
		flex-direction: column;
		padding: 0;
		row-gap: 2rem;
	}
}

.lzb-slider .left {
	grid-area: left;
}

@media screen and (min-width: 960px) {
	.lzb-slider .left {
		width: 400px;
		border-right: 1px solid #FFF;
		padding-right: 2rem;
	}
}

@media screen and (max-width: 959px) {
	.lzb-slider .left {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		row-gap: 2rem;
	}
}

.lzb-slider .left > img {
	filter: brightness(0) invert(1);
}

.lzb-slider .left > div > span {
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
}

.lzb-slider .left > div > span.e-comme {
	font-weight: 800;
	display: none;
}

.lzb-slider .right {
	grid-area: right;
}

@media screen and (max-width: 959px) {
	.lzb-slider .right {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.lzb-slider .right > span {
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	display: none;
}

@media screen and (max-width: 959px) {
	.lzb-slider .right > span {
		text-align: center;
	}
}

.lzb-slider .controls {
	grid-area: controls;
	display: flex;
	z-index: 99999999999;
	justify-self: end;
	column-gap: 10px;
}

@media screen and (min-width: 960px) {
	.lzb-slider .controls {
		align-self: start;
	}
}

@media screen and (max-width: 959px) {
	.lzb-slider .controls {
		align-self: center;
	}
}

.lzb-slider .controls > span {
	background: rgba(0, 0, 0, 0.3);
	width: 27px;
	height: 27px;
	border-radius: 3px;
}

@media screen and (max-width: 959px) {
	.lzb-slider .controls > span {
		text-align: center;
	}
}

.lzb-slider .controls > span.prev::before, .lzb-slider .controls > span.next::before {
	color: #FFF;
	font-family: "dashicons";
	display: flex;
	justify-content: center;
	align-items: center;
}

.lzb-slider .controls > span.next::before {
	content: "\f345";
}

.lzb-slider .controls > span.prev::before {
	content: "\f341";
}

.lbz-img-circle {
	display: flex;
}

.lbz-img-circle.align-left {
	justify-content: flex-start;
}

.lbz-img-circle.align-right {
	justify-content: flex-end;
}

.lbz-img-circle.align-center {
	justify-content: center;
}

.lbz-img-circle figure {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	margin: 0;
	z-index: 999;
}

.lbz-img-circle figure img {
	object-fit: cover;
	object-position: center center;
	min-width: 200px;
	min-height: 200px;
	background: #FFF;
}

.lbz-img-circle figure.accent-y {
	border-color: #FBBA00;
}

.lbz-img-circle figure.accent-r {
	border-color: #FF1D25;
}

.lbz-img-circle figure.accent-b {
	border-color: #3FA9F5;
}

.lbz-img-circle figure.accent-g {
	border-color: #7AC943;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 28px;
}

body #masthead {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
}

body #masthead .site-primary-header {
	width: 100%;
	background: #FFF;
	border-bottom: 1px solid #EEE;
}

@media screen and (max-width: 959px) {
	body #masthead .site-primary-header > .container {
		padding: 0.75rem 1rem;
	}
}

@media screen and (min-width: 960px) {
	body #masthead .site-primary-header > .container {
		padding: 0.75rem 0;
	}
}

@media screen and (max-width: 959px) {
	body #masthead .site-primary-header {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

body #masthead .site-primary-header .container {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 1260px) {
	body #masthead .site-primary-header .container {
		width: 1300px;
	}
}

@media screen and (max-width: 1259px) {
	body #masthead .site-primary-header .container {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	body #masthead .site-primary-header .container {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 959px) {
	body #masthead .site-primary-header .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

body #masthead .site-primary-header .container .site-branding {
	grid-area: branding;
}

body #masthead .site-primary-header .container .site-branding .custom-logo-link {
	display: flex;
}

body #masthead .site-primary-header .container .site-branding .custom-logo-link img {
	max-height: 80px;
	width: auto;
}

body #masthead .site-primary-header .container .main-navigation {
	grid-area: primary-nav;
}

@media screen and (max-width: 959px) {
	body #masthead .site-primary-header .container .main-navigation > div {
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 9998;
		background: #FFF;
		border-bottom: 1px solid #EEE;
		position: absolute;
		overflow-y: auto;
		transition: all 1s ease-in-out;
	}
	body #masthead .site-primary-header .container .main-navigation > div:not(.open) {
		display: none;
		top: -150vh;
	}
	body #masthead .site-primary-header .container .main-navigation > div.open {
		display: block;
		top: 110px;
	}
	body #masthead .site-primary-header .container .main-navigation .menu-toggle {
		border: 1px solid;
		line-height: 1;
		border-radius: 5px;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 17px;
		padding: 1rem;
		transition: all 0.5s ease-in-out;
		background: #0071BC !important;
		color: #FFF !important;
		border-color: #0071BC !important;
		padding: 5px;
	}
	body #masthead .site-primary-header .container .main-navigation .menu-toggle:focus, body #masthead .site-primary-header .container .main-navigation .menu-toggle:hover, body #masthead .site-primary-header .container .main-navigation .menu-toggle:active {
		outline: 0;
	}
	body #masthead .site-primary-header .container .main-navigation .menu-toggle:visited {
		background: #0071BC !important;
		color: #FFF !important;
		border-color: #0071BC !important;
	}
	body #masthead .site-primary-header .container .main-navigation .menu-toggle:hover, body #masthead .site-primary-header .container .main-navigation .menu-toggle:focus, body #masthead .site-primary-header .container .main-navigation .menu-toggle:active {
		border-color: #2E3192 !important;
		background: #2E3192 !important;
		color: #FFF !important;
	}
	body #masthead .site-primary-header .container .main-navigation .menu-toggle span {
		width: 30px;
		height: 30px;
		font-size: 30px;
	}
}

body #masthead .site-primary-header .container .site-reseaux-sociaux {
	grid-area: social-nav;
}

body .site-pre-footer {
	width: 100%;
	background: #2E3192;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media screen and (max-width: 959px) {
	body .site-pre-footer > .container {
		padding: 0.75rem 1rem;
	}
}

@media screen and (min-width: 960px) {
	body .site-pre-footer > .container {
		padding: 0.75rem 0;
	}
}

@media screen and (max-width: 959px) {
	body .site-pre-footer {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 959px) {
	body .site-pre-footer {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

body .site-pre-footer .wp-block-columns {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
	column-gap: 2rem;
	margin-bottom: 0;
}

@media screen and (min-width: 1260px) {
	body .site-pre-footer .wp-block-columns {
		width: 1300px;
	}
}

@media screen and (max-width: 1259px) {
	body .site-pre-footer .wp-block-columns {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	body .site-pre-footer .wp-block-columns {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 959px) {
	body .site-pre-footer .wp-block-columns {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

body .site-pre-footer .wp-block-columns .wp-block-column {
	color: #FFF;
	flex-basis: unset;
}

body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .phone > a,
body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .email > a,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .phone > a,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .email > a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #FFF !important;
}

body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .phone > a:focus, body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .phone > a:hover, body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .phone > a:active,
body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .email > a:focus,
body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .email > a:hover,
body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .email > a:active,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .phone > a:focus,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .phone > a:hover,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .phone > a:active,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .email > a:focus,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .email > a:hover,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .email > a:active {
	outline: 0;
}

body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .phone > a:visited,
body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .email > a:visited,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .phone > a:visited,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .email > a:visited {
	color: #FFF !important;
}

body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .phone > a:hover, body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .phone > a:focus, body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .phone > a:active,
body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .email > a:hover,
body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .email > a:focus,
body .site-pre-footer .wp-block-columns .wp-block-column > div > .location > .email > a:active,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .phone > a:hover,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .phone > a:focus,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .phone > a:active,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .email > a:hover,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .email > a:focus,
body .site-pre-footer .wp-block-columns .wp-block-column > .location > .email > a:active {
	color: #FBBA00 !important;
}

body .site-pre-footer .wp-block-columns .wp-block-column .widgettitle,
body .site-pre-footer .wp-block-columns .wp-block-column .wp-block-heading {
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

body .site-pre-footer .wp-block-columns .wp-block-column > ul {
	margin: 0;
	padding: 0;
}

body .site-pre-footer .wp-block-columns .wp-block-column > ul .menu a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #FFF !important;
}

body .site-pre-footer .wp-block-columns .wp-block-column > ul .menu a:focus, body .site-pre-footer .wp-block-columns .wp-block-column > ul .menu a:hover, body .site-pre-footer .wp-block-columns .wp-block-column > ul .menu a:active {
	outline: 0;
}

body .site-pre-footer .wp-block-columns .wp-block-column > ul .menu a:visited {
	color: #FFF !important;
}

body .site-pre-footer .wp-block-columns .wp-block-column > ul .menu a:hover, body .site-pre-footer .wp-block-columns .wp-block-column > ul .menu a:focus, body .site-pre-footer .wp-block-columns .wp-block-column > ul .menu a:active {
	color: #FBBA00 !important;
}

body .site-pre-footer .wp-block-columns .wp-block-column .site-reseaux-sociaux {
	margin-top: 1rem;
	display: flex;
	column-gap: 0.5rem;
}

body #colophon {
	width: 100%;
	background: #0071BC;
	color: #FFF;
	display: flex;
	padding: 2rem 0;
}

@media screen and (max-width: 959px) {
	body #colophon > .container {
		padding: 0.75rem 1rem;
	}
}

@media screen and (min-width: 960px) {
	body #colophon > .container {
		padding: 0.75rem 0;
	}
}

body #colophon .site-info {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1260px) {
	body #colophon .site-info {
		width: 1300px;
	}
}

@media screen and (max-width: 1259px) {
	body #colophon .site-info {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	body #colophon .site-info {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 959px) {
	body #colophon .site-info {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

body #colophon .site-info .site-copyright {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 959px) {
	body #colophon .site-info .site-copyright {
		flex-direction: column;
	}
}

body #colophon .site-info .site-copyright p {
	margin: 0;
}

body #breadcrumbs,
body.home #page > #primary {
	margin-top: 105px;
}

body #primary {
	width: 100%;
	overflow: hidden;
}

body .logo-text {
	color: #0071BC;
	display: inline;
}

body .logo-text span {
	color: #2E3192;
	font-family: 'weetec';
	font-size: 56%;
}

body.logged-in #page > header {
	margin-top: 32px;
}

body #primary > article > .entry-content .alignwide {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
}

@media screen and (min-width: 1260px) {
	body #primary > article > .entry-content .alignwide {
		width: 1300px;
	}
}

@media screen and (max-width: 1259px) {
	body #primary > article > .entry-content .alignwide {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	body #primary > article > .entry-content .alignwide {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 959px) {
	body #primary > article > .entry-content .alignwide {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

body #primary > article > .entry-content .alignfull {
	width: 100%;
}

@media screen and (max-width: 959px) {
	body #primary > article > .entry-content .alignfull > .container {
		padding: 0.75rem 1rem;
	}
}

@media screen and (min-width: 960px) {
	body #primary > article > .entry-content .alignfull > .container {
		padding: 0.75rem 0;
	}
}

@media screen and (min-width: 960px) {
	body #primary > article > .entry-content > #bandeau .cable-after,
	body #primary > article > .entry-content > #bandeau .cable-before {
		position: absolute;
		display: block;
		background-repeat: no-repeat;
		z-index: 1000;
	}
	body #primary > article > .entry-content > #bandeau .cable-jaune {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1739.68 982.09"><path d="m40,790.82c180.51-6.76,338.06,18.98,488.93,59.6,150.09,38.51,293.51,91.91,427.34,91.65,134.06.65,258.56-52.29,375.99-205.05,118.69-148.81,230.33-397.45,367.42-697.03" fill="none" stroke="%23fbba07" stroke-linecap="round" stroke-miterlimit="10" stroke-width="80"/></svg>') !important;
	}
	body #primary > article > .entry-content > #bandeau .cable-vert {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 526.87 355.52"><path d="m506.07,20.8c-79.93,36.77-177.29,30.74-250.26,75.74-37.57,21.83-70.76,56.06-105.71,100.95-35.44,43.86-72.65,98.39-129.3,137.24" fill="none" stroke="%237ac942" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/></svg>') !important;
	}
	body #primary > article > .entry-content > #bandeau .cable-bleu {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1732.7 522.2" style="enable-background:new 0 0 1732.7 522.2;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%2356A3CD;stroke-width:80;stroke-linecap:round;stroke-miterlimit:10;}</style><path class="st0" d="M1680.8,131.1c-251.6,15.9-501.3-99.5-743.8-54.7C813.8,95.9,688.1,152.8,546,236.1 C403.7,316.3,244.9,422.9,52.3,468.1"/></svg>') !important;
	}
	body #primary > article > .entry-content > #bandeau .cable-rouge {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 578.17 247.1"><path d="m557.37,20.8c-92.33,35.63-180.45,30.4-260.97,53.32-82.74,20.34-157.87,68.82-275.6,152.18" fill="none" stroke="%23ff1c26" stroke-linecap="round" stroke-miterlimit="10" stroke-width="41.6"/></svg>') !important;
	}
	body #primary > article > .entry-content > #bandeau .cable-before {
		background-position: top left;
		height: 40vh;
		width: 40vw;
	}
	body #primary > article > .entry-content > #bandeau .cable-before.cable-jaune {
		top: -25vh;
		left: -5vw;
	}
	body #primary > article > .entry-content > #bandeau .cable-before.cable-vert {
		top: -15vh;
		left: -15vw;
		transform: rotate(190deg) scale(0.8);
	}
	body #primary > article > .entry-content > #bandeau .cable-before.cable-bleu {
		top: -20vh;
		left: -8vw;
		transform: rotate(180deg) scale(0.9);
	}
	body #primary > article > .entry-content > #bandeau .cable-before.cable-rouge {
		top: -15vh;
		left: -12vw;
		transform: rotate(180deg) scale(0.5);
	}
	body #primary > article > .entry-content > #bandeau .cable-after {
		background-position: bottom right;
		height: 30vh;
		width: 35vw;
	}
	body #primary > article > .entry-content > #bandeau .cable-after.cable-bleu {
		bottom: -10vh;
		right: -2vw;
	}
	body #primary > article > .entry-content > #bandeau .cable-after.cable-vert {
		bottom: -10vh;
		right: -2vw;
	}
	body #primary > article > .entry-content > #bandeau .cable-after.cable-jaune {
		bottom: -25vh;
		right: -12vw;
		transform: rotate(190deg) scale(1.4);
	}
	body #primary > article > .entry-content > #bandeau .cable-after.cable-rouge {
		bottom: -10vh;
		right: -8vw;
		transform: scale(0.7);
	}
}

body #primary > article > .entry-content > #references .owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

body #primary > article > .entry-content > #references .owl-carousel .owl-wrapper,
body #primary > article > .entry-content > #references .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

body #primary > article > .entry-content > #references .owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-nav.disabled,
body #primary > article > .entry-content > #references .owl-carousel .owl-dots.disabled {
	display: none;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-nav .owl-prev,
body #primary > article > .entry-content > #references .owl-carousel .owl-nav .owl-next,
body #primary > article > .entry-content > #references .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-nav button.owl-prev,
body #primary > article > .entry-content > #references .owl-carousel .owl-nav button.owl-next,
body #primary > article > .entry-content > #references .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

body #primary > article > .entry-content > #references .owl-carousel.owl-loaded {
	display: block;
}

body #primary > article > .entry-content > #references .owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

body #primary > article > .entry-content > #references .owl-carousel.owl-hidden {
	opacity: 0;
}

body #primary > article > .entry-content > #references .owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

body #primary > article > .entry-content > #references .owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body #primary > article > .entry-content > #references .owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

body #primary > article > .entry-content > #references .owl-carousel.owl-rtl {
	direction: rtl;
}

body #primary > article > .entry-content > #references .owl-carousel.owl-rtl .owl-item {
	float: right;
}

body #primary > article > .entry-content > #references .no-js .owl-carousel {
	display: block;
}

body #primary > article > .entry-content > #references .owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-animated-in {
	z-index: 0;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-animated-out {
	z-index: 1;
}

body #primary > article > .entry-content > #references .owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

body #primary > article > .entry-content > #references .owl-height {
	transition: height 500ms ease-in-out;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-item .owl-lazy[src^=""], body #primary > article > .entry-content > #references .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	border-radius: 3px;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

body #primary > article > .entry-content > #references .owl-carousel .owl-dots .owl-dot.active span, body #primary > article > .entry-content > #references .owl-carousel .owl-dots .owl-dot:hover span {
	background: #869791;
}

body #primary > article > .entry-content > #references .slider {
	display: flex !important;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	margin-top: 2rem;
}

@media screen and (min-width: 1260px) {
	body #primary > article > .entry-content > #references .slider {
		width: 1300px;
	}
}

@media screen and (max-width: 1259px) {
	body #primary > article > .entry-content > #references .slider {
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	body #primary > article > .entry-content > #references .slider {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 959px) {
	body #primary > article > .entry-content > #references .slider {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

body #primary > article > .entry-content > #references .slider .owl-stage-outer {
	z-index: 50;
	overflow: hidden;
}

body #primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage {
	display: flex;
	column-gap: 10px;
}

body #primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item {
	display: flex;
	justify-content: center;
}

body #primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item {
	padding: 0 1rem;
	display: flex;
}

body #primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img {
	align-self: center;
	justify-self: center;
	transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 960px) {
	body #primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img.portrait {
		width: auto;
		height: 120px;
		max-width: none;
		max-height: 120px;
	}
	body #primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img.landscape {
		width: 180px;
		height: auto;
		max-width: 180px;
		max-height: none;
	}
	body #primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img.square {
		width: 80px;
		height: 80px;
		max-width: 80px;
		max-height: 80px;
	}
}

@media screen and (max-width: 959px) {
	body #primary > article > .entry-content > #references .slider .owl-stage-outer .owl-stage .owl-item .item img {
		width: auto;
		max-height: 80px;
	}
}

body #primary > article > .entry-content > #references .slider .owl-nav {
	width: calc( 1300px + 8rem);
	margin: 0 auto;
	position: absolute;
	z-index: 40;
	display: flex;
	justify-content: space-between !important;
	align-items: center !important;
	height: 100px;
}

body #primary > article > .entry-content > #references .slider .owl-nav button {
	width: 20px;
	height: 70px;
	border-radius: 50px !important;
	background: #2E3192 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

body #primary > article > .entry-content > #references .slider .owl-nav button span {
	font-size: 25px !important;
	line-height: 1px;
	color: #FFF;
	margin-bottom: 5px;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
}

@media screen and (max-width: 959px) {
	body.home #primary > article > .entry-content > #bandeau {
		padding: 0 !important;
	}
}

@media screen and (min-width: 960px) {
	body.home #primary > article > .entry-content > #bandeau {
		align-items: center;
		flex-direction: column;
	}
}

body.home #primary > article > .entry-content > #bandeau > div > .wp-block-group {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1.5rem 2rem;
}

@media screen and (min-width: 960px) {
	body.home #primary > article > .entry-content > #bandeau > div > .wp-block-group {
		width: 40vw;
		margin-left: auto !important;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 959px) {
	body.home #primary > article > .entry-content > #bandeau > div > .wp-block-group {
		width: 100%;
		margin: 0 !important;
		height: 70vh;
		align-items: center !important;
	}
	body.home #primary > article > .entry-content > #bandeau > div > .wp-block-group p {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	body.home #primary > article > .entry-content > #bandeau > div > .wp-block-group p:not(:first-child),
	body.home #primary > article > .entry-content > #bandeau > div > .wp-block-group p:not(:first-child) > strong {
		font-weight: 400 !important;
	}
}

body.home #primary > article > .entry-content > #bandeau > div > .wp-block-group > div {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

body.home #primary > article > .entry-content > #bandeau > div > .wp-block-buttons {
	width: 50vw;
}

body.home #primary > article > .entry-content > #savoir-faire {
	position: relative;
}

body.home #primary > article > .entry-content > #savoir-faire .wp-block-buttons {
	position: relative;
	z-index: 5;
}

body.home #primary > article > .entry-content > #savoir-faire .lbz-img-circle figure {
	width: 300px;
	height: 300px;
}

body.home #primary > article > .entry-content > #savoir-faire .lbz-img-circle figure img {
	width: 300px;
	height: 300px;
}

@media screen and (max-width: 959px) {
	body.home #primary > article > .entry-content > #filiales {
		row-gap: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

body.home #primary > article > .entry-content > #filiales > .wp-block-column {
	justify-content: flex-start !important;
}

@media screen and (max-width: 959px) {
	body.home #primary > article > .entry-content > #certifications .wp-block-image {
		margin-top: 0;
		margin-bottom: 0;
	}
	body.home #primary > article > .entry-content > #certifications .wp-block-image img {
		max-width: 150px;
		height: auto;
	}
}

body.home > #page > #primary > article > .entry-content > #bandeau {
	min-height: 70vh !important;
}

body:not(.home) #primary > article > .entry-content > #bandeau {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 959px) {
	body:not(.home) #primary > article > .entry-content > #bandeau {
		padding: 0;
	}
}

body:not(.home) #primary > article > .entry-content > #bandeau > div {
	display: flex;
	align-items: flex-end;
	column-gap: 5rem;
}

body:not(.home) #primary > article > .entry-content > #bandeau > div > .wp-block-group {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 960px) {
	body:not(.home) #primary > article > .entry-content > #bandeau > div > .wp-block-group {
		width: 60vw;
		margin-left: auto !important;
		margin-right: 0 !important;
		padding: 1.5rem 2rem;
	}
}

@media screen and (max-width: 959px) {
	body:not(.home) #primary > article > .entry-content > #bandeau > div > .wp-block-group {
		width: 100%;
		margin: 0 !important;
		height: 70vh;
		align-items: center !important;
	}
	body:not(.home) #primary > article > .entry-content > #bandeau > div > .wp-block-group p {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	body:not(.home) #primary > article > .entry-content > #bandeau > div > .wp-block-group p:not(:first-child),
	body:not(.home) #primary > article > .entry-content > #bandeau > div > .wp-block-group p:not(:first-child) > strong {
		font-weight: 400 !important;
	}
}

body:not(.home) #primary > article > .entry-content > #bandeau > div > .wp-block-group > div {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

body:not(.home) #primary > article > .entry-content > #bandeau > div > .wp-block-group > div .block-heading {
	margin: 0;
}

body:not(.home) #primary > article > .entry-content > #bandeau > div > .wp-block-buttons {
	width: 40vw;
	justify-content: center;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view {
	margin-top: 2rem;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial {
	position: relative;
	padding: 2rem 1rem;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #EAEAEA;
	background: #FFF;
}

@media screen and (min-width: 960px) {
	body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial::after {
		content: " ";
		position: absolute;
		width: 190px;
		height: 20px;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50.08mm" height="4.59mm" viewBox="0 0 141.96 13"><line x1="6.5" y1="6.5" x2="135.46" y2="6.5" fill="none" stroke="%23faba00" stroke-linecap="round" stroke-width="13"/></svg>');
		background-repeat: no-repeat;
	}
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content {
	font-size: 14px;
	font-style: normal;
	margin: 0;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content::before, body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .wpmtst-testimonial-content::after {
	display: none;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-name {
	margin-top: 2rem;
	font-size: 14px;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial .wpmtst-testimonial-inner .testimonial-company {
	font-size: 14px;
	font-weight: 600;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial:first-child {
	z-index: 900;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial:first-child::after {
	z-index: 901;
	top: 30px;
	left: -100px;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial:not(:first-child):not(:last-child) {
	z-index: 902;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial:not(:first-child):not(:last-child)::after {
	z-index: 903;
	bottom: 50px;
	right: -150px;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial:last-child {
	z-index: 904;
}

body:not(.home) #primary > article > .entry-content > #temoignages .strong-view .wpmtst-testimonial:last-child::after {
	z-index: 905;
	top: 30px;
	left: 150px;
}

body:not(.home) #primary > article > .entry-content > #filiales > .wp-block-column {
	padding: 2rem;
}

@media screen and (max-width: 959px) {
	body:not(.home) #primary > article > .entry-content > #certifications .wp-block-columns {
		display: flex;
	}
}

body:not(.home) > #page > #primary > article > .entry-content > #bandeau {
	min-height: 45vh !important;
}

@media screen and (max-width: 959px) {
	body .single-awsm_job_openings #primary .awsm-job-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

body .single-awsm_job_openings #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) {
	display: grid;
}

body .single-awsm_job_openings #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn {
	justify-self: end;
	border: 1px solid;
	line-height: 1;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	padding: 1rem;
	transition: all 0.5s ease-in-out;
	background: #FBBA00 !important;
	color: #FFF !important;
	border-color: #FBBA00 !important;
}

body .single-awsm_job_openings #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:focus, body .single-awsm_job_openings #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:hover, body .single-awsm_job_openings #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:active {
	outline: 0;
}

body .single-awsm_job_openings #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:visited {
	background: #FBBA00 !important;
	color: #FFF !important;
	border-color: #FBBA00 !important;
}

body .single-awsm_job_openings #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:hover, body .single-awsm_job_openings #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:focus, body .single-awsm_job_openings #primary .awsm-job-container .awsm-job-form .awsm-job-form-group:not(.awsm-job-inline-group) #awsm-application-submit-btn:active {
	border-color: #0071BC !important;
	background: #0071BC !important;
	color: #FFF !important;
}

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