/*! 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.
*/

@font-face {
  font-family: 'Hatch';
	src: url('./fonts/hatch/Hatch-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Hatch';
	src: url('./fonts/hatch/Hatch-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
  font-family: 'Hatch';
	src: url('./fonts/hatch/Hatch-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
  font-family: 'Hatch';
	src: url('./fonts/hatch/Hatch-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: 'Hatch';
	src: url('./fonts/hatch/Hatch-Light-Italic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
}
@font-face {
  font-family: 'Hatch';
	src: url('./fonts/hatch/Hatch-Regular-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
}
@font-face {
  font-family: 'Hatch';
	src: url('./fonts/hatch/Hatch-Medium-Italic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
}
@font-face {
  font-family: 'Hatch';
	src: url('./fonts/hatch/Hatch-Bold-Italic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}

:root {
--od-bleu: #a8c0b7;
--od-vertfonce: #0a3020;
--od-kakifonce: #75704b;
--od-anthracite: #282826;
--od-kakiclair: #938753;
--od-brun: #65412b;
--od-orange: #e07c3e;
--od-ocre: #a26648;
--od-texte: #0C2C1B;
}

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,svg {
  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: 'Hatch';
  font-weight: 300;
	font-size: 20px;
  color: var(--od-texte);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-padding-top: 190px;
  scroll-behavior: smooth;
}
.wrap {
  margin: 0 auto;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.site-content p,
.site-content ul,
.site-content ol{
  line-height: 1.2em;
}
.page-title-wrapper{
  height: 225px;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.page-title{
  width: 764px;
  max-width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.page-title[class*="bg-"]{
  color: #fff;
}
.page-title.bg-color-vert{
  background: rgba(10,48,32,0.7);
}
.page-title.bg-color-orange{
  background: rgba(224,124,62,0.7);
}
h1{
  font-weight: 500;
  font-style: italic;
  font-size: 2em;
  line-height: 1em;
}
h2{
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 2em;
}
ul {
  padding-left: 15px;
  margin: 0;
  list-style-type: none;
}
ul li {
  position: relative;
}
ul li:before,
div[class*="acfbloc-"] ul li:before{
  content: "•";
  /*font-size: 6px;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.wp-block-list li{
  padding-bottom: 10px;
}
#tarteaucitron li:before,
/*ul[class*="wp-block"] li:before,*/
ul[class*="kb-gallery-"] li:before,
ul[class*="splide__pagination"] 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;
    padding-right: 15px;
		padding-left: 15px;
}
.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;
}
figcaption{
  font-size: 0.7em;
  font-style: italic;
  text-align: center;
}
.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;
}
.wp-element-button {
  transition: all 0.2s ease;
}
.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);
}

/******************************************************************
Stylesheet: Header
******************************************************************/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  -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-grid-wrapper {
  display:grid;
  max-width: 1550px;
  margin: auto;
  grid-template-columns:minmax(383px,1fr) minmax(0,835px) 173px;
  align-items:end;
  gap:10px;
  padding:25px 15px 89px;
}
.header-grid-wrapper .col-01 {
  display:flex;
  gap: 17px;
}
.header-grid-wrapper .col-03,
.aside-col-03 {
  display:grid;
  grid-template-columns: auto auto;
  gap: 5px;
}
.is-logo-tiret {
  display: inline-block;
  width: 165px;
  border-bottom: 2px solid var(--od-bleu);
}
header .menu-menu-principal-container,
header .menu {
  height: 100%;
}
header .menu,
header .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  gap: 15px;
}
header .menu li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
header .menu > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  color: var(--od-anthracite);
  border: 1px solid var(--od-anthracite);
  padding: 5px;
  font-size: 0.75em;
  font-weight: 400;
  transition: all ease 0.2s;
}
header .menu li a:hover,
header .menu li.current-menu-item > a{
	color: #fff;
  background: var(--od-anthracite);
}
header .search-input,
aside .search-input{
  background: transparent;
  border-width: 0 0 1px 0;
  border-color: var(--od-anthracite);
  border-style: solid;
}
header .search-input{
  max-width: 99px;
}
aside .search-input{
  max-width: 170px;
}

/*Sous menu*/
header .menu li{
  position: static;
}
header .menu-menu-principal-container ul.sub-menu {
  position: absolute;
  left: 0;
  width: 150%;
  padding-left: 0;
  background-color: #fff;
  border: 1px solid var(--od-anthracite);
  margin-top: -1px;
}
header li .sub-menu {
  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 .sub-menu a{
  color: var(--od-texte);
  transition: all ease 0.2s;
  padding: 10px;
  display: block;
}
header .menu-menu-principal-container ul.sub-menu li {
  margin: 0;
  text-align: center;
}
header li:hover .sub-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
header li .sub-menu li:hover a{
  color: #fff;
}

/*Sous-menu vertical*/
header .vertical-sub-menu .menu li{
  position: relative;
}
header .vertical-sub-menu .sub-menu {
  display: inherit;
}
header .vertical-sub-menu ul.sub-menu li {
  position: relative;
  text-align: left;
  font-size: 0.75em;
}
header .vertical-sub-menu .sub-menu span {
  display: inline-block;
  position: static;
  top: auto;
  -webkit-transform: none;
  transform: none;
}


/******************************************************************
Stylesheet: Footer
******************************************************************/
.footer-section-1{
  max-width: 1550px;
  margin: auto;
  padding: 35px 15px;
  border-top: 1px solid var(--od-anthracite);
  margin-top: 50px;
}
.footer-section-1-content{
  font-size: 0.75em;
  font-weight: 400;
  width: 50%;
  margin-left: auto;
  display: flex;
  gap: 10px 28px;
}
.footer-section-2{
  background-color: var(--od-vertfonce);
}
.footer-section-2-content{
  text-align: center;
  color: #fff;
  font-size: 0.6em;
  padding: 15px;
}
.footer-section-2-content a{
  color: #fff;
}

/******************************************************************
Stylesheet: Contact Form 7
******************************************************************/
.wpcf7-form label,
.wpcf7-quiz-label {
	display: block;
	margin-bottom: 5px;
}
.wpcf7-form p > label {
  text-transform: uppercase;
	margin-bottom: 5px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
  width: 100%;
  border: 1px solid #c6b5aa;
  padding: 15px 20px;
	border-radius: 5px;
}
.wpcf7-form textarea,
.wpcf7-form select {
  border: 1px solid #c6b5aa;
  width: 100%;
	background: #fff;
	padding: 15px 20px;
	border-radius: 5px;
}
.wpcf7-form input.wpcf7-quiz{
	width: 100px;
}
input.wpcf7-form-control.wpcf7-submit {
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  background-color: var(--eolis-blue);
  padding: 14px 30px;
  transition:0.25s ease-out;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--eolis-darkblue);
}

/******************************************************************
Stylesheet: Bloc Bouton lien et télécharger
******************************************************************/
.acfbloc-bouton-lien-ondesdurables-wrapper,
.acfbloc-bouton-telecharger-ondesdurables-wrapper{
  margin-top: 15px;
}
.acfbloc-bouton-lien-ondesdurables-wrapper a,
.acfbloc-bouton-telecharger-ondesdurables-wrapper a{
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--od-texte);
  font-weight: 400;
}
.acfbloc-bouton-lien-ondesdurables-wrapper a:before,
.acfbloc-bouton-telecharger-ondesdurables-wrapper a:before{
  content:'';
  height: 58px;
  width: 58px;
  border: 1px solid var(--od-texte);
  transition: all ease 0.2s;
}
.acfbloc-bouton-lien-ondesdurables-wrapper a:before{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAAXNSR0IB2cksfwAAAOFQTFRFAAAAIzEjHTEjHjAjHTAjHTAjHTAjHTAjHjEjIjMnLkUuHjEjHTAjHTAjHjwtHTEnHTAjHTAjJDYkHjAjHjEkHTAlHzMjHjIkHTEjHTAjHTAjHjAlITMlHTAjIDMlKjgqHTAjHTAjHTEjHTEjHTAjHzEjITcsHTAjHzcnHzMjHz8vHTIlHTEkKDUoHzUlHzAkHTAjHTEjHjAkHTAjHjMlHzUqIjkuHTAjHTEjHTAkHjEmHjAkHTMkHTEjODg4IDAkHTIkMzMzHTAkITAmHTEjHTAkHTAjVVVVHjImHTMkHzMjZNxdpwAAAEt0Uk5TACSAy+//8s+HLQuW/aQRGtHdHNywX0FbpvzxRDboNxLXtE7A9zkXeSBAEGBNEzBq3pVj4UsYFv7avkOpRuoJP3AKxjVyotIDQiNQAPxomQAAAWZJREFUeJyF0ndbwjAQBvBjFBBB9kbEnUSJeyPu+f0/kHdJ2jS0wfujT+/tL9eUAJBamWwuHxSKpbX0x1Tl9UpgqrrhMbV6YKuRSTXNVhCvRtosY9qdbq8/UG/0meFINeNNahK7N2Zi2jHNKq02AH1si67Zmi4Z6GFfcNH2soEuJY7ZSRjoYJJ30C4me/tO1MYoFw8OaNAhMC6iaERRNmrZERxjUJkBB8lMOBlSFB0MkxxOMDlFAyClNcFZZBg+PMfkQiHqQ1MvW4MPLym70oqHplWLGYyvb9QZqA4vt8o044Z2e4fp4D4c9ZA0Avc6p7WPC6U4ZGNGSHutknoy6NkaPVwbeHlF9GbQ+zQyUqhfyXSLj+DzS63gMJ+BM4jbs/n+UZ2IRWBGx0vNdqMEUuYfpI0Uq5AxDBLIrtN3bMm4X+cxOhH6z8g9JpwiOf/l4DPhiTiT/1FSphraEYvuhMfQO7guz5g/8XwpjuSQt+cAAAAASUVORK5CYII=) no-repeat center;
}
.acfbloc-bouton-telecharger-ondesdurables-wrapper a:before{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAiCAMAAADvReCJAAAAAXNSR0IB2cksfwAAAIpQTFRFAAAAJjMmHjIjHTEjHjIjHjIoITcsHTAjHTAjHTAjHjYmHTEjHjAjHjAjHjEkHjEjODg4IjMnHzUlHjAjHTAjHzMjIDAkKDUoIjQoHTAjHTAjHTEnHTAjHTAiHjAkHjAkHz8vHjAjHTAjJzonJDYkIjMzHTAjJDAkHjAjHTAjHTAjHzMjHzcnHTUjUzt+jgAAAC50Uk5TABRmgmsZF+f/8CF7jp+woAktMLLEQD8TLOn1NJ2ZjYQQ3MkNHA/TFbnxrlAgK9BCi+IAAADNSURBVHic7dBZEoIwDAbg4lp3rdZ9qajggve/nimUQkMqHsD/oWWab0ImjKEEjWarjR9xOl3Oea9fowZcZ1ijRqka16jJX/2qpjMhxDxVCynlckWh9Ya72e4Itec4B0IdK+pUqgqYQcEdnBEKL/CqoCoAaSE1v7osvDFTUSIDhkUk0mdJsThCiFQFM4hWOcuRR2XMIp9i8f3xtMir3LgKVkIlXWahYMdUJ5V3tF1kJa9SR99I7nCekfBwyXcmki+T29+p4tO7L7fwpmOqH6DSGbUsgQmlAAAAAElFTkSuQmCC) no-repeat center;
}
.acfbloc-bouton-lien-ondesdurables-wrapper a:hover,
.acfbloc-bouton-telecharger-ondesdurables-wrapper a:hover{
  color: var(--od-bleu);
}
.acfbloc-bouton-lien-ondesdurables-wrapper a:hover:before,
.acfbloc-bouton-telecharger-ondesdurables-wrapper a:hover:before{
  border-color: var(--od-bleu);
  background-color: var(--od-bleu);
}
.acfbloc-bouton-lien-ondesdurables-wrapper a:hover:before{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAAXNSR0IB2cksfwAAAWVQTFRFAAAA/////////v7+/v7+/////v7+/v7+/////////v7+/v7+/////v7+/////v7+/v7+/v7+/v7+/v7+/v7+/v7+/////////v7+/v7+/////////////v7+/////v7+/v7+/v7+/////////v7+/////////v7+/v7+/////////v7+/////v7+/////////////////////////////v7+/////////v7+/////////v7+/////v7+/////////////////v7+/////////////////v7+/////////////v7+/v7+/////v7+/v7+/////////v7+/v7+/////v7+/////////////////v7+/////////v7+/////////////////v7+/////////////////////v7+/////////////////////v7+/////////////v7+////////////////KG01BwAAAHd0Uk5TACSAy+//8s+HLQuW/aQRGtHdHNywX0FbpvzxRDboNxLXtE7A9zkFF3lpLI1NEwdhAVRGNFFq3jgfPExSY+EjHllL/hgEZgYWMEVDG9pJvlepMeoJD1hdP3AKxjVVcjMuMqLSA0JkEAINWlYMUCpcUw5rbEBlXmCF9WXkAAAB1UlEQVR4nH2SCVfaQBRGP9C44BJFAqjUUqzUBZVg7YKK1AJau1j3fS1QpS2Wbr+/78U4mcHAO2fm5Lu5eZnJBHAtj7elVWtr7+h0v83l6+rW7OrpbeDofZpT/R5Xxz+gydXv1st2AkYwFB603tjIGRq2QuQRhwert50RO0a4V0dzBwhTbFedx9E6ByHKbar0pN5BkInixB44MIi0KtIokadjCgoQanFiHM+40TjGJnQBhxl5RZycQoJA9/TMbNJM2XBkiJE4mLnnJuaJvMDLV8DroONoXcJJYwGLRJYQyVBeWBZOn89xkMUbQitvc4tM8vfOgC45MAurK9YZrL2jtP4eHyzHLzv46MEnooPryNILchv4LDub6Xszxc9ube/EKO/CKzn6ntOth619mLx0HDgOJpLCweERScc44SXiNCqcs3OaLtJ22r7Urr7oRfBmU9PiS5dolA3ndIoZ5L8C1zFIdcMjLpME9674ZLRh7USq9BxN8VkZ0S7osXoHpW+KVFE73TnffygOqjRuf6rO3SwV765Qa+4gw7+O/9c1zTnjwt2hn6LAvczdSvam3MiBr6ZEV4dOuFYQ18nqmqtDvfK/7avzeb2Bw6v/89e4/VctHbvf/g8tpT6AoYU5/QAAAABJRU5ErkJggg==);
}
.acfbloc-bouton-telecharger-ondesdurables-wrapper a:hover:before{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAiCAYAAADYmxC7AAABrklEQVR4nO2YsW7UUBBFz4U00MRCEVCk2ABdUrjgAyyEoOcboKTgxwg1XwCpLCV0KbaIFEUR0iaI+lJgRW83tvfZs5s0ezvPzLtz/GzNsyyCsr0DfAB2gQvgq6TzqG8E6Jntc89rZnsv4vsgyPUReL4Q2wY+R0yjUK864i8iplEoBde3Kgq1Fm2gcrWBytUGKldbuYW2H/F/WD5Mwk86yndsV+ly4ETS78GEPUAHti8c01/br3P65T6+L8DT8bcFwGPgU05hLtRsNMq8LnOKBGC7BIokXku6AWm+mX4ALwNAR8BbSX8S3wIok5qZpBrbZZMkKa4WHW3v2j4d+T79tL3d4lktXBe2y1aAJWDH6wBK44PmlKQz4A1wkrnkCHgn6WpIn8HDU9JlJtgooFFQmWCjgUZDLQELAYWgFsC+A9fAYRQIBpx9S8DeR31S9e1U3QzVlavxrbvynVDNRJ92zZMAUAVM0xPjVu9mmk8k1UuMVqFC0reePiUwXXXTkOY4bs6ce1TbGYztyX2BNUCTrmRx14/SdnVrh3oKqzuAae3R+4PC9v5aiABJv7py/wAOu5PXJtLgKwAAAABJRU5ErkJggg==);
}

/******************************************************************
Stylesheet: Single actualités
******************************************************************/
.single-post-wrapper{
  max-width: 800px;
  margin: auto;
}
.single-post-wrapper h1{
  margin: 30px 0 20px;
  font-style: normal;
  font-weight: 700;
}
.single-post-cat,
.single-post-date{
  font-size: 0.8em;
}
.single-post-cat{
  font-style: italic;
}
.single-post-date{
  color: var(--od-bleu);
}
.single-post-thumbnail{
  margin: 10px 0 50px;
}
.single-post-thumbnail img{
  height: 452px;
  width: 100%;
  object-fit: cover;
}
.partage-rs-wrapper{
	align-items: center;
	gap: 20px;
  margin: 50px 0;
}
.partage-social{
	display: flex;
	gap: 20px;
}
.partage-social a{
	height: 36px;
	width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--od-anthracite);
}
.partage-social a:hover{
	background: var(--od-anthracite);
}
.partage-social a:hover svg{
	fill: #fff;
}
.back-button-wrapper{
  display: inline-block;
  margin-top: 20px;
}
.back-button-wrapper a{
  border: 1px solid var(--od-anthracite);
  color: var(--od-anthracite);
  padding: 2px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
}
.back-button-wrapper a svg{
  fill: var(--od-anthracite);
}
.back-button-wrapper a:hover{
  background: var(--od-anthracite);
  color: #fff;
}
.back-button-wrapper a:hover svg{
  fill: #fff;
}

/******************************************************************
Stylesheet: Liste des actus
******************************************************************/
.module-post-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 30%, 275px), 1fr));
	gap: 40px 10px;
}
.post-item{
	position: relative;
}
.post-bloc-link{
	display: block;
	text-decoration: none;
	color: var(--od-texte);
	height: 100%;
	transition: all ease 0.2s;
}
.module-post-grid .post-bloc-link{
	max-width: 283px;
	margin: auto;
}
.module-post-wrapper .post-bloc-link{
	display: grid;
	grid-template-columns: minmax(30%, 365px) minmax(60%, 1fr);
	gap: 30px;
	max-width: 1020px;
	margin-bottom: 20px;
}
.post-bloc-link:hover{
	color: var(--od-kakifonce);
}
.module-post-grid  .post-content{
	margin-top: 20px;
	padding-right: 10px;
}
.post-thumbnail{
	overflow: hidden;
}
.post-thumbnail img{
	transition: all ease 0.3s;
}
.module-post-grid .post-thumbnail img{
	object-fit: cover;
	box-sizing: border-box;
  vertical-align: bottom;
	width: 85%;
	height: 161px;
}
.home .module-post-grid .post-thumbnail img{
  	height: 190px;
  width: 100%;
}
.module-post-wrapper .post-thumbnail img{
	height: 245px;
	object-fit: cover;
	vertical-align: bottom;
  width: 100%;
}
.module-post-wrapper .post-thumbnail{
	max-height: 245px;
}
.post-bloc-link:hover .post-thumbnail img{
	transform: scale(1.05);
}
.post-cat{
	margin-bottom: 10px;
	font-size: 0.75em;
}
.post-titre{
	margin: 0;
	font-size: 1.3em;
}
.post-date,
.post-readmore{
	color: var(--od-bleu);
	font-size: 0.8em;
}
.post-texte{
	font-size: 0.9em;
	margin-top: 20px;
}
.prefiltered-posts .post-titre,
.single .post-titre{
	font-size: 1em;
}
.post-filter-wrapper{
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	margin: 30px 0 25px;
}
.post-filter-wrapper a{
	text-decoration: none;
	color: var(--od-anthracite);
	font-size: 0.75em;
	line-height: 1em;
	border: 1px solid var(--od-anthracite);
	padding: 5px 30px;
	position: relative;
	transition: all ease 0.2s;
}
.post-filter-wrapper a:hover,
.post-filter-wrapper a.active{
	color: #fff;
	background: var(--od-anthracite);
}
@media(max-width: 767px){
	.is-home-post-grid-wrapper{
		grid-template-columns: 1fr !important;
		margin-top: 50px !important;
	}
	.module-post-wrapper .post-bloc-link{
		display: block;
		max-width: 365px;
		margin: 0 auto 40px;
	}
}

