/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*!
Theme Name: Eolia Huir
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: eolia-huir
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

* {
	font-family: 'Montserrat', sans-serif;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	/* display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Custom styles
--------------------------------------------- */

/* Fallback for older browsers */

* {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 32px;
}

p,
li {
  font-size: 16px;
}

/* Modern, responsive sizes using clamp() */
@supports (font-size: clamp(1rem, 2vw, 3rem)) {
  h1 {
    font-size: clamp(1.75rem, 4vw, 3rem); /* ~28px to 48px */
  }

  p,
  li {
    font-size: clamp(.95rem, 2vw, 1rem); /* ~15px to 16px */
  }
}

#masthead { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
	padding: 1rem 2rem 1rem 1.5rem;
}

.offers {
	max-width: 1200px;
	margin: auto;
}

#site-navigation > ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.2rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#site-navigation ul > a {
	border-radius: 20px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.10);
	-webkit-backdrop-filter: blur(7.5px);
	        backdrop-filter: blur(7.5px);
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	padding: 7px 15px;
	font-size: .65rem;
	font-weight: 600;
}

.site-branding img {
	min-width: 120px;
}

#site-navigation ul > a:hover {
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
	        box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.nav_below {
	border-radius: 10px;
	border: 1px solid #8FA59E;
	background: #1C503B;
	color: #FFF;
	text-align: center;
	font-size: 18.1px;
	font-weight: 700;
	margin: auto;
	display: block;
	font-family: 'Montserrat', sans-serif;
	padding: 1.5rem 1.8rem;
	cursor: pointer;
	margin-top: 2.5rem;
}

#site-navigation {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.5rem;
}

.splide__slide {
	min-height: max(65vh, 400px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-size: cover;
	background-position: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.slider_eolia {
	position: relative;
}

.slider_eolia .splide__arrows, .slider_eolia .splide__pagination {
	position: absolute;
	bottom: 0;
}

.slider_eolia .splide__pagination {
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 2rem;
	gap: 1rem;
	padding: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.slider_eolia .splide__arrows {
	--spacing-arrows: min(7rem, 12%);
	width: calc(100% - var(--spacing-arrows));
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: calc(var(--spacing-arrows) / 2);
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.slider_eolia .splide__arrows button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
	padding: 0;
}

.slider_eolia .splide__arrows button svg {
	fill: white;
	width: 100%;
}

.slider_eolia .splide__arrows button:first-child svg {
	rotate: 180deg;
}

.slider_eolia .splide__pagination button {
	background-color: white;
	border-radius: 50px;
	border: 1px solid white;
	padding-block: .35rem;
	padding-inline: 2.4rem;
	cursor: pointer;
}

.slider_eolia .splide__pagination button.is-active {
	background-color: #20503A;
}

.custom-logo-link {
	max-width: 180px;
}

.menu-toggle {
	display: none;
}

#primary-menu{
	display: block;
}

.splide__slide h1 {
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin-top: 0;
}

.splide__slide a {
	color: #284D3C;
	font-weight: 600;
	background-color: #FFF;
	border-radius: 27px;
	text-decoration: none;
	padding: 0.5em 2rem;
	-webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
	-o-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

.splide__slide a:hover {
	color: #FFF;
	background-color: #284D3C;
}

#primary-menu {
	gap: .5rem;
}

#primary-menu .pll-parent-menu-item  {
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	background: #1F503B;
	padding: 4px 12px;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-right: 22px;
	background-position: calc(100% - 6px) center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M8.72968 4.92559L5.46045 8.19482C5.43008 8.22522 5.39403 8.24933 5.35434 8.26578C5.31465 8.28224 5.27211 8.2907 5.22915 8.2907C5.18619 8.2907 5.14364 8.28224 5.10396 8.26578C5.06427 8.24933 5.02821 8.22522 4.99785 8.19482L1.72862 4.92559C1.66728 4.86425 1.63281 4.78105 1.63281 4.69429C1.63281 4.60754 1.66728 4.52434 1.72862 4.46299C1.78996 4.40165 1.87316 4.36719 1.95992 4.36719C2.04667 4.36719 2.12987 4.40165 2.19122 4.46299L5.22915 7.50134L8.26708 4.46299C8.29746 4.43262 8.33352 4.40853 8.3732 4.39209C8.41289 4.37565 8.45542 4.36719 8.49838 4.36719C8.54134 4.36719 8.58387 4.37565 8.62356 4.39209C8.66324 4.40853 8.6993 4.43262 8.72968 4.46299C8.76005 4.49337 8.78415 4.52943 8.80058 4.56911C8.81702 4.6088 8.82548 4.65134 8.82548 4.69429C8.82548 4.73725 8.81702 4.77978 8.80058 4.81947C8.78415 4.85916 8.76005 4.89522 8.72968 4.92559Z' fill='white' stroke='white' stroke-width='0.653846'/%3E%3C/svg%3E");
}

#primary-menu .menu-item a {
	color: #FFF;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.main-navigation ul ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.main_content_inside, .container_width {
	padding: 2.5rem max(1rem, 5%);
	padding-top: 0;
}

