/*! normalize.css v3.0.2 | MIT License | git.io/normalize

* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'GazpachoBlack';
	src: url('../fonts/GazpachoBlack.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

:root {
--muscade-rose: #ED675C;
--muscade-rouge: #AD1925;
--muscade-jaune: #DFAA33;
--eolis-black: #212D33;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

/* HTML5 display definitions
*
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
    vertical-align: middle;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure,
.wp-block-image{
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************
Styles CSS de base
******************************************************************/
html{
	overflow-x: hidden;
  font-family: "Jost", sans-serif;
  font-weight: 300;
	font-size: 18px;
  color: #212D33;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
body{
		overflow-x: hidden;
}
.site-content{
  margin-bottom: 100px;
}
.wrap {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
h1,h2,h3,h4,h5{
  font-family: 'GazpachoBlack';
}
h1{
  font-size: 2.4em;
  text-align: center;
  margin: 80px 0;
}
/* TITRE DE LA PAGE ENGAGEMENTS */
.page-id-12790 .page-title-wrapper{
	text-align: center;
}
.page-id-12790 h1{
	display: inline-block;
	position: relative;
}
.page-id-12790 h1:before,
.page-id-12790 h1:after{
	content:'';
	display: inline-block;
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ4LjIgNDEuMSI+PHBhdGggZD0iTTM1LjkgMGMtNC43IDAtOS4xIDIuNC0xMS44IDYuM0MyMS40IDIuNCAxNyAwIDEyLjMgMCAyLjUgMCAwIDguMyAwIDEyLjhjMCAxNy40IDI0LjEgMjguMyAyNC4xIDI4LjNzMjQuMS0xMC45IDI0LjEtMjguM0M0OC4yIDguMyA0NS43IDAgMzUuOSAwWiIgc3R5bGU9ImZpbGw6I2VkNjc1YyIvPjwvc3ZnPg==) no-repeat;
	height: 35px;
	width: 41px;
	top: 8px;
}
.page-id-12790 h1:before{
	left: -60px;
}
.page-id-12790 h1:after{
	right: -60px;
}
h2{
  font-size: 1.8em;
}
.titre-wrapper{
	overflow: hidden;
}
.striped-title,
.custom-titre{
	position: relative;
	font-size: 2.4em;
}
.striped-title:after,
.custom-titre:after{
	content:'';
	height: 1px;
	width: 70px;
	position: absolute;
  left: -90px;
  top: 25px;
}
.striped-title:after{
	background: var(--muscade-rouge);
}
.custom-titre:after{
	background: #fff;
}
.top-stripes:before{
	top: -54px;
	left: -90px;
}
.bottom-stripes:before{
	top: 25px;
	right: -10px;
}
h3{
  font-size: 1.4em;
}
h4{
  font-size: 1.2em;
}
h5{
  font-size: 1em;
}
ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.site-content ul li {
  position: relative;
	padding-bottom: 0.4em;
  padding-left: 15px;
}
ul li:before,
div[class*="acfbloc-"] ul li:before{
  content: "•";
  font-weight: 600;
  font-size: 25px;
	line-height: 25px;
  display: inline-block;
  position: absolute;
  top: 0.2em;
	left: 0;
}
#tarteaucitron li:before,
ul[class*="kb-gallery-"] li:before,
ul[class="slick-dots"] li:before,
ul[class*="acf-"] li:before,
ul[id*="acf-"] li:before,
ul.attachments li:before,
ul.unstyled li:before,
ul.menu li:before,
li.widget:before,
ul.multiselect-container li:before{
  content: none;

}
ul.menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.alignwide {
    margin-left: -150px;
    margin-right: -150px;
}
.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.wp-block-image img {
    height: auto;
}
.wp-block-cover, .wp-block-cover-image{
    width: auto;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
p {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
img {
  max-width: 100%;
  height: auto;
}
.wp-block-image img{
  border-radius: 10px;
}
.wp-element-caption{
  text-align: center;
  font-size: 14px;
}
.wp-block-button{
	-webkit-box-shadow: 7px 6px 0px 0px var(--muscade-jaune);
	-moz-box-shadow: 7px 6px 0px 0px var(--muscade-jaune);
	box-shadow: 7px 6px 0px 0px var(--muscade-jaune);
	border: 1px solid var(--eolis-black);
	border-radius: 10px;
	background: #f9f6f4;
}
.wp-element-button{
	position: relative;
	transition: all ease 0.2s;
	padding-right: 50px;
}
.wp-element-button:after{
	content: '';
	width: 29px;
	height: 11px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MSAyNC43Ij48cGF0aCBkPSJNNjEgMTIuMyA0NCAwbC0xLjIgMS42IDEzLjQgOS43SDB2Mmg1Ni4ybC0xMy40IDkuOCAxLjIgMS42IDE3LTEyLjR6IiBzdHlsZT0iZmlsbDojMjAyZDMzIi8+PC9zdmc+) no-repeat;
	position: absolute;
	right: 10px;
  top: 50%;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.wp-block-button:hover .wp-element-button{
	transform: translate(25px, 0);
	text-decoration: underline;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.aligncenter figcaption {
  text-align: center;
}
iframe,
textarea {
  max-width: 100%;
}
.wp-block-image.alignfull {
  max-width: none;
  max-height: 300px;
  overflow: hidden;
}
.site-name {
  position: absolute;
  left: -1000px;
  font-size: 8px;
}
.flex-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.retour-haut {
  width: 35px;
  height: 35px;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 12;
  cursor: pointer;
  transition: opacity 1s cubic-bezier(.18, .74, .37, .94);
}
.is-big-button{
	max-width: 80%;
}
.is-big-button a{
	padding: 20px 60px 20px 66px;
}
.is-big-button a:before{
	content: '';
  position: absolute;
  display: block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaWQ9Ik9iamV0c18xIiB2aWV3Qm94PSIwIDAgNTcuMiA1Ny4yIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzIxMmQzM308L3N0eWxlPjwvZGVmcz48ZyBpZD0iR3JvdXBlXzIyNiI+PHBhdGggaWQ9IlRyYWPDqV83OTUiIGQ9Ik0zOS41IDQ0LjdjLS44IDAtMS43LjEtMi42LjEtMTMuNSAwLTI0LjUtMTEtMjQuNS0yNC41IDAtLjggMC0xLjUuMS0yLjNDMi4xIDIyLjQtMi44IDM0LjMgMS42IDQ0LjdjMy4yIDcuNiAxMC42IDEyLjUgMTguOCAxMi41IDYuMSAwIDkuNi0yLjYgMjAuMyAwLTEuNC00LTEuOC04LjMtMS4yLTEyLjUiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGlkPSJUcmFjw6lfNzk2IiBkPSJNMzYuOSA0MC43YzQgMCA3LTEuMiAxMS42LTEuMiAyLjkgMCA1LjkuNCA4LjcgMS4yLTMuMy0xMC4zIDAtMTUuMiAwLTIwLjNDNTcuMiA5LjEgNDguMSAwIDM2LjkgMCAyNS43IDAgMTYuNiA5LjEgMTYuNiAyMC4zYzAgMTEuMiA5LjEgMjAuMyAyMC4zIDIwLjMiIGNsYXNzPSJjbHMtMSIvPjwvZz48L3N2Zz4=') no-repeat;
  width: 35px;
  height: 35px;
  left: 16px;
}
.is-big-button a:after{
	font-size: 38px;
  right: 15px;
}
.is-etape-wrapper svg{
	height: 100px;
	margin-bottom: 20px !important;
}
.is-engagement-wrapper svg{
	width: 86px;
	margin-bottom: 20px !important;
}
.is-align-items-center{
	align-items: center;
}
img[src*='svg']{
	border-radius: 0;
}

/******************************************************************
Stylesheet: Header
******************************************************************/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid var(--eolis-black);
  font-size: 18px;
  background: #f9f6f4;
}
header .grid-wrapper{
  display: grid;
  grid-template-columns: minmax(246px,1fr) minmax(60%, 960px) minmax(230px,1fr);
  align-items: stretch; /* Garantit que les colonnes ont la même hauteur */
  gap: 10px;
  padding: 0 10px;
}
header .grid-col{
  display: grid;
  align-items: center;
}
header .col-01 svg{
  max-height: 40px;
	vertical-align: middle;
}
header .small-device-text{
	display: none;
}
header .menu-menu-principal-container,
header .menu {
  height: 100%;
}
header .menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menu > li{
	padding: 19px 0;
}
header .menu > li > a {
	display: flex;
  height: 100%;
	align-items: center;
	justify-content: center;
  color: var(--eolis-black);
	margin: 0 30px;
	text-decoration: none;
	position: relative;
}
header .menu a:before{
	display: block;
	content:'';
	height: 70%;
	width: 1px;
	background: var(--eolis-black);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	left: -30px;
}
header .menu li:first-of-type a:before{
	display: none;
}
header .menu li.menu-item-has-children > a:after{
	content:'';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 8px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M1 3l4 4 4-4" stroke="black" fill="none"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}
header .menu li.menu-item-has-children:hover > a:after{
	transform: rotate(180deg);
}
header .menu li span{
	position: relative;
}
header .menu > li > a > span:after{
	content:'';
	height: 2px;
	width: 100%;
	background: var(--muscade-rose);
	position: absolute;
	left: 0;
	bottom: 0;
	moz-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .menu > li:hover > a > span:after{
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
header .menu li.current-menu-item > a {
	color: var(--muscade-rose);
}
header .menu li.menu-item-has-children.current-menu-item > a:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M1 3l4 4 4-4" stroke="%23ED675C" fill="none"/></svg>');
}
header .menu li.current-menu-item a > span:after{
	transform: none;
}

/*Sous menu*/

header .menu-menu-principal-container .submenu-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px 0 20px 10%;
  background-color: #f8f6f4;
  margin-top: 20px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.25);
  box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.25);
}
header .menu-menu-principal-container .submenu-wrapper-content {
  display: grid;
  grid-template-columns: 130px 2fr 1fr;
	align-items: center;
	width: 1000px;
	max-width: 100%;
	column-gap: 60px;
}
header .menu-menu-principal-container ul.sub-menu li {
  margin: 0;
}

header li .submenu-wrapper {
  moz-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header li:hover .submenu-wrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
header .menu li{
  position: static;
}
header .menu-item-title{
	font-weight: 700;
	font-size: 25px;
}
header .menu-item-description{
	font-size: 16px;
}

/*Sous-menu vertical*/
header .vertical-sub-menu .menu li{
  position: relative;
}
header .vertical-sub-menu .sub-menu a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 0;
	color: var(--eolis-black);
}
header .vertical-sub-menu .sub-menu li a span:after{
	content:'';
	height: 2px;
	width: 100%;
	background: var(--muscade-rose);
	position: absolute;
	left: 0;
	bottom: 0;
	moz-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .vertical-sub-menu .sub-menu li:hover a span:after{
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
header .vertical-sub-menu .sub-menu li.current-menu-item a span:after{
	transform: none;
}

/******************************************************************
Stylesheet: Footer
******************************************************************/
.footer-wrapper a:not(.wp-element-button){
  text-decoration: underline;
}
.footer-wrapper a:hover{
  text-decoration: none;
}
.footer-maincontent{
  padding: 50px 10px;
  background: #AD1925;
}
.footer-wrapper .grid-wrapper{
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0,207px) minmax(0,1fr) minmax(0,220px);
  gap: 80px;
  color: #f9f6f4;
}
.footer-wrapper .grid-wrapper p{
	font-size: 0.8em;
}
.footer-wrapper .grid-wrapper a:not(.wp-element-button){
  color: #f9f6f4;
}
.footer-wrapper .col-01 img{
  width: 207px;
  filter: brightness(100);
}
.footer-subcontent{
  text-align: center;
  padding: 15px 10px;
  font-size: 0.8em;
}
.footer-subcontent a{
  color: #AD1925;
  transition: all ease 0.2s;
}
.footer-subcontent a:hover{
  color: #212D33;
}

/******************************************************************
Stylesheet: Contact Form 7
******************************************************************/
.wpcf7-form-wrapper{
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	margin-right: -10px;
	margin-left: -10px;
}
.wpcf7-form p {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.wpcf7-form label {
  margin-right: 15px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  flex: 1;
}
.wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=file]) {
  width: 100%;
	border-style: solid;
	border-color: #E3D8D5;
	border-width: 0 0 2px 0;
  padding: 0 8px;
	color: var(--muscade-rouge);
}
.wpcf7-form input::placeholder{
	opacity: 1;
	color: var(--muscade-rouge);
	font-weight: 700;
}
.wpcf7-checkbox .wpcf7-list-item{
	display: block;
}
.wpcf7-form textarea {
  border: none;
	background: #F9F6F4;
	border-radius: 10px;
  width: 100%;
	color: var(--muscade-rouge);
}
.wpcf7-form .checkbox-wrapper{
	align-items: flex-end;
	margin-top: 0;
	flex-wrap: nowrap;
}
.wpcf7-form .checkbox-wrapper > .wpcf7-form-control-wrap{
	flex: auto;
}
.wpcf7-select{
	background: transparent;
	border-style: solid;
	border-color: #E3D8D5;
	border-width: 0 0 2px 0;
	color: var(--muscade-rouge);
	font-weight: 700;
}
#file-upload {
    display: none;
}
.custom-file-upload,
input.wpcf7-form-control.wpcf7-submit{
	-webkit-box-shadow: 7px 6px 0px 0px var(--muscade-jaune);
	-moz-box-shadow: 7px 6px 0px 0px var(--muscade-jaune);
	box-shadow: 7px 6px 0px 0px var(--muscade-jaune);
	border: 1px solid var(--eolis-black);
	border-radius: 10px;
	background: #f9f6f4;
	color: var(--wp--preset--color--eolis-black);
  font-size: 1em;
  font-weight: 700;
  padding: 8px 10px;
  transition:0.25s ease-out;
}
.custom-file-upload:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
	text-decoration: underline;
}
.is-rouge{
	color: var(--muscade-rouge);
	font-weight: 700;
}
.wpcf7-form-control-wrap[data-name="precision"]{
	margin-left: -27%;
}

