﻿/**
 * !
 * Theme Name: Agence Morgane
 * Theme URI: https://agencemorgane.com/
 * Author: Quentin Doublet - Agence Morgane
 * Author URI: https://agencemorgane.com/
 * Description: Thème enfant de Susty 
 * Version: 1.0
 * Template: susty-master
 *
 * @format
 */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@keyframes moveArrow {
  0% {
    transform: translate(-50%, 0);
  }
  75% {
    transform: translate(-50%, 1em);
  }
}
form .formCont,
form .formCheckBox {
  position: relative;
  margin-top: 1em;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea {
  -webkit-backface-visibility: hidden;
  background: #e1e1e1;
  border: none;
  border-bottom: solid 1px #333;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  margin-top: 1em;
  width: 100%;
}
form input[type="text"] + label,
form input[type="email"] + label,
form input[type="url"] + label,
form input[type="password"] + label,
form input[type="search"] + label,
form input[type="number"] + label,
form input[type="tel"] + label,
form input[type="range"] + label,
form input[type="date"] + label,
form input[type="month"] + label,
form input[type="week"] + label,
form input[type="time"] + label,
form input[type="datetime"] + label,
form input[type="datetime-local"] + label,
form input[type="color"] + label,
form textarea + label {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #333;
  opacity: 0;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus {
  border-color: #333;
  transition: all 0.4s;
}
form input[type="text"]:focus + label,
form input[type="email"]:focus + label,
form input[type="url"]:focus + label,
form input[type="password"]:focus + label,
form input[type="search"]:focus + label,
form input[type="number"]:focus + label,
form input[type="tel"]:focus + label,
form input[type="range"]:focus + label,
form input[type="date"]:focus + label,
form input[type="month"]:focus + label,
form input[type="week"]:focus + label,
form input[type="time"]:focus + label,
form input[type="datetime"]:focus + label,
form input[type="datetime-local"]:focus + label,
form input[type="color"]:focus + label,
form textarea:focus + label {
  transform: translate(-2em, -1.25em) scale(0.8);
  opacity: 1;
  transition: transform 0.4s;
}
form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form input[type="url"]:focus::placeholder,
form input[type="password"]:focus::placeholder,
form input[type="search"]:focus::placeholder,
form input[type="number"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form input[type="range"]:focus::placeholder,
form input[type="date"]:focus::placeholder,
form input[type="month"]:focus::placeholder,
form input[type="week"]:focus::placeholder,
form input[type="time"]:focus::placeholder,
form input[type="datetime"]:focus::placeholder,
form input[type="datetime-local"]:focus::placeholder,
form input[type="color"]:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="color"]::placeholder,
form textarea::placeholder {
  opacity: 1;
}
form .formCheckBox {
  font-size: 0.7rem;
}
form .formButton {
  margin: 1em;
  text-align: center;
}
form .contResponse {
  opacity: 0;
}
form.response .contResponse {
  margin: 2em 0;
  opacity: 1;
  transition-delay: 1s;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
}
form.response *:not(.contResponse) {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
@media print {
  header#masthead {
    display: none;
  }
  .screen-reader-text {
    display: none;
  }
  footer#footer {
    display: none;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/raleway-v19-latin-300.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-300.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-300.woff") format("woff"),
    url("fonts/raleway-v19-latin-300.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-300.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-v19-latin-regular.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-v19-latin-regular.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-regular.woff") format("woff"),
    url("fonts/raleway-v19-latin-regular.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/raleway-v19-latin-500.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-500.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-500.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-500.woff") format("woff"),
    url("fonts/raleway-v19-latin-500.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-500.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/raleway-v19-latin-800.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-800.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-800.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-800.woff") format("woff"),
    url("fonts/raleway-v19-latin-800.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-800.svg#Raleway") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?k30qea");
  src: url("fonts/icomoon.eot?k30qea#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?k30qea") format("truetype"),
    url("fonts/icomoon.woff?k30qea") format("woff"),
    url("fonts/icomoon.svg?k30qea#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "KG Second Chances Sketch";
  src: url("fonts/KGSecondChancesSketch.woff2") format("woff2"),
    url("fonts/KGSecondChancesSketch.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Black Coffee Shadow";
  src: url("fonts/BlackCoffeeShadow-Bold.woff2") format("woff2"),
    url("fonts/BlackCoffeeShadow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BodoniXT";
  src: url("fonts/BodoniXT.woff2") format("woff2"),
    url("fonts/BodoniXT.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TrashHand";
  src: url("fonts/TrashHand.woff2") format("woff2"),
    url("fonts/TrashHand.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-morgane:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-linkedin2:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-envelop:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-linkedin21:before {
  content: "";
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 125px;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
  header {
    height: 100px;
  }
}
.menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .menu {
    display: none;
  }
}
.menu-logo {
  width: 255px;
  height: auto;
}
@media (max-width: 900px) {
  .menu-logo {
    height: 100%;
    width: auto;
  }
}
.menu-logo__link {
  display: block;
  width: 100%;
}
@media (max-width: 900px) {
  .menu-logo__link {
    height: 100%;
    width: auto;
  }
}
.menu-logo__link img {
  width: 100%;
}
@media (max-width: 900px) {
  .menu-logo__link img {
    height: 100%;
    width: auto;
  }
}
.menu-header {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.menu-header__top {
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.menu-header__top a {
  margin-right: 15px;
}
.menu-header__rs {
  width: 21px;
  height: 21px;
  border-radius: 1000px;
  background-color: #415632;
  position: relative;
  margin-bottom: auto;
  margin-bottom: 10px;
  margin-right: 5px !important;
  transition: all 200ms ease-out;
}
.menu-header__rs:hover {
  background-color: #a8c24d;
}
.menu-header__rs i {
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-header__nav {
  height: 50%;
}
.menu-header__ul {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-header__li {
  margin-left: 35px;
}
.menu-header__li a {
  font-family: "Pontano Sans", sans-serif;
  font-size: 16px;
  color: #415632;
  position: relative;
  transition: all 200ms ease-out;
  position: relative;
  z-index: 3;
}
.menu-header__li a:hover {
  font-weight: 800;
}
.menu-header__li a:hover::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Trace-645.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.menu-header .active a::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Trace-645.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.menu-header .active a {
  font-weight: 600;
}
.sub-menu {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  padding-top: 40px;
  width: 220px;
  display: none;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}

.sub-menu a::before {
  display: none !important;
}

.sub-menu:hover {
  display: flex;
}
.sub-menu li {
  margin-left: 0;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}
.sub-menu li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a {
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .menu-item-has-children:hover .sub-menu {
    display: flex;
  }
}
.mobile-menu .sub-menu {
  display: none;
  position: initial;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: none;
  box-shadow: none;
  padding-top: 0;
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
}
.mobile-menu .sub-menu li {
  border-bottom: 0;
}
.mobile-menu .sub-menu li:first-of-type {
  padding-top: 0;
}
.mobile-menu .sub-menu.active {
  display: block;
}
.mobile-menu .arrow {
  transform: rotate(180deg);
  position: absolute;
  top: 21px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #4f7f75;
}
@media (min-width: 900px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mobile-menu__header {
    z-index: 2;
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu__burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .mobile-menu__burger-icon .bar {
    height: 3px;
    background-color: #415632;
    width: 100%;
    position: absolute;
    top: 0;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(2) {
    top: 10px;
    transform: translateY(-50%);
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(3) {
    top: 20px;
    transform: translateY(-100%);
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
  }
}
.mobile-menu__nav-container {
  transition: all ease-out 200ms;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.15);
}
.mobile-menu__nav-container__ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.mobile-menu__nav-container__li {
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.171);
  position: relative;
}

.mobile-menu__nav-container__li:last-of-type {
  border-bottom: none;
}
.active-menu .mobile-menu__burger-icon .bar {
  transform: translateY(-50%) rotate(45deg) !important;
  top: 10px;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(2) {
  opacity: 0 !important;
  left: 5px !important;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg) !important;
  top: 10px !important;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__nav-container {
  transform: translateY(100%);
}
.footer {
  background-color: #dae8a5;
  padding: 50px;
  margin-top: 120px;
  position: relative;
}
.footer::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Composant-21-–-1.svg);
  position: absolute;
  right: 100px;
  top: 0;
  transform: translateY(-70%);
  z-index: 3;
}
@media (max-width: 900px) {
  .footer::before {
    content: "";
    right: 50%;
    transform: translate(50%, -70%);
    height: 100px;
    width: 80%;
    background: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Composant-21-–-1.svg)
      center no-repeat;
    background-size: contain;
  }
}
.footer .logo-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.footer::after {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: "";
  height: 47px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-1-1.svg)
    center repeat;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.footer__tel {
  font-family: "Black Coffee Shadow";
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
.footer__mail {
  font-size: 17px;
  font-family: "Pontano Sans", sans-serif;
}
.footer__middle {
  width: 408px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-right: auto;
  max-width: 100%;
}
.footer__middle a {
  transition: all 200ms ease-out;
}
.footer__middle a:hover {
  color: #a8c24d;
}
@media (max-width: 900px) {
  .footer__middle {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-right: 0px;
  }
}
.footer__right .cta {
  font-weight: 1000;
}
.footer__rs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer__rs a {
  display: block;
  margin-right: 5px;
  transition: all 200ms ease-out;
  border-radius: 100px;
  background-color: #415632;
  width: 32px;
  height: 32px;
  margin: 5px;
  position: relative;
}
.footer__rs a:hover {
  background-color: #a8c24d;
}
.footer__rs a i {
  color: #dae8a5;
  font-size: 22px;
  transition: all 200ms ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.copyright {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #415632;
}
.copyright p,
.copyright a {
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.copyright a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 200ms ease-out;
}
.copyright a:hover {
  opacity: 0.7;
}
.error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error .btn {
  margin-top: 20px;
}
body {
  font-family: "Pontano Sans", sans-serif;
  color: #415632;
}
a {
  color: #415632;
}
.p {
  margin-bottom: 20px;
  font-family: "Pontano Sans", sans-serif;
  font-size: 17px;
  line-height: 23px;
}
.p strong {
  font-weight: 1000;
  color: #a8c24d;
}
.p h3 {
  display: block;
  font-size: 32px;
  font-family: "Black Coffee Shadow";
  color: #415632;
  line-height: 38px;
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}
.p h3::before {
  z-index: -1;
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Groupe-1049.svg);
  position: absolute;
  top: 0px;
  left: -20px;
}
.p p {
  margin-bottom: 10px;
  font-family: "Pontano Sans", sans-serif;
  font-size: 17px;
  line-height: 23px;
}
.p a {
  border-bottom: 1px solid;
}
.p ul {
  margin: 0px 0px 20px 15px;
}
.p li {
  margin-bottom: 5px;
  list-style: disc;
}
.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.p-o strong {
  color: #f8ab1e;
}
.sac .p-o::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/2020-0184-PACK-DVLP-DECLI-OIGNONS-1.png);
  position: absolute;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -30%);
  opacity: 1;
}
@media (max-width: 900px) {
  .sac .p-o::before {
    display: none;
  }
}
.h1 {
  font-size: 34px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 900px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
    background-color: #fff;
    padding: 20px;
    margin-top: -50px;
  }
}
.h2 {
  font-family: "KG Second Chances Sketch";
  font-size: 26px;
  color: #415632;
  position: relative;
  line-height: 45px;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 900px) {
  .h2 {
    text-align: center;
  }
}
.h2 strong {
  display: block;
  font-size: 32px;
  font-family: "Black Coffee Shadow";
  color: #415632;
  line-height: 38px;
}
.leaf {
  position: relative;
}
.leaf::before {
  position: absolute;
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Groupe-749.svg);
  bottom: 100%;
  right: -10px;
}
.h2-small {
  font-family: "KG Second Chances Sketch";
  font-size: 26px;
  color: #415632;
  position: relative;
  margin-bottom: 60px;
}
.h2-small span {
  font-family: "Black Coffee Shadow";
  font-size: 32px;
  color: #415632;
}
.h2-small::before {
  content: "";
  width: calc(100% + 60px);
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 4px solid #a8c24d;
  z-index: 1;
}
.h2-small::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: 20px;
  background-color: #dae8a5;
  z-index: 2;
}
.h2-small strong {
  position: relative;
  z-index: 3;
}
.h2-2l {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.h2-2l::before {
  height: 45px;
}
.h2-2l span {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  text-align: center;
}
.h2-2l strong {
  text-align: center;
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 80px;
}
.margin-120 {
  margin-top: 120px;
}
#content {
  margin-top: 80px;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #415632;
  position: relative;
  border: none;
  background-color: #a8c24d;
  padding: 10px 20px;
  font-family: "Pontano Sans", sans-serif;
  font-size: 18px;
  transition: all 200ms ease-out;
}
.btn:hover {
  background-color: #415632;
}
.btn-dark {
  background-color: #415632;
}
.btn-dark:hover {
  background-color: #a8c24d;
}
.p-asset {
  position: relative;
}
.p-asset::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Groupe-747.svg);
  position: absolute;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  opacity: 0.4;
}
.btn-orange {
  background-color: #f8ab1e;
}
.leaf-g {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 900px) {
  .leaf-g {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.leaf-g strong {
  position: relative;
  display: block;
}
.leaf-g strong::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-19-–-2.svg);
  position: absolute;
  position: absolute;
  top: 20%;
  left: 100%;
  z-index: -1;
  transform: translate(-20%, -50%);
}
.leaf-o {
  position: relative;
  display: block;
}
.leaf-o::after {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-20-–-1.svg);
  position: absolute;
  top: 0%;
  left: 80%;
  z-index: 1;
  transform: translate(-20%, -30%);
}
.leaf-o span {
  z-index: 2;
  position: relative;
}
.green-bg {
  background-color: #dae8a5;
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.green-bg::before {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: "";
  height: 47px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-1-1.svg)
    center repeat;
}
.green-bg .p strong {
  color: #415632;
}
.green-bg::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  height: 47px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-2.svg)
    center repeat;
}
.orange-bg {
  background-color: #fdedd1;
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.orange-bg .h2-small {
  color: #415632;
}
.orange-bg .h2-small::before {
  border: 4px solid #f8ab1e;
}
.orange-bg .h2-small::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: 20px;
  background-color: #fdedd1;
  z-index: 2;
}
.orange-bg::before {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: "";
  height: 42px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-4.svg)
    center repeat;
}
.orange-bg::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  height: 42px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-5.svg)
    center repeat;
}
.asset-1 {
  position: absolute;
  left: 100px;
  bottom: -150px;
  z-index: 3;
}
@media (max-width: 900px) {
  .asset-1 {
    display: none;
  }
}
.list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.list-icon__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-icon__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 217px;
  padding: 20px;
}
.list-icon__item img {
  margin-bottom: 20px;
}
.list-icon__nom {
  font-family: "Pontano Sans", sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}