.jobs-nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 3rem;
	border-radius: 0 0 1rem 1rem;
}

.jobs-nav-tabs button.active {
	background-color: #1F503B;
	font-weight: 600;
	color: white;
	pointer-events: none;
}

.jobs-nav-tabs button {
	color: grey;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	background-color: transparent;
	border: none;
	padding: 1.9rem 2.3rem;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.hide_sections {
	display: none;
}

.search-input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-block: 2rem;
}

.search-input-wrapper input {
	padding: 8.124px 13.898px 8.942px 13.898px;
	border-radius: 10px;
	width: min(350px, 100%);
	text-align: center;
	color: #4D4D4D;
	font-family: 'Montserrat', sans-serif;
	border: 1.022px solid #4D4D4D;
}

.job-details ul, .job-details ol {
	margin-left: 0;
	padding-inline: 1rem;
}

.eolia_form-row--datepicker input{
	position: relative;
	background-color: white;
}

.eolia_form-row--datepicker input::after {
	content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.53377 5.10286C6.31276 5.10286 6.1008 5.01507 5.94452 4.85879C5.78824 4.70251 5.70044 4.49055 5.70044 4.26953V2.60286C5.70044 2.38185 5.78824 2.16989 5.94452 2.01361C6.1008 1.85733 6.31276 1.76953 6.53377 1.76953C6.75479 1.76953 6.96675 1.85733 7.12303 2.01361C7.27931 2.16989 7.36711 2.38185 7.36711 2.60286V4.26953C7.36711 4.4904 7.27942 4.70224 7.12332 4.85849C6.96722 5.01475 6.75464 5.10264 6.53377 5.10286ZM14.8671 5.10286C14.6461 5.10286 14.4341 5.01507 14.2778 4.85879C14.1216 4.70251 14.0338 4.49055 14.0338 4.26953V2.60286C14.0338 2.38185 14.1216 2.16989 14.2778 2.01361C14.4341 1.85733 14.6461 1.76953 14.8671 1.76953C15.0881 1.76953 15.3001 1.85733 15.4564 2.01361C15.6126 2.16989 15.7004 2.38185 15.7004 2.60286V4.26953C15.7004 4.4904 15.6128 4.70224 15.4567 4.85849C15.3006 5.01475 15.088 5.10264 14.8671 5.10286Z' fill='%231C503B'/%3E%3Cpath d='M16.5334 3.43359H15.7V4.26693C15.7 4.48794 15.6122 4.6999 15.456 4.85618C15.2997 5.01246 15.0877 5.10026 14.8667 5.10026C14.6457 5.10026 14.4337 5.01246 14.2774 4.85618C14.1212 4.6999 14.0334 4.48794 14.0334 4.26693V3.43359H7.3667V4.26693C7.3667 4.48794 7.2789 4.6999 7.12262 4.85618C6.96634 5.01246 6.75438 5.10026 6.53337 5.10026C6.31235 5.10026 6.10039 5.01246 5.94411 4.85618C5.78783 4.6999 5.70003 4.48794 5.70003 4.26693V3.43359H4.8667C4.20366 3.43359 3.56777 3.69699 3.09893 4.16583C2.63009 4.63467 2.3667 5.27055 2.3667 5.93359V7.60026H19.0334V5.93359C19.0334 5.27055 18.77 4.63467 18.3011 4.16583C17.8323 3.69699 17.1964 3.43359 16.5334 3.43359Z' fill='%238FA59E' fill-opacity='0.3'/%3E%3Cpath d='M6.53377 11.7682C6.99401 11.7682 7.36711 11.3951 7.36711 10.9349C7.36711 10.4747 6.99401 10.1016 6.53377 10.1016C6.07354 10.1016 5.70044 10.4747 5.70044 10.9349C5.70044 11.3951 6.07354 11.7682 6.53377 11.7682Z' fill='%238FA59E' fill-opacity='0.3'/%3E%3Cpath d='M6.53377 15.1003C6.99401 15.1003 7.36711 14.7272 7.36711 14.2669C7.36711 13.8067 6.99401 13.4336 6.53377 13.4336C6.07354 13.4336 5.70044 13.8067 5.70044 14.2669C5.70044 14.7272 6.07354 15.1003 6.53377 15.1003Z' fill='%238FA59E' fill-opacity='0.3'/%3E%3Cpath d='M10.7002 11.7682C11.1604 11.7682 11.5335 11.3951 11.5335 10.9349C11.5335 10.4747 11.1604 10.1016 10.7002 10.1016C10.2399 10.1016 9.86682 10.4747 9.86682 10.9349C9.86682 11.3951 10.2399 11.7682 10.7002 11.7682Z' fill='%238FA59E' fill-opacity='0.3'/%3E%3Cpath d='M10.7002 15.1003C11.1604 15.1003 11.5335 14.7272 11.5335 14.2669C11.5335 13.8067 11.1604 13.4336 10.7002 13.4336C10.2399 13.4336 9.86682 13.8067 9.86682 14.2669C9.86682 14.7272 10.2399 15.1003 10.7002 15.1003Z' fill='%238FA59E' fill-opacity='0.3'/%3E%3Cpath d='M14.8667 11.7682C15.3269 11.7682 15.7 11.3951 15.7 10.9349C15.7 10.4747 15.3269 10.1016 14.8667 10.1016C14.4064 10.1016 14.0333 10.4747 14.0333 10.9349C14.0333 11.3951 14.4064 11.7682 14.8667 11.7682Z' fill='%238FA59E' fill-opacity='0.3'/%3E%3Cpath d='M14.8667 15.1003C15.3269 15.1003 15.7 14.7272 15.7 14.2669C15.7 13.8067 15.3269 13.4336 14.8667 13.4336C14.4064 13.4336 14.0333 13.8067 14.0333 14.2669C14.0333 14.7272 14.4064 15.1003 14.8667 15.1003Z' fill='%238FA59E' fill-opacity='0.3'/%3E%3Cpath d='M2.3667 7.60156V15.9349C2.3667 16.5979 2.63009 17.2338 3.09893 17.7027C3.56777 18.1715 4.20366 18.4349 4.8667 18.4349H16.5334C17.1964 18.4349 17.8323 18.1715 18.3011 17.7027C18.77 17.2338 19.0334 16.5979 19.0334 15.9349V7.60156H2.3667ZM6.53337 15.1016C6.31235 15.1016 6.10039 15.0138 5.94411 14.8575C5.78783 14.7012 5.70003 14.4892 5.70003 14.2682C5.70003 14.0472 5.78783 13.8353 5.94411 13.679C6.10039 13.5227 6.31235 13.4349 6.53337 13.4349C6.75438 13.4349 6.96634 13.5227 7.12262 13.679C7.2789 13.8353 7.3667 14.0472 7.3667 14.2682C7.3667 14.4892 7.2789 14.7012 7.12262 14.8575C6.96634 15.0138 6.75438 15.1016 6.53337 15.1016ZM6.53337 11.7682C6.31235 11.7682 6.10039 11.6804 5.94411 11.5242C5.78783 11.3679 5.70003 11.1559 5.70003 10.9349C5.70003 10.7139 5.78783 10.5019 5.94411 10.3456C6.10039 10.1894 6.31235 10.1016 6.53337 10.1016C6.75438 10.1016 6.96634 10.1894 7.12262 10.3456C7.2789 10.5019 7.3667 10.7139 7.3667 10.9349C7.3667 11.1559 7.2789 11.3679 7.12262 11.5242C6.96634 11.6804 6.75438 11.7682 6.53337 11.7682ZM10.7 15.1016C10.479 15.1016 10.2671 15.0138 10.1108 14.8575C9.9545 14.7012 9.8667 14.4892 9.8667 14.2682C9.8667 14.0472 9.9545 13.8353 10.1108 13.679C10.2671 13.5227 10.479 13.4349 10.7 13.4349C10.921 13.4349 11.133 13.5227 11.2893 13.679C11.4456 13.8353 11.5334 14.0472 11.5334 14.2682C11.5334 14.4892 11.4456 14.7012 11.2893 14.8575C11.133 15.0138 10.921 15.1016 10.7 15.1016ZM10.7 11.7682C10.479 11.7682 10.2671 11.6804 10.1108 11.5242C9.9545 11.3679 9.8667 11.1559 9.8667 10.9349C9.8667 10.7139 9.9545 10.5019 10.1108 10.3456C10.2671 10.1894 10.479 10.1016 10.7 10.1016C10.921 10.1016 11.133 10.1894 11.2893 10.3456C11.4456 10.5019 11.5334 10.7139 11.5334 10.9349C11.5334 11.1559 11.4456 11.3679 11.2893 11.5242C11.133 11.6804 10.921 11.7682 10.7 11.7682ZM14.8667 15.1016C14.6457 15.1016 14.4337 15.0138 14.2774 14.8575C14.1212 14.7012 14.0334 14.4892 14.0334 14.2682C14.0334 14.0472 14.1212 13.8353 14.2774 13.679C14.4337 13.5227 14.6457 13.4349 14.8667 13.4349C15.0877 13.4349 15.2997 13.5227 15.456 13.679C15.6122 13.8353 15.7 14.0472 15.7 14.2682C15.7 14.4892 15.6122 14.7012 15.456 14.8575C15.2997 15.0138 15.0877 15.1016 14.8667 15.1016ZM14.8667 11.7682C14.6457 11.7682 14.4337 11.6804 14.2774 11.5242C14.1212 11.3679 14.0334 11.1559 14.0334 10.9349C14.0334 10.7139 14.1212 10.5019 14.2774 10.3456C14.4337 10.1894 14.6457 10.1016 14.8667 10.1016C15.0877 10.1016 15.2997 10.1894 15.456 10.3456C15.6122 10.5019 15.7 10.7139 15.7 10.9349C15.7 11.1559 15.6122 11.3679 15.456 11.5242C15.2997 11.6804 15.0877 11.7682 14.8667 11.7682Z' fill='%231C503B'/%3E%3C/svg%3E%0A");
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: white;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	pointer-events: none;
}

