@import url(https://use.typekit.net/qdk2zkc.css);
@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap);
@charset "UTF-8";
/*****************************************************
******************* Import CSS Files *****************
******************************************************/
/****************** Abstract folder *****************/
/*****************************************************
******************* Variables.scss *******************
******************************************************/
/****************** Font-size ***********************/
/********* Title *********/
/***** h1 *****/
/***** h2 *****/
/***** h3 *****/
/********* Texte *********/
/************* Container Size ***********************/
/**************** Font-family ***********************/
/****************** Colors **************************/
/**************** transition ************************/
/*****************************************************
********************* Mixin.scss *********************
******************************************************/
/****************** Reset ***************************/
/****************** Fonts ***************************/
/*****************************************************
******************* Functions.scss *******************
******************************************************/
/****************** Vendors folder ******************/
/****************** Base folder *********************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*****************************************************
******************* typographie.scss *****************
******************************************************/
/************************************************** titre */
h1, h2, h3, h4 {
  margin: 0;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
}
h1.title__big {
  font-size: 3.4rem;
  line-height: 1.4;
}
h1.title__small {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.8rem;
  line-height: 1.4;
}
h2.title__big {
  font-size: 2.8rem;
}
h2.title__small {
  font-size: 1.8rem;
}

h3 {
  font-size: 2rem;
  line-height: 1.6;
}
h3.title__big {
  font-size: 2.2rem;
}
h3.title__small {
  font-size: 1.7rem;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  h1.title__big {
    font-size: 4.6rem;
  }
  h1.title__small {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 4rem;
  }
  h2.title__big {
    font-size: 5rem;
  }
  h2.title__small {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h3.title__big {
    font-size: 2.4rem;
  }
  h3.title__small {
    font-size: 1.7rem;
  }
}
/************************************** texte ****/
p, li {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.7;
}
p.body__big, li.body__big {
  font-size: 1.8rem;
  line-height: 1.8;
}
p.body__small, li.body__small {
  font-size: 1.6rem;
  line-height: 1.65;
}
p.body__tiny, li.body__tiny {
  font-size: 1.4rem;
  line-height: 1.65;
}
p a, li a {
  text-decoration: none;
  display: inline-block;
  color: #B49555;
  transition: 0.4s ease;
}
p a:hover, li a:hover {
  opacity: 0.5;
}
p strong, li strong {
  font-family: "nexa-text", sans-serif;
  font-weight: 600;
  font-style: normal;
}
p.strongcolor strong, li.strongcolor strong {
  color: #B49555;
}

.page__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page__content ul li {
  position: relative;
  padding-left: 2rem;
}
.page__content ul li::before {
  content: "";
  display: block;
  min-width: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #B49555;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  p, li {
    font-size: 1.7rem;
  }
  p.body__big, li.body__big {
    font-size: 1.8rem;
  }
  p.body__small, li.body__small {
    font-size: 1.6rem;
  }
  p.body__tiny, li.body__tiny {
    font-size: 1.4rem;
  }
}
/****************** Layout folder *******************/
/*****************************************************
******************* Navigation.scss *******************
******************************************************/
.nav {
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(12, 33, 23, 0.4);
  transition: 0.3s ease;
  z-index: 1001;
  pointer-events: none;
}
.nav .container {
  display: flex;
  justify-content: flex-end;
}
.nav__open {
  opacity: 1;
  pointer-events: all;
}
.nav__logo a {
  text-decoration: none;
  display: inline-block;
  color: #06081C;
}
.nav__logo a p {
  font-size: 2rem;
  font-weight: bold;
}
.nav__close {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  background: #B49555;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 0;
  display: flex;
}
.nav__close .close {
  margin: auto;
  width: 40%;
  height: 40%;
  position: relative;
}
.nav__close .close__el {
  width: 100%;
  height: 2px;
  background: #FBFBFB;
  position: absolute;
  top: 50%;
  left: 50%;
}
.nav__close .close__el:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav__close .close__el:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav__wrapper {
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.08) 97.62%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  margin-top: 3rem;
}
.nav__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}
.nav__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}
.nav__wrapper .wrapper {
  padding: 1rem 1.7rem 3rem 1.7rem;
}
.nav__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav__menu {
  margin: auto 0;
}
.nav__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav__menu ul li {
  width: 100%;
  text-align: center;
}
.nav__menu a {
  text-decoration: none;
  display: inline-block;
  color: #FBFBFB;
  font-family: "nexa-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(251, 251, 251, 0.15);
  transition: 0.3s ease;
}
.nav__menu a:hover {
  opacity: 0.5;
  cursor: pointer;
}
.nav__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .nav {
    display: none;
  }
}
.aw-breadcrumb {
  color: #F3ECE4;
  margin-bottom: 2em;
}

.aw-breadcrumb a {
  color: #F3ECE4;
}

.aw-breadcrumb .sep {
  padding: 0px 6px;
  color: #F3ECE4;
}