/******************************************************************
Stylesheet: Liste des podcasts
******************************************************************/
.module-podcast-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 30%, 365px), 1fr));
	gap: 70px 20px;
}
.podcast-item{
	position: relative;
}
.podcast-bloc-link{
	display: block;
	text-decoration: none;
	color: var(--od-texte);
	height: 100%;
	transition: all ease 0.2s;
}
.module-podcast-grid .podcast-bloc-link{
	max-width: 365px;
	margin: auto;
}
.podcast-bloc-link:hover{
	color: var(--od-kakifonce);
}
.module-podcast-grid  .podcast-content{
	margin-top: 20px;
	padding-right: 10px;
}
.podcast-thumbnail{
	max-width: 445px;
	overflow: hidden;
}
.podcast-thumbnail img{
	transition: all ease 0.3s;
}
.module-podcast-grid .podcast-thumbnail img{
	/* height: 245px;*/
	object-fit: cover;
	box-sizing: border-box;
  vertical-align: bottom;
  width: 100%;
	aspect-ratio: 1 / 1;
}
.podcast-bloc-link:hover .podcast-thumbnail img{
	transform: scale(1.05);
}
.podcast-titre{
	margin: 0;
	font-size: 1.3em;
  color: var(--od-brun);
}
.podcast-readmore{
	color: var(--od-orange);
	font-size: 0.8em;
}
.podcast-texte{
	font-size: 0.9em;
	margin-top: 20px;
}