.merci-message {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #1F503B;
	margin-block: 2rem;
	padding: 1rem 5%;
}

.search-input-wrapper button {
	color: #FFF;
	text-align: center;
	font-size: 14.06px;
	font-weight: 700;
	border-radius: 10px;
	cursor: pointer;
	padding: 0.8rem 2rem;
	border: 1.004px solid #1C503B;
	background: #1C503B;
}

.search-input-wrapper input::-webkit-input-placeholder {
	text-align: center;
	font-size: 14.307px;
	font-weight: 400;
	max-width: 350px;
}

.search-input-wrapper input::-moz-placeholder {
	text-align: center;
	font-size: 14.307px;
	font-weight: 400;
	max-width: 350px;
}

.search-input-wrapper input:-ms-input-placeholder {
	text-align: center;
	font-size: 14.307px;
	font-weight: 400;
	max-width: 350px;
}

.search-input-wrapper input::-ms-input-placeholder {
	text-align: center;
	font-size: 14.307px;
	font-weight: 400;
	max-width: 350px;
}

.search-input-wrapper input::placeholder {
	text-align: center;
	font-size: 14.307px;
	font-weight: 400;
	max-width: 350px;
}

.jobs-nav-tabs :last-child{
	border-radius: 0 0 1rem 0;
}