/*****************************************************
********************* grid.scss **********************
******************************************************/
/*****************************************************
******************** Header.scss *********************
******************************************************/
.header__top {
  display: none;
}
.header__logo img {
  max-width: 20rem;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0 3.5rem 0;
  position: relative;
}
.header__wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(12, 33, 23, 0.08) 0%, rgba(12, 33, 23, 0.15) 50%, rgba(12, 33, 23, 0.08) 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header__ham {
  display: flex;
  background: #B49555;
  border-radius: 50%;
  height: 4.3rem;
  width: 4.3rem;
}
.header__ham .ham {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.header__ham .ham__el {
  height: 2px;
  width: 1.7rem;
  background: #FBFBFB;
  border-radius: 0.5rem;
}
.header__fixed {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  background: #FBFBFB;
  box-shadow: 1px 7px 20px 0px rgba(6, 8, 28, 0.1);
  transition: 0.3s ease;
  z-index: 1000;
}
.header__fixed .header__wrapper {
  padding: 2rem 0;
  border-bottom: 0;
}
.header__fixed .header__top {
  display: none;
}
.header__hide {
  top: -100%;
}
.header__show {
  top: 0;
}
.header-logo {
  text-align: center;
}
.header-logo .header__wrapper {
  justify-content: center;
  padding: 0;
  border: none;
}

@media screen and (min-width: 1024px) {
  .header__top {
    display: block;
    background: #F3ECE4;
    padding: 1.5rem 0;
  }
  .header__wrapper {
    padding: 4rem 0;
  }
  .header__top + .header__wrapper {
    padding: 2rem 0;
  }
  .header__logo img {
    max-width: 27rem;
  }
  .header__ham {
    display: none;
  }
}
/*****************************************************
******************** Footer.scss *********************
******************************************************/
.footer {
  font-size: 1.2rem;
  background: #0C2117;
  color: #FBFBFB;
}
.footer__logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.footer__logo a {
  text-decoration: none;
  display: inline-block;
  max-width: 26.5rem;
}
.footer p {
  font-size: 1.2rem;
}
.footer__wrapper {
  padding: 5rem 0 2.5rem 0;
}
.footer .copy {
  line-height: 1;
  text-align: center;
}
.footer .copy span {
  margin-top: 0.5rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.footer__content .copy {
  opacity: 0.5;
}
.footer .crafted {
  line-height: 1;
  width: 9rem;
  display: inline-block;
  margin-left: 0.5rem;
  transition: 0.3s ease;
}
.footer .crafted img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
.footer .crafted:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1024px) {
  .footer__logo {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .footer__logo a span {
    font-size: 2.6rem;
  }
  .footer__logo a span.description {
    font-size: 1.6rem;
  }
  .footer__el {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
  }
  .footer__el--top {
    align-items: flex-start;
    margin-bottom: 5rem;
  }
  .footer__el--top .footer__menu {
    margin-top: 3rem;
  }
  .footer__el--bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.6rem;
  }
  .footer__content {
    flex-direction: row;
    gap: 3rem;
  }
  .footer__wrapper {
    padding: 5rem 0;
    border-top: 1px solid rgba(6, 8, 28, 0.4);
  }
  .footer .copy span {
    display: inline;
  }
}
/*****************************************************
******************** Sidebar.scss ********************
******************************************************/
/*****************************************************
********************* Forms.scss *********************
******************************************************/
.gform_required_legend, .gform_validation_errors {
  display: none;
}

html .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
html .gform_wrapper.gravity-theme .gfield label {
  margin: 0;
  font-size: 1.7rem;
  font-weight: initial;
}
html .gform_wrapper.gravity-theme .gfield input {
  border-radius: 2rem;
  border: 1px solid rgba(12, 33, 23, 0.25);
  padding: 0;
  font-size: 1.8rem;
  line-height: 1 !important;
  min-height: auto !important;
  outline: none;
}
html .gform_wrapper.gravity-theme .gfield--type-text input, html .gform_wrapper.gravity-theme .gfield--type-email input, html .gform_wrapper.gravity-theme .gfield--type-phone input {
  padding: 2rem;
  transition: 0.4s ease;
}
html .gform_wrapper.gravity-theme .gfield--type-text input::-moz-placeholder, html .gform_wrapper.gravity-theme .gfield--type-email input::-moz-placeholder, html .gform_wrapper.gravity-theme .gfield--type-phone input::-moz-placeholder {
  color: rgba(12, 33, 23, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-text input::placeholder, html .gform_wrapper.gravity-theme .gfield--type-email input::placeholder, html .gform_wrapper.gravity-theme .gfield--type-phone input::placeholder {
  color: rgba(12, 33, 23, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-text input:focus, html .gform_wrapper.gravity-theme .gfield--type-email input:focus, html .gform_wrapper.gravity-theme .gfield--type-phone input:focus {
  border: 1px solid rgba(180, 149, 85, 0.5);
  color: #B49555;
}
html .gform_wrapper.gravity-theme .gfield--type-text label, html .gform_wrapper.gravity-theme .gfield--type-email label, html .gform_wrapper.gravity-theme .gfield--type-phone label {
  margin-bottom: 1rem;
}
html .gform_wrapper.gravity-theme .gfield--type-checkbox legend {
  margin-bottom: 1rem;
  font-weight: inherit;
}
html .gform_wrapper.gravity-theme .gfield--type-radio {
  margin: 1.6rem 0;
}
html .gform_wrapper.gravity-theme .gfield--type-radio legend {
  margin-bottom: 1rem;
  font-weight: inherit;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -moz-max-content;
  width: max-content;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
  border: 1rem solid rgba(180, 149, 85, 0.2);
  border-radius: 50%;
  background: rgba(180, 149, 85, 0.2);
  transition: 0.4s ease;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input:checked {
  border: 1rem solid rgba(180, 149, 85, 0.2);
  background: #B49555;
  opacity: 1;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input:checked + label {
  opacity: 1;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice label {
  width: 100%;
  max-width: 100%;
  opacity: 0.5;
}
html .gform_wrapper.gravity-theme .gfield--type-select label {
  margin-bottom: 1rem;
}
html .gform_wrapper.gravity-theme .gfield--type-select select {
  border: 1px solid rgba(12, 33, 23, 0.25);
  padding: 2rem;
  border-radius: 2rem;
  font-size: 1.8rem;
  outline: none;
  transition: 0.4s ease;
}
html .gform_wrapper.gravity-theme .gfield--type-select select .gf_placeholder {
  color: rgba(12, 33, 23, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-select select:focus {
  border: 1px solid rgba(180, 149, 85, 0.5);
  color: #B49555;
}
html .gform_wrapper.gravity-theme .gfield--type-section {
  margin-bottom: 1.5rem;
}
html .gform_wrapper.gravity-theme .gfield--type-section .gsection_title {
  margin-top: 3rem;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea label {
  margin-bottom: 1rem;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea {
  max-height: 15rem;
  border: 2px solid rgba(6, 8, 28, 0.5);
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  resize: none;
  outline: none;
  line-height: 1;
  font-size: 1.7rem;
  transition: 0.4s ease;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea::-moz-placeholder {
  color: rgba(6, 8, 28, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea::placeholder {
  color: rgba(6, 8, 28, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea:focus {
  border: 2px solid rgba(0, 0, 255, 0.5);
  color: blue;
}
html .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 3rem 0 0 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
html .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background: #B49555;
  color: #FBFBFB;
  font-size: 1.7rem;
  padding: 1.8rem 3rem;
  border-radius: 10rem;
  border: 1px solid #B49555;
  transition: 0.4s ease;
  margin: 0;
  line-height: 1;
}
html .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  background: transparent;
  border: 1px solid #0C2117;
  color: #06081C;
  cursor: pointer;
}
html .gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  margin: 3rem 0 0 0;
}
html .gform_wrapper.gravity-theme .gform_page_footer input[type=button],
html .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
  background: #06081C;
  color: #FBFBFB;
  padding: 1.4rem 2.5rem;
  border-radius: 1rem;
  border: 1px solid #06081C;
  transition: 0.4s ease;
  margin: 0;
  line-height: 1;
}
html .gform_wrapper.gravity-theme .gform_page_footer input[type=button]:hover,
html .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover {
  background: transparent;
  color: #06081C;
  cursor: pointer;
}
html .gform_wrapper.gravity-theme .gform_page_footer input[type=button].gform_previous_button {
  background: transparent;
  color: #06081C;
}
html .gform_wrapper.gravity-theme {
  /******** Gestion des erreurs */
}
html .gform_wrapper.gravity-theme .gfield_validation_message, html .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  padding: 0;
  margin: 1rem 0 0 0;
  font-size: 1.7rem;
  color: #B49555;
}
html .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 2px solid rgba(180, 149, 85, 0.5);
}
html .gform_wrapper.gravity-theme .gfield_error label,
html .gform_wrapper.gravity-theme .gfield_error legend {
  color: #0C2117;
}
html .gform_wrapper.gravity-theme .gform_ajax_spinner {
  max-width: 100%;
  width: 5rem;
  display: block;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  html .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 1rem;
  }
  html .gform_wrapper.gravity-theme .gfield label {
    font-size: 1.7rem;
  }
  html .gform_wrapper.gravity-theme .gfield input {
    font-size: 1.7rem;
  }
  html .gform_wrapper.gravity-theme .gfield--type-select select {
    font-size: 1.7rem;
  }
  html .gform_wrapper.gravity-theme .gfield--type-radio .gfield_radio {
    gap: 5rem;
  }
  html .gform_wrapper.gravity-theme .gfield--type-textarea textarea {
    max-height: 20rem;
    font-size: 1.7rem;
  }
  html .gform_wrapper.gravity-theme {
    /******** Gestion des erreurs */
  }
  html .gform_wrapper.gravity-theme .gfield_validation_message, html .gform_wrapper.gravity-theme .validation_message {
    font-size: 1.7rem;
  }
}
/*****************************************************
******************* Slide-in.scss *******************
******************************************************/
.slide-in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  pointer-events: none;
}
.slide-in .btn__close {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: 0.4s ease;
}
.slide-in .btn__close .close {
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.4s ease;
}
.slide-in .btn__close .close__el {
  width: 100%;
  height: 2px;
  background: #0C2117;
  position: absolute;
  top: 50%;
  left: 50%;
}
.slide-in .btn__close .close__el:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.slide-in .btn__close .close__el:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slide-in .btn__close:hover {
  cursor: pointer;
}
.slide-in .btn__close:hover .close {
  transform: scale(0.8);
}
.slide-in__left {
  display: none;
  transition: 0.4s ease;
}
.slide-in__right {
  width: 100%;
  height: 100%;
  background: #FBFBFB;
  padding: 5rem 0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: translateX(150%);
  transition: 0.4s ease;
}
.slide-in__right::-webkit-scrollbar {
  display: none;
}
.slide-in__wrapper {
  width: 90%;
  max-width: 62rem;
  margin: 0 auto;
}
.slide-in__open {
  pointer-events: all;
}
.slide-in__open .slide-in__right {
  transform: translateX(0);
  transition: 0.4s ease;
}
.slide-in__open .btn__close {
  opacity: 1;
  pointer-events: all;
  transition: 0.4s ease;
}
.slide-in__open .slide-in__left {
  opacity: 1;
  transition: 0.4s ease;
  transition-delay: 0.2s;
}
.slide-in__multicontent .slide-in__content {
  display: none;
}
.slide-in__content h2 + p,
.slide-in__content h1 + p,
.slide-in__content h3 + p,
.slide-in__content h2 + ul,
.slide-in__content h2 + ol,
.slide-in__content h3 + ul,
.slide-in__content h3 + ol,
.slide-in__content p + p,
.slide-in__content p + figure,
.slide-in__content figure + p,
.slide-in__content figure + .wp-block-buttons,
.slide-in__content .wp-block-buttons + figure,
.slide-in__content h2 + figure,
.slide-in__content h3 + figure,
.slide-in__content ol + figure,
.slide-in__content ul + figure,
.slide-in__content ol + p,
.slide-in__content ul + p,
.slide-in__content p + ul,
.slide-in__content p + ol,
.slide-in__content figure + ol,
.slide-in__content figure + ul,
.slide-in__content p + .wp-block-buttons,
.slide-in__content ol + .wp-block-buttons,
.slide-in__content ul + .wp-block-buttons,
.slide-in__content .wp-block-image + h1,
.slide-in__content .wp-block-image + h2,
.slide-in__content .wp-block-image + h3 {
  margin-top: 2rem;
}
.slide-in__content li + li {
  margin-top: 2rem;
}
.slide-in__content .gform_wrapper {
  margin-top: 3rem;
}
.slide-in__content p + h2,
.slide-in__content p + h3,
.slide-in__content h1 + h2,
.slide-in__content h2 + h3,
.slide-in__content ul + h2,
.slide-in__content ol + h2,
.slide-in__content ul + h3,
.slide-in__content ol + h3,
.slide-in__content figure + h2,
.slide-in__content figure + h3,
.slide-in__content .wp-block-buttons + h2,
.slide-in__content .wp-block-buttons + h3 {
  margin-top: 6rem;
}

@media screen and (min-width: 1024px) {
  .slide-in {
    display: flex;
    align-items: stretch;
  }
  .slide-in__right {
    width: 100%;
    height: auto;
    max-width: 68rem;
    position: absolute;
    top: 2rem;
    border-radius: 2rem;
    right: 2rem;
  }
  .slide-in__left {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 8, 28, 0.4);
  }
}
@media screen and (min-width: 1440px) {
  .slide-in__wrapper {
    padding: 0;
  }
  .slide-in .btn__close {
    top: 3rem;
    right: 3rem;
  }
}
/*****************************************************
********************** Blog.scss *********************
******************************************************/
/************************************************* Archive */
.post-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 5rem;
}
.post-cards__el {
  width: 100%;
}
.post-cards__featured {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  padding-top: 70%;
  position: relative;
}
.post-cards__featured img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.post-cards__featured a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.post-cards h2 {
  margin-bottom: 2rem;
}
.post-cards h2 a {
  color: #06081C;
  transition: 0.4s ease;
}
.post-cards h2 a:hover {
  cursor: pointer;
  color: rgba(0, 0, 255, 0.5);
}
.post-cards .cat {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.post-cards .cat__el {
  color: rgba(0, 0, 255, 0.5);
}
.post-cards .btn-container {
  margin-top: 2rem;
}

@media screen and (min-width: 800px) {
  .post-cards {
    gap: 4%;
    justify-content: flex-start;
    align-items: stretch;
    row-gap: 5rem;
  }
  .post-cards__el {
    max-width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .post-cards {
    gap: 3.5%;
    row-gap: 5rem;
  }
  .post-cards__el {
    max-width: 31%;
  }
}
/************************************************* Single */
.single-post__cat {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.single-post__cat__el {
  color: rgba(0, 0, 255, 0.5);
}
.single-post h1 {
  margin-bottom: 3rem;
}
.single-post__infos {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.single-post__featured {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 5rem;
}
.single-post .related-articles .post-cards {
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .single-post__cat {
    margin-bottom: 6rem;
  }
  .single-post h1 {
    margin-bottom: 6rem;
  }
  .single-post__infos {
    margin-bottom: 6rem;
    flex-direction: row;
    align-items: center;
  }
  .single-post__featured {
    margin-bottom: 10rem;
  }
}
/****************** Components folder ***************/
/*****************************************************
******************** buttons.scss ********************
******************************************************/
a {
  text-decoration: none;
  display: inline-block;
}

.btn,
.editor-styles-wrapper .btn {
  text-decoration: none;
  display: inline-block;
}
.btn a,
.editor-styles-wrapper .btn a {
  text-decoration: none;
  display: inline-block;
}
.btn__primaire,
.editor-styles-wrapper .btn__primaire {
  min-height: 5.7rem;
}
.btn__primaire a, .btn__primaire .wp-block-button__link,
.editor-styles-wrapper .btn__primaire a,
.editor-styles-wrapper .btn__primaire .wp-block-button__link {
  background: #B49555;
  border: 1px solid #B49555;
  color: #FBFBFB;
  display: block;
  font-size: 1.7rem;
  min-height: 5.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 0.6rem;
  border-radius: 10rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: 0.4s ease;
}
.btn__primaire a::before, .btn__primaire .wp-block-button__link::before,
.editor-styles-wrapper .btn__primaire a::before,
.editor-styles-wrapper .btn__primaire .wp-block-button__link::before {
  content: "";
  display: block;
  width: 4.3rem;
  margin: 0.6rem 0;
  height: 4.3rem;
  background: url(../icons/icon-btn-camel.svg) #FBFBFB no-repeat center/40%;
  border-radius: 50%;
  transition: 0.4s ease;
}
.btn__primaire a::after, .btn__primaire .wp-block-button__link::after,
.editor-styles-wrapper .btn__primaire a::after,
.editor-styles-wrapper .btn__primaire .wp-block-button__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0.6rem 0;
  background: url(../icons/icon-btn-camel-hover.svg) #B49555 no-repeat center/50%;
  border-radius: 50%;
  transition: 0.4s ease;
}
.btn__primaire a:hover, .btn__primaire .wp-block-button__link:hover,
.editor-styles-wrapper .btn__primaire a:hover,
.editor-styles-wrapper .btn__primaire .wp-block-button__link:hover {
  background: #0C2117;
  border: 1px solid #0C2117;
}
.btn__primaire a:hover::before, .btn__primaire .wp-block-button__link:hover::before,
.editor-styles-wrapper .btn__primaire a:hover::before,
.editor-styles-wrapper .btn__primaire .wp-block-button__link:hover::before {
  width: 0;
  height: 0;
}
.btn__primaire a:hover::after, .btn__primaire .wp-block-button__link:hover::after,
.editor-styles-wrapper .btn__primaire a:hover::after,
.editor-styles-wrapper .btn__primaire .wp-block-button__link:hover::after {
  width: 4.3rem;
  height: 4.3rem;
}
.btn__primaire--outline a, .btn__primaire--outline .wp-block-button__link,
.editor-styles-wrapper .btn__primaire--outline a,
.editor-styles-wrapper .btn__primaire--outline .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn__primaire--outline a:hover, .btn__primaire--outline .wp-block-button__link:hover,
.editor-styles-wrapper .btn__primaire--outline a:hover,
.editor-styles-wrapper .btn__primaire--outline .wp-block-button__link:hover {
  background: #B49555;
}
.btn__primaire--outline a:hover:after, .btn__primaire--outline .wp-block-button__link:hover:after,
.editor-styles-wrapper .btn__primaire--outline a:hover:after,
.editor-styles-wrapper .btn__primaire--outline .wp-block-button__link:hover:after {
  background: url(../icons/icon-btn-outline-camel-hover.svg) #FBFBFB no-repeat center/50%;
}
.btn__primaire--outline--camel a::before, .btn__primaire--outline--camel .wp-block-button__link::before,
.editor-styles-wrapper .btn__primaire--outline--camel a::before,
.editor-styles-wrapper .btn__primaire--outline--camel .wp-block-button__link::before {
  background: url(../icons/icon-btn-white.svg) #B49555 no-repeat center/40%;
}
.btn__secondaire a, .btn__secondaire .wp-block-button__link,
.editor-styles-wrapper .btn__secondaire a,
.editor-styles-wrapper .btn__secondaire .wp-block-button__link {
  border: 1px solid #B49555;
  padding: 1.4rem 2.5rem;
  background: transparent;
  border-radius: 1rem;
  border: 1px solid #B49555;
  transition: 0.4s ease;
  color: #B49555;
}
.btn__secondaire a:hover, .btn__secondaire .wp-block-button__link:hover,
.editor-styles-wrapper .btn__secondaire a:hover,
.editor-styles-wrapper .btn__secondaire .wp-block-button__link:hover {
  background: #B49555;
  color: #FBFBFB;
}

/*****************************************************
********************* Menu.scss **********************
******************************************************/
/************************************************* All */
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  text-decoration: none;
  display: inline-block;
}
.menu .menu-item-has-children .sub-menu {
  margin-top: 1rem;
  padding-left: 2rem;
  gap: 1.5rem;
}
.menu .menu-item-has-children .sub-menu a {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .menu .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .menu .menu-item-has-children::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.8rem;
    background: url(../../assets/icons/submenu-arrow.svg) no-repeat center/cover;
    transition: 0.4s ease;
  }
  .menu .menu-item-has-children .sub-menu {
    margin-top: 0;
    padding-left: 0;
    position: absolute;
    z-index: 2;
    border-radius: 0.5rem;
    left: 50%;
    top: 130%;
    width: -moz-max-content;
    width: max-content;
    pointer-events: none;
    opacity: 0;
    background: #FBFBFB;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-1rem);
    transition: 0.5s ease;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .menu .menu-item-has-children .sub-menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1.5rem;
    left: 50%;
    display: block;
    width: 100%;
    height: 2rem;
    content: "";
    transform: translateX(-50%);
  }
  .menu .menu-item-has-children .sub-menu a {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
  }
  .menu .menu-item-has-children:hover::after {
    transform: rotate(180deg);
  }
  .menu .menu-item-has-children:hover .sub-menu {
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
    opacity: 1;
  }
}
/************************************************* Header */
.header__menu--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header__menu--desktop {
    display: block;
  }
  .header__menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5rem;
  }
  .header__menu a {
    color: #0C2117;
    font-size: 1.5rem;
    line-height: 1.8;
    transition: 0.3s ease;
    font-family: "nexa-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    position: relative;
  }
  .header__menu a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #B49555;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    transition: 0.4s ease;
  }
  .header__menu a:hover {
    cursor: pointer;
    opacity: 1;
    color: #B49555;
  }
  .header__menu a:hover::after {
    width: 100%;
  }
  .header__menu li.current-menu-item a::after {
    width: 100%;
  }
  .header__menu .header__cta a {
    background: #B49555;
    color: #FBFBFB;
    display: block;
    font-size: 1.7rem;
    min-height: 4.3rem;
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    border-radius: 10rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: 0.4s ease;
  }
  .header__menu .header__cta a::before {
    content: "";
    display: block;
    width: 4.3rem;
    height: 4.3rem;
    background: url(../icons/icon-btn-camel.svg) #FBFBFB no-repeat center/40%;
    border-radius: 50%;
    transition: 0.4s ease;
  }
  .header__menu .header__cta a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: url(../icons/icon-btn-camel-hover.svg) #B49555 no-repeat center/50%;
    border-radius: 50%;
    position: relative;
    bottom: auto;
    left: auto;
    transition: 0.4s ease;
  }
  .header__menu .header__cta a:hover {
    background: #0C2117;
  }
  .header__menu .header__cta a:hover::before {
    width: 0;
    height: 0;
  }
  .header__menu .header__cta a:hover::after {
    width: 4.3rem;
    height: 4.3rem;
  }
}
/************************************************* Footer */
.footer__menu {
  margin-bottom: 3rem;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.footer__menu a {
  color: #FBFBFB;
  font-size: 1.6rem;
}
.footer__menu--bottom ul {
  gap: 0.15rem;
}
.footer__menu--bottom a {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .footer__menu {
    margin-bottom: 0;
  }
  .footer__menu ul {
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer__menu a {
    transition: 0.3s ease;
  }
  .footer__menu a:hover {
    opacity: 0.5;
  }
  .footer__menu--bottom ul {
    gap: 3rem;
  }
}
/************************************************* Social */
.socials .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.socials a {
  display: block;
  font-size: 0;
  max-width: 2.5rem;
  width: 100%;
  max-height: 2.5rem;
  height: 100%;
  line-height: 1;
  transition: 0.4s ease;
  margin: auto;
}
.socials a:hover {
  opacity: 0.5;
}
.socials li {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}
.socials li.facebook a {
  max-height: 2rem;
  background: url(../..//assets/icons/facebook.svg) no-repeat center/contain;
}
.socials li.instagram a {
  max-width: 2rem;
  background: url(../..//assets/icons/instagram.svg) no-repeat center/contain;
}
.socials li.youtube a {
  background: url(../..//assets/icons/youtube.svg) no-repeat center/contain;
}
.socials li.linkedin a {
  max-width: 2rem;
  background: url(../..//assets/icons/linkedin.svg) no-repeat center/contain;
}

/*****************************************************
***************** Custom-block.scss ******************
******************************************************/
/******************************************* Bloc Surtitre **/
.bloc-surtitre p {
  color: #B49555;
  font-family: "nexa-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 100%;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.bloc-surtitre p::before {
  content: "";
  display: block;
  min-width: 3px;
  width: 3px;
  height: 3px;
  background: #B49555;
  border-radius: 50%;
}
.bloc-surtitre--center p {
  justify-content: center;
}
.bloc-surtitre--left p {
  justify-content: flex-start;
}
.bloc-surtitre--right p {
  justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
  .bloc-surtitre p {
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
  }
}
/******************************************* Bloc img fullwidth **/
.bloc-img-fullwidth {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  min-width: 100%;
  height: clamp(26.5rem, 25vh, 52.5rem);
}
.bloc-img-fullwidth img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  height: 100%;
  max-width: none;
}

@media screen and (min-width: 1024px) {
  .bloc-img-fullwidth {
    height: clamp(26.5rem, 55vh, 52.5rem);
  }
}
/******************************************* Bloc Steps **/
.bloc-step {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.bloc-step .numb {
  background: #B49555;
  border-radius: 50%;
  display: block;
  min-width: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  color: #FBFBFB;
  font-size: 1.6rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
.bloc-step .numb span {
  margin: auto;
}
.bloc-step__title {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.bloc-step__content {
  margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
  .bloc-step .numb {
    min-width: 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2.2rem;
  }
  .bloc-step__title {
    gap: 3rem;
  }
  .bloc-step__content {
    padding-left: 7.8rem;
  }
}
/******************************************* Bloc valeurs **/
.bloc-valeurs {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 3rem 0;
}
.bloc-valeurs__el {
  background: rgba(251, 251, 251, 0.08);
  border-radius: 1rem;
}
.bloc-valeurs__el .wrapper {
  padding: 2rem;
}
.bloc-valeurs .icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
}
.bloc-valeurs .icon img {
  width: 2.8rem;
  height: 2.8rem;
  margin: auto;
}
.bloc-valeurs__title {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .bloc-valeurs {
    margin: 5rem 0;
  }
  .bloc-valeurs__el .wrapper {
    padding: 3rem;
  }
}
/******************************************* Bloc liste complexe **/
html .bloc-list-complexe li {
  padding-left: 3.5rem;
}
html .bloc-list-complexe li h3 + p {
  margin-top: 0;
}
html .bloc-list-complexe li::before {
  top: 1rem;
  transform: translateY(0);
  width: 1.5rem;
  height: 1.3rem;
  border-radius: 0;
  background: url(../icons/list-puce-check.svg) no-repeat center/cover;
}

@media screen and (min-width: 1024px) {
  html .bloc-list-complexe li {
    padding-left: 2.9rem;
  }
}
/******************************************* Bloc Avantages **/
html .bloc-avantages {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
}
html .bloc-avantages + p {
  margin-top: 5rem;
}
html .bloc-avantages__divider {
  width: 100%;
  height: 2px;
  background: rgba(12, 33, 23, 0.15);
}
html .bloc-avantages h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
}
html .bloc-avantages h3 + ul {
  margin-top: 4rem;
}
html .bloc-avantages li + li {
  margin-top: 2rem;
}
html .bloc-avantages ul li {
  padding-left: 3.5rem;
}
html .bloc-avantages ul li::before {
  background: url(../icons/list-puce-check.svg) no-repeat center/cover;
  border-radius: 0;
  width: 1.5rem;
  height: 1.3rem;
}
html .bloc-avantages__el--inconvenient ul li::before {
  width: 1rem;
  height: 1rem;
  background: url(../icons/list-puce-cross.svg) no-repeat center/cover;
}

@media screen and (min-width: 1024px) {
  html .bloc-avantages {
    gap: 10rem;
    align-items: flex-start;
  }
  html .bloc-avantages + p {
    margin-top: 7.5rem;
  }
  html .bloc-avantages__divider {
    width: 1px;
    height: 22.5rem;
  }
  html .bloc-avantages__el {
    width: 38%;
    max-width: 43rem;
  }
}
/******************************************* Bloc list quote **/
.bloc-list-quote {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.5rem;
  margin: 5rem 0;
}
.bloc-list-quote__el {
  background: #FBFBFB;
  border-radius: 1rem;
  max-width: 31.6rem;
}
.bloc-list-quote__el h3 {
  font-size: 1.7rem;
}
.bloc-list-quote__el .wrapper {
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .bloc-list-quote__el h3 {
    font-size: 2.2rem;
  }
}
/******************************************* Bloc FAQ **/
.bloc-faq {
  display: flex;
  flex-direction: column;
}
.bloc-faq__el {
  border-bottom: 1px solid rgba(12, 33, 23, 0.15);
  transition: all 0.3s ease;
}
.bloc-faq .faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}
.bloc-faq .faq-question span {
  font-size: 1.7rem;
  line-height: 1.7;
  padding: 3rem 0;
  display: block;
  font-weight: 500;
}
.bloc-faq .faq-question .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(12, 33, 23, 0.2);
  border-radius: 50%;
}
.bloc-faq .faq-question .icon .cross {
  position: relative;
  min-width: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.bloc-faq .faq-question .icon .cross__el {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0C2117;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.bloc-faq .faq-question .icon .cross__el--vertical {
  transform: rotate(90deg);
}
.bloc-faq .faq-answer {
  padding: 0 0 2.5rem 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
}
.bloc-faq .faq-answer p {
  max-width: 65rem;
}
.bloc-faq .faq-answer:not([hidden]) {
  opacity: 1;
  max-height: 1000px;
}
.bloc-faq .faq-answer[hidden] {
  display: block;
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .bloc-faq .faq-question span {
    font-size: 2rem;
  }
}
/******************************************* Bloc list icon texte **/
html ul.bloc-list-icon {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
html ul.bloc-list-icon li {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
}
html ul.bloc-list-icon li::before {
  display: none;
}
html ul.bloc-list-icon li + li {
  margin: 0;
}
html ul.bloc-list-icon .icon {
  min-width: 3rem;
  width: 3rem;
}
/******************************************* Bloc Profil **/
html .bloc-profil {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2.5rem;
  margin-top: 5rem;
}
html .bloc-profil__el {
  border-radius: 2rem;
  background: #F6F2EE;
  max-width: 50rem;
}
html .bloc-profil__el .wrapper {
  padding: 3rem;
}
html .bloc-profil__header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
html .bloc-profil__header .icon {
  max-width: 3rem;
}
html .bloc-profil__footer {
  margin-top: 5rem;
}
html .bloc-profil__section p.titre {
  font-weight: 700;
}
html .bloc-profil__section li + li {
  margin-top: 1rem;
}
html .bloc-profil__section li {
  padding-left: 4.3rem;
}
html .bloc-profil__section li::before {
  background: url(../icons/list-puce-check.svg) no-repeat center/contain;
  width: 2.3rem;
  height: 1.6rem;
}
html .bloc-profil__section:last-child {
  margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
  html .bloc-profil {
    margin-top: 7.5rem;
  }
  html .bloc-profil__el .wrapper {
    padding: 5rem;
  }
}
/******************************************* Bloc grille rendement **/
.bloc-grille-rendement {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  margin: 3rem 0;
  scrollbar-width: thin;
  scrollbar-color: #B49555 rgba(12, 33, 23, 0.05);
}
.bloc-grille-rendement::-webkit-scrollbar-track {
  background: rgba(12, 33, 23, 0.1);
}
.bloc-grille-rendement::-webkit-scrollbar-thumb {
  background: #B49555;
}
.bloc-grille-rendement .grid-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
  align-items: center;
}
.bloc-grille-rendement .grid-item p {
  width: 49%;
  height: 100%;
  min-height: 7.5rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc-grille-rendement .grid-item-title p {
  background: #B49555;
}

@media screen and (min-width: 1024px) {
  .bloc-grille-rendement .grid-item p {
    font-size: 2.2rem;
  }
}
/******************************************* Bloc grille taux **/
.bloc-grille-taux {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  margin: 3rem 0;
  overflow-x: scroll;
  padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #B49555 rgba(12, 33, 23, 0.05);
}
.bloc-grille-taux::-webkit-scrollbar-track {
  background: rgba(12, 33, 23, 0.1);
}
.bloc-grille-taux::-webkit-scrollbar-thumb {
  background: #B49555;
}
.bloc-grille-taux .grid-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
  align-items: center;
}
.bloc-grille-taux .grid-item p {
  min-width: 19.1rem;
  height: 100%;
  min-height: 4.7rem;
  padding: 0 3rem;
  font-size: 1.6rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.bloc-grille-taux .grid-item p:nth-child(2) {
  min-width: 17.1rem;
}
.bloc-grille-taux .grid-item p:nth-child(3) {
  min-width: 14.8rem;
}
.bloc-grille-taux .grid-item-title p {
  background: #B49555;
}
.bloc-grille-taux .grid-item:nth-child(2) p {
  font-weight: 700;
}

/******************************************* Bloc grille garantie **/
.bloc-grille-garantie {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  margin: 3rem 0;
  overflow-x: scroll;
  padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #B49555 rgba(12, 33, 23, 0.05);
}
.bloc-grille-garantie::-webkit-scrollbar-track {
  background: rgba(12, 33, 23, 0.1);
}
.bloc-grille-garantie::-webkit-scrollbar-thumb {
  background: #B49555;
}
.bloc-grille-garantie .grid-item {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 1rem;
  align-items: center;
}
.bloc-grille-garantie .grid-item p {
  min-width: 29rem;
  width: 29rem;
  height: 100%;
  min-height: 4.7rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  border-radius: 10px;
  background: #F6F2EE;
  margin: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.bloc-grille-garantie .grid-item p:nth-child(2) {
  min-width: 44.4rem;
  width: 44.4rem;
}
.bloc-grille-garantie .grid-item p:nth-child(3) {
  min-width: 38.3rem;
  width: 38.3rem;
}
.bloc-grille-garantie .grid-item-title p {
  background: #B49555;
  color: #FBFBFB;
}
.bloc-grille-garantie .grid-item:last-child p {
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .bloc-grille-garantie {
    overflow: visible;
  }
}
/******************************************* Bloc testimonial **/
html .bloc-testimonial {
  margin-top: 5rem;
}
html .bloc-testimonial p + p {
  margin: 0;
}
html .bloc-testimonial__el {
  padding-bottom: 5rem;
}
html .bloc-testimonial .swiper-button-prev,
html .bloc-testimonial .swiper-button-next {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 2px solid #B49555;
}
html .bloc-testimonial .swiper-button-prev svg,
html .bloc-testimonial .swiper-button-next svg {
  display: none;
}
html .bloc-testimonial .swiper-button-prev {
  background: url(../icons/arrow-slider-prev.svg) no-repeat center/60%;
}
html .bloc-testimonial .swiper-button-next {
  background: url(../icons/arrow-slider-next.svg) no-repeat center/60%;
}
html .bloc-testimonial__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
html .bloc-testimonial__content {
  margin-bottom: 2.5rem;
}
html .bloc-testimonial__content span {
  color: #B49555;
}
html .bloc-testimonial__info .name {
  font-weight: 700;
}
html .bloc-testimonial__info .fonction {
  color: #B49555;
  font-weight: 300;
}

@media screen and (min-width: 1024px) {
  html .bloc-testimonial {
    margin-top: 10rem;
  }
  html .bloc-testimonial__el {
    padding: 0 5rem 2rem 5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    max-width: calc(50% - 10.3rem);
    padding-bottom: 0;
  }
  html .bloc-testimonial__content {
    margin-bottom: 5rem;
  }
  html .bloc-testimonial__nav {
    border-top: none;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  html .bloc-testimonial {
    position: relative;
    overflow: visible;
  }
  html .bloc-testimonial__nav {
    padding: 0;
    position: absolute;
    top: -16rem;
    right: 0;
  }
}
/*****************************************************
******************** Calls to action *****************
******************************************************/
html .cta__main .wp-block-columns {
  background: #0C2117;
  color: #FBFBFB;
  gap: 0;
  border-radius: 1rem;
  max-width: 63rem;
}
html .cta__main .wp-block-column.cta__main--content .wp-block-group {
  padding: 5rem 2rem 7rem 2rem;
}
html .cta__main .wp-block-column.cta__main--content h2 + p,
html .cta__main .wp-block-column.cta__main--content p + .wp-block-buttons {
  margin-top: 3rem;
}
html .cta__main .wp-block-column.cta__main--img {
  border-radius: 1rem 1rem 0 0;
  position: relative;
  background: url(../images/cta-main-bkg.jpg) no-repeat center/cover;
  padding-top: 90%;
}
html .cta__main .wp-block-column.cta__main--img figure {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 26rem;
  height: 34.9rem;
  margin: 0;
}
.wp-block-group.has-linen-background-color + .bloc-cta {
  position: relative;
}
.wp-block-group.has-linen-background-color + .bloc-cta::after {
  content: "";
  height: 50%;
  width: 100%;
  background: #F3ECE4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 700px) {
  html .cta__main .wp-block-column.cta__main--img {
    padding-top: 50%;
  }
}
@media screen and (min-width: 1024px) {
  html .cta__main .wp-block-columns {
    max-width: 131.2rem;
    flex-direction: row-reverse;
    align-items: stretch !important;
  }
  html .cta__main .wp-block-column {
    align-self: auto;
  }
  html .cta__main .wp-block-column.cta__main--content {
    max-width: 70rem;
    width: 60%;
  }
  html .cta__main .wp-block-column.cta__main--content .wp-block-group {
    padding: 7.5rem;
  }
  html .cta__main .wp-block-column.cta__main--img {
    padding-top: 0;
    border-radius: 0 1rem 1rem 0;
    max-width: 61.5rem;
    width: 40%;
  }
  html .cta__main .wp-block-column.cta__main--img figure {
    width: 45.2rem;
    height: 55.6rem;
    bottom: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  html .cta__main .wp-block-column.cta__main--content .wp-block-group {
    padding: 10rem;
  }
}
/*****************************************************
********************** Spacer.scss *******************
******************************************************/
.spacer__base {
  height: 7.5rem !important;
}
.spacer__huge {
  height: 7.5rem !important;
}
.spacer__big {
  height: 10rem !important;
}
.spacer__med {
  height: 5rem !important;
}
.spacer__small {
  height: 3rem !important;
}
.spacer__tiny {
  height: 2rem !important;
}

@media screen and (min-width: 1024px) {
  .spacer__base {
    height: 7.5rem !important;
  }
  .spacer__huge {
    height: 15rem !important;
  }
  .spacer__big {
    height: 10rem !important;
  }
  .spacer__med {
    height: 5rem !important;
  }
  .spacer__small {
    height: 3rem !important;
  }
  .spacer__tiny {
    height: 2rem !important;
  }
}
/*****************************************************
********************* Images.scss ********************
******************************************************/
img {
  display: block;
  width: 100%;
  height: auto;
}

.border-radius {
  border-radius: 1rem;
  overflow: hidden;
}

/*****************************************************
**************** Notification-bar.scss **************
******************************************************/
.notification-bar {
  background: var(--notification-bg, #F3ECE4);
  color: #FBFBFB;
  position: relative;
  z-index: 50;
  font-size: 14px;
  line-height: 1;
}
.notification-bar p {
  line-height: 0.4rem;
}
.notification-bar__viewport {
  height: 5rem;
  overflow: hidden;
  position: relative;
  padding-inline: 1.6rem;
  display: flex;
}
.notification-bar__track {
  display: flex;
  align-items: center;
  margin: auto 0;
  gap: 3rem;
  will-change: transform;
}
.notification-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  white-space: nowrap;
}
.notification-bar__icon {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
}
.notification-bar__txt {
  font-size: 1.6rem;
}
.notification-bar__title {
  font-weight: 700;
  margin-right: 1.5rem;
  font-size: 1.6rem;
  font-family: var(--font-title);
}
.notification-bar__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.notification-bar__link:hover {
  color: #fff;
  text-decoration: none;
}
.notification-bar {
  /********************************* icon */
  /********************************* viewport */
}
.notification-bar__viewport {
  position: relative;
  isolation: isolate;
}
.notification-bar__viewport::before, .notification-bar__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  width: 7%;
  max-width: 16rem; /* largeur du fondu */
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.notification-bar__viewport::before {
  left: 0;
  background: linear-gradient(to right, var(--notification-bg, #F3ECE4) 0%, transparent 100%);
}
.notification-bar__viewport::after {
  right: 0;
  background: linear-gradient(to left, var(--notification-bg, #F3ECE4) 0%, transparent 100%);
}

/* Pause au survol ou au focus clavier */
.notification-bar:hover .notification-bar__track,
.notification-bar__link:hover .notification-bar__track,
.notification-bar__viewport:hover .notification-bar__track,
.notification-bar:focus-within .notification-bar__track {
  animation-play-state: paused;
}

/* Respecte les préférences utilisateur */
@media (prefers-reduced-motion: reduce) {
  .notification-bar__track {
    animation: none !important;
    transform: translateX(0) !important;
  }
}
/*****************************************************
******************* product-card.scss *******************
******************************************************/
/* Shop & archives produits */
.woocommerce ul.products li.product .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f7;
}

.woocommerce ul.products li.product .product-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Neutralise des hauteurs forcées par certains thèmes/plugins */
.woocommerce ul.products li.product a img {
  max-height: none !important;
}

/*****************************************************
*********************** hero.scss ********************
******************************************************/
html .hero {
  padding-bottom: 7.5rem;
}
html .hero h1 + p {
  margin-top: 2.5rem;
}
html .hero .btn-container {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
html .hero .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
html .hero .col__el--left {
  max-width: 71rem;
}
html .hero .col__el--left p {
  max-width: 57rem;
}
html .hero .col__el--right {
  max-width: 53.2rem;
  position: relative;
}
html .hero .col__el--right .img__legend {
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.08) 97.62%);
  backdrop-filter: blur(20px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  padding: 2rem;
  max-width: 39.3rem;
}
html .hero .col__el--right .img__legend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}
html .hero .col__el--right .img__legend::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}
html .hero__home {
  background: #0C2117;
  color: #FBFBFB;
  padding-top: 19.5rem;
}

@media screen and (min-width: 1024px) {
  html .hero .col {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  html .hero .col__el--left {
    width: 50%;
  }
  html .hero .col__el--right {
    width: 42%;
  }
  html .hero .col__el--right .img__legend--container {
    position: absolute;
    bottom: -3rem;
    right: -3rem;
  }
  html .hero .btn-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  html .hero {
    padding-bottom: 10rem;
  }
  html .hero__home {
    padding-top: 23.5rem;
    padding-bottom: 11.2rem;
  }
  html .hero__home .col {
    flex-direction: row;
  }
}
/*****************************************************
********************* section.scss *******************
******************************************************/
@media screen and (min-width: 1024px) {
  html .section__constat--col1 {
    justify-content: space-between;
  }
  html .section__constat--col1 .wp-block-column:first-child {
    max-width: 64.5rem;
  }
  html .section__constat--col1 .wp-block-column:last-child {
    max-width: 55.3rem;
  }
  html .section__constat--col2 {
    justify-content: space-between;
  }
  html .section__constat--col2 .wp-block-column:first-child {
    max-width: 32.5rem;
  }
  html .section__constat--col2 .wp-block-column:last-child {
    max-width: 87rem;
  }
  html .section__fonctionnement--col1 {
    justify-content: space-between;
  }
  html .section__fonctionnement--col1 .wp-block-column:first-child {
    max-width: 47.5rem;
  }
  html .section__fonctionnement--col1 .wp-block-column:last-child {
    max-width: 64.2rem;
  }
  html .section__fonctionnement--col2 {
    justify-content: space-between;
  }
  html .section__fonctionnement--col2 .wp-block-column:first-child {
    max-width: 60.5rem;
  }
  html .section__fonctionnement--col2 .wp-block-column:last-child {
    max-width: 62rem;
  }
  html .section__about .wp-block-columns {
    justify-content: space-between;
  }
  html .section__about .wp-block-column:first-child {
    max-width: 21rem;
  }
  html .section__about .wp-block-column:last-child {
    max-width: 87rem;
  }
  html .section__about .wp-block-column:last-child h2 {
    max-width: 78rem;
  }
  html .section__confiance--col1 {
    justify-content: space-between;
  }
  html .section__confiance--col1 .wp-block-column:first-child {
    max-width: 64.5rem;
  }
  html .section__confiance--col1 .wp-block-column:first-child h2 {
    max-width: 42rem;
  }
  html .section__confiance--col1 .wp-block-column:last-child {
    max-width: 52.6rem;
  }
  html .section__testimonial {
    background: url(../images/fpf-bkg-testimonial.webp) no-repeat center/cover;
  }
  html .section__testimonial h2 {
    max-width: 86.5rem;
  }
  html .section__testimonial .wp-block-columns {
    overflow: hidden;
  }
  html .section__profil h2 + p {
    max-width: 68.7rem;
    margin-left: auto;
    margin-right: auto;
  }
  html .section__faq .wp-block-columns {
    justify-content: space-between;
  }
  html .section__faq .wp-block-column:first-child {
    max-width: 43rem;
  }
  html .section__faq .wp-block-column:last-child {
    max-width: 75.7rem;
  }
  html .section__girardin--col1 {
    justify-content: space-between;
  }
  html .section__girardin--col1 .wp-block-column:first-child {
    max-width: 64.5rem;
  }
  html .section__girardin--col1 .wp-block-column:last-child {
    max-width: 55.3rem;
  }
  html .section__girardin--col2 {
    justify-content: space-between;
  }
  html .section__girardin--col2 .wp-block-column:first-child {
    max-width: 35.7rem;
  }
  html .section__girardin--col2 .wp-block-column:last-child {
    max-width: 86.8rem;
  }
  html .section__rendements .wp-block-columns {
    justify-content: space-between;
  }
  html .section__rendements .wp-block-column:first-child {
    max-width: 42.1rem;
  }
  html .section__rendements .wp-block-column:last-child {
    max-width: 87.1rem;
  }
  html .section__garantie--col1 {
    justify-content: space-between;
  }
  html .section__garantie--col1 .wp-block-column:first-child {
    max-width: 46rem;
  }
  html .section__garantie--col1 .wp-block-column:last-child {
    max-width: 59rem;
  }
  html .section__comparatif .wp-block-columns {
    justify-content: space-between;
  }
  html .section__comparatif .wp-block-column:first-child {
    max-width: 50.6rem;
  }
  html .section__comparatif .wp-block-column:last-child {
    max-width: 71rem;
  }
  html .section__commission--col1 {
    justify-content: space-between;
  }
  html .section__commission--col1 .wp-block-column:first-child {
    max-width: 64.5rem;
  }
  html .section__commission--col1 .wp-block-column:last-child {
    max-width: 58rem;
  }
  html .section__charge .wp-block-columns {
    justify-content: space-between;
  }
  html .section__charge .wp-block-column:first-child {
    max-width: 65rem;
  }
  html .section__charge .wp-block-column:last-child {
    max-width: 55rem;
  }
  html .section__reputation--col1 {
    justify-content: space-between;
  }
  html .section__reputation--col1 .wp-block-column {
    max-width: 80.5rem;
    margin: 0 auto;
  }
  html .section__outils .wp-block-columns {
    justify-content: space-between;
  }
  html .section__outils .wp-block-column:first-child {
    max-width: 56.2rem;
  }
  html .section__outils .wp-block-column:last-child {
    max-width: 64.5rem;
  }
}
/****************** Pages folder ********************/
/*****************************************************
********************** Pages.scss ********************
******************************************************/
.page__entry {
  padding: 7.5rem 0;
}
.page__content h2 + p,
.page__content h1 + p,
.page__content h3 + p,
.page__content h2 + ul,
.page__content h2 + ol,
.page__content h3 + ul,
.page__content h3 + ol,
.page__content p + p,
.page__content p + figure,
.page__content figure + p,
.page__content figure + .wp-block-buttons,
.page__content .wp-block-buttons + figure,
.page__content h2 + figure,
.page__content h3 + figure,
.page__content ol + figure,
.page__content ul + figure,
.page__content ol + p,
.page__content ul + p,
.page__content p + ul,
.page__content p + ol,
.page__content figure + ol,
.page__content figure + ul,
.page__content p + .wp-block-buttons,
.page__content ol + .wp-block-buttons,
.page__content ul + .wp-block-buttons,
.page__content .wp-block-image + h1,
.page__content .wp-block-image + h2,
.page__content .wp-block-image + h3 {
  margin-top: 2rem;
}
.page__content li + li {
  margin-top: 2rem;
}
.page__content .gform_wrapper {
  margin-top: 3rem;
}
.page__content p + h2,
.page__content p + h3,
.page__content h1 + h2,
.page__content h2 + h3,
.page__content ul + h2,
.page__content ol + h2,
.page__content ul + h3,
.page__content ol + h3,
.page__content figure + h2,
.page__content figure + h3,
.page__content .wp-block-buttons + h2,
.page__content .wp-block-buttons + h3 {
  margin-top: 6rem;
}

.home .page__entry {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .page__entry {
    padding: 10rem 0;
  }
  .page__content h2 + p,
  .page__content h1 + p,
  .page__content h3 + p,
  .page__content h2 + ul,
  .page__content h2 + ol,
  .page__content h3 + ul,
  .page__content h3 + ol,
  .page__content p + p,
  .page__content p + figure,
  .page__content figure + p,
  .page__content figure + .wp-block-buttons,
  .page__content .wp-block-buttons + figure,
  .page__content h2 + figure,
  .page__content h3 + figure,
  .page__content ol + figure,
  .page__content ul + figure,
  .page__content ol + p,
  .page__content ul + p,
  .page__content p + ol,
  .page__content P + ul,
  .page__content figure + ol,
  .page__content figure + ul,
  .page__content p + .wp-block-buttons,
  .page__content ol + .wp-block-buttons,
  .page__content ul + .wp-block-buttons,
  .page__content .wp-block-image + h1,
  .page__content .wp-block-image + h2,
  .page__content .wp-block-image + h3 {
    margin-top: 3rem;
  }
  .home .page__entry {
    padding: 0;
  }
}
/************************************************* WP Default style */
.wp-block-columns {
  gap: 4rem;
  margin-bottom: 0;
}

.wp-block-separator {
  border: none;
  height: 2px;
  background: rgba(12, 33, 23, 0.15);
}

@media screen and (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-columns {
    gap: 6rem;
    flex-wrap: nowrap !important;
  }
  .columns-type-fullwidth .wp-block-column {
    width: 100%;
  }
  .columns-type {
    /* 50/50 */
  }
  .columns-type-default .wp-block-column {
    width: 50%;
  }
  .columns-type {
    /* 1/3 - 2/3 */
  }
  .columns-type-tiers .wp-block-column:first-child {
    width: 40%;
  }
  .columns-type-tiers .wp-block-column:last-child {
    width: 60%;
  }
  .columns-type {
    /* 2/3 - 1/3 */
  }
  .columns-type-tiers-reverse .wp-block-column:first-child {
    width: 60%;
  }
  .columns-type-tiers-reverse .wp-block-column:last-child {
    width: 40%;
  }
}
/************************************************* Page formulaire */
.page-template-page-formulaire, .lp-template-page-formulaire {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-template-page-formulaire .page, .lp-template-page-formulaire .page {
  min-height: 100%;
  margin: auto;
}
.page-template-page-formulaire .page__entry, .lp-template-page-formulaire .page__entry {
  padding: 6rem 0;
}
.page-template-page-formulaire .header, .lp-template-page-formulaire .header {
  padding-top: 5rem;
}
.page-template-page-formulaire .header__logo, .lp-template-page-formulaire .header__logo {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page-template-page-formulaire .page__entry, .lp-template-page-formulaire .page__entry {
    padding: 6rem 0 6rem 0;
  }
}
/************************************************* Thank you page */
.page-template-page-ty {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-page-ty h1 {
  margin-bottom: 2rem;
}
.page-template-page-ty .wp-block-button {
  margin-top: 2rem;
}

/************************************************* Page 404 */
.error404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.error404 .page__404 {
  display: flex;
  justify-content: center;
}
.error404__content {
  max-width: 70rem;
  width: 75%;
  text-align: center;
}

/************************************************* Page légales */
/*****************************************************
********************* Landing pages ******************
******************************************************/
/************************************************* Default */
.lp__entry {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .lp__entry {
    padding: 10rem 0;
  }
}
/************************************************* LP #1 */
/************************************************* LP #2 */
/************************************************* LP #3 */
/*****************************************************
********************** Home.scss *********************
******************************************************/
.home .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}
.home .header__menu a {
  color: #FBFBFB;
}
.home .header__menu .header__cta a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home .header__menu .header__cta a::before {
  background: url(../icons/icon-btn-white.svg) #B49555 no-repeat center/40%;
}
.home .header__menu .header__cta a:hover {
  background: #B49555;
}
.home .header__menu .header__cta a:hover:after {
  background: url(../icons/icon-btn-outline-camel-hover.svg) #FBFBFB no-repeat center/50%;
}
.home .header__wrapper::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.08) 100%);
}
.home .header__fixed {
  position: fixed;
  top: -100%;
  left: 0;
}
.home .header__fixed .header__logo {
  background: url(../images/fpf-logo-full-white.svg) no-repeat center/contain;
}
.home .header__fixed .header__logo img {
  opacity: 0;
}
.home .header__fixed .header__menu a {
  color: #0C2117;
}
.home .header__fixed .header__menu .header__cta a {
  background: #B49555;
  border: 1px solid #B49555;
  color: #FBFBFB;
}
.home .header__fixed .header__menu .header__cta a::before {
  background: url(../icons/icon-btn-camel.svg) #FBFBFB no-repeat center/40%;
}
.home .header__show {
  top: 0;
}
.home .header__hide {
  top: -100%;
}

/*****************************************************
******************** Contact.scss ********************
******************************************************/
/****************** Themes folder *******************/
/*****************************************************
********************* Theme.scss *********************
******************************************************/
/*****************************************************
********************* admin.scss *********************
******************************************************/
/*****************************************************
********************* Tools.scss *********************
******************************************************/
.align__center {
  text-align: center;
}
.align__left {
  text-align: left;
}
.align__right {
  text-align: right;
}

.has-white-background-color {
  background: #FBFBFB;
}
.has-white-color {
  color: #FBFBFB;
}
.has-black-background-color {
  background: #06081C;
}
.has-black-color {
  color: #06081C;
}
.has-evergreen-background-color {
  background: #0C2117;
}
.has-evergreen-color {
  color: #0C2117;
}
.has-camel-background-color {
  background: #B49555;
}
.has-camel-color {
  color: #B49555;
}
.has-camellight-background-color {
  background: #F6F2EE;
}
.has-camellight-color {
  color: #F6F2EE;
}
.has-linen-background-color {
  background: #F3ECE4;
}
.has-linen-color {
  color: #F3ECE4;
}

.hide {
  display: none;
}

.display {
  display: block;
}

@media screen and (min-width: 600px) {
  .hide__600 {
    display: none;
  }
  .display__600 {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .hide__700 {
    display: none;
  }
  .display__700 {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .hide__800 {
    display: none;
  }
  .display__800 {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .hide__900 {
    display: none;
  }
  .display__900 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .hide__1024 {
    display: none;
  }
  .display__1024 {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .hide__1100 {
    display: none;
  }
  .display__1100 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .hide__1200 {
    display: none;
  }
  .display__1200 {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .hide__1280 {
    display: none;
  }
  .display__1280 {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .hide__1400 {
    display: none;
  }
  .display__1400 {
    display: block;
  }
}
/*****************************************************
********************* login.scss *********************
******************************************************/
/***** Page *****/
/***** Form *****/
/* Style du fond */
html body.login {
  background-color: #0C2117; /* Couleur de fond de la page */
  color: #FBFBFB;
  min-height: 100vh;
  display: flex;
}

/* Logo de la page de connexion */
html #login {
  padding: 0;
  margin: auto;
}

html #login h1 a {
  background-image: url("../images/fpf-logo-full-green.svg");
  background-size: contain;
  width: 100%;
  height: 8rem;
  outline: none;
  box-shadow: none;
  margin-bottom: 5rem;
}

html .login .dashicons-visibility:before {
  color: #FBFBFB;
}

html .login form {
  background-color: #FBFBFB;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 3rem rgba(6, 8, 28, 0.15);
}

html .login form label {
  color: #0C2117;
}

html .login form .input,
html .login form input[type=checkbox],
html .login input[type=text],
html .login input[type=password] {
  outline: none;
  background: transparent;
  color: #0C2117;
  border: 1px solid #0C2117;
  box-shadow: none;
  transition: 0.3s ease;
}

html .login input[type=text]:focus,
html .login input[type=password]:focus {
  border: 1px solid rgba(180, 149, 85, 0.5);
  color: rgba(180, 149, 85, 0.5);
}

html body.login .language-switcher {
  display: none;
}

html .login .button-primary {
  background: #0C2117;
  color: #FBFBFB;
  transition: 0.3s ease;
}

html .login .button-primary:hover {
  background: #B49555;
  color: #0C2117;
  border: none;
}

html .login #nav a,
html .login #backtoblog a {
  color: #B49555;
  transition: 0.3s ease;
}

html .login #nav a:hover,
html .login #backtoblog a:hover {
  color: rgba(180, 149, 85, 0.5);
}

html .login .message,
html .login .notice,
html .login .success {
  border-left: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #B49555;
}

html .login .notice-error {
  color: red;
}

html .login .notice-error a {
  display: none;
}

/***************************************************** 
******************* Theme variables ******************
******************************************************/
/****************** Fonts ***************************/
@font-face {
  font-family: "Mont-Regular";
  src: url(../fonts/Mont-Regular.woff), url(../fonts/Mont-Regular.woff2);
  font-style: normal;
  font-weight: 400;
}
/***************** Html & body ***************************/
html, body {
  font-size: 10px;
  min-height: 100vh;
  scrollbar-width: thin;
  scrollbar-color: #06081C rgba(6, 8, 28, 0.1);
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: rgba(6, 8, 28, 0.1);
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: #06081C;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #0C2117;
  font-family: "nexa-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  line-height: 1;
}

/****************** Container *************************/
.container {
  max-width: 131.2rem;
  width: 90%;
  margin: 0 auto;
}
.container__base {
  max-width: 131.2rem;
}
.container__huge {
  max-width: 144rem;
}
.container__big {
  max-width: 136.6rem;
  width: 90%;
}
.container__med {
  max-width: 100rem;
  width: 90%;
}
.container__small {
  max-width: 85rem;
  width: 90%;
}
.container__tiny {
  max-width: 70rem;
  width: 90%;
}
.container__fullwidth {
  max-width: 100%;
  width: 100%;
}