/* PARAGRAPHE FORMAT CITATION */
.citation-wrapper{
	position: relative;
	padding: 40px 0;
	margin: 50px 0;
}
.citation-wrapper:before,
.citation-wrapper:after{
	content:'';
	display: block;
	height: 1px;
	width: 40%;
	background: var(--muscade-rouge);
	position: absolute;
}
.citation-wrapper:before{
	top: 0;
	right: 0;
}
.citation-wrapper:after{
	bottom: 0;
	left: 50px;
}
.citation-text{
  font-size: 2.3em;
  line-height: 1.2em;
  padding-left: 50px;
  position: relative;
}
.citation-text:before{
  content:'';
  position: absolute;
  display: block;
	background:  url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaWQ9Ik9iamV0c18xIiB2aWV3Qm94PSIwIDAgNTcuMiA1Ny4yIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzIxMmQzM308L3N0eWxlPjwvZGVmcz48ZyBpZD0iR3JvdXBlXzIyNiI+PHBhdGggaWQ9IlRyYWPDqV83OTUiIGQ9Ik0zOS41IDQ0LjdjLS44IDAtMS43LjEtMi42LjEtMTMuNSAwLTI0LjUtMTEtMjQuNS0yNC41IDAtLjggMC0xLjUuMS0yLjNDMi4xIDIyLjQtMi44IDM0LjMgMS42IDQ0LjdjMy4yIDcuNiAxMC42IDEyLjUgMTguOCAxMi41IDYuMSAwIDkuNi0yLjYgMjAuMyAwLTEuNC00LTEuOC04LjMtMS4yLTEyLjUiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGlkPSJUcmFjw6lfNzk2IiBkPSJNMzYuOSA0MC43YzQgMCA3LTEuMiAxMS42LTEuMiAyLjkgMCA1LjkuNCA4LjcgMS4yLTMuMy0xMC4zIDAtMTUuMiAwLTIwLjNDNTcuMiA5LjEgNDguMSAwIDM2LjkgMCAyNS43IDAgMTYuNiA5LjEgMTYuNiAyMC4zYzAgMTEuMiA5LjEgMjAuMyAyMC4zIDIwLjMiIGNsYXNzPSJjbHMtMSIvPjwvZz48L3N2Zz4=') no-repeat;
	width: 30px;
	height: 30px;
  left: 0;
}