.jobs-nav-tabs button:first-child {
	border-radius: 0 0 0 1rem;
}

.jobs-nav-tabs button {
	cursor: pointer;
}

.splide {
	visibility: visible;
}

.offers h2 {
	color: #000;
	font-size: clamp(18px, 3vw, 24px);
	font-weight: 700;
	margin-block: .4rem 1.5rem;
	max-width: 640px;
}

.publier_date {
	color: #8FA59E;
	font-size: 12px;
	font-weight: 500;
}

.publier_date img {
	width: 14px;
    height: 14px;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
    margin-right: 0.3rem;
}

.date_type .type {
	color: #1F503B;
	font-size: 14px;
	font-weight: 400;
}

.job-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	border-bottom: 1px solid #658878;
	margin-bottom: 1.5rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.candidature_spontane_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 4rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.candidature_spontane_btn a {
	color: #FFF;
	text-align: center;
	font-size: 18.1px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 10px;
	border: 1px solid #2EC584;
	background: #1F503B;
	padding: 1rem 1.5rem;
}

.candidature_spontane_btn a:hover {
	text-decoration: underline;
}

.pagination {
	margin-top: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.pagination .page-numbers {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .4rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 0;
	font-weight: 600;
	background-color: transparent;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.rotate_180 {
	rotate: 180deg;
}

.page-numbers.current {
	background-color: #B9CFC6;
	width: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: white;
	padding: 0;
	height: 28px;
	border-radius: 0;
}

.btn_detail {
	border-radius: 10px;
	border: 1px solid #20503A;
	background: #FFF;
	color: #20503A !important;
	padding: 10.016px 25px 9.984px 20px;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-transform: uppercase;
}

.btn_detail:hover{
	background: #20503A;
	color: white !important;
}

.btn_postuler {
	border-radius: 10px;
	background: #0A5937;
	color: #FFF !important;
	padding: 10px 24.681px 10px 25px;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 20px;
}

.navigation_side_btns {
	position: fixed;
	top: 11%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 99;
	right: 0;
	pointer-events: none;
}

.navigation_side_btns a svg {
	width: 22px;
}

.navigation_side_btns a {
	pointer-events: auto;
	padding: 10px 18px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
	text-decoration: none;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-transform: translateX(76%);
	    -ms-transform: translateX(76%);
	        transform: translateX(76%);
}

.navigation_side_btns a:hover {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.hide_side_navigation {
	display: none;
}

.navigation_side_btns a:first-child {
	border-radius: 5px 0 0 0;
	background: #8FA59E;
}

.navigation_side_btns a:nth-child(2) {
	background: #B9CFC6;
}

.navigation_side_btns a:last-child {
	border-radius: 0 0 0 5px;
	background: #1C503B;
}

#page {
	min-height: 100vh;
}

.site-info {
	margin: auto;
	background-color: red;
	margin-block: 2rem 0;
}

.btn_detail:hover{
	background: #20503A;
	color: white !important;
}

.action_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 1rem;
	margin-block: 0 1rem;
}

.job-details {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 75% 1.5rem 25%;
	grid-template-columns: 75% 25%;
	gap: 1.5rem;
	padding-top: 2rem;
}

.presente {
	color: #8FA59E;
	font-size: 18px;
	font-weight: 700;
}

.sidebar_job {
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.w_fitcontent {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2rem;
	padding: 0;
	margin-left: 0;
}

#noResults button{
	cursor: pointer;
}

#noResults p {
	margin-block: auto;
	margin-right: 1rem;
}