.text-center {
  text-align: center !important;
}
.frise {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.frise__frise {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.frise__cols {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.frise__col {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 900px) {
  .frise__col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.frise__item {
  width: 173px;
  height: 173px;
  background-color: #f1f6df;
  border-radius: 1000px;
  margin: 40px;
  text-align: center;
  position: relative;
}
.frise__item::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  transform: translate(-50%, -50%);
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Polygone-2.svg);
}
@media (max-width: 900px) {
  .frise__item::after {
    top: calc(100% + 40px) !important;
    left: 50% !important;
    transform: translate(-50%, -50%) rotate(90deg) !important;
    right: auto !important;
  }
}
.frise__item:nth-child(4)::after {
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%) rotate(90deg);
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Polygone-2.svg);
}
.frise__col--left .frise__item:nth-child(1):before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Trace-2005.svg);
  position: absolute;
  right: 20px;
  top: 10px;
}
.frise__col--left .frise__item:nth-child(2):before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-19-–-2-2.svg);
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
.frise__col--left .frise__item:nth-child(3):before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-20-–-1-2.svg);
  position: absolute;
  left: 0;
  top: -20px;
}
.frise__col--left .frise__item:nth-child(4):before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-21-–-1-1.svg);
  position: absolute;
  left: 45%;
  top: -20px;
  transform: translateX(-50%);
}
.frise__col--right {
  flex-direction: row-reverse;
}
.frise__col--right .frise__item:nth-child(1):before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-23-–-1-1.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frise__col--right .frise__item:nth-child(2):before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-22-–-1-1.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frise__col--right .frise__item:nth-child(3):before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Soustraction-26-1.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
}
.frise__col--right .frise__item::after {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(100% + 40px);
  transform: translate(50%, -50%) rotate(180deg);
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Polygone-2.svg);
}
.frise__col--right .frise__item:last-child::after {
  display: none;
}
.frise__texte {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-top: 40px;
  font-family: "Pontano Sans", sans-serif;
  line-height: 20px;
}
.frise__date {
  font-family: "KG Second Chances Sketch";
  font-size: 26px;
  color: #a8c24d;
  margin-bottom: 10px;
}
.frise .p {
  text-align: center;
}
.slider {
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Groupe-951.jpg)
    no-repeat center center;
  background-size: cover;
  height: calc(100vh - 125px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 900px) {
  .slider {
    height: 600px;
  }

  .frise__col--right {
    flex-direction: column;
  }
}
.slider::before {
  content: "";
  height: 27px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Soustraction-1-1.svg);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slider__container {
  width: 707px;
  height: 505px;
  border: 4px solid #f8ab1e;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Trace-1757.jpg)
    center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  justify-content: center;
  position: relative;
}
@media (max-width: 900px) {
  .slider__container {
    aspect-ratio: 5/4;
    max-width: 80%;
    height: auto;
  }
}
.slider__container::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Groupe-780.svg);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-30%, -10%);
}
@media (max-width: 900px) {
  .slider__container::before {
    display: none;
  }
}
.slider__container::after {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Groupe-956.svg);
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -30%);
}
@media (max-width: 900px) {
  .slider__container::after {
    display: none;
  }
}
.slider__logo {
  position: absolute;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 30%);
}
.slider__logo2 {
  position: absolute;
  position: absolute;
  bottom: 10%;
  left: 0%;
  transform: translate(-30%, 0%);
}
@media (max-width: 900px) {
  .slider__logo2 {
    display: none;
  }
}
.slider--top {
  height: 230px;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .slider--top {
    width: 100%;
  }
  .slider--top .h1 {
    margin-top: 0;
  }
}
.slider--top::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.622) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.slider--top__logo {
  position: absolute;
  bottom: -30px;
  right: calc(50% + 320px);
}