/******************************************************************
Stylesheet: Single podcast
******************************************************************/
.single-podcast-wrapper{
	display: grid;
	grid-template-columns: minmax(40%, 405px) minmax(55%, 1fr);
  align-items: flex-start;
	gap: 40px;
  margin-top: 30px;
}
.podcast-meta{
  padding-right: 40px;
  border-right: 2px solid var(--od-bleu);
}
.single-podcast-thumbnail img{
	/* *width: 245px; */
	/* height: 245px; */
	object-fit: cover;
	aspect-ratio: 1 / 1;
	width:100%;
	max-width:425px;
}
.podcast-meta h1{
  margin-bottom: 20px;
  color: var(--od-orange);
}
.single-podcast-description{
  margin: 30px 0;
  font-size: 0.8em;
  font-weight: 500;
}
.single-podcast-partenaires-wrapper{
  max-width: 470px;
  gap: 20px;
  margin-bottom: 30px;
}
.single-podcast-partenaires-wrapper a{
  flex: 1;
}
.single-podcast-wrapper .podcast-content p,
.single-podcast-wrapper .podcast-content ul{
	font-size: 0.8em;
}

/******************************************************************
Stylesheet: Pagination
******************************************************************/
.posts-pagination-wrapper{
  display: flex;
  margin-top: 50px;
}
.page-numbers{
  padding: 0 15px;
  line-height: 1em;
  color: var(--od-texte);
  transition: all ease 0.2s;
}
.page-numbers{
  border-style: solid;
  border-color: var(--od-texte);
  border-width: 0 1px 0 0;
}
.page-numbers.prev,
.page-numbers.next{
  border: none;
}
.page-numbers.current,
.page-numbers:hover,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover{
  color: var(--od-bleu);
}