#resetFilters {
	color: #FFF;
    text-align: center;
    font-size: 14.06px;
    font-weight: 700;
    border-radius: 10px;
    padding: 9px 13px;
    border: 1.004px solid #1C503B;
    background: #1C503B;
}

.category-list li {
	list-style: none;
}

.green_box {
	border-radius: 8px;
	background: #0A5937;
	color: white;
	padding: 1.5rem;
	align-items: start;
	display: flex;
	gap: 1rem;
	text-align: center;
	justify-content: start;
}

.green_box h3 {
	margin-top: 0;
}

.green_box img {
	width: 30px;
	height: 40px;
	margin-top: 1rem;
}

.main_job {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.00);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.50);
	        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.50);
	padding: min(4%, 2rem) min(5%, 3rem);
}

.spontane_candidature {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 3rem auto 2rem auto;
	color: #20503A;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	position: relative;
}

.candidature_spontane h2 {
	position: relative;
}

.candidature_spontane h2::before {
	content: '';
	position: absolute;
	width: 100px;
	height: 5px;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='5' viewBox='0 0 100 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_974_26127' fill='white'%3E%3Cpath d='M0 2.5C0 1.11929 1.11929 0 2.5 0H97.5C98.8807 0 100 1.11929 100 2.5C100 3.88071 98.8807 5 97.5 5H2.5C1.11929 5 0 3.88071 0 2.5Z'/%3E%3C/mask%3E%3Cpath d='M0 2.5C0 -1.64214 3.35786 -5 7.5 -5H92.5C96.6421 -5 100 -1.64214 100 2.5C100 3.16304 99.7366 3.79893 99.2678 4.26777C98.7989 4.73661 98.163 5 97.5 5H2.5H0H2.5C1.83696 5 1.20107 4.73661 0.732233 4.26777C0.263392 3.79893 -2.89825e-08 3.16304 0 2.5H0ZM100 5H0H100ZM0 5V0V5ZM100 0V5V0Z' fill='%23B9CFC6' mask='url(%23path-1-inside-1_974_26127)'/%3E%3C/svg%3E%0A");
	top: -10px;
	margin: auto;
	border-radius: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.spontane_candidature::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 5px;
	background-color: #B9CFC6;
	bottom: -10px;
	margin: auto;
	border-radius: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#eolia_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	/* grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); */
	-webkit-column-gap: 1.2rem;
	   -moz-column-gap: 1.2rem;
	        column-gap: 1.2rem;
	max-width: 1200px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    margin: auto;
}