@media (max-width: 900px) {
  .slider--top__logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.slider--top .slider__container {
  margin-top: auto;
  background-color: #fff;
  background: #fff;
  height: 128px;
  min-width: 591px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  transform: translateY(40%);
}
@media (max-width: 900px) {
  .slider--top .slider__container {
    min-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.slider--top .slider__container::before {
  display: none;
}
.slider--top .slider__container::after {
  display: none;
}
.vert {
  border: 4px solid #a8c24d;
}
.vert .leaf-o::after {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-24-–-1.svg);
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  transform: translate(-20%, -30%) rotate(-40deg);
}
@media (max-width: 900px) {
  .recette .img-text__text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
  }
}
.slider--producteur {
  margin-bottom: 350px;
}
@media (max-width: 900px) {
  .slider--producteur {
    margin-bottom: 550px;
  }
}
.slider--producteur .slider__container {
  height: auto;
  border: 4px solid #a8c24d;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 800px;
  position: relative;
  padding-right: 80px;
}
@media (max-width: 900px) {
  .slider--producteur .slider__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding-right: 20px;
    height: auto !important;
    transform: none;
    top: 70px;
    max-height: 1000px;
  }
}
.slider--producteur .h1 {
  font-family: "Black Coffee Shadow";
  font-size: 28px;
  line-height: 34px;
  color: #415632;
  margin-bottom: 40px;
}
.slider--producteur__img {
  width: 250px;
  height: auto;
}
.slider--producteur__text {
  width: calc(100% - 250px);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 900px) {
  .slider--producteur__text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.slider--producteur__icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 70px;
}
@media (max-width: 900px) {
  .slider--producteur__icons {
    gap: 50px;
  }
}
.slider--producteur__icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 110px;
  text-align: center;
  font-family: "Pontano Sans", sans-serif;
  font-size: 17px;
  line-height: 22px;
}
.slider--producteur__icon img {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .slider--producteur__icon img {
    max-height: 70px;
  }
}
.img-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .img-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.img-text__img {
  width: 495px;
  height: 435px;
  object-fit: cover;
  max-width: 100%;
}
.img-text__text {
  width: calc(100% - 495px);
  padding-left: 70px;
}
@media (max-width: 900px) {
  .img-text__text {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.img-text--inverse {
  flex-direction: row-reverse;
}
.img-text--inverse .img-text__text {
  padding-left: 0;
  padding-right: 70px;
}

.img-text--inverse .p-asset::before {
  transform: scaleX(-1) translate(40%, -50%);
}
@media (max-width: 900px) {
  .img-text--inverse {
    flex-direction: column-reverse;
  }
  .img-text--inverse .img-text__text {
    padding-left: 0;
    padding-right: 0;
  }
}
.double-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.double-btn .btn {
  margin-right: 15px;
}
@media (max-width: 900px) {
  .double-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .double-btn .btn {
    margin: 10px;
  }
}
.list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.list .p {
  text-align: center;
}
.list .btn {
  margin-top: 50px;
}
.list__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list__nom {
  font-family: "Black Coffee Shadow";
  font-size: 22px;
  font-weight: 700;
  color: #415632;
  position: relative;
  margin-top: auto;
  transform: translateY(50%);
  transition: all 200ms ease-out;
}
.list__nom::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: 20px;
  background-color: #dae8a5;
  z-index: -1;
}
.list--white .list__nom::after {
  background-color: #fff;
}
.list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  margin: 20px;
  border: 4px solid rgba(0, 0, 0, 0);
  padding: 20px;
  padding-bottom: 0;
  transition: all 200ms ease-out;
  width: 256px;
}
.list__item img {
  width: 100%;
  height: 195px;
  object-fit: contain;
}
.list__item:hover {
  border: 4px solid #f8ab1e;
}
.list__item:hover .list__nom {
  color: #f8ab1e;
}
.h2-back {
  position: relative;
}
.h2-back::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Groupe-1053.svg);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.carousel__container {
  position: relative;
}
.carousel .glider {
  width: 100%;
  display: flex;
}
.carousel__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.carousel__item img {
  margin-bottom: 20px;
  width: 176px;
  height: auto;
}
.carousel__item:hover .carousel__nom {
  color: #f8ab1e;
}
.carousel__item:hover .carousel__lieu i {
  color: #f8ab1e;
}
.carousel__nom {
  font-family: "Black Coffee Shadow";
  font-size: 22px;
  font-weight: 700;
  color: #415632;
  margin-bottom: 10px;
  transition: all 200ms ease-out;
}
.carousel__lieu {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #415632;
}
.carousel__lieu i {
  color: #a8c24d;
  margin-right: 5px;
  font-size: 23px;
  transition: all 200ms ease-out;
}
.glider2 {
  width: 100%;
}
.glider2 .carousel__nom {
  margin-top: -30px;
}
.glider2 .carousel__item img {
  width: 215px;
  height: 200px;
  object-fit: contain;
}
.leaf-l {
  position: relative;
}
.leaf-l::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-19-–-2-1.svg);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-70%, -50%);
  z-index: -1;
}
.carousel {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.carousel__container {
  width: 100%;
}
.carousel__container .glider {
  width: 100%;
}
.actus {
  border: 4px solid #f8ab1e;
  padding: 80px;
  padding-top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  position: relative;
  max-width: 80%;
}
.actus::before {
  position: absolute;
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Groupe-921.svg);
  bottom: -10px;
  right: 60%;
  opacity: 1;
}
.actus--agenda {
  padding-bottom: 50px;
}
.actus--agenda .h2 {
  margin-bottom: 50px;
}
.actus--agenda::before {
  display: none;
}
.actus--agenda .btn {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  background-color: #a8c24d !important;
}
.actus__agenda {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 900px) {
  .actus__agenda {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 700px) {
  .glider-next {
    right: 0px !important;
  }
  .glider-prev {
    left: 0px !important;
  }
}
.actus__agenda-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  width: 173px;
}
.actus__cercle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
.actus__cercle::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: -1;
  background-color: #fdedd1;
}
@media (max-width: 900px) {
  .actus__fleche {
    transform: rotate(90deg);
  }
}
.actus__mois {
  font-family: "Black Coffee Shadow";
  font-size: 30px;
  color: #f8ab1e;
  font-weight: 700;
  width: 100%;
  margin-bottom: 10px;
}
.actus__list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.actus__date {
  color: #fff;
  font-family: "KG Second Chances Sketch";
  font-size: 18px;
  padding: 10px 20px;
  background-color: #5c8178;
  margin-top: -20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.actus__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 100%;
  width: 285px;
}
.actus .btn {
  background-color: #f8ab1e;
}
.actus .btn:hover {
  background-color: #5c8178;
}
.actus__asset {
  position: absolute;
  top: 0;
  transform: translateY(-40%);
  right: -20px;
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 900px) {
  .actus__asset {
    display: none;
  }
}
.actus__title {
  font-family: "Black Coffee Shadow";
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #f8ab1e;
}
.actus__ligne {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 150px;
}
@media (max-width: 900px) {
  .actus__ligne {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
  }
}
.actus__ligne img {
  margin-right: 20px;
}
@media (max-width: 900px) {
  .actus__ligne img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.actus__ligne .btn {
  margin-top: 20px;
}
.actus__ligne .p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
}
.actus__img {
  width: 278px;
  height: 278px;
  border-radius: 1000px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.actus .h2 {
  position: relative;
  margin-top: -30px;
}
.actus .h2 span {
  position: relative;
  z-index: 2;
}
.actus .h2 span strong {
  position: relative;
  z-index: 2;
}
.actus .h2::before {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.actus--vert {
  border: 4px solid #a8c24d;
  padding: 40px;
  padding-top: 0px;
}
.actus--vert .p strong {
  color: #415632;
}
.actus--vert::before {
  display: none;
}
.actus--vert .btn {
  background-color: #a8c24d;
}
.actus--vert .leaf-o::after {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-24-–-1.svg);
}
.actus--2 .actus__asset {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 100%;
  top: auto;
  transform: translateY(40%);
  right: -40px;
  padding: 0;
}
.actus--2 .actus__ligne {
  padding-right: 0;
  width: 480px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.actus--2 .h2 {
  margin-bottom: 50px;
}
.prod {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.prod__nom {
  font-size: 22px;
  font-family: "Black Coffee Shadow";
  color: #415632;
  margin-bottom: 10px;
  transition: all 200ms ease-out;
}
.prod__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.prod__loc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: "Pontano Sans", sans-serif;
  font-size: 17px;
}
.prod__loc i {
  margin-right: 5px;
  font-size: 20px;
  color: #a8c24d;
  transition: all 200ms ease-out;
}
.prod__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 190px;
  text-align: center;
}
.prod__item img {
  transition: all 200ms ease-out;
  width: 176px;
  height: auto;
}
.prod__item:hover img {
  opacity: 0.7;
}
.prod__item:hover .prod__nom {
  color: #f8ab1e;
}
.prod__item:hover .icon-location {
  color: #f8ab1e;
}
.prod__item img {
  margin-bottom: 20px;
}
.chiffres {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.chiffres__item {
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.chiffres__chiffre {
  font-size: 50px;
  font-family: "KG Second Chances Sketch";
  color: #415632;
  margin-bottom: 20px;
  position: relative;
}
.chiffres__chiffre strong {
  position: relative;
  z-index: 1;
}
.chiffres__chiffre::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Groupe-1010.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chiffres__titre {
  font-size: 22px;
  font-family: "Pontano Sans", sans-serif;
  color: #415632;
  line-height: 27px;
  font-weight: 800;
  text-align: center;
}
.simple {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.quad {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.quad::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Groupe-937.svg);
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 900px) {
  .quad::before {
    display: none;
  }
}

/* Cible le viewport mobile uniquement si tu veux */
@media (max-width: 768px) {
  /* Le conteneur glider */
  .glider {
    -ms-overflow-style: none; /* IE/Edge old */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch; /* iOS smooth */
  }
  .glider::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; /* WebKit (iOS Safari/Chrome) */
    background: transparent;
  }
}
.quad__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.quad__list .p p {
  font-size: 22px;
  line-height: 28px;
}
.quad__list .p strong {
  color: #415632;
}
.quad .center-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.quad__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 440px;
  max-width: 100%;
  text-align: center;
}
.quad__img {
  width: 100px;
  height: 85px;
  object-fit: contain;
  margin-bottom: 20px;
}
.cols {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.cols__col {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
}
.cols__col:nth-child(1) {
  padding-right: 40px;
}
.card {
  width: 735px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #f8ab1e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 80%;
}
@media (max-width: 900px) {
  .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.card:before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Groupe-1022-1.svg);
  left: 100%;
  bottom: 100%;
  position: absolute;
  transform: translate(-50%, 50%);
}
.card__img {
  height: 100%;
  width: 320px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .card__img {
    width: 100%;
    aspect-ratio: 5/3;
  }
}
.card__text {
  width: calc(100% - 320px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px;
  padding-left: 40px;
}
@media (max-width: 900px) {
  .card__text {
    width: 100%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.card__text .h2 {
  margin-bottom: 20px;
}
.content {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.content__cols {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .content__cols {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.content__col {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 900px) {
  .content__col {
    width: 100%;
  }
}
.content__col:nth-child(2) {
  padding-left: 20px;
}
@media (max-width: 900px) {
  .content__col:nth-child(2) {
    padding-left: 0;
  }
}
.content__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 350px);
}
@media (max-width: 900px) {
  .content__content {
    width: 100%;
  }
}
.content__content .h2 {
  text-align: center;
  margin-bottom: 50px;
}
.content__content .h2::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Composant-19-–-2-3.svg);
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.content__bloc {
  width: 285px;
  padding: 30px;
  background: #fff;
  border: 4px solid #a8c24d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transform: translateY(100px);
  z-index: 2;
}
.content__bloc .p {
  font-size: 20px;
  font-weight: 800;
}
.content__bloc .p p {
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
}
.content__bloc img {
  margin-top: -100px;
  width: 192px;
  object-fit: contain;
  margin-bottom: 20px;
}
.content__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.content__p {
  font-family: "Black Coffee Shadow";
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 5px;
  margin-top: -30px;
}
.content__h {
  font-size: 16px;
  font-family: "Pontano Sans", sans-serif;
  line-height: 20px;
  font-weight: 800;
}
.content__img {
  width: 100%;
}
.content__sidebar {
  padding: 40px;
  width: 350px;
  background-color: #d9e6a6;
  position: relative;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Soustraction-27.svg)
    repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 900px) {
  .content__sidebar {
    margin-bottom: 50px;
  }
}
.content__sidebar::before {
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  content: "";
  height: 23.5px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-1-2.svg)
    center no-repeat;
  background-size: contain;
  z-index: 1;
}
.content__sidebar::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  height: 56px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-1-3.svg)
    center no-repeat;
  background-size: contain;
  z-index: 1;
}
.content__content {
  width: calc(100% - 350px);
  padding-left: 70px;
}
@media (max-width: 900px) {
  .content__content {
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.liste-l {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.liste-l__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 217px;
}
.liste-l__item img {
  height: 91px;
  width: 91px;
  object-fit: contain;
  margin-bottom: 20px;
}
.liste-l__item p {
  font-family: "Pontano Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 800;
}
.single-l {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.single-l .double-btn {
  position: absolute;
  bottom: -50px;
  z-index: 2;
}
@media (max-width: 900px) {
  .single-l .double-btn {
    position: initial;
    bottom: initial;
    margin-top: 50px;
  }
}
.single-l__container {
  width: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top: -50px;
  margin-bottom: -50px;
}
@media (max-width: 900px) {
  .single-l__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.single-l__img {
  width: 422px;
  max-width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Composant-19-–-2.svg)
    no-repeat;
  background-position: 80px 50px;
}
@media (max-width: 900px) {
  .single-l__img {
    width: 300px;
  }
}
.single-l__text {
  width: calc(100% - 422px);
  padding-left: 70px;
}
@media (max-width: 900px) {
  .single-l__text {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.chrono {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  position: relative;
}
.chrono .h2 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
.chrono .h2::before {
  z-index: 1;
}
.chrono .h2 strong {
  z-index: 2;
}
.chrono::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a8c24d;
  z-index: -1;
}
.chrono__titre {
  font-family: "Black Coffee Shadow";
  font-size: 50px;
  font-weight: 800;
  color: #415632;
  position: relative;
}
.chrono__titre::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Groupe-1048.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.chrono__bloc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .chrono__bloc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.chrono__img {
  width: 280px;
  height: 280px;
  border-radius: 1000px;
  overflow: hidden;
  object-fit: cover;
}
.chrono__img-cont {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 120px;
}
@media (max-width: 900px) {
  .chrono__img-cont {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.chrono__text {
  width: 50%;
  padding-left: 120px;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 900px) {
  .chrono__text {
    width: 100%;
    padding-left: 0;
    text-align: center;
    background-color: #fff;
  }
}
.chrono__text::before {
  content: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Groupe-1095.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 900px) {
  .chrono__text::before {
    display: none;
  }
}
.chrono__item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.chrono__item:nth-child(2n + 1) .chrono__text::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
}
.chrono__item:nth-child(2n + 1) .chrono__bloc {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .chrono__item:nth-child(2n + 1) .chrono__bloc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.chrono__item:nth-child(2n + 1) .chrono__bloc .chrono__img-cont {
  padding-left: 120px;
  padding-right: 0;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .chrono__item:nth-child(2n + 1) .chrono__bloc .chrono__img-cont {
    padding-left: 0px;
    justify-content: center;
  }
}
.chrono__item:nth-child(2n + 1) .chrono__bloc .chrono__text {
  padding-left: 0;
  padding-right: 120px;
}
@media (max-width: 900px) {
  .chrono__item:nth-child(2n + 1) .chrono__bloc .chrono__text {
    padding-right: 0px;
  }
}
.audace-top {
  height: 195px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Rectangle-463.jpg)
    center center no-repeat;
  background-size: cover;
  position: relative;
}
.audace-top img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.audace-main {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .audace-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.audace-main h2 {
  font-family: "BodoniXT";
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 37px;
}
.audace-main__text {
  width: 50%;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #39637f;
  padding-left: 80px;
}
.audace-main__text .p strong {
  color: #fff;
}
@media (max-width: 900px) {
  .audace-main__text {
    width: 100%;
    padding: 40px;
  }
}
.audace-main__text img {
  margin-bottom: -50px;
  max-width: 100%;
}
.audace-main__text .p {
  color: #fff;
}
.audace-main__img {
  width: 50%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/09/Image-1.jpg)
    center no-repeat;
  background-size: cover;
}
@media (max-width: 900px) {
  .audace-main__img {
    width: 100%;
    aspect-ratio: 5/3;
    height: auto;
  }
}
.audace-bot {
  background-color: #9c3f2a;
  padding: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
  flex-wrap: wrap;
}
.audace-bot .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #368144;
}
.audace-bot .btn:hover {
  background-color: #a8c24d;
}
.audace-bot__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 215px;
}
.audace-bot__item img {
  margin-bottom: 20px;
  width: 90px;
  aspect-ratio: 1/1;
}
.audace-bot__item p {
  font-family: "TrashHand";
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.logo-slider-container {
  position: relative;
  overflow: hidden;
  height: 100px;
  background: #fff;
  width: 100%;
  margin-top: 60px;
}
.logo-slider {
  display: flex;
  gap: 50px;
  animation: scroll 20s linear infinite;
}
.logo-slider a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  flex-shrink: 0;
}
.logo-slider img {
  height: 80px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
.logo-slider img:hover {
  filter: grayscale(0%);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.fade-left {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}
.fade-right {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}
.fixed-button {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 1000;
  text-align: center;
}
.fixed-button span {
  font-family: "Pontano Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}
.fixed-button a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #4f7f75;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  height: 80px;
  width: 80px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 20px;
}
.fixed-button a img {
  width: 39px;
  height: auto;
  flex-shrink: 0;
}
.fixed-button__text {
  white-space: nowrap;
  margin-right: 12px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
}
.fixed-button a:hover {
  width: 200px;
  justify-content: space-between;
  padding: 0 15px;
}
.fixed-button a:hover .fixed-button__text {
  opacity: 1;
  transform: translateX(0);
}
.gallery {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery li {
  width: 359px;
  height: 250px;
  padding: 10px;
}
.gallery a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.post-list {
  width: calc(100% - 350px);
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.post-list__single {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.post-list__single img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.post-list__single .h2 {
  margin-bottom: 20px;
}
.post-list__texte {
  font-family: "KG Second Chances Sketch";
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  transition: all 200ms ease-out;
}
.post-list__date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #415632;
  width: 124px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "KG Second Chances Sketch";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.post-list__article {
  width: calc(50% - 40px);
  aspect-ratio: 10/9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .post-list__article {
    width: 100%;
  }
}
.post-list__article:hover .post-list__texte {
  color: rgba(128, 128, 128, 0.286) !important;
}
.post-list__article:hover .post-list__content {
  padding-bottom: 35px;
}
.post-list__article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6223623238) 0%,
    rgba(0, 0, 0, 0.448692856) 49%,
    rgba(0, 0, 0, 0.1461718476) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px;
  transition: all 200ms ease-out;
}
.post-list__img {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list__category {
  display: flex;
  margin-bottom: 20px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
}
.sidebar {
  width: 350px;
  padding: 30px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #d9e6a6;
  position: relative;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Soustraction-27.svg)
    repeat;
  background-size: contain;
}
.sidebar::before {
  position: absolute;
  left: 0;
  bottom: calc(100% - 2px);
  content: "";
  height: 23.5px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-1-2.svg)
    center no-repeat;
  background-size: contain;
  z-index: 1;
}
.sidebar::after {
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
  content: "";
  height: 52px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-1-3.svg)
    center no-repeat;
  background-size: contain;
  z-index: 1;
}
.sidebar__category-posts ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -5px;
}
.sidebar__category-posts ul li a {
  background-color: #415632;
  padding: 5px 10px;
  margin: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar div {
  margin-bottom: 20px;
}
.sidebar div h2 {
  margin-bottom: 10px;
}
.sidebar div a {
  margin-bottom: 10px;
  display: block;
}
.sidebar div:last-of-type {
  margin-bottom: 0;
  width: 100%;
}
.h3 {
  font-size: 22px;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  color: #415632;
  text-transform: uppercase;
}
.sidebar__archives-posts li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.search-form {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.search-form input[type="search"] {
  margin-top: 0;
}
.search-form span {
  display: none;
}
.search-form [type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #415632;
  position: relative;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.contact-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-page__form {
  width: calc(100% - 350px);
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-page__infos {
  width: 350px;
  padding: 30px;
  background-color: rgba(128, 128, 128, 0.1490196078);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #d9e6a6;
  position: relative;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Soustraction-27.svg)
    repeat;
  background-size: contain;
}
.contact-page__infos::before {
  position: absolute;
  left: 0;
  bottom: calc(100% - 2px);
  content: "";
  height: 23.5px;
  width: 100%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-1-2.svg)
    center no-repeat;
  background-size: contain;
  z-index: 1;
}
.contact-page__infos::after {
  position: absolute;
  left: 0;
  top: calc(100% - 4px);
  content: "";
  height: 56px;
  width: 97%;
  background: url(https://champ-du-possible.fr/wp-content/uploads/2025/08/Intersection-1-3.svg)
    center no-repeat;
  background-size: contain;
  z-index: 1;
}
.contact-page__infos img {
  width: 100%;
  margin-bottom: 30px;
}
.contact-page__ligne {
  display: flex;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page__ligne p,
.contact-page__ligne a {
  line-height: 22px;
}
.contact-page__ligne i {
  margin-right: 5px;
  font-size: 25px;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea,
form select {
  border: 1px solid;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-top: 1em;
}
.wpcf7-list-item {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.mentions {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.mentions-legales h1 {
  margin-bottom: 20px;
}
.mentions-legales h3 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mentions-legales p {
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .gallery {
    justify-content: center;
  }
  .margin,
  .margin-120 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-page {
    flex-direction: column-reverse;
  }
  .contact-page__form {
    width: 100%;
    padding-right: 0;
  }
  .contact-page__infos {
    max-width: 100%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-page {
    flex-direction: column;
  }
  .home-page .post-list {
    width: 100%;
    padding-right: 0;
  }
  .home-page .sidebar {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