/******************************************************************
Stylesheet: Liste des partenaires
******************************************************************/
.module-partenaire-grid{
  font-size: 0;
}
.module-accordeon-item-wrapper{
  position: relative;
  width: 25%;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 50px;
}
.module-accordeon-item-wrapper:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgba(168, 192, 183, 0.5);
  opacity: 0;
  transition: all ease 0.3s;
}
.partenaire-item{
	height: 100%;
  max-width: 208px;
	margin: auto;
  cursor: pointer;
	transition: all ease 0.2s;
}
.partenaire-logo{
	overflow: hidden;
  height: 208px;
  border: 2px solid var(--od-anthracite);
  padding: 3px;
  box-sizing: content-box;
  position: relative;
}
.partenaire-logo img{
	height: 208px;
  vertical-align: bottom;
  width: 100%;
  transition: all ease 0.3s;
}
.partenaire-item:hover .partenaire-logo img{
	transform: scale(1.05);
}
.module-accordeon-detail-wrapper-opened{
  grid-column: span 4;
}
.module-accordeon-item-wrapper-opened:after{
  opacity: 1;
}
.module-accordeon-detail-wrapper{
  background-color: rgba(168, 192, 183, 0.5);
  padding: 20px;
  font-size: 16px;
}
.module-accordeon-detail-wrapper h3{
  font-weight: 400;
  margin: 0;
}
.partenaire-item-hover {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  opacity: 0;
  font-size: 16px;
  background-color: rgba(168, 192, 183, 0.9);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.partenaire-item-hover .is-text-hover {
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  display: inline-block;
  max-width: 90%;
  padding: 8px 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.partenaire-item:hover .partenaire-item-hover {
  opacity: 1;
}
.module-accordeon.module-accordeon-has-opened .module-accordeon-item-wrapper.module-accordeon-item-wrapper-opened .partenaire-item-hover {
  display: none;
}
.module-accordeon-detail-wrapper .accordeon-btn-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  cursor: pointer;
}

/******************************************************************
Stylesheet: Single partenaire
******************************************************************/
.single-partenaire-wrapper{
	display: grid;
	grid-template-columns: minmax(40%, 300px) minmax(55%, 1fr);
  align-items: flex-start;
	gap: 40px;
  max-width: 1020px;
  margin: 30px auto 0;
}
.partenaire-meta h1{
  margin-bottom: 20px;
}
.partenaire-lieu{
  font-style: italic;
  margin-bottom: 20px;
}
.single-partenaire-logo{
  margin: 30px 0;
}
.single-partenaire-description{
  margin: 30px 0;
}

/******************************************************************
Stylesheet: Page résultats de recherche
******************************************************************/
.search-result-wrapper .search-result-item{
  display: block;
  padding-left: 10px;
  border-left: 1px solid var(--od-anthracite);
  margin-bottom: 30px;
  color: var(--od-anthracite);
  transition: all ease 0.2s;
}
.search-result-wrapper h3,
.search-result-wrapper p{
  margin: 0;
}
.search-result-wrapper .search-result-item:hover{
  color: var(--od-bleu);
}
#pagesearchInput{
  background: transparent;
  border-width: 0 0 1px 0;
  border-color: var(--od-anthracite);
  border-style: solid;
}