.eolia_form-row-check {
	width: 100% !important;
}

.selection b {
	display: none;
}

.select2-selection__rendered {
	background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.63605 5.99201C1.82358 5.80453 2.07788 5.69922 2.34305 5.69922C2.60821 5.69922 2.86252 5.80453 3.05005 5.99201L8.00005 10.942L12.95 5.99201C13.1387 5.80985 13.3913 5.70905 13.6535 5.71133C13.9156 5.71361 14.1665 5.81878 14.3519 6.00419C14.5373 6.18959 14.6424 6.44041 14.6447 6.7026C14.647 6.9648 14.5462 7.2174 14.364 7.406L8.70705 13.063C8.51952 13.2505 8.26521 13.3558 8.00005 13.3558C7.73488 13.3558 7.48058 13.2505 7.29305 13.063L1.63605 7.406C1.44858 7.21848 1.34326 6.96417 1.34326 6.69901C1.34326 6.43384 1.44858 6.17953 1.63605 5.99201Z' fill='%231C503B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right;
}

.eolia_form-row {
	width: 48.5%;
}

.eolia_form-row--datepicker,
.eolia_form-row--datepicker + .eolia_form-row , .eolia_form-row--datepicker + .eolia_form-row + .eolia_form-row + .eolia_form-row, .eolia_form-row--datepicker + .eolia_form-row + .eolia_form-row + .eolia_form-row + .eolia_form-row {
  	width: 23%;
}

.eolia_form-row--submit {
	max-width: 178px;
	margin: auto;
}

.eolia_form-row-check, .eolia_form-row--submit {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	margin-top: 1rem;
}

.select2 {
	max-width: 100% !important;
	min-width: 100% !important;
}