/* FIL D'ARIANE */
.breadcrumb-wrapper{
  padding-top: 40px;
}
.breadcrumb {
  display: flex;
	flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
	max-width: 700px;
	margin:auto;
}
.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li:not(:first-child):before {
  content: ">";
  font-weight: 600;
  font-size: 1em;
  color: var(--eolis-black);
	top: -0.1em;
}

.breadcrumb li {
  margin-right: 8px;
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumb li a {
	color: var(--eolis-black);
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:last-of-type{
  color: var(--muscade-rose);
}
.breadcrumb li:last-of-type:after{
  content:'';
  background:  url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE3LjEgMTcuMSI+PHBhdGggZD0iTTguNSAxNy4xYzQuNyAwIDguNS0zLjggOC41LTguNVMxMy4zIDAgOC41IDAgMCAzLjggMCA4LjVjMCAyLjIgMS40IDQuMiAwIDguNSA0LjUtMS4xIDYgMCA4LjUgMCIgc3R5bGU9ImZpbGw6I2VkNjc1YyIvPjwvc3ZnPg==') no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -8px;
  right: -20px;
}

/* RÉSEAUX SOCIAUX */
.rs-wrapper{
	width: auto;
  /*position: sticky;
  float: right;*/
	position: absolute;
	right: 0;
  z-index: 2;
	transition: all 0.3s ease;
	clear: both;
}
.rs-wrapper-01{
	top: 230px;
}
.rs-wrapper-02
{
	top: 275px;
}
.rs-wrapper a{
	display: flex;
	align-items: center;
	padding: 5px 0 5px 7px;
	border-style: solid;
	color: var(--eolis-black);
	border-color: var(--eolis-black);
	border-width: 1px 0 1px 1px;
	border-radius: 8px 0 0 8px;
	text-decoration: none;
	background: #F9F6F4;
}
.rs-wrapper i{
	font-size: 25px;
	padding-right: 7px;
}
.rs-wrapper svg{
	width: 30px;
	padding-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
.rs-wrapper .text-hover{
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	max-width: 0; /* Empêche le texte d'occuper de l'espace */
	overflow: hidden;
	transition: all 0.3s ease;
}
.rs-wrapper:hover .text-hover{
	opacity: 1; /* Le texte devient visible */
  max-width: 150px;
	padding-right: 7px;
}

/* BLOC LIEN MUSCADE */
.lien-muscade-wrapper{
	width: 290px;
	height: 290px;
	border-radius: 20px;
	-webkit-box-shadow: 7px 6px 0px 0px var(--muscade-rose);
  -moz-box-shadow: 7px 6px 0px 0px var(--muscade-rose);
  box-shadow: 7px 6px 0px 0px var(--muscade-rose);
}
.lien-muscade{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	border: 1px solid var(--muscade-rose);
	transition: transform 0.3s ease-in-out;
  transform-origin: top left; /* L'agrandissement partira du coin supérieur gauche */
}
.lien-muscade:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border-radius: 20px;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}
.lien-muscade:hover{
	color: var(--muscade-rose);
	transform: scale(1.03);
}
.lien-muscade:hover:after{
	background: rgba(255, 255, 255, 0.6);
}
.lien-muscade div{
	position: relative;
	margin: 0;
	top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	text-align: center;
	z-index: 1;
}
.lien-muscade .fa-up-right-from-square{
	height: 15px;
	fill: #fff;
	transition: all 0.3s ease-in-out;
}
.lien-muscade .fa-brands{
	height: 50px;
	fill: #fff;
	transition: all 0.3s ease-in-out;
}
.lien-muscade:hover .fa-up-right-from-square,
.lien-muscade:hover .fa-brands{
	fill: var(--muscade-rose);
}

/* BLOC HERO MUSCADE */
.hero-wrapper{
	display: flex;
	justify-content: flex-end;
	max-width: 1920px;
	margin: auto;
}
.hero-photo{
	max-width: 1000px;
	width: 100%;
	height: 670px;
}
.hero-content{
	position: relative;
	margin-left: -275px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-wrapper h1{
	text-align: left;
	margin: 0 0 20px 0;
}
.hero-wrapper h1 p{
	width: 642px;
	max-width: 100%;
	background: #f9f6f4;
	padding: 0 10px;
	margin: 0;
}
.hero-wrapper .espace{
	height: 8px;
}

/* PAGE DES REALISATIONS */
.module-realisation-wrapper{
	padding: 0 10px;
}
.module-realisation-grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(266px, 1fr));
  gap: 14px;
	max-width: 1530px;
	margin: auto;
}
@media (max-width: 1106px){
	.module-realisation-grid{
		grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
	}
}
.realisation-item{
	aspect-ratio: 372 / 238; /* Maintient le ratio 372:238 */
  min-width: 266px; /* Largeur minimale */
  max-width: 372px; /* Largeur maximale */
  min-height: 170px; /* Hauteur minimale */
  max-height: 238px; /* Hauteur maximale */
  width: 100%; /* S'adapte à la largeur de la colonne */
	margin: auto;
}
.realisation-item.format-portrait {
  aspect-ratio: 372 / 490; /* Ratio des images plus grandes */
  grid-row: span 2; /* Occupe deux lignes */
  max-height: 490px;
  min-height: 345px;
}
.realisation-item.button-item{
	text-align: center;
}
.realisation-item .wp-block-buttons{
	position: relative;
	top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item-realisation-link{
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	position: relative;
}
.item-realisation-link:before{
	content:'';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--eolis-black);
	border-radius: 10px;
	opacity: 0;
	transition: all ease 0.4s;
}
.item-realisation-link:hover:before{
	opacity: 0.7;
}
.item-realisation-content{
	text-align: center;
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	opacity: 0;
	transition: all ease 0.4s;
}
.item-realisation-link:hover .item-realisation-content{
	opacity: 1;
}
.item-realisation-texte{
	font-weight: 500;
	line-height: 22px;
}
.item-realisation-titre{
	font-family: "Jost", sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	position: relative;
}
.item-realisation-titre:before{
	display: block;
	content:'';
	width: 50px;
	height: 1px;
	margin: auto;
	background: #fff;
	position: relative;
	top: -5px;
}

/* PAGINATION RÉALISATIONS */
.posts-pagination-wrapper{
	margin-top: 70px;
	font-weight: 600;
}
.posts-pagination-wrapper .page-numbers{
	padding: 2px 10px;
	border-radius: 5px;
	transition: all ease 0.2s;
}
.posts-pagination-wrapper .page-numbers.prev,
.posts-pagination-wrapper .page-numbers.next{
	text-decoration: none;
}
.posts-pagination-wrapper .page-numbers:not(.dots):hover,
.posts-pagination-wrapper .page-numbers.current{
	background: var(--eolis-black);
	color: #fff;
}

/* FILTRES REALISATIONS */
.filter-wrapper{
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 10px;
	align-items: flex-start;
	max-width: 1400px;
	margin: auto;
	padding: 0 10px;
	margin-bottom: 60px;
	margin-top: 40px;
}
.filter-col-01{
	padding-top: 10px;
}
.filter-col-02{
	align-items: end;
	row-gap: 15px;
	column-gap: 16px;
}
.filter-wrapper input{
	display: none;
}
.filter-wrapper label{
	padding: 8px 14px;
	border: 1px solid #212D33;
	border-radius: 25px;
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.filter-wrapper label:hover,
.filter-wrapper input[type="radio"]:checked + label{
	color: #f9f6f4;
	background: var(--eolis-black);
}
.filter-separator{
	width: 2px;
	height: 50px;
	background: var(--eolis-black);
}

/* SINGLE RÉALISATION */
.single-realisation-header{
	padding-bottom: 100px;
}
.single-realisation-header,
.single-realisation .breadcrumb-wrapper{
	background: var(--muscade-rose);
}
.single-realisation .breadcrumb li:last-of-type{
	color: #fff;
}
.single-realisation .breadcrumb li:last-of-type::after{
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.1 17.1'%3E%3Cpath d='M8.5 17.1c4.7 0 8.5-3.8 8.5-8.5S13.3 0 8.5 0 0 3.8 0 8.5c0 2.2 1.4 4.2 0 8.5 4.5-1.1 6 0 8.5 0' style='fill:%23fff'/%3E%3C/svg%3E") no-repeat;
}
.single-realisation-header-wrap{
	max-width: 700px;
	margin: auto;
	padding: 0 10px;
}
.single-realisation h1{
	padding-top: 80px;
	margin: 0 0 50px;
	color: #fff;
	text-align: left;
}
.single-realisation-taxonomies{
	display: inline-block;
	font-size: 2.8em;
	line-height: 1.1em;
	background: var(--eolis-black);
	color: var(--muscade-rose);
	margin-bottom: 80px;
}
.single-realisation-intro{
	font-size: 1.5em;
  line-height: 1.2em;
	margin-bottom: 100px;
}
.single-realisation-cta{
	font-size: 1.5em;
  line-height: 1.2em;
	text-align: center;
	margin: 0;
}
.single-realisation-content{
	padding: 80px 0;
}

/* PAGE EQUIPE */
.photo-wrapper{
	position: relative;
}
.photo-wrapper figure{
	transition: all ease 0.3s;
}
.photo-wrapper figure:first-of-type{
	opacity: 1;
}
.photo-wrapper figure:last-of-type img{
	border: 2px solid #fff;
}
.photo-wrapper figure:last-of-type{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.photo-wrapper:hover figure:first-of-type{
	opacity: 0;
}

/* PAGE ENGAGEMENTS */
.is-titre-picto{
	position: relative;
}
.is-titre-picto figure{
	position: absolute;
	top: 0;
	left: -150px;
}

/* ARTICLES */
.post-wrapper{
	margin-bottom: 30px;
}
.post-link{
	display: block;
	text-decoration: none;
}
.post-wrapper h2{
	margin: 10px 0 0;
	color: var(--eolis-black);
}
.post-date{
	display: inline-block;
	border-bottom: 1px solid var(--muscade-rouge);
	color: var(--muscade-rouge);
}
.post-wrapper:hover h2{
	text-decoration: underline;
	color: var(--eolis-black);
}

/* SINGLE ARTICLE */
.single h1{
  margin-bottom: 50px;
}
.post-meta{
	justify-content: space-between;
}
.post-meta p{
	display: inline-block;
	border-bottom: 1px solid var(--muscade-rouge);
	color: var(--muscade-rouge);
}
.single-linkedin{
	color: var(--muscade-rouge);
	text-align: center;
}
.single-linkedin-wrapper{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}
.single-linkedin{
	display: inline-block;
	padding-top: 15px;
	border-top: 1px solid var(--muscade-rouge);
}

/* BLOC TÉMOIGNAGES */
.temoignage-wrapper{
	position: relative;
	padding-left: 50px;
}
.temoignage-wrapper svg{
	height: 40px;
	fill: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

/* MENU MOBILE */
.fade-in {
  opacity: 1;
  animation: 1s linear fadeIn;
  transition: 1s ease-out cubic-bezier(.18, .74, .37, .94);
}

.fade-out {
  opacity: 0;
  animation: 1s linear fadeOut;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* MEDIA QUERIES */
@media(max-width: 1320px){
	.hero-content{
		margin-left: -276px;
	}
}
@media(max-width: 1279px){
	.site-header{
		padding: 10px 0;
	}
	header .grid-wrapper{
	  grid-template-columns: 1fr 275px;
	}
	header .grid-wrapper .col-03{
	  grid-template-columns: 1fr 45px;
	}
	header .grid-wrapper .wp-block-button{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	aside .menu-item-title,
	aside .menu-item-description{
		display: none;
	}
	.hero-content{
		margin-left: 25px;
	}
	.rs-wrapper{
		display: none;
	}
}
@media(max-width: 1000px){
  .alignwide{
		margin-left: calc(50% - 49vw);
		margin-right: calc(50% - 49vw);
	}
	.footer-wrapper .grid-wrapper{
		gap: 40px;
	}
	.wpcf7-form-control-wrap[data-name="precision"]{
		margin-left: -24%;
	}
	.is-titre-picto figure{
		left: -100px;
	}
}
@media(max-width: 767px){
	html{
		font-size: 16px;
	}
	.site-content {
	  margin-bottom: 50px;
	}
	.hero-wrapper h1{
		font-size: 2em;
	}
	.alignwide{
		margin-left: auto;
		margin-right: auto;
	}
  header .menu-menu-principal-container{
    height: auto;
  }
  .retour-haut {
      display: none !important;
  }
	.footer-wrapper .grid-wrapper{
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}
	.filter-wrapper{
		grid-template-columns: 1fr;
	}
	h1{
		margin: 40px 0;
	}
	.hero-wrapper h1 p{
		display: inline;
		line-height: 1.4em;
	}
	.hero-wrapper .espace{
		height: 0;
	}
	.is-etape-wrapper svg{
		height: 60px;
	}
	.is-big-button {
		font-size: 1em !important;
		line-height: normal !important;
	}
	.striped-title,
	.custom-titre{
		font-size: 1.6em;
	}
	.striped-title::before{
		height: 65px;
	}
	.top-stripes:before{
		top: 0;
	}
	.bottom-stripes:before{
		bottom: 0;
	}
	figure.wp-block-gallery.has-nested-images{
		flex-direction: column;
		align-items: center;
	}
	figure.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image{
		width: 100% !important;
		max-width: 365px;
  	flex: none;
	 }
	 .is-expertise-button{
	 	margin-top: 50px !important;
	 }
	 .single-realisation h1{
	 	padding-top: 40px;
	 	margin: 0 0 25px;
	}
	.single-realisation-taxonomies{
		margin-bottom: 40px;
	}
	.single-realisation-intro {
	  margin-bottom: 50px;
	}
	.single-realisation-header{
		padding-bottom: 50px;
	}
	.wpcf7-form-control-wrap[data-name="precision"]{
		margin-left: -17%;
	}
	.is-titre-picto figure{
		position: static;
	}
}
@media(max-width: 600px){
	.site-header{
		padding-bottom: 11px;
	}
	header .grid-wrapper{
	  grid-template-columns: 1fr 105px;
	}
	header .small-device-text{
		display: block;
		position: relative;
		bottom: -2px;
	}
	header .small-device-text i{
		font-size: 20px;
		position: relative;
		top: -2px;
	}
	header .big-device-text{
		display: none;
	}
	header .wp-element-button{
		padding: 3px 5px;
	}
	header .wp-element-button:after{
		display: none;
	}
	header .wp-block-button:hover .wp-element-button{
		transform: none;
	}
	.hero-wrapper h1{
		font-size: 1.6em;
	}
	.hero-wrapper h1 p{
		padding: 0;
	}
	.is-motscles-wrapper p{
		font-size: 2em !important;
	}
	.wpcf7-form-control-wrap[data-name="precision"]{
		margin-left: -16%;
		font-size: 15px;
	}
	.wpcf7-form .checkbox-wrapper > .wpcf7-form-control-wrap{
		flex: none;
	}
}
@media(max-width: 400px){
	.wpcf7-form-control-wrap[data-name="precision"]{
		margin-left: -28%;
	}
}