/* VIDEO RESPONSIVE */
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


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

/* VERSION MOBILE */
@media(max-width: 1790px){
  .alignwide{
		margin-left: calc(50% - 49vw);
		margin-right: calc(50% - 49vw);
	}
}
@media(max-width: 1435px){
  .header-grid-wrapper {
    grid-template-columns:minmax(273px,1fr) minmax(0,835px) 173px;
    column-gap: 20px;
    padding-bottom: 60px
  }
  .header-grid-wrapper .col-01 a{
    width: 141px;
    height: 48px;
  }
  .header-grid-wrapper .col-01 svg{
    transform: scale(70%);
    transform-origin: top left;
  }
  .is-logo-tiret {
    width: 115px;
  }
  .site-content{
    padding-top: 133px !important;
  }
}
@media(max-width: 1100px){
  header .menu-menu-principal-container{
    height: auto;
  }
  .header-grid-wrapper{
    padding-bottom: 30px;
    grid-template-columns:minmax(273px,1fr) minmax(0,835px) 273px;
  }
  header .search-input {
    max-width: 150px;
  }
  .site-content{
    padding-top: 109px !important;
  }
  .footer-section-1-content{
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media(max-width: 900px){
  .module-accordeon-item-wrapper{
    width: 50%;
  }
}
@media(max-width: 767px){
  html{
  	font-size: 17px;
  }
  .retour-haut {
      display: none !important;
  }
  :root :where(.wp-block-pullquote),
  .is-home-titre-complementaire{
    font-size: 1.7em;
    padding-right: 0;
    padding-left: 0;
  }
  .header-grid-wrapper{
    grid-template-columns:1fr 50px;
    column-gap: 30px;
  }
  .header-grid-wrapper .col-03{
		display:none;
	}
  .is-logo-tiret {
    width: 100%;
    max-width: 115px;
  }
  .site-content{
    padding-top: 104px !important;
  }
  .page-title-wrapper{
    height: 180px;
  }
  .home .page-title-wrapper{
    min-height: 500px !important;
  }
  .module-post-wrapper .post-content{
    margin-top: 20px;
  }
  .single-podcast-wrapper,
  .single-partenaire-wrapper{
    display: block;
  }
  .podcast-meta {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid var(--od-texte);
  }
  .podcast-content,
  .partenaire-content{
    margin-top: 30px;
  }
  .single-post-thumbnail img{
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .module-accordeon-item-wrapper{
    width: 100%;
  }
  .module-accordeon-detail-wrapper h3{
    margin-top: 15px;
  }
}