#eolia_form input[type="text"],
#eolia_form input[type="email"],
#eolia_form input[type="tel"],
#eolia_form input[type="password"],
#eolia_form input[type="number"],
#eolia_form input[type="date"],
#eolia_form input[type="time"],
#eolia_form input[type="search"],
#eolia_form input[type="url"],
#eolia_form textarea,
#eolia_form .select2-selection {
	border-radius: 8px;
	border: 1px solid #658878;
	background: #FFF;
	font-family: 'Montserrat', sans-serif;
}

#eolia_form .eolia_input--filelabel {
	border-radius: 0 10px 10px 0 !important;
}

#eolia_form .eolia_input--button {
	border-radius: 8px 0px 0px 8px;
	background: #0A5937;
}

#eolia_form input[type="submit"] {
	border-radius: 10px;
}

.eolia_alert-group .eolia_field_label, .eolia_form-group .eolia_field_label, .eolia_search-group .eolia_field_label {
	margin: 0 !important;
}

#eolia_form .eolia_form-group {
	--same_value: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: var(--same_value);
	margin-top: calc(var(--same_value) - 4);
}

#job-search-input {
	border-radius: 4.088px;
	border: 1.022px solid #4D4D4D;
	padding: 8px 13px;
	text-align: center;
}

.job-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 1rem auto 2rem auto;
	max-width: 400px;
}

.job-search-form input {
	min-width: 100%;
}

.job-search-form button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #FFF;
	text-align: center;
	font-size: 14.06px;
	font-weight: 700;
	letter-spacing: 1.004px;
	text-transform: uppercase;
	border-radius: 4px;
    background: #0A5937;
    padding: 10px 24px;
    text-align: right;
	cursor: pointer;
}

.footer_body {
	background: #0A5937;
	color: #FFF;
	margin: 0;
	padding: 2rem 5%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 35% 2rem 65%;
	grid-template-columns: 35% 65%;
	gap: 2rem;
}

.menus_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.footer_column ul {
	margin: 0;
	padding: 0;
}

.footer_column ul li {
	list-style: none;
	margin-bottom: .5rem;
}

.info_site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	gap: .5rem;
}

.center_text {
	text-align: center;
}

.social_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
}

.social_links a {
	text-decoration: none;
	fill: white;
}

.info_site a{
	overflow: hidden;
	color: #FFF;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	font-weight: 400;
	text-decoration: none;
}

.footer_column ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
}

.site-info {
	color: var(--Green, #0A5937);
	font-size: 12px;
	text-align: center;
	margin: 0;
	font-weight: 400;
	background-color: white;
	padding: .9rem;
}

.filtered_item {
	color: #1C503B;
	font-size: 18px;
	font-weight: 400;
	background-color: transparent;
	cursor: pointer;
	border: none;
}

.category-btn {
	padding: 0;
	padding-bottom: 1rem;
	font-family: 'Montserrat', sans-serif;
}

.category-btn.active {
	border-bottom: 2.4px solid #B9CFC6;
}

.loader {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';  
  -webkit-box-sizing: border-box;  
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #222;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: animloader 2s linear infinite;
          animation: animloader 2s linear infinite;
}
.loader::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.close_menu_mobile, .open_menu_mobile {
	display: none;
}

@-webkit-keyframes animloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes animloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.pending-state {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
}

.with-link a{
	margin: 0 !important;
	color: black;
	font-weight: 600;
}

.eolia_form-wrapper {
	margin-top: 13px;
	width: 100%;
	flex-wrap: wrap;
	row-gap: 0;
    column-gap: 1.7rem;
    display: flex;
}

@media (min-width: 1100px) {
	#eolia_form {
		-ms-grid-columns: (minmax(min(100%, 400px), 1fr))[2];
		grid-template-columns: repeat(2, minmax(min(100%, 400px), 1fr));
	}
}

@media (max-width: 1100px) {
	.infos_job {
		max-width: 49%;
	}
}

@media (max-width: 992px) {
	.job-details {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	#site-navigation {
		gap: 1.5rem;
	}

	#site-navigation > ul {
		gap: .8rem;
	}

	.main_job {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.sidebar_job {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.menus_footer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.footer_body {
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%;
	}
}

@media (max-width: 1007px) and (min-width: 630px) {
	.eolia_form-wrapper {
		gap: 2.8%;
	}
}

@media (max-width: 800px) {

	.eolia_form-row--datepicker,
	.eolia_form-row--datepicker + .eolia_form-row + .eolia_form-row, .eolia_form-row--datepicker + .eolia_form-row, .eolia_form-row--datepicker + .eolia_form-row + .eolia_form-row + .eolia_form-row, .eolia_form-row--datepicker + .eolia_form-row + .eolia_form-row + .eolia_form-row + .eolia_form-row {
		width: 48%;
	}

	.eolia_form-row {
		width: 48.6%;
	}
}

@media (max-width: 768px) {
	.main_content_inside {
		padding: 2.5rem min(1rem, 8%);
	}

	.eolia_form-row-check, .eolia_form-row--submit {
		-ms-grid-column-span: 1;
		grid-column: span 1;
	}

	#site-navigation {
		position: fixed;
		inset: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		height: 100%;
		background: rgba(0, 0, 0, 0.95);
		z-index: 999;
		-webkit-transform: translate(-100%);
		    -ms-transform: translate(-100%);
		        transform: translate(-100%);
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: -webkit-transform 0.3s ease-in-out;
		-o-transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	}
	#site-navigation ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 1.5rem;
	}
	#site-navigation ul > a {
		padding: 8px 16px;
		font-size: .9rem;
	}
	.open_menu_mobile,.close_menu_mobile {
		display: block;
	}
	.close_menu_mobile {
		position: absolute;
		top: 1rem;
		right: 1rem;
		z-index: 1000;
	}
	.toggled {
		-webkit-transform: translate(0) !important;
		    -ms-transform: translate(0) !important;
		        transform: translate(0) !important;
	}
	#eolia_form {
		column-gap: 1rem;
	}
}

@media (max-width: 646px) {
	.infos_job {
		max-width: 100%;
	}
}

@media (max-width: 630px) {
	.eolia_form-row {
		width: 100%;
	}

	.eolia_form-wrapper {
		margin-top: 13px;
		gap: 1rem;
	}

	.eolia_form-wrapper .eolia_form-group {
		margin-bottom: 0;
	}

	.eolia_form-row--datepicker,
	.eolia_form-row--datepicker + .eolia_form-row + .eolia_form-row, .eolia_form-row--datepicker + .eolia_form-row, .eolia_form-row--datepicker + .eolia_form-row + .eolia_form-row + .eolia_form-row,.eolia_form-row--datepicker + .eolia_form-row + .eolia_form-row + .eolia_form-row + .eolia_form-row {
		width: 100%;
	}
	.jobs-nav-tabs button {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.jobs-nav-tabs {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.jobs-nav-tabs button:first-child, .jobs-nav-tabs button:last-child {
		border-radius: 0;
	}
}

@media (max-width: 575.98px) {
	.category-list {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: scroll;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
	}

	.category-list li button{
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		padding-bottom: .5rem;
		margin-bottom: .5rem;
	}

	/* Webkit browsers */
	.category-list::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}
	.category-list::-webkit-scrollbar-track {
		background: #B9CFC6;
		border-radius: 10px;
	}
	.category-list::-webkit-scrollbar-thumb {
		background: #1C503B;
		border-radius: 4px;
	}

	/* Firefox */
	.category-list {
		scrollbar-width: thin;
		scrollbar-color: #1C503B #B9CFC6;
	}

	/* Edge/IE (fallback, limited support) */
	.category-list {
		-ms-overflow-style: auto;
	}
}

@media (max-width: 567px) {
	.footer_body {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.action_btns {
		gap: 0.5rem;
	}
		
	.btn_postuler {
		margin-left: 8px;
	}
}



.splide .splide__arrows {
  display: none;
}
.splide:not(.is-initialized) .splide__arrows {
  display: none;
}
.splide:not(.is-initialized) .splide__pagination {
  display: none;
}

/* show only if more than 1 slide */
.splide:has(.splide__slide:nth-child(2)) .splide__arrows {
  display: flex;
}
.splide:has(.splide__slide:nth-child(2)) .splide__pagination {
  display: flex;
}
