/* Masquer un <li> sur mobile, afficher sur desktop */
.hide-on-mobile {
  display: none !important;
}
@media (min-width: 1004px) {
  .hide-on-mobile {
    display: list-item !important;
  }
}



/* Correction logo menu mobile et menu mobile items */
.main-header .main-nav-list .nav .mobile-header .logo_permaculture_design h1 {
  display: block !important;
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 70px !important;
  width: 200px !important;
  text-indent: -9999px !important;
  background: url(../img/Logo_PCD.svg) no-repeat center center !important;
  background-size: contain !important;
}
@media (max-width: 1003px) {
  .main-header .main-nav-list .mobile-header .logo-mobile .logo_permaculture_design h1 {
    display: block !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 70px !important;
    width: 200px !important;
    text-indent: -9999px !important;
    background: url(../img/Logo_PCD.svg) no-repeat center center !important;
    background-size: contain !important;
  }
}
.main-header .logo_permaculture_design h1 {
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 70px;
  width: 200px;
  text-indent: -9999px;
  background: url(../img/Logo_PCD.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 1003px) {
  .main-header .main-nav-list .mobile-header .logo-mobile .logo_permaculture_design h1 {
    background: url(../img/Logo_PCD.svg) no-repeat center center;
    background-size: contain;
  }
}
@media (max-width: 1003px) {
  .main-header .main-nav-list .mobile-header .logo-mobile .logo_permaculture_design h1 {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 70px;
    width: 200px;
    text-indent: -9999px;
    background: url(../img/Logo_PCD.svg) no-repeat center center !important;
    background-size: contain !important;
  }
}
@media (max-width: 1003px) {
  .main-header .main-nav-list .mobile-header .logo-mobile {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;    
    height: auto !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .main-header .main-nav-list .mobile-header .logo-mobile img {
    max-width: 90vw !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 1003px) {
  .main-header .main-nav-list .mobile-header a.logo-mobile {
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}
@media (max-width: 768px) {
  .main-header .nav .mobile-header .logo_permaculture_design h1 {
    background-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
    filter: none !important;
  }
}
@media (max-width: 768px) {
  .main-header .nav .mobile-header .logo_permaculture_design h1 {
    background-color: transparent !important;
    background: url(../img/Logo_PCD.svg) no-repeat center center !important;
    background-size: contain !important;
    text-indent: -9999px;
  }
}
@charset "UTF-8";
/* Correction menu mobile : suppression des cercles verts et alignement des items */
.mobile-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-items > li {
  display: block;
  padding: 16px 0 16px 24px;
  margin: 0;
  border: none;
  background: none;
  position: relative;
  font-size: 1.4em;
  color: #37503C;
  font-weight: 700;
}
.mobile-menu-items > li:before,
.mobile-menu-items > li:after {
  display: none !important;
  content: none !important;
}
.mobile-menu-items a {
  color: #37503C !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.1em;
  display: block;
  width: 100%;
}

    .main-header .main-nav-list .mobile-header:before, .main-header .main-nav-list .mobile-header:after {
      display: none !important;
    }

/*
 * Abstractions like variables, mixins, etc.
 */
/* 
 * http://easings.net/nl 
 */
/*
 * Breakpoints
 */
/*
 * Sections attributes
 */
/*
 * Durations
 */
/*
 * Colors
 */
/*
 * Plant colors
 */
/*
 * Miscellaneous
 */
/*
 * Common
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,500,700,900,900i&amp;subset=latin-ext");
@font-face {
  font-family: 'Recoleta';
  src: url("fonts/Recoleta-Medium.woff2") format("woff2"), url("fonts/Recoleta-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Recoleta';
  src: url("fonts/Recoleta-SemiBold.woff2") format("woff2"), url("fonts/Recoleta-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  /*color: #190800;*/
  color:#37503C;
  overflow-x: hidden;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  background: white;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  display: flex;
  flex-direction: column; }
  @media (min-width: 769px) {
    body {
      font-size: 1.8rem; } }
  body .page-content {
    flex-grow: 1; }

.code {
  display: block;
  padding: 0.5em 2rem;
  background: #dfdfdf;
  font-size: 1.4rem;
  font-family: 'Courier';
  margin-bottom: 3rem; }

h1, h2, h3, h4, .t1, .t2, .t3, .t4 {
  margin-top: 0;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-weight: 600;
  font-family: "Recoleta", sans-serif;
  /*Arnaud 12/01/26*/
  /*color: #190800;*/
  color: #37503C;
  margin-bottom: 1.6rem; }

h1,
.t1 {
  font-size: 3.8rem;
  letter-spacing: -0.035em; }
  @media (min-width: 671px) {
    h1,
    .t1 {
      font-size: 5.6rem;
      letter-spacing: -0.01em; } }
  h1 .picto,
  .t1 .picto {
    display: inline-block;
    margin-top: .3rem;
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1.2rem; }

.t1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .t1 .picto {
    display: inline-block;
    margin-top: .3rem;
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1.2rem; }

/* FluentForm #20 (Questionnaire projet) - global stylesheet */
.fluentform_wrapper_20 {
  font-family: "Roboto", sans-serif;
}

.fluentform_wrapper_20 .ff-el-group {
  margin-bottom: 1.8rem;
}

.fluentform_wrapper_20 .ff-el-input--label label,
.fluentform_wrapper_20 .ff-el-form-check-label span {
  color: #37503C;
  font-size: 1.6rem;
  font-weight: 500;
}

.fluentform_wrapper_20 .ff-el-form-control {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 1.2rem 1.4rem;
  font-size: 1.8rem;
}

.fluentform_wrapper_20 input.ff-el-form-control,
.fluentform_wrapper_20 select.ff-el-form-control,
.fluentform_wrapper_20 #ff_20_address_1_address_line_1_input {
  height: 4.8rem !important;
  min-height: 4.8rem;
  line-height: 1.2;
  padding: 0 1.6rem !important;
}

.fluentform_wrapper_20 #ff_20_address_1_address_line_1_input {
  background-image: none !important;
  background-repeat: no-repeat !important;
}

.fluentform_wrapper_20 .ff-el-form-control:focus {
  border-color: #37503C;
  box-shadow: 0 0 0 3px rgba(55, 80, 60, 0.15);
  outline: none;
}

.fluentform_wrapper_20 .ff-btn-submit,
.fluentform_wrapper_20 .ff-btn-next,
.fluentform_wrapper_20 .ff-btn-prev {
  background: #FFDE67 !important;
  border: none;
  border-radius: 2.4rem;
  color: #37503C !important;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.4rem 6.4rem 2.4rem 2.4rem;
  position: relative;
  width: 100%;
  text-align: left;
  /*box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);*/
  box-shadow: none;;
}

.fluentform_wrapper_20 .ff-btn-submit:after,
.fluentform_wrapper_20 .ff-btn-next:after {
  content: '→';
  position: absolute;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-65%);
  font-size: 2.6rem;
  line-height: 1;
  color: currentColor;
}

.fluentform_wrapper_20 .ff-btn-submit:hover,
.fluentform_wrapper_20 .ff-btn-next:hover,
.fluentform_wrapper_20 .ff-btn-prev:hover {
  background: #37503C !important;
  color: #ffffff !important;
}

.fluentform_wrapper_20 .ff-el-progress-bar {
  background: #37503C !important;
}

h2,
.t2 {
  font-size: 3.8rem;
  letter-spacing: -0.02em; }
  @media (min-width: 671px) {
    h2,
    .t2 {
      font-size: 3.8rem; } }

h3,
.t3 {
  font-size: 2.5rem; }
  @media (min-width: 671px) {
    h3,
    .t3 {
      font-size: 2.5rem;
      font-weight: 500; } }

h4,
.t4 {
  font-size: 2.1rem;
  font-weight: 500; }
  @media (min-width: 671px) {
    h4,
    .t4 {
      font-size: 1.9rem; } }

      
a:has(h4){
  /*text-decoration: none;*/
  text-decoration-color: #37503C;
  text-decoration-thickness:  0 ;
  text-decoration-style:  dotted ;
  text-underline-offset: 0.2em;
}

h3 a{
  color: #37503C!important;
  text-decoration-color: #37503C!important;
  text-decoration-thickness:  0!important;
  text-decoration-style:  dotted!important;
  text-underline-offset: 0.2em;
}

p {
  line-height: calc(1ex / 0.32);
  margin-bottom: 2rem; }

img {
  display: block; }

a img {
  border: 0; }

.no-overflow {
  overflow: hidden; }

.compat-object-fit img {
  opacity: 0; }

.hide {
  position: absolute;
  left: -100000px;
  top: -10000px; }

.zoom {
  cursor: zoom-in; }

.page-content {
  padding-top: 9.1rem;
  padding-bottom: 8rem;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative; }
  @media (min-width: 671px) {
    .page-content {
      padding-top: 1rem;
      padding-bottom: 0; } }
  .page-content .section:last-child {
    margin-bottom: 0; }

.section {
  width: 100%;
  margin: 0 auto 3.5rem auto;
  position: relative; }
  .section:focus {
    outline: none; }

.section-inner {
  width: 100%;

  /* Arnaud 12/01/2026 */
  /*max-width: 836px;*/
  max-width: 1204px;

  margin: 20px auto;
  padding: 0 2.5rem;
  position: relative; }
  /*@media (min-width: 1004px) {
    .section-inner {
      padding: 0; } }*/

.section-inner .wp-block-cover.alignfull,
.section-inner section.wp-block-cover.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  clear: both; }

.section-inner .alignwide,
.section-inner .wp-block.alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  clear: both; }

#accroche.wp-block-group.alignfull {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (min-width: 1004px) {
  .section-inner .wp-block-group.is-layout-constrained,
  .section-inner .wp-block-group__inner-container.is-layout-constrained {
    max-width: 1204px;
    margin-left: auto;
    margin-right: auto; 
    padding: 2em;
  } }

.no-mobile {
  display: none !important; }

label a:not([class]),
p a:not([class]),
li:not([class]) a:not([class]) {
  text-decoration: none;
  color: #356EFF; }

h2 {
  margin-top: 2em; }
.page-membre h2{
  margin-top: 0 ;
}

  label a:not([class]):hover,
  p a:not([class]):hover,
  li:not([class]) a:not([class]):hover {
    text-decoration: underline; }

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 1.2em !important; }

.wp-block-image img {
  /*border-radius: 1.2em;*/ }

.wp-block-embed.is-type-video,
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  max-width: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
}

.wp-block-embed.is-type-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}



.btn,
.wp-block-button .wp-element-button,
button.fluent-cart-add-to-cart-button,
.fluent-cart-direct-checkout-button,
.fct-product-view-button{
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: 2.4rem;
  color: #37503C;
  background: #FFDE67;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.4rem 6.4rem 2.4rem 2.4rem;
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-top: auto;
  width: 100%;
  position: relative;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  text-align: left; }
  button.fluent-cart-add-to-cart-button {
    padding-left: 2.4rem;
    padding-right: 6.4rem; }
  button.fluent-cart-add-to-cart-button:after {
    content: '→';
    position: absolute;
    right: 2.6rem;
    top: 50%;
    transform: translateY(-65%);
    font-size: 2.6rem;
    line-height: 1;
    color: currentColor; }
  .fluent-cart-direct-checkout-button:after {
    content: '→';
    position: absolute;
    right: 2.6rem;
    top: 50%;
    transform: translateY(-65%);
    font-size: 2.6rem;
    line-height: 1;
    color: currentColor; }
  .fct-product-view-button:after {
    content: '→';
    position: absolute;
    right: 2.6rem;
    top: 50%;
    transform: translateY(-65%);
    font-size: 2.6rem;
    line-height: 1;
    color: currentColor; }
  .wp-block-button .wp-element-button {
    padding-left: 2.4rem;
    padding-right: 6.4rem; }
  .wp-block-button .wp-element-button:after {
    content: '→';
    position: absolute;
    right: 2.6rem;
    top: 50%;
    transform: translateY(-65%);
    font-size: 2.6rem;
    line-height: 1;
    color: currentColor; }
  .wp-block-fluent-cart-shopapp-product-buttons.fluent-cart-add-to-cart-button,
  button.fluent-cart-add-to-cart-button.wp-block-fluent-cart-shopapp-product-buttons {
    cursor: pointer !important;
    display: inline-block !important;
    border: 0 !important;
    border-radius: 2.4rem !important;
    color: #37503C !important;
    background: #FFDE67 !important;
    font-family: "Roboto", sans-serif !important;
    text-decoration: none !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    padding: 2.4rem 6.4rem 2.4rem 2.4rem !important;
    margin-top: auto !important;
    width: 100% !important;
    position: relative !important;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15) !important;
    text-align: left !important; }
  .wp-block-fluent-cart-shopapp-product-buttons.fluent-cart-add-to-cart-button:after,
  button.fluent-cart-add-to-cart-button.wp-block-fluent-cart-shopapp-product-buttons:after {
    content: '→' !important;
    position: absolute !important;
    right: 2.6rem !important;
    top: 50% !important;
    transform: translateY(-65%) !important;
    font-size: 2.6rem !important;
    line-height: 1 !important;
    color: currentColor !important; }
  .btn:before,
  .wp-block-button .wp-element-button:before,
  .fluent-cart-direct-checkout-button:before,
  .fct-product-view-button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    border-radius: 2.4rem;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* Divi buttons */
.et_pb_button,
.et_pb_more_button {
  display: inline-block;
  border-radius: 2.4rem;
  background: #FFDE67;
  color: #37503C;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.4rem 3.2rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}
.et_pb_button:hover,
.et_pb_more_button:hover {
  filter: brightness(0.95);
}
  .btn .picto {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    right: 2.6rem;
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 671px) {
    .btn,
    .wp-block-button .wp-element-button,
    button.fluent-cart-add-to-cart-button,
    .fluent-cart-direct-checkout-button,
    .fct-product-view-button {
      width: auto;
      border-radius: 1.2rem;
      box-shadow: none;
      padding: 3.5rem 6.4rem 3.5rem 2.6rem; }
      .wp-block-button .wp-element-button {
        padding-left: 2.6rem;
        padding-right: 6.4rem; }
      button.fluent-cart-add-to-cart-button {
        padding-left: 2.6rem;
        padding-right: 6.4rem; }
      .btn:before,
      .wp-block-button .wp-element-button:before {
        border-radius: 1.2rem; } }
  .btn:hover,
  .wp-block-button .wp-element-button:hover,
  .fluent-cart-direct-checkout-button:hover,
  .fct-product-view-button:hover {
    background-color: #37503C;
    color: #ffffff; }
    .btn:hover:before,
    .wp-block-button .wp-element-button:hover:before,
    .fluent-cart-direct-checkout-button:hover:before,
    .fct-product-view-button:hover:before {
      opacity: 1; }
    .btn.has-arrow {
      padding-right: 6.4rem; }
    .btn.has-arrow:after {
      content: '→';
      position: absolute;
      right: 2.6rem;
      top: 50%;
      transform: translateY(-65%);
      font-size: 2.6rem;
      line-height: 1;
      color: currentColor; }
  .btn.picto-left {
    padding: 2.5rem 2.6rem 2.5rem 6.4rem; }
    @media (min-width: 671px) {
      .btn.picto-left {
        padding: 3.5rem 2.6rem 3.5rem 6.4rem; } }
    .btn.picto-left .picto {
      right: auto;
      left: 2.6rem;
      top: 50%; }
  .btn.picto-red .picto {
    color: #EB4C00; }
  .btn.picto-red:hover .picto {
    color: #ffffff; }
  .btn.btn-small {
    padding: 1.4rem 2.4rem;
    width: auto;
    border-radius: 1.2rem; }
    .btn.btn-small.btn-secondary {
      padding: 1rem 2rem;
      border: 0.2rem solid #FFDE67;
      transition: border 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      background: #ffffff;
      box-shadow: none; }
      .btn.btn-small.btn-secondary:hover {
        border-color: #37503C;
        color: #37503C;
        background: #ffffff; }
  .btn.w-100 {
    width: 100%; }
  .btn.js-submit .text {
    display: inline-block;
    width: 100%; }
  .btn.js-submit:after {
    content: attr(data-valid-text);
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #37503C;
    color: #ffffff;
    left: 0;
    top: 0;
    padding: 2.5rem 6.4rem 2.5rem 2.6rem;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: clip-path 4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-clip-path 4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 2.4rem; }
    @media (min-width: 671px) {
      .btn.js-submit:after {
        border-radius: 1.2rem; } }
  .btn.js-submit.animated {
    color: #37503C;
    background: #FFDE67; }
    .btn.js-submit.animated:after {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.actions.small-btns {
  text-align: center; }
  .actions.small-btns .btn {
    margin-right: 3rem; }
    .actions.small-btns .btn:last-child {
      margin-right: 0; }

/* Fluent Cart - TVA intracom: éviter que le bouton recouvre le champ */
.fct_tax_input_wrapper {
  position: relative;
}

.fct_tax_input_wrapper input[type=text] {
  padding-right: 11rem !important;
}

.fct_tax_input_wrapper > button[data-fluent-cart-checkout-page-tax-apply-btn] {
  position: absolute !important;
  top: 50% !important;
  right: 0.6rem !important;
  transform: translateY(-50%) !important;
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  min-height: 2.8rem !important;
  max-height: 2.8rem !important;
  padding: 0.8rem 1.6rem !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0.6rem !important;
  background: rgb(234 236 240) !important;
  color: rgb(47 52 72) !important;
  box-shadow: none !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  z-index: 2;
}

.fct_tax_input_wrapper > button[data-fluent-cart-checkout-page-tax-apply-btn]:hover {
  background: rgb(214 218 225) !important;
  color: rgb(47 52 72) !important;
}

/* Fluent Cart - Coupon: éviter que le bouton recouvre le champ */
.fct_coupon .fct_coupon_field {
  position: relative;
}

.fct_coupon .fct_coupon_field .fct_coupon_input_wrapper input.fct_coupon_input {
  padding-right: 11rem !important;
}

.fct_coupon .fct_coupon_field > button[data-fluent-cart-checkout-page-coupon-validate] {
  position: absolute !important;
  top: 50% !important;
  right: 0.6rem !important;
  transform: translateY(-50%) !important;
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  min-height: 2.8rem !important;
  max-height: 2.8rem !important;
  padding: 0.8rem 1.6rem !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0.6rem !important;
  background: rgb(234 236 240) !important;
  color: rgb(47 52 72) !important;
  box-shadow: none !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  z-index: 2;
}

.fct_coupon .fct_coupon_field > button[data-fluent-cart-checkout-page-coupon-validate]:hover {
  background: rgb(214 218 225) !important;
  color: rgb(47 52 72) !important;
}

/* Fluent Cart - case CGV: garder une vraie checkbox visible avec coche */
.fct_checkout .fct_checkout_agree_terms input[type=checkbox].fct-input-checkbox,
.fct_checkout input#agree_terms[type=checkbox] {
  display: inline-block !important;
  -webkit-appearance: checkbox !important;
  appearance: auto !important;
  width: 1.8rem !important;
  height: 1.8rem !important;
  min-width: 1.8rem !important;
  min-height: 1.8rem !important;
  margin-top: 0.2rem !important;
  margin-right: 0.8rem !important;
  padding: 0 !important;
  line-height: normal !important;
  vertical-align: top;
  accent-color: #37503C;
}

.fct_checkout .fct_checkout_agree_terms input[type=checkbox].fct-input-checkbox + label,
.fct_checkout input#agree_terms[type=checkbox] + label {
  padding-left: 0 !important;
  margin-right: 0 !important;
}

.fct_checkout .fct_checkout_agree_terms input[type=checkbox].fct-input-checkbox + label:before,
.fct_checkout .fct_checkout_agree_terms input[type=checkbox].fct-input-checkbox + label:after,
.fct_checkout input#agree_terms[type=checkbox] + label:before,
.fct_checkout input#agree_terms[type=checkbox] + label:after {
  display: none !important;
  content: none !important;
}

/* Fluent Cart - Adresse facturation: empêcher le style global button de casser la mise en page */
.fct_checkout_billing_and_shipping .fct_address_modal_open_btn {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #37503C !important;
}

.fct_checkout_billing_and_shipping .fct_address_modal_open_btn:hover {
  background: transparent !important;
  color: #37503C !important;
}

.fct_checkout_billing_and_shipping .fct_address_modal_footer .fct_address_apply_btn,
.fct_checkout_billing_and_shipping .fct_add_new_address_form_footer .fct_address_cancel_btn,
.fct_checkout_billing_and_shipping .fct_add_new_address_form_footer .fct_address_submit_btn {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  text-align: center !important;
}

.bullet {
  list-style: inside; }
  .bullet li {
    margin-bottom: 2.5rem; }

.index-up {
  position: relative;
  z-index: 1000; }

.back {
  text-decoration: none;
  color: #356EFF;
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
  font-size: 1.6rem; }
  .back .picto {
    display: inline-block;
    color: #356EFF;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: .8rem;
    transform: scaleX(-1);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .back:hover .picto {
    transform: scaleX(-1) translateX(1rem); }

.wp-singular .info {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  color: #44AB6F;
  line-height: 1.6rem;
  text-align: center; }
  .info .info-pop {
    position: absolute;
    left: -100000px;
    top: -1.5rem;
    transform: translateY(-100%);
    background: #44AB6F;
    color: #ffffff;
    text-align: left;
    line-height: 1.6;
    font-weight: 400;
    width: 35.4rem;
    border-radius: .4rem;
    padding: 3rem;
    margin-top: 0;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), margin 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    @media (max-width: 1004px) {
      .info .info-pop {
        width: 300px;
        padding: 1.6rem 5rem 1.6rem 1.6rem; } }
    .info .info-pop p:last-child {
      margin-bottom: 0; }
    .info .info-pop .info-title {
      color: #ffffff;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 15px; }
    .info .info-pop .info-pop-close {
      display: block;
      width: 2rem;
      height: 2rem;
      position: absolute;
      right: 1rem;
      top: 2rem; }
      .info .info-pop .info-pop-close:before {
        content: url(img/close.svg); }
      @media (min-width: 980px) {
        .info .info-pop .info-pop-close {
          display: none; } }
  .info .info-link {
    position: relative;
    color: #44AB6F;
    text-decoration: none;
    display: block;
    width: 100%; }
    .info .info-link:before {
      content: url(img/info-arrow.svg);
      position: absolute;
      left: -10000px;
      top: 0;
      transform: translate(-25px, -20px) scaleX(-1);
      opacity: 0;
      transition: opacity 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      @media (min-width: 1005px) {
        .info .info-link:before {
          transform: translate(-20px, -20px); } }
  @media (min-width: 1005px) {
    .info:hover .info-link:before {
      left: 50%;
      opacity: 1; }
    .info:hover .info-pop {
      left: auto;
      right: -7.5rem;
      opacity: 1; } }
  .info.mobile-open .info-link:before {
    left: 50%;
    opacity: 1; }
  .info.mobile-open .info-pop {
    left: auto;
    right: -1.5rem;
    opacity: 1; }

.video-cont {
  position: relative; }
  .video-cont.videoplaying {
    width: calc(100vw - 2rem);
    height: 56.25vw; }

.push-video {
  position: relative;
  color: #ffffff; }
  .push-video .play {
    position: absolute;
    z-index: 11;
    width: 6rem;
    height: 6rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .85;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media (min-width: 671px) {
      .push-video .play {
        width: 7rem;
        height: 7rem; } }
    .push-video .play svg {
      width: 100%;
      pointer-events: none; }
  .push-video:hover .play {
    opacity: 1; }

.embed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .embed video,
  .embed iframe {
    width: 100%;
    height: 100%;
    border: 0; }
    .embed video.top,
    .embed iframe.top {
      position: absolute;
      height: auto;
      top: 0; }
    .embed video.bottom,
    .embed iframe.bottom {
      position: absolute;
      height: auto;
      bottom: 0; }
    .embed video.center,
    .embed iframe.center {
      position: absolute;
      height: 100%; }
  .embed .close {
    display: block;
    position: absolute;
    z-index: 100;
    right: 1.6rem;
    top: 1.6rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .embed .close:hover {
      color: #356EFF; }
    .embed .close svg {
      width: 100%; }

.js-reveal:not(.main-footer):not(h1):not(h2):not(h3):not(.t1):not(.t2):not(.t3):not(.intro):not(.visu) {
  transform: translateY(3rem);
  transform-origin: 50% 50%;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .js-reveal:not(.main-footer):not(h1):not(h2):not(h3):not(.t1):not(.t2):not(.t3):not(.intro):not(.visu).top {
    transform: translateY(-3rem); }
  .js-reveal:not(.main-footer):not(h1):not(h2):not(h3):not(.t1):not(.t2):not(.t3):not(.intro):not(.visu).revealed {
    transform: none;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

h1.js-reveal, .t1.js-reveal,
h2.js-reveal, .t2.js-reveal,
h3.js-reveal, .t3.js-reveal {
  transform: translateX(-3rem);
  transform-origin: 50% 50%;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media (min-width: 1004px) {
    h1.js-reveal.top, .t1.js-reveal.top,
    h2.js-reveal.top, .t2.js-reveal.top,
    h3.js-reveal.top, .t3.js-reveal.top {
      transform: translateX(3rem); }
      h1.js-reveal.top .latin, .t1.js-reveal.top .latin,
      h2.js-reveal.top .latin, .t2.js-reveal.top .latin,
      h3.js-reveal.top .latin, .t3.js-reveal.top .latin {
        transform: translateX(-3rem); } }
  h1.js-reveal.revealed, .t1.js-reveal.revealed,
  h2.js-reveal.revealed, .t2.js-reveal.revealed,
  h3.js-reveal.revealed, .t3.js-reveal.revealed {
    transform: none;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    h1.js-reveal.revealed .latin, .t1.js-reveal.revealed .latin,
    h2.js-reveal.revealed .latin, .t2.js-reveal.revealed .latin,
    h3.js-reveal.revealed .latin, .t3.js-reveal.revealed .latin {
      transform: none;
      opacity: 1; }
  h1.js-reveal .latin, .t1.js-reveal .latin,
  h2.js-reveal .latin, .t2.js-reveal .latin,
  h3.js-reveal .latin, .t3.js-reveal .latin {
    transform: translateX(-3rem);
    transform-origin: 50% 50%;
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: .2s; }
    @media (min-width: 1004px) {
      h1.js-reveal .latin, .t1.js-reveal .latin,
      h2.js-reveal .latin, .t2.js-reveal .latin,
      h3.js-reveal .latin, .t3.js-reveal .latin {
        transform: translateX(3rem); } }

.nota {
  font-size: 80% !important;
  font-style: italic; }

.plante-vert {
  background: #03CE23; }

.plante-bleu {
  background: #5932C7; }

.plante-fushia {
  background: #EE59E8; }

.plante-rose {
  background: #FF2D2D; }

.plante-orange {
  background: #FF852D; }

.plante-violet {
  background: #CF04A2; }

.plante-noir {
  background: #000000; }

.plante-mauve {
  background: #A477C8; }

.plante-jaune {
  background: #FED70C; }

.plante-bleu-marine {
  background: #2607E0; }

.plante-blanc {
  background: #FFFFFF; }

#popin-disconnect {
  max-width: 79rem; }
  #popin-disconnect .logo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 0;
    font-family: "Recoleta", sans-serif;
    text-decoration: none;
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: #37503C;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    #popin-disconnect .logo svg {
      position: relative;
      top: -.1rem; }
    #popin-disconnect .logo .name {
      margin: 0 2rem 0 1.4rem;
      position: relative;
      top: -.2rem; }
      #popin-disconnect .logo .name .big {
        font-size: 3.4rem;
        line-height: 110%;
        font-weight: 600;
        letter-spacing: -0.67849px; }
      #popin-disconnect .logo .name .small {
        display: block;
        font-size: 1.16rem;
        line-height: 110%;
        letter-spacing: normal;
        position: relative;
        left: .1rem;
        top: -.1rem; }
    @media (max-width: 359px) {
      #popin-disconnect .logo {
        display: none; } }
  #popin-disconnect .t2 {
    font-size: 2.5rem;
    color: #190800;
    text-align: center; }
  #popin-disconnect .actions {
    margin-top: 3rem; }
    #popin-disconnect .actions .btn {
      margin-bottom: 3rem; }
      #popin-disconnect .actions .btn:last-child {
        margin-bottom: 0; }
      @media (min-width: 1004px) {
        #popin-disconnect .actions .btn {
          margin-bottom: 0;
          margin-right: 3rem; }
          #popin-disconnect .actions .btn:last-child {
            margin-right: 0; } }
      #popin-disconnect .actions .btn.no {
        background-color: #BFBFBF; }
        #popin-disconnect .actions .btn.no:hover {
          background-color: #37503C; }

@media (min-width: 1004px) {
  .no-mobile {
    display: block !important; }

  .mobile-only {
    display: none !important; } }
fieldset {
  border: 0;
  margin-bottom: 3.6rem; }
  fieldset legend {
    margin: 0;
    padding: 0;
    font-weight: 700; }

/* masquer outline chrome et croix/fermer IE sur input*/
input:focus,
select:focus,
textarea:focus {
  outline: none; }

input::-ms-clear {
  display: none; }

/* habillage input text */
input[type=text]:not(#ff_20_address_1_address_line_1_input):not(.el-input__inner),
input[type=number]:not(.el-input__inner),
input[type=tel]:not(.el-input__inner),
input[type=email]:not(.el-input__inner),
input[type=date]:not(.el-input__inner),
input[type=password]:not(.el-input__inner) {
  color: #0B112E;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 0 1.6rem;
  border-radius: 0;
  background: transparent; }
  input[type=text]:not(#ff_20_address_1_address_line_1_input):not(.el-input__inner)::-webkit-validation-bubble-message,
  input[type=number]:not(.el-input__inner)::-webkit-validation-bubble-message,
  input[type=tel]:not(.el-input__inner)::-webkit-validation-bubble-message,
  input[type=email]:not(.el-input__inner)::-webkit-validation-bubble-message,
  input[type=date]:not(.el-input__inner)::-webkit-validation-bubble-message,
  input[type=password]:not(.el-input__inner)::-webkit-validation-bubble-message {
    display: none; }
  input[type=text]:not(#ff_20_address_1_address_line_1_input):not(.el-input__inner):x-moz-errormessage,
  input[type=number]:not(.el-input__inner):x-moz-errormessage,
  input[type=tel]:not(.el-input__inner):x-moz-errormessage,
  input[type=email]:not(.el-input__inner):x-moz-errormessage,
  input[type=date]:not(.el-input__inner):x-moz-errormessage,
  input[type=password]:not(.el-input__inner):x-moz-errormessage {
    display: none; }
  input[type=text]:not(#ff_20_address_1_address_line_1_input):not(.el-input__inner):focus,
  input[type=number]:not(.el-input__inner):focus,
  input[type=tel]:not(.el-input__inner):focus,
  input[type=email]:not(.el-input__inner):focus,
  input[type=date]:not(.el-input__inner):focus,
  input[type=password]:not(.el-input__inner):focus {
    background-color: transparent; }
  input[type=text]:not(#ff_20_address_1_address_line_1_input):not(.el-input__inner) label,
  input[type=number]:not(.el-input__inner) label,
  input[type=tel]:not(.el-input__inner) label,
  input[type=email]:not(.el-input__inner) label,
  input[type=date]:not(.el-input__inner) label,
  input[type=password]:not(.el-input__inner) label {
    pointer-events: none;
    font-weight: 500; }


#fcom-chat-widget-container .fluent-messaging .thread-search__input,
#fcom-chat-widget-container .chat-widget-wrapper .thread-search__input {
  flex: 1;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: var(--fcom-primary-text, #050505);
  outline: none;
  width: auto;
  display: block;
  line-height: normal;
  padding: 0;
}

.fcom_wrap .el-input__inner,
.fcom_wrap .el-select__input,
#fcom-chat-widget-container .el-input__inner,
#fcom-chat-widget-container .el-select__input {
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  height: 36px !important;
  line-height: 1.4 !important;
  width: 100% !important;
  padding: 0 12px !important;
  display: block !important;
  background: transparent !important;
}

.fcom_wrap .el-textarea__inner,
#fcom-chat-widget-container .el-textarea__inner {
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  height: auto !important;
  line-height: 1.5 !important;
  width: 100% !important;
  padding: 8px 12px !important;
}

input[type='date'] {
  position: relative; }
  input[type='date']::-webkit-calendar-picker-indicator {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent; }
  input[type='date']::-webkit-clear-button {
    position: absolute;
    z-index: 3;
    right: 0; }

/* masquer flèches type number */
/* Firefox */
/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  margin: 0; }

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button {
  margin: 0; }

/* habillage textarea */
textarea {
  font-size: 1.8rem;
  color: #0B112E;
  font-family: "Roboto", sans-serif;
  border: 0;
  border-right: 0.1rem solid #9EA6A1;
  border-bottom: 0.1rem solid #9EA6A1;
  width: 100%;
  height: 10rem;
  padding: 0 1.6rem 1.6rem 0;
  overflow: hidden;
  background: transparent;
  vertical-align: top;
  display: inline-block;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  /*remove the resize handle on the bottom right*/ }
  textarea:focus {
    color: #37503C;
    border-width: .2rem;
    border-color: #44AB6F; }

/* habillage checkbox */
input[type=checkbox] {
  display: none; }

input[type=checkbox] + label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  margin-right: 3.6rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer; }

input[type=checkbox] + label:before {
  content: '';
  width: 2rem;
  height: 2rem;
  border: 2px solid #37503C;
  border-radius: 0.5rem;
  background: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), border 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

input[type=checkbox] + label:after {
  content: url(img/checked.svg);
  width: 2rem;
  height: 2rem;
  border-radius: 0;
  background: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

input[type=checkbox]:checked + label:before {
  background: #37503C !important;
  border-color: #37503C !important; }

input[type=checkbox]:checked + label:after {
  opacity: 1; }

/* habillage radio */
input[type=radio] {
  display: none; }

input[type=radio] + label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  margin-right: 3.6rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer; }

input[type=radio] + label:before {
  content: '';
  width: 2rem;
  height: 2rem;
  border: 2px solid #0B112E;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

input[type=radio] + label:after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #0B112E;
  position: absolute;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

input[type=radio]:checked + label:after {
  opacity: 1; }

/* submit */
input[type=submit] {
  border: 2px solid #0B112E;
  background: transparent;
  color: #0B112E;
  font-weight: 500;
  border-radius: 1.2rem;
  padding: 1.6rem 2.4rem;
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), border 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem; }
  input[type=submit]:hover {
    background: #44AB6F;
    border-color: #44AB6F;
    color: #ffffff; }
  input[type=submit].error {
    background: #ea212d !important;
    border-color: #ea212d !important;
    color: #ffffff !important; }

.js-Dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif; }

.js-Dropdown-title {
  background-color: transparent;
  padding-right: 5rem;
  height: 3rem;
  display: block;
  cursor: pointer;
  width: 100%;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  text-align: left;
  border: 0;
  border-bottom: 0.1rem solid #9EA6A1;
  outline: none; }
  .js-Dropdown-title:after {
    content: url(img/arrow-bottom-blueDark.svg);
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.js-Dropdown-list {
  max-height: 0;
  transition: max-height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #9EA6A1;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%; }
  .js-Dropdown-list.is-open {
    top: calc(100% - .2rem);
    max-height: 14.3em;
    overflow-y: auto;
    transition: max-height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), overflow-y 0.1s 0.5s; }
  .js-Dropdown-list.is-open-top {
    max-height: 14.3em;
    overflow-y: auto;
    top: auto;
    bottom: calc(100% - .2rem);
    transition: max-height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), overflow-y 0.1s 0.5s; }
  .js-Dropdown-list.closing {
    max-height: 0 !important; }
  .js-Dropdown-list li {
    cursor: pointer;
    padding: .5rem; }
  .js-Dropdown-list li:hover {
    background-color: #ffffff; }
  .js-Dropdown-list li.is-selected {
    background-color: #BFBFBF; }
    .js-Dropdown-list li.is-selected:before {
      content: '\2022';
      padding-right: 0.5em; }
    .js-Dropdown-list li.is-selected:hover {
      background-color: #ffffff; }

.js-Dropdown-optgroup {
  border: 0;
  color: #666666;
  cursor: default;
  padding: .5rem;
  text-align: center; }
  .js-Dropdown-optgroup:empty {
    padding: 0; }

@media (min-width: 671px) {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  input[type=date],
  input[type=password],
  textarea {
    width: auto; } }
/* SPECIAL CONTAINERS */
.textarea {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  border-radius: 0.4rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem; }
  @media (min-width: 769px) {
    .textarea {
      width: auto;
      margin-right: 1.6rem; } }
  .textarea.error label {
    color: #ea212d !important; }
  .textarea.error textarea {
    border-color: #ea212d !important;
    color: #ea212d !important; }
  .textarea label {
    position: absolute;
    left: 0;
    top: 1.6rem;
    transform-origin: 0 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 500;
    color: #0B112E;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .textarea.focus label, .textarea.filled label {
    color: #666666;
    transform: translate(0, -3.6rem) scale(0.8); }

.input-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  min-width: 30rem;
  height: 3rem;
  border-radius: 0.4rem;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem; }
  @media (min-width: 769px) {
    .input-text {
      width: auto;
      margin-right: 1.6rem; } }
  .input-text:hover input {
    border-color: #37503C;
    border-width: .2rem; }
  .input-text.error input {
    border-color: #ea212d !important;
    color: #ea212d !important; }
  .input-text label {
    position: absolute;
    left: 0;
    top: 50%;
    transform-origin: 0 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 500;
    color: #0B112E;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    pointer-events: none; }
  .input-text input {
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    color: #0B112E;
    font-size: 1.8rem;
    border-bottom: 0.1rem solid #9EA6A1;
    padding: 0; }
    .input-text input:focus {
      color: #37503C;
      border-bottom: 0.2rem solid #44AB6F; }
  .input-text.input-date label {
    color: transparent !important; }
  .input-text.input-date:after {
    content: url(img/calendar-blue.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1; }
  .input-text.input-date.focus:after {
    content: url(img/calendar-green.svg); }
  .input-text.input-date.error:after {
    content: url(img/calendar-red.svg); }
  .input-text.input-date .reset {
    background: url(img/close.svg) no-repeat 50% 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    text-decoration: none;
    display: none; }
  .input-text.input-date:hover .reset {
    display: block; }
  .input-text.focus label, .input-text.filled label {
    color: #666666;
    transform: translateY(-130%) scale(0.8); }
  .input-text.filled input {
    border-color: #37503C;
    border-width: .1rem; }

.device-android .input-text.input-date label,
.device-ios .input-text.input-date label {
  color: #0B112E !important; }
.device-android .input-text.input-date:focus,
.device-ios .input-text.input-date:focus {
  color: #0B112E; }
.device-android .input-text.input-date.error label,
.device-ios .input-text.input-date.error label {
  color: #ea212d !important; }
.device-android .input-text.input-date.focus label,
.device-ios .input-text.input-date.focus label {
  color: #666666;
  transform: translateY(-130%) scale(0.8); }
.device-android .input-text.input-date.filled label,
.device-ios .input-text.input-date.filled label {
  color: #666666;
  transform: translateY(-130%) scale(0.8); }

.device-android .input-text.input-date input {
  padding-top: .8rem; }

.input-check {
  display: inline-block;
  vertical-align: top;
  height: 3rem;
  width: 100%; }
  @media (min-width: 769px) {
    .input-check {
      width: auto; } }
  .input-check.input-mandatory {
    margin-bottom: 2.4rem; }
    .input-check.input-mandatory.error label {
      color: #ea212d !important; }
    .input-check.input-mandatory.error input[type=checkbox] + label:before {
      border-color: #ea212d !important; }
    .input-check.input-mandatory:checked label {
      color: #0B112E; }
    .input-check.input-mandatory:checked input[type=checkbox] + label:before {
      border-color: #0B112E; }

.input-radio {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 100%; }
  @media (min-width: 769px) {
    .input-radio {
      width: auto; } }
  .input-radio .legend {
    margin-bottom: .8rem;
    font-size: 1.4rem;
    font-weight: 500; }
  .input-radio label {
    height: 3rem; }
  .input-radio.error .legend {
    color: #ea212d !important; }
  .input-radio.error input[type=radio] + label {
    color: #ea212d; }
    .input-radio.error input[type=radio] + label:before {
      border-color: #ea212d !important; }

.menu-select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
  position: relative; }
  @media (min-width: 769px) {
    .menu-select {
      width: auto;
      margin-right: 1.6rem; } }
  .menu-select label {
    position: absolute;
    left: -99999px;
    top: -99999px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #0B112E; }
  .menu-select.error .js-Dropdown-title {
    color: #ea212d !important;
    border-color: #ea212d !important; }
    .menu-select.error .js-Dropdown-title:after {
      content: url(img/arrow-bottom-red.svg); }
  .menu-select.error label {
    color: #ea212d !important; }

form .infos {
  width: 100%;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  opacity: .5;
  margin-bottom: 0;
  text-align: left; }
form .error {
  color: #ea212d;
  opacity: 1; }

.submit-error {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #ea212d; }

/* detect autofill hack */
input,
select,
textarea {
  transition: background-color 50000s, color 50000s, filter 50000s; }
  input:-webkit-autofill,
  select:-webkit-autofill,
  textarea:-webkit-autofill {
    animation-duration: 50000s;
    animation-name: onautofillstart; }
  input:not(:-webkit-autofill),
  select:not(:-webkit-autofill),
  textarea:not(:-webkit-autofill) {
    animation-duration: 50000s;
    animation-name: onautofillcancel; }

@-webkit-keyframes onautofillstart {}
@-webkit-keyframes onautofillcancel {}
#popin-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2001;
  width: 100%;
  height: 100%;
  background: rgba(25, 8, 0, 0.95);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  #popin-mask.closed {
    transform: translateY(-100%); }
  #popin-mask.open {
    transform: none;
    opacity: 1; }

.popin {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2002;
  width: 100%;
  height: auto;
  max-width: 130rem;
  max-height: 100vh;
  background: #ffffff;
  opacity: 0;
  border-radius: 2.4rem;
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translate(-50%, 100vh); }
  @media (min-width: 1024px) {
    .popin {
      width: 80%; } }
  .popin.closed {
    left: -100000px;
    top: -100000px; }
  .popin.open {
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%); }
  .popin .popin-inner {
    padding: 4.8rem 2.5rem 2.5rem 2.5rem; }
    @media (min-width: 1004px) {
      .popin .popin-inner {
        padding: 4.8rem; } }
  .popin .close-popin {
    width: 3.2rem;
    position: absolute;
    z-index: 10;
    top: 2rem;
    right: 2rem;
    color: #190800; }
    .popin .close-popin:hover {
      color: #37503C; }
  .popin .video-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
  .popin .player {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .popin .player.off {
      opacity: 0;
      transform: scaleX(0); }
    .popin .player iframe,
    .popin .player video {
      width: 100%;
      height: 100%; }
  .popin.popin-small {
    text-align: center;
    max-width: 58.5rem; }
    .popin.popin-small .title {
      font-size: 2.1rem;
      font-family: "Recoleta", sans-serif;
      color: #37503C;
      margin-bottom: 3.2rem; }
    .popin.popin-small .input-text .error {
      margin: 1.6rem 0 0 0;
      font-size: 1.4rem;
      color: #EB4C00; }
    .popin.popin-small .ajax-error {
      color: #EB4C00;
      font-size: 1.4rem;
      margin: 3.2rem 0 0 0; }
    .popin.popin-small .ajax-mess {
      color: #44AB6F;
      font-size: 1.4rem;
      margin: 3.2rem 0 0 0; }

.popin-alert {
  width: 100%;
  max-width: 74.5rem;
  padding: 4rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem; }
  .popin-alert .alert-logo {
    width: 20rem;
    margin-bottom: 3rem; }
    @media (min-width: 671px) {
      .popin-alert .alert-logo {
        width: 30rem; } }
  .popin-alert .actions {
    margin-top: 2.5rem; }
    .popin-alert .actions a {
      display: block;
      color: #2B2B38; }
    .popin-alert .actions .btn {
      margin-top: 1.5rem;
      color: #ffffff; }
    @media (min-width: 671px) {
      .popin-alert .actions {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .popin-alert .actions .btn {
          margin-top: 0;
          margin-left: 5rem; } }

.popin-message {
  max-width: 50rem;
  text-align: center;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15); }
  .popin-message .message {
    margin-top: 3rem; }

.main-header {
  width: 100%;
  height: 9.1rem;
  background: white;
  transition: background 0.6s ease-out, transform 0.3s ease-out;
  z-index: 1999;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media (min-width: 1004px) {
    .main-header:before {
      position: absolute;
      left: 0;
      top: 0; }
    .main-header:after {
      position: absolute;
      right: 0;
      top: 0; } }
  .main-header .header-section {
    width: 100%;
    max-width: 1204px;
    margin: auto;
    padding: 0; }
  .main-header .header-top {
    width: 100%;
    display: flex;
    /*Arnaud 12/01/26*/
    /*justify-content: center;*/
    align-items: center; }
  .main-header .hamburger {
    display: block;
    width: 5rem;
    height: 5rem;
    position: relative; }
    .main-header .hamburger:focus {
      outline: none; }
    .main-header .hamburger span {
      /*Arnaud 12/01/26 - change color*/
      background: #37503C none repeat scroll 0 0;
      border: medium none;
      cursor: pointer;
      width: 2.7rem;
      height: .3rem;
      right: .3rem;
      top: 0;
      position: absolute;
      border-radius: .2rem;
      transition: all 0.3s ease 0s; }
    .main-header .hamburger .top {
      top: 1.6rem; }
    .main-header .hamburger .middle {
      top: 2.4rem;
      display: none; }
    .main-header .hamburger .bottom {
      width: 1.7rem;
      top: 2.6rem; }
    .main-header .hamburger.active .top {
      transform: translateY(5px) translateX(0px) rotate(45deg); }
    .main-header .hamburger.active .middle {
      opacity: 0; }
    .main-header .hamburger.active .bottom {
      transform: translateY(-5px) translateX(0px) rotate(-45deg); }
  .main-header .logo_permaculture_design {
    display: block;
    overflow: hidden;
    height: 70px;
    /*Arnaud 12/01/2026*/
    min-width: 200px;
    text-align: left !important; }
    /*
    .main-header .logo_permaculture_design h1 {
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 0;
      height: 70px;
      width: 200px;
      text-indent: -9999px;
      background: url(../img/Logo_PermacultureDesign_noir.png) no-repeat;
      background-size: 200px 70px; }*/


      .main-header .logo_permaculture_design h1 a {
        position: absolute;
        height: 70px;
        width: 200px;
        display: block;
        cursor: pointer; }
        .main-header .logo_permaculture_design h1 a:hover {
          border: none; }
  .main-header .logo-link {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 0;
    font-family: "Recoleta", sans-serif;
    text-decoration: none;
    color: #F7F1ED;
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .main-header .logo-link svg {
      position: relative;
      top: -.1rem; }
    .main-header .logo-link .name {
      margin: 0 2rem 0 1.4rem;
      position: relative;
      top: -.2rem; }
      .main-header .logo-link .name .big {
        font-size: 3.4rem;
        line-height: 110%;
        font-weight: 600;
        letter-spacing: -0.67849px; }
      .main-header .logo-link .name .small {
        display: block;
        font-size: 1.16rem;
        line-height: 110%;
        letter-spacing: normal;
        position: relative;
        left: .1rem;
        top: -.1rem; }
    .main-header .logo-link .home {
      margin-bottom: 1rem; }
  .main-header .mobile-highlights .highlight-elt {
    display: none; }
    .main-header .mobile-highlights .highlight-elt.active {
      display: flex;
      align-items: flex-end; }
  .main-header .mobile-highlights .picto {
    display: inline-block;
    width: 4.8rem;
    height: 4.8rem;
    color: #7BE1BC; }
  @media (min-width: 1004px) {
    .main-header .mobile-highlights {
      display: none; } }
  .main-header .avatar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: -.6rem;
    margin-left: auto;
    width: 4.8rem;
    height: 4.8rem;
    color: #F7F1ED;
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .main-header .avatar svg {
      width: 100%; }
  @media (max-width: 1003px) {
    .main-header .header-top {
      justify-content: space-between;
      padding: 0 2.5rem; }
    .main-header .logo {
      margin: 0; }
      .main-header .logo .home {
        display: none; }
    .main-header .avatar {
      display: none; }
    .main-header .main-nav-list {
      margin: 0;
      display: block;
      position: absolute;
      z-index: 1000;
      /*right: 200%;*/
      overflow: auto;
      width: 100vw;
      top: 9.1rem;
      height: calc(100vh - 91px);
      top: 0;
      height: 100vh;
      background: #ffffff;
      transform: translateX(100%);
      transition: transform 0.3s ease-out; }
      .main-header .main-nav-list.open {
        right: 0;
        transform: translateX(0); }
      .main-header .main-nav-list.closing {
        right: 0;
        transform: translateX(100%); }
      .main-header .main-nav-list .mobile-header {
        height: 13rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
        margin-bottom: 0; }
        .main-header .main-nav-list .mobile-header a {
          display: block;
          width: 4.8rem;
          height: 4.8rem;
          line-height: 4.8rem;
          text-align: center;
          border-radius: 50%;
          background: #37503C;
          font-size: 0;
          position: relative; }

        .main-header .main-nav-list .mobile-header a.logo_permaculture_design {
          width: auto;
          height: auto;
          background: none;
          border-radius: 0;
          font-size: inherit;
          line-height: inherit;
          text-align: left;
          position: static;
        }
        .main-header .main-nav-list .mobile-header .picto {
          width: 4.8rem;
          height: 4.8rem;
          color: #F7F1ED;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-2.4rem, -2.4rem);
          display: flex;
          justify-content: center;
          align-items: center; }
          .main-header .main-nav-list .mobile-header .picto svg {
            width: 2.4rem;
            height: 2.4rem; }
          .main-header .main-nav-list .mobile-header .picto.home {
            margin-left: .4rem;
            margin-top: .2rem; }
        .main-header .main-nav-list .mobile-header:before {
          content: '';
          position: absolute;
          z-index: -1;
          left: 0;
          top: 0;
          width: 19rem;
          height: 15rem;
          /*background: url(img/home-blob-jaune.svg) no-repeat;*/
          background-size: 100% 100%;
          mix-blend-mode: multiply; }
        .main-header .main-nav-list .mobile-header:after {
          content: '';
          position: absolute;
          z-index: -1;
          right: 0;
          top: 0;
          width: 25rem;
          height: 17rem;
          /*background: url(img/home-blob-rose.svg) no-repeat;*/
          background-size: 100% 100%;
          background-position: 3rem;
          mix-blend-mode: multiply; }
      .main-header .main-nav-list > ul {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding: 0 4rem 0 2.5rem; }
        .main-header .main-nav-list > ul > li {
          display: block;
          /*margin-bottom: 3.2rem;*/ }
          .main-header .main-nav-list > ul > li:last-child {
            margin-bottom: 0; }
          .main-header .main-nav-list > ul > li > a {
            width: 100%;
            line-height: 5rem;
            text-align: left;
            font-size: 2.5rem;
            text-decoration: none;
            color: #190800;
            position: relative;
            font-family: "Recoleta", sans-serif;
            font-weight: 600;
            color: #37503C; }
            .main-header .main-nav-list > ul > li > a .picto {
              width: 4.8rem;
              height: 4.8rem;
              display: inline-block;
              vertical-align: middle;
              color: #44AB6F; }
              .main-header .main-nav-list > ul > li > a .picto svg {
                width: 100%;
                height: 100%; }
            .main-header .main-nav-list > ul > li > a:after {
              display: none; }
        .main-header .main-nav-list > ul > .expanded {
          display: flex;
          align-items: center;
          flex-wrap: wrap; }
          .main-header .main-nav-list > ul > .expanded:before {
            display: none; }
          .main-header .main-nav-list > ul > .expanded > ul {
            width: calc(100% - 3.2rem);
            overflow: hidden;
            padding: 0;
            left: 0;
            margin-left: 3.2rem;
            z-index: 10; }
            .main-header .main-nav-list > ul > .expanded > ul li > a {
              display: block;
              padding: .8rem 1rem;
              font-size: 1.6rem;
              text-transform: none;
              text-decoration: none;
              color: #37503C;
              margin-bottom: 1.2rem; }
              .main-header .main-nav-list > ul > .expanded > ul li > a .picto {
                display: inline-block;
                vertical-align: middle;
                width: 2.4rem;
                height: 2.4rem;
                color: #EB4C00;
                transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
              .main-header .main-nav-list > ul > .expanded > ul li > a.active {
                color: #F7F1ED;
                background: #37503C;
                border-radius: 1.6rem; }
                .main-header .main-nav-list > ul > .expanded > ul li > a.active .picto {
                  color: #F7F1ED; }
      .main-header .main-nav-list .extra-links {
        padding-left: 3.2rem;
        padding-bottom: 6.9rem;
        margin-top: 2.4rem;
        position: relative; }
        .main-header .main-nav-list .extra-links:before {
          content: '';
          position: absolute;
          z-index: -1;
          right: 0;
          bottom: 0;
          width: 30.2rem;
          height: 45.6rem;
          /*background: url(img/mobile-main-nav-bottom-bg.svg) no-repeat;*/
          background-size: 100% 100%;
          mix-blend-mode: multiply; }
        .main-header .main-nav-list .extra-links:after {
         /* content: url(img/mobile-main-nav-bottom-hachures.png);*/
          position: absolute;
          z-index: -1;
          right: 0;
          bottom: 0; }
        .main-header .main-nav-list .extra-links a {
          display: block;
          color: #37503C;
          font-family: "Recoleta", sans-serif;
          font-size: 1.9rem;
          text-decoration: none;
          margin-top: 2.4rem; } }
  @media (min-width: 1004px) {
    .main-header {
      height: 9.1rem; }
      .main-header .hamburger {
        display: none; }
      .main-header .main-nav-list {
        transform: none;
        height: auto;
        margin-left: 30px; }
        .main-header .main-nav-list .mobile-header {
          display: none; }
        .main-header .main-nav-list > ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          padding: 0;
          list-style: none;
          border: 0;
          height: 100%;
          align-content: space-around; } }
      @media (min-width: 1004px) and (max-width: 1200px) {
        .main-header .main-nav-list > ul {
          padding-left: 0;
          padding-right: 0; } }
  @media (min-width: 1004px) {
          .main-header .main-nav-list > ul > li {
            flex-grow: 1;
            position: relative;
            /*Arnaud 12/01/26*/
            /*margin-right: 5rem;*/ }
            .main-header .main-nav-list > ul > li > a {
              display: block;
              width: 100%;
              color: #000;
              text-decoration: none;
              font-size: 1.6rem;
              font-family: "Roboto", sans-serif;
              font-weight: 600;
              text-align: left;
              padding: 0 0.2rem 0 0.2rem;
              transition: background 0.15s ease-out, line-height 0.3s ease-out;
              position: relative; }
              .main-header .main-nav-list > ul > li > a:hover {
                color: #EB4C00; }
              .main-header .main-nav-list > ul > li > a .picto {
                width: 3.2rem;
                height: 3.2rem;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                color: #7BE1BC;
                opacity: 0; }
                .main-header .main-nav-list > ul > li > a .picto svg {
                  width: 100%;
                  height: 100%; }
            .main-header .main-nav-list > ul > li.active > a .picto, .main-header .main-nav-list > ul > li.active-trail > a .picto {
              opacity: 1; }
          .main-header .main-nav-list > ul > .expanded > a {
            padding-right: 3rem; }
            .main-header .main-nav-list > ul > .expanded > a:after {
              content: '';
              background: url(img/chevron_petit.svg);
              background-size: 100% 100%;
              position: absolute;
              right: 0;
              top: 50%;
              width: 1.6rem;
              height: 1.6rem;
              transform-origin: 50% 50%;
              transform: translateY(-50%);
              transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
          .main-header .main-nav-list > ul > .expanded > ul {
            list-style: none;
            position: absolute;
            z-index: 1;
            top: calc(100% + 1.7rem);
            left: 50%;
            background: #ffffff;
            padding: 3rem 4rem 3rem 3rem;
            transition: transform 0.15s ease-out, opacity 0.3s ease-out;
            transform-origin: 0 0;
            transform: scaleY(0) translateX(-50%);
            opacity: 0;
            box-shadow: 5px 5px 5px -5px #333; }
            .main-header .main-nav-list > ul > .expanded > ul > li {
              margin-bottom: 2rem; }
              .main-header .main-nav-list > ul > .expanded > ul > li:last-child {
                margin-bottom: 0; }
              .main-header .main-nav-list > ul > .expanded > ul > li > a {
                display: block;
                color: #37503C;
                font-size: 1.8rem;
                line-height: 1em;
                font-family: "Roboto", sans-serif;
                font-weight: 500;
                text-decoration: none;
                text-transform: none;
                padding: 0.5rem 0;
                width: 100%;
                white-space: nowrap;
                transition: color 0.15s ease-out; }
                .main-header .main-nav-list > ul > .expanded > ul > li > a .picto {
                  display: inline-block;
                  vertical-align: middle;
                  width: 2.4rem;
                  height: 2.4rem;
                  color: #EB4C00;
                  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
                .main-header .main-nav-list > ul > .expanded > ul > li > a:hover .picto {
                  color: #37503C; }
              .main-header .main-nav-list > ul > .expanded > ul > li.active-trail > a {
                color: #ea212d; } }
      @media (min-width: 1004px) and (min-width: 1005px) {
        .main-header .main-nav-list > ul > .expanded.clicked > a:after {
          transform: translateY(-50%) rotate(180deg); }
        .main-header .main-nav-list > ul > .expanded.clicked > ul {
          transform: scaleY(1) translateX(-50%);
          opacity: 1; } }

.main-nav-mask {
  position: fixed;
  z-index: 664;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 1rem;
  background: rgba(25, 8, 0, 0);
  transform: translateX(-100%);
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .main-nav-mask.active {
    transform: translateX(0);
    background: rgba(25, 8, 0, 0.75); }

/*
.scrolled{
	.main-header{
		background: rgba(255,255,255,0.85);
		
		&.goingdown{
			transform: translateY(-100%);
		}
		
		&.goingup{
			transform: translateY(0);
		}
		
		.main-nav-list{
			> ul{
				> li{					
					> a{
						//color: $white;
					}
				}
			}
		}
	}
}
*/


.footer_container {
  display: flex;
  gap: 30px;            /* espace entre les sections */
  max-width: 1204px;
  margin: auto;
}

.footer_section {
  flex: 1;
}


@media (max-width: 768px) {
  .footer_container {
    flex-direction: column;
  }

  .footer_section {
    width: 100%;
  }


}

.pcd-course-outline {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 1.6rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.pcd-course-outline__title {
  margin: 0 0 1rem;
  font-family: "Recoleta", sans-serif;
  font-size: 2rem;
  color: #37503C;
}

.pcd-course-outline__sections {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.2rem;
}

.pcd-course-outline__section {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 1rem 1.2rem;
  background: #fafafa;
}

.pcd-course-outline__section-title {
  font-weight: 600;
  color: #37503C;
  margin-bottom: 0.6rem;
}

.pcd-course-outline__lessons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.pcd-course-outline__lesson a {
  color: #37503C;
  text-decoration: none;
}

.pcd-course-outline__lesson a:hover {
  text-decoration: underline;
}

.pcd-course-outline__empty {
  margin: 0;
  color: #6b6b6b;
}



.search-form input[type="search"]{
  width: 75%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    transition: border 0.2s, box-shadow 0.2s;
}

.search-form .search-submit{
    width: 20%;
    padding: 12px 14px;
    border-radius: 6px;    
    font-size: 15px;
    transition: border 0.2s, box-shadow 0.2s;    
    text-indent: -9999px;
    overflow: hidden;    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23190800' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.search-section .search-form .search-submit{
    width: 20%;
    padding: 12px 14px;
    border-radius: 6px;    
    font-size: 15px;
    transition: border 0.2s, box-shadow 0.2s;    
    text-indent: -9999px;
    overflow: hidden;    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-color: #37503C;
}

  .search-section .search-form{
    display: flex;
    max-width: 300px;
    /*margin-left:auto;
    margin-right: auto;*/

  }

  .search-section .search-form input[type="search"]{
    width: 80%;
    border-color: #37503C;
    border-right: 0;
    border-radius: 6px 0 0 6px;
  }

  .search-section .search-form .search-submit{
    border: 1px solid #37503C;
    border-left: 0;
    border-radius: 0 6px 6px 0;
  }

  .search-results .latest-plants-list,
  .search-results .latest-articles-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.6rem;
    max-width: 100%;
  }

  .search-results .latest-articles-list{
    grid-template-columns: repeat(4, 1fr);
  }

  .search-results .latest-plants-list{
    grid-template-columns: repeat(5, 1fr);
    max-width: 100%;
  }

  @media (max-width: 1003px) {
    .search-results .latest-articles-list{
      grid-template-columns: repeat(2, 1fr);
    }
    .search-results .latest-plants-list{
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .search-results .article-preview,
  .latest-articles-list .article-preview{
    width: 100%;
    margin: 0;
    padding: .8rem;
    display: flex;
    flex-direction: column;
    border-radius: 1.6rem;
    text-decoration: none;
    color: inherit;
  }

  .search-results .article-preview .thumb,
  .latest-articles-list .article-preview .thumb{
    width: 100%;
    margin: 0;
    border-radius: 1.6rem;
    overflow: hidden;
    aspect-ratio: 16 / 9;
  }

  .search-results .article-preview .thumb img,
  .latest-articles-list .article-preview .thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: inherit;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .search-results .article-preview .thumb,
  .latest-articles-list .article-preview .thumb{
    background: #f2f2f2;
  }

  .search-results .article-preview:hover .thumb img,
  .latest-articles-list .article-preview:hover .thumb img{
    transform: scale(1.04);
  }

  .search-results .article-preview .desc,
  .latest-articles-list .article-preview .desc{
    width: 100%;
    margin-top: .8rem;
    text-align: left;
  }

  .search-results .article-preview .name,
  .latest-articles-list .article-preview .name{
    font-family: "Recoleta", sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #37503C;
    margin-bottom: .2rem;
  }

  .search-results .plant-preview,
  .latest-plants-list .plant-preview{
    width: 100%;
    margin: 0;
    padding: .8rem;
    flex-direction: column;
    border-radius: 1.6rem;
  }

  .search-results .plant-preview:before,
  .latest-plants-list .plant-preview:before{
    display: none;
  }

  .search-results .plant-preview .thumb,
  .latest-plants-list .plant-preview .thumb{
    width: 100%;
    margin-right: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 1.6rem;
  }

  .search-results .plant-preview .thumb img,
  .latest-plants-list .plant-preview .thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .search-results .plant-preview .desc,
  .latest-plants-list .plant-preview .desc{
    width: 100%;
    margin-top: .8rem;
  }

  .search-results .plant-preview .name,
  .latest-plants-list .plant-preview .name{
    font-size: 1.6rem;
    margin-bottom: .2rem;
  }

  .search-results .plant-preview .latin,
  .latest-plants-list .plant-preview .latin{
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  /* Liste des plantes (page membres) */
  .section.list-plants .section-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
  }
  .section.list-plants .plant-preview {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  .section.list-plants .plant-preview .thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 1.6rem;
  }
  .section.list-plants .plant-preview .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  @media (max-width: 1003px) {
    .section.list-plants .section-inner {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 600px) {
    .section.list-plants .section-inner {
      grid-template-columns: 1fr;
    }
  }



.footer_section .socials, .sub_footer .socials{
  display: flex;
  gap: 15px;           /* espace entre les icônes */
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.footer_section .socials li, .sub_footer .socials li {
  margin: 0;
  padding: 0;
}

.footer_section .socials a, .sub_footer .social a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_section .socials svg, .sub_footer .social svg {
  width: 24px;
  height: 24px;
}

.footer_section .footer_section_title{
    font-family: "Recoleta", sans-serif;
    margin-bottom: 1em;
    display: block;
    color: #FFDE67;
}

.footer_section ul{
  list-style: none;
}

.footer_section ul li a{
  text-decoration: none;
  font-size: 1.4rem;
  color: white;
}

.main-footer:after {
  display: none!important;
}

.footer-menu li {
  padding: 8px 0;
}

.footer-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3); /* couleur à adapter */
}

.sub_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1204px;
  margin: auto;
  margin-top: 1em;
}

.sub_footer > div {
  display: flex;
  align-items: center;
}

.sub_footer > div:last-child {
  margin-left: auto;
}







.main-footer {
  background-color: #37503C;
  width: 100%;
  position: relative;
  margin-top: 5rem;
  padding-top: 2rem;
  padding-bottom: 7rem;
  padding-left: 1em;
  padding-right: 1em;
  background-position: 50% 0;
  background-size: 100% 100%;
  background-origin: border-box; }
  @media (max-width: 769px) {
    .main-footer {
      margin-top: 0;
      padding-bottom: 1.5rem; } }
  /*.main-footer:before {
    content: '';
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    background-position: 0 0;
    background-size: 80% 100%; }*/
  .main-footer:after {
    content: '';
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    background-position: 100% 0;
    background-size: 80% 100%; }
  @media (min-width: 1004px) {
    .main-footer.js-reveal:before {
      transform: translateX(-30rem);
      transition: transform 1.6s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .main-footer.js-reveal:after {
      transform: translateX(30rem);
      transition: transform 1.6s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .main-footer.js-reveal.revealed:before {
      transform: none; }
    .main-footer.js-reveal.revealed:after {
      transform: none; } }
  .main-footer .hachures {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    mix-blend-mode: multiply; }
  .main-footer .points {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 15;
    mix-blend-mode: multiply; }
  @media (max-width: 671px) {
    .main-footer {
      /*background: none;*/ }
      .main-footer:before {
        background: url(img/footer-left-mobile.svg) no-repeat;
        background-size: 100% 100%; }
      .main-footer:after {
        background: url(img/footer-right-mobile.svg) no-repeat;
        background-size: 100% 100%; }
      .main-footer .hachures:before {
        content: url(img/footer-hachures-mobile.png); }
      .main-footer .points {
        display: none; } }
  .main-footer .footer-inner {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 7rem 0 0 0; }
    .main-footer .footer-inner:nth-child(3) {
      padding-top: 6rem; }
    .main-footer .footer-inner ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      .main-footer .footer-inner ul li {
        margin-right: 2rem; }
        @media (max-width: 1003px) {
          .main-footer .footer-inner ul li {
            margin-right: 3rem; } }
        .main-footer .footer-inner ul li:last-child {
          margin-right: 0; }
    .main-footer .footer-inner .socials a svg path {
      transition: fill 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .main-footer .footer-inner .socials a:hover svg path {
      fill: #356EFF; }
    .main-footer .footer-inner .big-links {
      font-family: "Recoleta", sans-serif;
      font-size: 2.1rem;
      font-weight: 500; }
      .main-footer .footer-inner .big-links a {
        color: #37503C;
        text-decoration: none;
        transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        .main-footer .footer-inner .big-links a:hover {
          color: #356EFF; }
    .main-footer .footer-inner .links {
      font-size: 1.8rem;
      font-weight: 500;
      flex-wrap: wrap; }
      .main-footer .footer-inner .links li {
        margin-right: 2.4rem; }
      .main-footer .footer-inner .links a {
        color: #37503C;
        text-decoration: underline; }
        @media (min-width: 1004px) {
          
          .main-footer .footer-inner .links a {
            opacity: .5;

            transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
            .main-footer .footer-inner .links a:hover {
              opacity: 1; } }
      @media (max-width: 671px) {
        .main-footer .footer-inner .links li {
          width: 100%;
          text-align: center;
          margin-right: 0; }
        .main-footer .footer-inner .links a {
          line-height: 2.5; } }
    @media (min-width: 672px) and (max-width: 769px) {
      .main-footer .footer-inner .socials {
        padding-top: 3rem; }
      .main-footer .footer-inner .links {
        margin: 0 15rem; } }

.breadcrumb {
  margin-top: 3.4rem; }
  .breadcrumb ol,
  .breadcrumb .separ {
    display: none; }
  @media (min-width: 1004px) {
    .breadcrumb {
      display: block;
      font-size: 1.4rem;
      margin: 0 0 3.4rem 0; }
      .breadcrumb ol {
        list-style: none;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
      .breadcrumb .separ {
        display: inline-block;
        margin: 0 1.3rem; } }

@media (max-width: 1003px) {
  .back,
  a.back,
  .mobile-only.back {
    display: none !important;
  }

  .breadcrumb {
    display: block;
    font-size: 1.3rem;
    margin: 0 0 2rem 0;
  }

  .breadcrumb ol {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .breadcrumb .separ {
    display: inline-block;
    margin: 0 0.8rem;
  }
}

/*
 * Components like priority-nav, slick-carousels, etc.
 */
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

/*
 * Pages
 */
.login .page-content {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
.login .section-inner {
  max-width: 40.2rem; }
.login .intro {
  padding-top: 7rem;
  text-align: center;
  flex-grow: 1;
  margin-bottom: 3rem; }
  @media (min-width: 1004px) {
    .login .intro {
      margin-bottom: 0; } }
  @media (max-width: 1003px) {
    .login .intro {
      padding-top: 14rem; } }
  .login .intro:before {
    /*content: url(img/home-hachures-mobile.png);*/
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 17rem;
    height: 15rem;
    /*background: url(img/home-blob-jaune.svg) no-repeat;*/
    background-size: 100% 100%;
    background-position: 0 -1rem; }
  .login .intro:after {
    /*content: url(img/home-points-mobile.png);*/
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 15rem;
    height: 17rem;
    /*background: url(img/home-blob-rose.svg) no-repeat;*/
    background-size: 100% 100%;
    background-position: 1rem -3rem; }
  @media (min-width: 1004px) {
    .login .intro:before {
      /*content: url(img/home-hachures.png);*/
      width: 47.6rem;
      height: 65.5rem;
      /*background: url(img/home-blob-jaune.svg) no-repeat 9.5rem -6.5rem;*/
      transform: translateX(-9.5rem); }
    .login .intro:after {
      content: url(img/home-points.png);
      width: 38.6rem;
      height: 54.5rem;
      right: -3.7rem;
      /*background: url(img/home-blob-rose.svg) no-repeat -3.7rem -9rem; */} }
  .login .intro h1 {
    font-size: 1.6rem;
    color: #190800; }
    @media (min-width: 1004px) {
      .login .intro h1 {
        margin-bottom: 6rem; } }
  .login .intro h2 {
    margin-bottom: 1.6rem;
    color: #190800;
    width: 100%;
    justify-content: center;
    font-size: 5.6rem; }
    @media (max-width: 358px) {
      .login .intro h2 {
        font-size: 4.5rem; } }
  .login .intro .input-text {
    width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-bottom: 3.2rem; }
    .login .intro .input-text .see {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-35%); }
  .login .intro .btn {
    width: 100%;
    max-width: 31.2rem;
    margin: 3rem 0; }
    @media (min-width: 1004px) {
      .login .intro .btn {
        margin: 6rem 0; } }
  .login .intro .ajax-error {
    margin-bottom: 0;
    color: #EB4C00;
    font-size: 1.4rem; }
.login .login-footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-bottom: 6rem; }
  .login .login-footer:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: -5rem;
    width: 21.6rem;
    height: 30rem;
    background: url(img/home-blob-gris.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    display: flex;
    align-items: center; }
  @media (max-width: 670px) {
    .login .login-footer:before {
      display: none; } }
  @media (min-width: 671px) {
    .login .login-footer:before {
      content: url(img/home-points2.png);
      width: 21.6rem;
      height: 63rem; } }
  .login .login-footer .links a {
    color: #356EFF;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 2.4rem; }
    .login .login-footer .links a:hover {
      text-decoration: none; }
    @media (min-width: 1004px) {
      .login .login-footer .links a {
        display: inline-block;
        margin-bottom: 0; } }
  .login .login-footer .links .separ {
    display: none; }
    @media (min-width: 1004px) {
      .login .login-footer .links .separ {
        display: inline-block;
        margin: 0 2.4rem;
        vertical-align: middle;
        color: #37503C; } }
  .login .login-footer .logo {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 0;
    font-family: "Recoleta", sans-serif;
    text-decoration: none;
    color: #37503C;
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .login .login-footer .logo svg {
      position: relative;
      top: -.1rem; }
    .login .login-footer .logo .name {
      margin: 0 2rem 0 1.4rem;
      position: relative;
      top: -.2rem; }
      .login .login-footer .logo .name .big {
        font-size: 3.4rem;
        line-height: 110%;
        font-weight: 600;
        letter-spacing: -0.67849px; }
      .login .login-footer .logo .name .small {
        display: block;
        font-size: 1.16rem;
        line-height: 110%;
        letter-spacing: default;
        position: relative;
        left: .1rem;
        top: -.1rem; }
    .login .login-footer .logo .home {
      margin-bottom: 1rem; }
.login .popin-small .t1 {
  font-size: 3.2rem; }
.login .popin-small .input-text {
  width: 100%;
  margin-right: 0; }
.login .popin-small .btn {
  width: 100%;
  max-width: 31.2rem;
  margin: 3rem 0 0 0; }

.home .intro {
  padding-top: 1rem;
  text-align: center;
  /*&:before{
  	content: url(img/home-hachures-mobile.png);
  	position: absolute;
  	z-index: -1;
  	left: 0;
  	top: 0;
  	width: 17rem;
  	height: 15rem;
  	background: url(img/home-blob-jaune.svg) no-repeat;
  	background-size: 100% 100%;
  	background-position: 0 -1rem;
  }
  
  &:after{
  	content: url(img/home-points-mobile.png);
  	position: absolute;
  	z-index: -1;
  	right: 0;
  	top: 0;
  	width: 15rem;
  	height: 17rem;
  	background: url(img/home-blob-rose.svg) no-repeat;
  	background-size: 100% 100%;
  	background-position: 1rem -3rem;
  }
  
  @media (min-width: $desktop-width + 1){
  
  	&:before{
  		content: url(img/home-hachures.png);
  		width: 47.6rem;
  		height: 65.5rem;
  		background: url(img/home-blob-jaune.svg) no-repeat 9.5rem -6.5rem;
  		transform: translateX(-9.5rem);
  	}
  	
  	&:after{
  		content: url(img/home-points.png);
  		width: 38.6rem;
  		height: 54.5rem;
  		right: -3.7rem;
  		background: url(img/home-blob-rose.svg) no-repeat -3.7rem -9rem;
  	}
  	
  	&.js-reveal{
  	
  		&:before{
  			transform: translateX(-39.5rem);
  			transition: transform 1.6s $defaultEase;
  		}
  		
  		&:after{
  			transform: translateX(30rem);
  			transition: transform 1.6s $defaultEase;
  		}
  		
  		&.revealed{
  			
  			&:before{
  				transform: translateX(-9.5rem);
  			}
  			
  			&:after{
  				transform: none;
  			}
  		}
  	}
  }
  */ }
  @media (max-width: 1003px) {
    .home .intro {
      /*padding-top: 14rem;*/ }
      .home .intro p {
        text-align: left; } }
  .home .intro h1 {
    line-height: 1;
    color: #190800; }
    @media (max-width: 1003px) {
      .home .intro h1 {
        font-size: 5.6rem;
        margin-bottom: 0; } }
  .home .intro h2 {
    margin-bottom: 1.6rem; }
    @media (max-width: 1003px) {
      .home .intro h2 {
        font-size: 3.8rem; } }
.home .plants-permafamily {
  position: relative; }
  .home .plants-permafamily:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    width: 21.6rem;
    height: 30rem;
    background: url(img/home-blob-gris.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    mix-blend-mode: multiply; }
  @media (min-width: 1025px) {
    .home .plants-permafamily:before {
      content: url(img/home-points2.png);
      width: 21.6rem;
      height: 63rem; } }
  .home .plants-permafamily h2 {
    position: relative;
    margin-bottom: 3.6rem; }
    .home .plants-permafamily h2 .picto {
      width: 4.8rem;
      height: 4.8rem;
      display: inline-block;
      vertical-align: middle;
      color: #44AB6F; }
      .home .plants-permafamily h2 .picto svg {
        width: 100%;
        height: 100%; }
  .home .plants-permafamily .section-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .home .plants-permafamily .plants,
  .home .plants-permafamily .permafamily {
    width: 100%; }
    @media (min-width: 1004px) {
      .home .plants-permafamily .plants,
      .home .plants-permafamily .permafamily {
        width: calc(50% - 1.6rem); }
        .home .plants-permafamily .plants .visu.js-reveal,
        .home .plants-permafamily .permafamily .visu.js-reveal {
          -webkit-clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
          clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
          transition: clip-path 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-clip-path 0.6s cubic-bezier(0.47, 0, 0.745, 0.715); }
          .home .plants-permafamily .plants .visu.js-reveal.revealed,
          .home .plants-permafamily .permafamily .visu.js-reveal.revealed {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
    .home .plants-permafamily .plants .visu,
    .home .plants-permafamily .permafamily .visu {
      display: block;
      border-radius: 2rem;
      max-width: 100%;
      height: auto;
      margin-bottom: 2.9rem; }
      @media (max-width: 671px) {
        .home .plants-permafamily .plants .visu,
        .home .plants-permafamily .permafamily .visu {
          margin: 0 auto 2.9rem auto; } }
  .home .plants-permafamily .plants .links {
    margin-top: 5.6rem; }
    .home .plants-permafamily .plants .links a {
      display: flex;
      align-items: center;
      width: 100%;
      color: #356EFF;
      border-top: .1rem solid #c6d1cc;
      text-decoration: none;
      transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: none;
      height: 9.4rem; }
      @media (min-width: 1004px) {
        .home .plants-permafamily .plants .links a {
          height: 14rem; } }
      .home .plants-permafamily .plants .links a .picto {
        width: 3.2rem;
        height: 3.2rem;
        margin-right: 1.5rem;
        display: inline-block;
        vertical-align: middle;
        color: #37503C; }
      .home .plants-permafamily .plants .links a:hover {
        text-decoration: underline; }
        .home .plants-permafamily .plants .links a:hover .picto {
          color: #356EFF; }
      .home .plants-permafamily .plants .links a.picto-red {
        color: #37503C;
        font-family: "Recoleta", sans-serif;
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: -.05rem; }
        @media (min-width: 1004px) {
          .home .plants-permafamily .plants .links a.picto-red {
            font-weight: 500;
            letter-spacing: normal; } }
        .home .plants-permafamily .plants .links a.picto-red .picto {
          color: #EB4C00; }
        .home .plants-permafamily .plants .links a.picto-red:hover {
          text-decoration: none; }
          .home .plants-permafamily .plants .links a.picto-red:hover .picto {
            color: #37503C; }
      .home .plants-permafamily .plants .links a.close {
        width: auto; }
  .home .plants-permafamily .plants .my-lists {
    list-style: none;
    margin: 0 3rem; }
    @media (min-width: 1004px) {
      .home .plants-permafamily .plants .my-lists {
        margin: -3rem 3rem 0 3rem; } }
    .home .plants-permafamily .plants .my-lists a {
      border: 0;
      height: auto;
      line-height: 1;
      padding: 1.5rem;
      border-radius: 2rem;
      color: #190800;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .home .plants-permafamily .plants .my-lists a .num {
        display: inline-block;
        width: 3.2rem;
        height: 3.2rem;
        background: #44AB6F;
        color: #ffffff;
        text-align: center;
        line-height: 3.2rem;
        border-radius: 50%; }
      .home .plants-permafamily .plants .my-lists a:hover {
        background: #37503C;
        color: #ffffff;
        text-decoration: none; }
      .home .plants-permafamily .plants .my-lists a.all-my-lists {
        color: #356EFF;
        margin-top: 1.6rem; }
        .home .plants-permafamily .plants .my-lists a.all-my-lists:hover {
          background: transparent;
          color: #356EFF;
          text-decoration: underline; }
  .home .plants-permafamily .permafamily {
    margin-top: 6rem; }
    @media (min-width: 1004px) {
      .home .plants-permafamily .permafamily {
        margin-top: 0; }
        .home .plants-permafamily .permafamily.js-reveal {
          transition-delay: .4s !important; } }
    @media (min-width: 1004px) {
      .home .plants-permafamily .permafamily .visu.js-reveal {
        transition-delay: .4s !important;
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }
    .home .plants-permafamily .permafamily h3 {
      margin: 8rem 0 2.4rem 0; }
.home .plants-discover {
  margin-top: 11.6rem; }
  @media (min-width: 1004px) {
    .home .plants-discover {
      text-align: center; } }
  .home .plants-discover h2 {
    margin-bottom: 2.4rem; }
.home .actu .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 4.8rem 0; }
  .home .actu .list .actu-list {
    width: 100%;
    display: block;
    color: #37503C;
    font-size: 2.1rem;
    font-family: "Recoleta", sans-serif;
    text-decoration: none;
    text-align: center;
    margin-bottom: 3.2rem; }
    .home .actu .list .actu-list .surtitle {
      font-family: "Roboto", sans-serif;
      font-size: 1.4rem;
      color: #9EA6A1;
      margin-bottom: 0; }
    @media (min-width: 671px) {
      .home .actu .list .actu-list {
        width: calc(33.3333% - 2.13333rem);
        margin-right: 3.2rem;
        text-align: left;
        margin-bottom: 0; }
        .home .actu .list .actu-list:nth-child(3n) {
          margin-right: 0; }
        .home .actu .list .actu-list.js-reveal:nth-child(3n - 2) {
          transition-delay: 0s !important; }
        .home .actu .list .actu-list.js-reveal:nth-child(3n - 1) {
          transition-delay: .2s !important; }
        .home .actu .list .actu-list.js-reveal:nth-child(3n) {
          transition-delay: .4s !important; }
        .home .actu .list .actu-list.js-reveal:nth-child(4) {
          transition-delay: .4s !important; }
        .home .actu .list .actu-list.js-reveal:nth-child(5) {
          transition-delay: .6s !important; }
        .home .actu .list .actu-list.js-reveal:nth-child(6) {
          transition-delay: .8s !important; } }
    .home .actu .list .actu-list .thumb {
      position: relative;
      border-radius: 2.4rem;
      overflow: hidden;
      margin-bottom: 1.6rem; }
      .home .actu .list .actu-list .thumb img {
        width: 100%;
        transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
        border-radius: 2.4rem; }
    .home .actu .list .actu-list:hover .thumb img {
      transform: scale(1.1);
      transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1); }

.safari .home .actu .list .plants-list:hover .thumb img {
  transform: scale(1); }

#popin-video-atelier {
  text-align: center;
  max-width: 85.7rem;
  overflow: hidden; }
  #popin-video-atelier .popin-inner {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background: url(img/popin-atelier-bg.svg) no-repeat 50% 50%;
    background-size: auto 100%; }
    @media (min-width: 1004px) {
      #popin-video-atelier .popin-inner {
        flex-direction: column; } }
    #popin-video-atelier .popin-inner > * {
      position: relative;
      z-index: 10; }
    #popin-video-atelier .popin-inner .embed {
      position: absolute;
      z-index: 100; }
    #popin-video-atelier .popin-inner:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url(img/popin-atelier-bg-left.svg) no-repeat 0 50%;
      background-size: auto 100%;
      mix-blend-mode: multiply; }
    #popin-video-atelier .popin-inner:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url(img/popin-atelier-bg-right.svg) no-repeat 100% 50%;
      background-size: auto 100%;
      mix-blend-mode: multiply; }
  #popin-video-atelier .t1 {
    color: #37503C;
    letter-spacing: -.01em;
    line-height: 125%;
    max-width: 46.8rem;
    margin: 0 auto 3rem auto; }
    @media (max-width: 671px) {
      #popin-video-atelier .t1 {
        font-size: 1.8rem; } }
  #popin-video-atelier .play-video {
    text-decoration: none;
    color: #190800;
    width: 100%; }
    #popin-video-atelier .play-video .picto {
      display: inline-block;
      width: 8rem;
      height: 8rem;
      background: #7BE1BC;
      border-radius: 50%;
      line-height: 8rem;
      text-align: center;
      transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      color: #37503C;
      margin-bottom: 2.4rem; }
      @media (max-width: 671px) {
        #popin-video-atelier .play-video .picto {
          width: 4rem;
          height: 4rem;
          line-height: 4.5rem; } }
      #popin-video-atelier .play-video .picto:hover {
        background-color: #44AB6F;
        color: #ffffff; }

#blog_articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  #blog_articles article {
    width: 33.33%; }
    #blog_articles article img {
      width: 100%;
      height: auto; }

.plants-discover .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 4.8rem 0; }
  .plants-discover .list .plants-list {
    width: 100%;
    display: block;
    color: #37503C;
    font-size: 2.1rem;
    font-family: "Recoleta", sans-serif;
    text-decoration: none;
    text-align: center; }
    @media (min-width: 671px) {
      .plants-discover .list .plants-list {
        width: calc(33.3333% - 2.13333rem);
        margin-right: 3.2rem; }
        .plants-discover .list .plants-list:nth-child(3n) {
          margin-right: 0; }
        .plants-discover .list .plants-list.js-reveal {
          /*
          &:nth-child(7){
          	transition-delay: 1s !important;
          }
          
          &:nth-child(8){
          	transition-delay: 1.2s !important;
          }
          
          &:nth-child(9){
          	transition-delay: 1.4s !important;
          }
          */ }
          .plants-discover .list .plants-list.js-reveal:nth-child(3n - 2) {
            transition-delay: 0s !important; }
          .plants-discover .list .plants-list.js-reveal:nth-child(3n - 1) {
            transition-delay: .2s !important; }
          .plants-discover .list .plants-list.js-reveal:nth-child(3n) {
            transition-delay: .4s !important; }
          .plants-discover .list .plants-list.js-reveal:nth-child(4) {
            transition-delay: .4s !important; }
          .plants-discover .list .plants-list.js-reveal:nth-child(5) {
            transition-delay: .6s !important; }
          .plants-discover .list .plants-list.js-reveal:nth-child(6) {
            transition-delay: .8s !important; } }
    .plants-discover .list .plants-list .thumb {
      position: relative;
      border-radius: 2.4rem;
      overflow: hidden;
      margin-bottom: 1.6rem; }
      .plants-discover .list .plants-list .thumb img {
        width: 100%;
        transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
        border-radius: 2.4rem; }
      .plants-discover .list .plants-list .thumb .num {
        color: #F7F1ED;
        font-size: 13.8rem;
        display: block;
        position: absolute;
        width: 100%;
        text-align: enter;
        left: 0;
        bottom: -2.5rem;
        line-height: 1; }
    .plants-discover .list .plants-list:hover .thumb img {
      transform: scale(1.1);
      transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1); }

.safari .plants-discover .list .plants-list:hover .thumb img {
  transform: scale(1); }

@media (min-width: 1004px) {
  .plants-list .intro {
    text-align: center;
    margin-bottom: 8rem; } }
@media (max-width: 1003px) {
  .plants-list .intro {
    margin-bottom: 3.2rem; }
    .plants-list .intro h1 {
      font-size: 3.8rem; } }
.plants-list .intro .rub {
  text-align: left;
  font-family: "Recoleta", sans-serif;
  color: #37503C;
  margin-bottom: 3.2rem;
  font-size: 1.9rem; }
  @media (min-width: 1004px) {
    .plants-list .intro .rub {
      font-size: 2.5rem; } }
.plants-list .main-visu {
  position: relative;
  border-radius: 2.4rem;
  overflow: hidden;
  margin-bottom: 1.6rem; }
  .plants-list .main-visu img {
    width: 100%; }
  .plants-list .main-visu .num {
    color: #F7F1ED;
    font-size: 13.8rem;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -2.5rem;
    line-height: 1;
    font-family: "Recoleta", sans-serif; }

@media (max-width: 1003px) {
  .list-plants .section-inner {
    display: flex;
    flex-wrap: wrap; } }

.plant-preview {
  width: calc(50% - .8rem);
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
  border-radius: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #190800;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), max-height 1.5s 0.15s cubic-bezier(0.39, 0.575, 0.565, 1), padding 1s 0.15s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  transition-delay: 0s, 0s, 0.15s, 0.15s !important; }
  .plant-preview:nth-child(2n) {
    margin-right: 0;
    transition-delay: .2s !important; }
  .plant-preview.closing {
    opacity: 0 !important;
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  @media (min-width: 1004px) {
    .plant-preview {
      overflow: hidden;
      padding: 3.2rem;
      width: 100%;
      flex-wrap: nowrap;
      margin-right: 0;
      margin-bottom: 0; }
      .plant-preview:nth-child(2) {
        transition-delay: .2s !important; }
      .plant-preview:nth-child(3) {
        transition-delay: .4s !important; }
      .plant-preview:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #ffffff;
        border-radius: 2.4rem;
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .plant-preview:hover:before {
        opacity: 1; } }
  .plant-preview .thumb {
    border-radius: 2.4rem;
    overflow: hidden;
    width: 100%;
    position: relative; }
    .plant-preview .thumb img {
      width: 100%;
      height: auto; }
    @media (min-width: 1004px) {
      .plant-preview .thumb {
        width: 16.5rem;
        height: 16.5rem;
        margin-right: 3.2rem; } }
    .plant-preview .thumb .fav {
      position: absolute;
      left: 2rem;
      top: 2rem;
      width: 2.8rem;
      height: 2.7rem; }
  .plant-preview .desc {
    width: 100%;
    margin-top: .8rem; }
    @media (min-width: 1004px) {
      .plant-preview .desc {
        /*width: calc(100% - 19.7rem);*/
        margin-top: 0; } }
  .plant-preview .name {
    font-family: "Recoleta", sans-serif;
    font-size: 1.9rem;
    line-height: 1.2;
    color: #37503C;
    margin-bottom: .4rem; }
    @media (min-width: 1004px) {
      .plant-preview .name {
        font-size: 2.5rem;
        margin-bottom: 0; } }
  .plant-preview .latin {
    font-family: "Recoleta", sans-serif;
    font-size: 1.4rem;
    color: #9EA6A1;
    margin-top: -.3rem;
    margin-bottom: 1.3rem; }
    @media (min-width: 1004px) {
      .plant-preview .latin {
        font-size: 1.6rem; } }
  .plant-preview p:last-child {
    margin-bottom: 0; }
  .plant-preview .delete {
    position: absolute;
    right: -.6rem;
    top: -.6rem;
    display: flex;
    align-items: center;
    border-radius: 2.4rem;
    font-size: 1.4rem; }
    .plant-preview .delete .picto {
      width: 3.2rem;
      height: 3.2rem;
      color: #190800;
      background: #ffffff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      position: relative; }
      .plant-preview .delete .picto:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #37503C;
        transform: scale(0);
        transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .plant-preview .delete .picto svg {
        position: relative;
        z-index: 10; }
    .plant-preview .delete .text {
      max-width: 0;
      transition: max-width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      color: #37503C;
      overflow: hidden;
      white-space: nowrap; }
    @media (min-width: 1004px) {
      .plant-preview .delete {
        padding: 1.1rem 1.6rem 1.1rem 1.1rem;
        transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        right: auto;
        left: .6rem;
        top: .6rem; }
        .plant-preview .delete .picto {
          margin-right: 1rem; }
        .plant-preview .delete:hover {
          background: #FFDE67; }
          .plant-preview .delete:hover .picto {
            color: #ffffff; }
            .plant-preview .delete:hover .picto:before {
              transform: none; }
          .plant-preview .delete:hover .text {
            max-width: 17rem; } }

.plants-my-lists h1 {
  display: flex;
  align-items: flex-start; }
  .plants-my-lists h1 .picto {
    width: 4.8rem;
    height: 4.8rem;
    margin-top: 0;
    margin-right: 1.2rem;
    color: #EB4C00; }
    @media (min-width: 1004px) {
      .plants-my-lists h1 .picto {
        margin-top: .5rem; } }
.plants-my-lists h2 {
  display: flex;
  align-items: flex-start; }
  .plants-my-lists h2 .picto {
    width: 3.6rem;
    height: 3.6rem;
    margin-top: 0;
    margin-right: 1.2rem;
    color: #EB4C00; }
    @media (min-width: 1004px) {
      .plants-my-lists h2 .picto {
        margin-top: -.5rem; } }
@media (max-width: 1003px) {
  .plants-my-lists h1 {
    color: #190800;
    font-size: 3.8rem; }
  .plants-my-lists .t1 {
    color: #37503C;
    display: flex;
    align-items: flex-start; } }
.plants-my-lists .rub {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Recoleta", sans-serif;
  color: #37503C; }
  .plants-my-lists .rub .picto {
    display: none; }
  @media (min-width: 1004px) {
    .plants-my-lists .rub {
      font-size: 3.8rem; }
      .plants-my-lists .rub .picto {
        display: flex;
        align-items: center;
        width: 4.8rem;
        height: 4.8rem;
        margin-right: 1.6rem;
        color: #EB4C00; }
        .plants-my-lists .rub .picto svg {
          width: 100%; } }
.plants-my-lists .my-lists {
  list-style: none;
  max-width: 69.1rem; }
  @media (min-width: 1004px) {
    .plants-my-lists .my-lists {
      margin: 0 3rem 0 4.9rem; } }
  .plants-my-lists .my-lists li {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .plants-my-lists .my-lists .delete-list {
    width: 3.2rem;
    height: 3.2rem;
    padding: .4rem;
    color: #190800;
    display: block;
    border-radius: 50%;
    transition: background 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .plants-my-lists .my-lists .delete-list svg {
      width: 100%;
      height: 100%; }
    .plants-my-lists .my-lists .delete-list:hover {
      background: #EB4C00;
      color: #F7F1ED; }
  .plants-my-lists .my-lists .my-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 4rem);
    text-decoration: none;
    transition: none;
    height: auto;
    line-height: 1;
    padding: 1.2rem 1.5rem;
    border-radius: 2rem;
    color: #190800 !important;
    transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .plants-my-lists .my-lists .my-list .num {
      display: inline-block;
      width: 3.2rem;
      height: 3.2rem;
      background: #44AB6F;
      color: #ffffff;
      text-align: center;
      line-height: 3.2rem;
      border-radius: 50%;
      font-size: 1.4rem; }
    .plants-my-lists .my-lists .my-list:hover {
      background: #37503C;
      color: #ffffff !important;
      text-decoration: none !important; }
    .plants-my-lists .my-lists .my-list.all-my-lists {
      color: #356EFF;
      margin-top: 1.6rem; }
      .plants-my-lists .my-lists .my-list.all-my-lists:hover {
        background: transparent;
        color: #356EFF;
        text-decoration: underline; }
.plants-my-lists .actions {
  margin-top: 6rem;
  text-align: center; }
.plants-my-lists #popin-create-my-list {
  max-width: 64rem; }
  .plants-my-lists #popin-create-my-list .input-text {
    width: 100%; }
    .plants-my-lists #popin-create-my-list .input-text input {
      width: 100%; }
  .plants-my-lists #popin-create-my-list .actions {
    margin-top: 3.2rem; }
    @media (max-width: 358px) {
      .plants-my-lists #popin-create-my-list .actions {
        text-align: center; }
        .plants-my-lists #popin-create-my-list .actions .btn {
          margin-right: 0;
          margin-bottom: 1.6rem;
          width: 100%;
          text-align: center; } }
  .plants-my-lists #popin-create-my-list .btn.disabled {
    cursor: default;
    background: #9EA6A1;
    color: #ffffff; }
    .plants-my-lists #popin-create-my-list .btn.disabled:hover {
      background: #9EA6A1;
      color: #ffffff; }
  .plants-my-lists #popin-create-my-list .infos {
    font-size: 1.4rem; }
    .plants-my-lists #popin-create-my-list .infos.error {
      color: #EB4C00; }
  .plants-my-lists #popin-create-my-list .ajax-message {
    margin-top: 3.2rem;
    margin-bottom: 0;
    color: #44AB6F;
    text-align: center;
    font-size: 1.4rem; }
    .plants-my-lists #popin-create-my-list .ajax-message.error {
      color: #EB4C00; }

.liste_plantes_strate .liste_de_plantes {
  display: flex; }
  .liste_plantes_strate .liste_de_plantes .plant-preview {
    width: 20%;
    display: block; }
    .liste_plantes_strate .liste_de_plantes .plant-preview .thumb {
      display: block;
      width: 100%; }
    .liste_plantes_strate .liste_de_plantes .plant-preview .desc {
      display: block;
      width: 100%; }

.template-strates .liste_de_plantes {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
  .template-strates .liste_de_plantes .plant-preview {
    flex: 0 0 calc(25% - 2rem);
    max-width: calc(25% - 2rem);
    min-width: 220px; }

@media (max-width: 1003px) {
  .template-strates .liste_de_plantes .plant-preview {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem); }
}

@media (max-width: 670px) {
  .template-strates .liste_de_plantes .plant-preview {
    flex: 0 0 100%;
    max-width: 100%; }
}


.strates-infos{
  margin-bottom: 3em;
}

/*
 * Modules
 */








/*Arnaud Récup design element from pcd*/

.alignwide {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}



.ultpBgPadding{
	min-height:300px;
  border-radius: 6px 6px 6px 6px;
}
.ultpBgPadding div {
  	min-height:300px;
}

.ultp-wrapper-block{
  position: relative;
  margin: -72px 128px 32px 128px;
  background-color: #fff;
  border-radius: 6px 6px 6px 6px;
  padding: 64px 64px 64px 64px;

  
}


.wp-block-image{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
border-radius: 6px;
}
.wp-block-image img{
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-block-group {
  max-width: 800px;
  margin: auto;
     /* margin-top: 3em;
      margin-bottom: 3em;*/
}

.wp-block-list{
   margin-bottom: 2rem;
   padding-left: 1em;
}








.bloc_pcd {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 667px) {
  .bloc_pcd {
    width: 100%;
  }
}











/*
 * Blocs PCD 2024
 * → Auteur
 */



.bloc_pcd.auteur {
  padding: 3rem;
  min-height: 0;
  background-color: #fff;
  overflow: visible;
  text-align: left;
  position: relative;
  display: grid;
  grid-template-columns: 128px 1fr;
  align-items: flex-start;
  grid-gap: 3rem;
}
.bloc_pcd.auteur.avec-image {
  grid-template-columns: minmax(1fr,260px) 3fr;
}
.bloc_pcd.auteur.avec-image.alignwide,
.bloc_pcd.auteur.avec-image.alignfull {
  grid-template-columns: minmax(1fr,260px) 2fr;
}
.bloc_pcd.auteur.clair {
  background-color: #eff4f0;
}
.single .post-wrap .post-content .auteur > h3 {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 0;
  max-width: none;
  font-size: 1rem;
}
.auteur > div {
  width: auto;
  overflow: hidden;
}
.auteur figure {
  float: left;
  text-align: center;
  margin-right: 0;
  padding: 0;
  font-size: smaller;
  border-radius:6px;
}
.auteur figure img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius:6px;
}
.auteur .liens {
  margin-top: 1rem !important;
}
.auteur h3 {
  color: #37503c;
  font-size: 24px;
  max-width: none !important;
  padding-bottom: 0;
  margin-top: 0 !important;
}
.auteur p {
  max-width: none !important;
}
.bloc_pcd.auteur a {
    border-bottom: 1.5px dotted #709D79;
    color: #709D79;
    line-height: 1.8;
}
.bloc_pcd.auteur .liens a:after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 11L11 1M11 1H1.57198M11 1V10.428' stroke='%23608C69' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  width: 10px;
  height: 10px;
  margin-left:.5rem;
}
.bloc_pcd.auteur a:hover,
.bloc_pcd.auteur a:focus {
    border-bottom: 1.5px solid #709D79;
}
@media screen and (max-width:480px){
  .bloc_pcd.auteur,
  .bloc_pcd.auteur.avec-image,
  .bloc_pcd.auteur.avec-image.alignwide,
  .bloc_pcd.auteur.avec-image.alignfull {
    grid-template-columns: 1fr;
  }
}

/*
 * Blocs PCD 2024
 * → Article(s) /page(s)
 */
.wp-block-group.alignwide > .bloc_pcd.articles {
  max-width: 1280px;
}
.wp-block-group.alignfull > .bloc_pcd.articles {
  max-width: none;
}
.bloc_pcd.articles {
  padding: .5rem 1rem !important;
  background-color: #eff4f0;
}
.bloc_pcd.articles.clair {
  padding: .5rem 1rem !important;
  background-color: #eff4f0;
}
.bloc_pcd.articles.blanc {
  background-color: #fff;
}
.bloc_pcd.articles.alignwide,
.bloc_pcd.articles.alignfull {
  padding: 1.5rem 3rem !important;
}
.bloc_pcd.articles .has-global-padding {
  padding: 0!important;
  font-size: 1rem !important;
}
.bloc_pcd.articles .wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2 {
  display: block;
}
.bloc_pcd.articles .wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2 > * {
  display: inline;
}
.bloc_pcd.articles h3 {
  max-width: none !important;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-family: "Recoleta", sans-serif;
}
.bloc_pcd.articles ul {
  display: grid;
  grid-gap: .5rem;
  max-width: none;
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
  list-style: none;
  justify-items: center;
  align-items: start;
  grid-auto-rows: 1fr;
}
.bloc_pcd.articles.alignwide ul,
.bloc_pcd.articles.alignfull ul {
  grid-gap: 1.5rem;
}
.bloc_pcd.articles ul.pagination {
  display: grid;
  grid-gap: .5rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: none;
  padding: 0 !important;
  margin: 3rem 0 !important;
  width: auto;
  list-style: none;
  justify-items: center;
}
.bloc_pcd.articles ul.pagination .prev_link {
  justify-self: flex-start;
}
.bloc_pcd.articles ul.pagination .nex_link {
  justify-self: flex-end;
}

.bloc_pcd.articles ul.columns-trois {
  grid-template-columns: repeat(3, 1fr);
}
.bloc_pcd.articles ul.columns-deux {
  grid-template-columns: repeat(2, 1fr);
}
.bloc_pcd.articles ul.columns-un {
  grid-template-columns: 1fr;
}
.bloc_pcd.articles ul.columns-un li.wp-block-post {
  /* max-width:380px; */
}
.bloc_pcd.articles ul li.wp-block-post {
  background: #fff;
  padding: 1rem;
  border-radius:6px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.bloc_pcd.articles ul li.wp-block-post > figure {
  line-height: 1;
  aspect-ratio: 16/9;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  flex-shrink: 0;
}
.bloc_pcd.articles ul li.wp-block-post .wp-block-post-title {
  margin: 1rem 0 0 !important;
  padding: 0;
  flex-grow: 1;
  line-height: 0.8;
}
.bloc_pcd.articles ul li.wp-block-post .wp-block-post-title a {
  font-size: 1.3rem !important;
  font-family: "Recoleta", sans-serif !important;
  color: #37503C !important;
  text-decoration: none !important;
  
}
.bloc_pcd.articles.alignwide ul li.wp-block-post .wp-block-post-title a,
.bloc_pcd.articles.alignfull ul li.wp-block-post .wp-block-post-title a {
  font-size: 2rem !important;
  font-family: "Recoleta", sans-serif !important;
  color: #37503C !important;
  text-decoration: none !important;
}
.bloc_pcd.articles ul li.wp-block-post .wp-block-template-part .wp-block-group {
  padding: 0;
  margin: 1.5em 0px;
}
.bloc_pcd.articles ul li.wp-block-post .wp-block-template-part .wp-block-group .wp-block-group {
  display: block;
  font-size: 1rem;
  font-family: "Recoleta", sans-serif;
  color: #666;
}
.bloc_pcd.articles ul li.wp-block-post .wp-block-template-part .wp-block-group .wp-block-group > * {
  display: inline;
}

.bloc_pcd.articles .wp-block-post-excerpt__excerpt{
    font-family: "Recoleta", sans-serif;
    font-weight: 400;
}
.bloc_pcd.articles .view-article{
  display: block;
    margin: 1em 0;
}

.bloc_pcd.articles .wp-block-post-featured-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc_pcd.articles iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width:480px){
  .bloc_pcd.articles.alignwide,
  .bloc_pcd.articles.alignfull {
    padding: 1rem 1rem !important;
  }
  .bloc_pcd.articles ul,
  .bloc_pcd.articles.alignwide ul,
  .bloc_pcd.articles.alignfull ul {
    grid-template-columns: 1fr;
  }
}

/* View all groups link styling */
.link_to_all_group {
  text-align: center !important;
  text-decoration: none !important;
  color: #37503C !important;
  display: block;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.link_to_all_group:hover {
  text-decoration: none !important;
}

/*
 * Blocs PCD 2024
 * → Citation
 */
.single .post-wrap .post-content .bloc_pcd.citation:not(.alignfull):not(.alignwide) {
  max-width: 840px !important;
}
.bloc_pcd.citation {
  padding: 0;
  min-height: 0;
  /*background-color: #fff;*/
  overflow: visible;
  max-width: 450px;
}
.bloc_pcd.citation.fonce > span:first-of-type {
  background-color: #37503c;
  border-radius:6px;
}
.bloc_pcd.citation.leger > span:first-of-type {
  background-color: #c4f0c4;
  border-radius:6px;
}
.bloc_pcd.citation.clair > span:first-of-type {
  background-color: #eff4f0;
  border-radius:6px;
}
.bloc_pcd.citation.blanc > span:first-of-type {
  background-color: #fff;
  border-radius:6px;
}
.bloc_pcd.citation .wp-block-cover-is-layout-flow .wp-block-columns:last-of-type {
  margin: 2rem 0 1rem;
}
.bloc_pcd.citation.sans-visuel .wp-block-cover-is-layout-flow .wp-block-columns.eplus-styles-uid-e302d0 {
  display: block;
  padding: 0 4rem;
}
.bloc_pcd.citation.sans-visuel .wp-block-cover-is-layout-flow .wp-block-columns.eplus-styles-uid-e302d0 p {
  max-width: none;
}
.bloc_pcd.citation.sans-visuel .wp-block-cover-is-layout-flow .wp-block-columns.eplus-styles-uid-e302d0 p.citation_auteur {
  padding-bottom: 2em;
}
.single .post-wrap .post-content p.citation_auteur{
  color: #37503C;
  font-size:1rem!important;
  font-family: 'cooper-light', serif !important;   
}

.citation_texte p{
  line-height: 2.6rem!important;
  font-family: 'cooper-light', serif !important;   
}

p.citation_auteur{
  font-size:1.5rem!important;
  font-family: 'cooper-light', serif !important;   
}
.single .post-wrap .post-content .fonce p.citation_auteur{
  color: #fff;
  font-family: 'cooper-light', serif !important;
}
.citation_texte p {
  font-size:24px!important;
  font-family:'cooper-light',serif!important;
  color: #37503C;
}
.fonce .citation_texte p {
  color: #fff;
}
.bloc_pcd.citation .wp-block-image {
  margin-top: -1rem;
}
@media screen and (max-width:480px){
  .bloc_pcd.citation {
    padding: 0 1rem 1rem;
  }
  body .bloc_pcd.citation  .is-layout-flow > .alignright {
    float: none;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}

/*
 * Blocs PCD 2024
 * → Formation
 */
.bloc_pcd.formation {
  padding: 0;
  min-height: 0;
  overflow: visible;
  background-color: #eff4f0;
  text-align:center;
  border-radius: 1em;
}
.bloc_pcd.formation:not(.alignwide):not(.alignfull):not(.background ):not(.background-centre):not(.simple) {
  padding: 3rem;
}
.single .post-wrap .post-content .bloc_pcd.bloc_pcd.formation + .bloc_pcd.formation {
  margin-top: -8rem !important;
}
.bloc_pcd.formation.blanc {
  background-color: #fff;
}
.bloc_pcd.formation > .et_pb_row_1{
  padding: 1rem 1rem 0 !important;
  margin-bottom: 2rem;
}
.bloc_pcd.formation > .et_pb_row_2{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: none;
}
.bloc_pcd.formation.formation-libre:not(.background):not(.background-centre) > .et_pb_row_2 {
  padding: 4rem !important;
}
.bloc_pcd.formation.formation-libre.icone:not(.background):not(.background-centre) > .et_pb_row_2 {
  padding: 1rem 2rem!important;
}
.bloc_pcd.formation.formation-libre:not(.background):not(.background-centre) > .et_pb_row_2.image-fond {
  background-blend-mode: multiply;
  background-color: #7a7a7a;
}
.bloc_pcd.formation .et_pb_slider .et_pb_slide {
  float: none;
  /*margin-right: -100%;*/
  padding: 0;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0 3rem;
  align-items: flex-start;
  justify-content: stretch;
  margin: 0;
}
.bloc_pcd.formation:not(.alignwide):not(.alignfull) .et_pb_slides .et_pb_slider_container_inner {
  align-items: flex-start;
}
.bloc_pcd.formation.photo .et_pb_slides .et_pb_slider_container_inner {
  grid-template-columns: minmax(320px, 1fr) 1fr;
}
.bloc_pcd.formation.photo.icone .et_pb_slides .et_pb_slider_container_inner {
  grid-template-columns: 94px 1fr;
  align-items: center;
}
.bloc_pcd.formation.photo.alignfull .et_pb_slides .et_pb_slider_container_inner,
.bloc_pcd.formation.photo.alignwide .et_pb_slides .et_pb_slider_container_inner {
  grid-template-columns: 320px 1fr;
}
.bloc_pcd.formation.photo_verticale .et_pb_slides .et_pb_slider_container_inner {
  grid-template-columns: minmax(230px, 1fr) 3fr;
}
@media screen and (max-width:767px){
  .bloc_pcd.formation.photo_verticale .et_pb_slides .et_pb_slider_container_inner {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image {
    width: 100% !important;
  }
  .bloc_pcd.formation:not(.alignwide):not(.alignfull):not(.background ):not(.background-centre):not(.simple) {
    padding: 0rem 1rem 0;
  }
}
.bloc_pcd.formation.photo_verticale.photo.alignfull .et_pb_slides .et_pb_slider_container_inner,
.bloc_pcd.formation.photo_verticale.photo.alignwide .et_pb_slides .et_pb_slider_container_inner {
  grid-template-columns: 230px 1fr;
}
.bloc_pcd.background .et_pb_slides .et_pb_slider_container_inner,
.bloc_pcd.background-centre .et_pb_slides .et_pb_slider_container_inner {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-blend-mode: multiply !important;
  border-radius: 6px;
}
.bloc_pcd.background:not(.clair) .et_pb_slides .et_pb_slider_container_inner,
.bloc_pcd.background-centre:not(.clair) .et_pb_slides .et_pb_slider_container_inner
.bloc_pcd.avec-background .et_pb_slides .et_pb_slider_container_inner {
  color: #fff;
}
.bloc_pcd.background.avec-chapo .et_pb_slides .et_pb_slider_container_inner,
.bloc_pcd.background-centre.avec-chapo .et_pb_slides .et_pb_slider_container_inner {
  border-radius: 0 0 6px 6px;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image {
  position: relative;
  top: unset;
  width: auto;
  margin: 0 !important;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image img {
  max-width: none;
  object-fit: cover ;
  width: 100%;
  height: 100%;
  max-height: none !important;
  border-radius: 1em;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
  width: 100%;
  padding: 3em;
  text-shadow: none;
}
.bloc_pcd.formation.photo .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description,
.bloc_pcd.formation.photo_verticale .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
  padding: 0 0 3em;
}
.bloc_pcd.formation.alignwide.photo.avec-titre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description,
.bloc_pcd.formation.alignwide.photo_verticale.avec-titre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description,
.bloc_pcd.formation.alignfull.photo.avec-titre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description,
.bloc_pcd.formation.alignfull.photo_verticale.avec-titre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
  padding: 3rem 3rem 3rem 0;
}
.bloc_pcd.formation.background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description,
.bloc_pcd.formation.background-centre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
  padding: 6em 3em;
}
.bloc_pcd.formation.background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  align-items: center;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .etiquette {
  padding: 2px 16px 2px 8px;
  border-radius: 1rem;
  background-color: #D58DDC;
  color: #fff;
  font-size: 14px;
  line-height: 1.5rem;
  display: inline-block;
  margin-bottom: .25rem;
  font-family: 'cooper-light',serif;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .etiquette.stage {
  padding: 2px 16px 2px 16px;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .etiquette svg {
  margin-right: .25rem;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .etiquette.en_ligne svg {
  margin-right: .25rem;
  margin-top: 3px;
  margin-bottom: -3px;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  letter-spacing: -0.01rem;
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: 'cooper-light',serif;
  color: #37503C !important;
  font-weight: 400;
  max-width: none;
}
.bloc_pcd.formation.icone .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4 {
  font-size: 2rem;
}
.bloc_pcd.formation.alignwide .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.alignfull .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4 {
  font-size: 2.5rem;
  line-height: 2.4rem;
}
.bloc_pcd.formation.formation-libre:not(.clair) .image-fond .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.formation-libre:not(.clair) .image-fond .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p,
.bloc_pcd.formation.formation-libre.avec-background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.formation-libre.avec-background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.bloc_pcd.formation.background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.background-centre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4 {
  font-family: 'cooper-regular',serif;
}
.bloc_pcd.formation.background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.background-centre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4 {
  font-size: 2rem;
  line-height: 1;
}
.bloc_pcd.formation.background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.background-centre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.avec-background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4 {
  color: #fff !important;
}
.bloc_pcd.formation.background.alignwide .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.background-centre.alignwide .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.background.alignfull .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4,
.bloc_pcd.formation.background-centre.alignfull .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description h4 {
  font-size: 3.1875rem;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p {
  max-width: none;
}
.bloc_pcd.formation.background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p,
.bloc_pcd.formation.background-centre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p {
  font-size: 1rem;
}
.bloc_pcd.formation.background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p,
.bloc_pcd.formation.background-centre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p,
.bloc_pcd.formation.avec-background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p {
  color: #fff !important;
}
.bloc_pcd.formation.background.alignwide .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p,
.bloc_pcd.formation.background-centre.alignwide .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p,
.bloc_pcd.formation.background.alignfull .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p,
.bloc_pcd.formation.background-centre.alignfull .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p {
  font-size: 18px;
}
.bloc_pcd.formation.background-centre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p {
    text-align: center;
}
.bloc_pcd.formation.background-centre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
    text-align: center;
}
.bloc_pcd.formation.background-centre:not(.clair) .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content,
.bloc_pcd.formation.avec-background .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
    color: #fff !important;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
    font-size: 19px;
    padding-bottom: 1.5rem;
}
.bloc_pcd.formation.icone .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
    padding-bottom: 0;
}
.bloc_pcd.formation.background-centre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
    text-align: center;
}
.bloc_pcd.formation .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button {
      line-height: 2.5rem !important;
}
.bloc_pcd.formation .et_pb_container.clearfix {
    height: auto;
}
@media screen and (max-width:767px){
  .bloc_pcd.formation.photo .et_pb_slides .et_pb_slider_container_inner {
    grid-template-columns: 1fr;
  }
  .bloc_pcd.formation.photo .et_pb_slides .et_pb_slider_container_inner {
    grid-template-columns: 1fr;
  }
  .bloc_pcd.formation.photo .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description, 
  .bloc_pcd.formation.photo_verticale .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 2rem 1rem;
  }
  .bloc_pcd.formation.photo.icone .et_pb_slides .et_pb_slider_container_inner {
    grid-template-columns: 1fr;
  }
  .bloc_pcd.formation.icone .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image img {
    width: 80px;
    height: 80px;
    margin:0;
  }
  .bloc_pcd.formation.icone .et_pb_slide_with_image .et_pb_slide_description {
    text-align: left;
  }
  .bloc_pcd.formation.photo.avec-titre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image, 
  .bloc_pcd.formation.photo_verticale.avec-titre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image,
  .bloc_pcd.formation.photo.avec-titre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description, 
  .bloc_pcd.formation.photo_verticale.avec-titre .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 1rem;
  }
}

/*
 * Blocs PCD 2024
 * → Liste de formations
 */
.bloc_pcd.formations {
  padding: 1.5rem 3rem !important;
  background-color: #eff4f0;
}
.bloc_pcd.formations.blanc {
  background-color: #fff;
}
.bloc_pcd.formations h3 {
  max-width: none !important;
  text-align: center;
}
body .entry-content .bloc_pcd.formations ul,
body .post-content .bloc_pcd.formations ul,
.single .post-wrap .post-content .bloc_pcd.formations ul,
.archive .post-wrap .post-content .bloc_pcd.formations ul,
.blog .post-wrap .post-content .bloc_pcd.formations ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1.5rem;
  max-width: none;
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
  list-style: none;
}
body .entry-content .bloc_pcd.formations.quatre-colonnes ul,
body .post-content .bloc_pcd.formations.quatre-colonnes ul,
.single .post-wrap .post-content .bloc_pcd.formations.quatre-colonnes ul,
.archive .post-wrap .post-content .bloc_pcd.formations.quatre-colonnes ul,
.blog .post-wrap .post-content .bloc_pcd.formations.quatre-colonnes ul {
  grid-template-columns: repeat(4, 1fr);
}
body .entry-content .bloc_pcd.formations.trois-colonnes ul,
body .post-content .bloc_pcd.formations.trois-colonnes ul,
.single .post-wrap .post-content .bloc_pcd.formations.trois-colonnes ul,
.archive .post-wrap .post-content .bloc_pcd.formations.trois-colonnes ul,
.blog .post-wrap .post-content .bloc_pcd.formations.trois-colonnes ul {
  grid-template-columns: repeat(3, 1fr);
}
body .entry-content .bloc_pcd.formations.deux-colonnes ul,
body .post-content .bloc_pcd.formations.deux-colonnes ul,
.single .post-wrap .post-content .bloc_pcd.formations.deux-colonnes ul,
.archive .post-wrap .post-content .bloc_pcd.formations.deux-colonnes ul,
.blog .post-wrap .post-content .bloc_pcd.formations.deux-colonnes ul {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem 1.5rem;
}
.bloc_pcd.formations ul li.wp-block-post {
  flex-basis: calc(33% - 1.5rem);
  padding: 0;
  border-radius:6px;
}
.bloc_pcd.formations ul li.wp-block-post.avec-details {
  background-color: #fff;
  box-shadow: 0px 17px 25px -6px rgba(0, 0, 0, 0.06);
  border-radius: .75rem;
  overflow: hidden;
}
.bloc_pcd.formations.quatre-colonnes ul li.wp-block-post {
  flex-basis: calc(25% - 1.5rem);
}
.bloc_pcd.formations.deux-colonnes ul li.wp-block-post {
  flex-basis: calc(50% - 1.5rem);
}
.bloc_pcd.formations ul li.wp-block-post > figure {
  aspect-ratio: 1/1;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bloc_pcd.formations.deux-colonnes ul li.wp-block-post > figure {
  aspect-ratio: 16/9;
}
.bloc_pcd.formations ul li.wp-block-post .wp-block-post-title {
  margin: 1rem 0 0 !important;
  padding: 0;
}
.bloc_pcd.formations ul li.wp-block-post .wp-block-template-part .wp-block-group {
  padding: 0;
}
.bloc_pcd.formations ul li.wp-block-post .wp-block-template-part .wp-block-group .wp-block-group {
  display: block;
  font-size: smaller;
}
.bloc_pcd.formations ul li.wp-block-post .wp-block-template-part .wp-block-group .wp-block-group > * {
  display: inline;
}
.bloc_pcd.formations .wp-block-post-featured-image img {
  border-radius:6px;
}
.bloc_pcd.formations.deux-colonnes ul li.wp-block-post {
  text-align: center;
}
.bloc_pcd.formations.deux-colonnes ul li.wp-block-post h3 {
  margin: 1rem 0 0!important;
}
.bloc_pcd.formations.deux-colonnes ul li.wp-block-post p.texte_cta {
  text-align: center;
  font-size: 1rem;
}
.bloc_pcd.formations.deux-colonnes ul li.wp-block-post a.et_pb_button {
    border-radius: 4px !important;
    font-weight: 400 !important;
    background-color: #c4f0c4 !important;
    color: #3a533f !important;
    border: none !important;
    font-size: 1em !important;
    line-height: 1.3em !important;
    padding: 16px 24px !important;
    margin: 0 auto;
}
.bloc_pcd.formations .et_pb_text_inner {
    text-align: center;
}
.bloc_pcd.formations .et_pb_text_inner h3 {
  margin-top: 0 !important;
}
.bloc_pcd.formations ul li.wp-block-post.avec-details .details {
  padding: 0 1rem 1rem;
  text-align: left;
}
.bloc_pcd.formations ul li.wp-block-post.avec-details .details h3,
.bloc_pcd.formations ul li.wp-block-post.avec-details .details p.texte_cta {
  text-align: left;
}
.bloc_pcd.formations ul li.wp-block-post.avec-details .details > a {
  display: block;
  text-align: center;
  border: 0;
  padding: 1rem 1.5rem;
}
.bloc_pcd.formations ul li.wp-block-post.avec-details .details > a:hover,
.bloc_pcd.formations ul li.wp-block-post.avec-details .details > a:focus {
  color: #c4f0c4 !important;
}
@media screen and (max-width:480px){
  body .entry-content .bloc_pcd.formations.quatre-colonnes ul,
  body .post-content .bloc_pcd.formations.quatre-colonnes ul,
  .single .post-wrap .post-content .bloc_pcd.formations.quatre-colonnes ul,
  .archive .post-wrap .post-content .bloc_pcd.formations.quatre-colonnes ul,
  .blog .post-wrap .post-content .bloc_pcd.formations.quatre-colonnes ul {
    grid-template-columns: 1fr;
  }
}

/*
 * Blocs PCD 2024
 * → Livre
 */
.bloc_pcd.livre {
  border-radius: 1em;
  margin-top : 3rem !important;
  padding: 1.5rem !important;
  border: 1px solid #AFC8B4;
  width: auto;
  overflow: hidden!important; 
  color: #37503C;
}
.bloc_pcd.livre.horizontal {
  display: grid;
  grid-template-columns: minmax(148px, 240px) 1fr;
  grid-gap: 2rem;
}
.bloc_pcd.livre.horizontal.alignfull,
.bloc_pcd.livre.horizontal.alignwide {
  grid-template-columns: minmax(240px,320px) 1fr;
}
.bloc_pcd.livre img {
  border-radius:4px;
}
.bloc_pcd.livre p.details {
  display:none;
}
.bloc_pcd.livre.alignfull p.details,
.bloc_pcd.livre.alignwide p.details {
  display:block;
}
.bloc_pcd.livre h3 {
  margin-top: 1rem !important;
  margin-bottom: .5rem !important;
  padding-bottom: 0 !important;
  letter-spacing: -0.01rem;
  font-size: 4rem;
  line-height: 1;
  font-family: 'cooper-light',serif;
  color: #37503C;
  font-weight: 400;
  max-width: none;
}
.bloc_pcd.livre.alignfull h3,
.bloc_pcd.livre.alignwide h3 {
  font-size: 3.1875rem;
}
.bloc_pcd.livre.horizontal h3 {
  margin-top: 2rem !important;
}
.bloc_pcd.livre .et_pb_text_inner > * {
  max-width: none !important;
}
.bloc_pcd.livre .et_pb_text_inner p {
  margin-bottom: 1rem !important;
}
.bloc_pcd.livre.horizontal img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bloc_pcd.livre a {
    margin-right: 1em !important;
    border-bottom: 1.5px dotted #709D79;
    color: #709D79;
    line-height: 1.8;
}
.bloc_pcd.livre a:hover,
.bloc_pcd.livre a:focus {
    border-bottom: 1.5px solid #709D79;
}
.bloc_pcd.livre .et_pb_column.et_pb_column_1_2.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child {
  max-width: none;
}
@media screen and (max-width:480px){
  .bloc_pcd.livre.horizontal,
  .bloc_pcd.livre.horizontal.alignfull,
  .bloc_pcd.livre.horizontal.alignwide {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .bloc_pcd.livre.horizontal h3 {
    margin-top: 0rem !important;
  }
}

.fct-product-card{
  border:none!important;
}

.cta-final-atelier{
  padding: 1em;
  border-radius: 1em;
}


/*
 * Blocs PCD 2024
 * → CTA
 */
 

.bloc_pcd.cta .cta-actions a.cta-primary-btn{
  color: white!important
}
 
.bloc_pcd.cta,
.single .post-wrap .post-content .bloc_pcd.cta {
  padding: 1.5rem !important;
  border: 1px solid #AFC8B4;
  width: auto;
  overflow: hidden!important; 
  color: #37503C;
  /*background-color: #eff4f0;*/
  border: 1px solid #3a533f;
  margin-top: 2em!important;
  margin-bottom: 2em!important;
  border-radius: 1em;
}
.bloc_pcd.cta.visuel {
  display: grid;
  grid-template-columns: minmax(148px, 240px) 1fr;
  grid-gap: 2rem;
  align-items: center;
}
.bloc_pcd.cta.alignfull,
.bloc_pcd.cta.alignwide {
  grid-template-columns: minmax(240px,320px) 1fr;
}
.bloc_pcd.cta img {
  /*border-radius:4px;*/
}
.bloc_pcd.cta h3{
  margin-top: 0 !important;
  margin-bottom: .5rem !important;
  padding-bottom: 0 !important;
  letter-spacing: -0.01rem;
  font-size: 2rem;
  line-height: 1;
  font-family: 'cooper-light',serif;
  color: #37503C;
  font-weight: 400;
  max-width: none;
  text-align: left;
  font-size: 2.5rem;
  line-height: 3rem;
}
.bloc_pcd.cta .et_pb_text_inner > * {
  max-width: none !important;
}
.bloc_pcd.cta .et_pb_text_inner p {
margin-bottom: 1rem !important;
    font-size: 1.625rem;
    line-height: 1.7325rem;
text-align: left;
}
.bloc_pcd.cta img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bloc_pcd.cta a {
    margin-right: 1em !important;
    border-bottom: 1.5px dotted #709D79;
    color: #709D79;
    line-height: 1.8;
}
.bloc_pcd.cta a:hover,
.bloc_pcd.cta a:focus {
    border-bottom: 1.5px solid #709D79;
}
.bloc_pcd.cta .et_pb_column.et_pb_column_1_2.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child {
  max-width: none;
}
@media screen and (max-width:480px){
  .bloc_pcd.cta,
  .bloc_pcd.cta.alignfull,
  .bloc_pcd.cta.alignwide {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .bloc_pcd.cta h3 {
    margin-top: 0rem !important;
  }
}

/*
 * Blocs PCD 2024
 * → Lien article
 */
.bloc_pcd.lien-article,
.single .post-wrap .post-content .bloc_pcd.lien-article {
  padding: 1.5rem !important;
  border: 1px solid #AFC8B4;
  width: auto;
  overflow: hidden!important; 
  color: #37503C;
  background-color: #eff4f0;
  border: 1px solid #3a533f;
  border-radius: 1em;
}
.bloc_pcd.lien-article.visuel {
  display: grid;
  grid-template-columns: minmax(148px, 240px) 1fr;
  grid-gap: 2rem;
  align-items: center;
  margin: 1rem auto !important;
}
@media screen and (max-width:767px){
  .bloc_pcd.lien-article.visuel {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin: 1rem !important;
  }
}
.bloc_pcd.lien-article.alignfull,
.bloc_pcd.lien-article.alignwide {
  grid-template-columns: minmax(240px,320px) 1fr;
}
.bloc_pcd.lien-article img {
  border-radius:4px;
}
.bloc_pcd.lien-article h3 {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0 !important;
  font-family: 'cooper-light',serif;
  color: #37503C;
  max-width: none;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
}
.bloc_pcd.lien-article.taille-M h3 {
  font-size: 4rem;
  line-height: 5rem;
}
.bloc_pcd.lien-article.taille-S h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}

.bloc_pcd.lien-article .et_pb_text_inner > * {
  max-width: none !important;
}
.bloc_pcd.lien-article .et_pb_text_inner p {
  margin-bottom: 1rem !important;
  font-size: 1.625rem;
  line-height: 1.7325rem;
  text-align: left;
}
.bloc_pcd.lien-article.taille-S .et_pb_text_inner p {
  margin-bottom: 1rem !important;
  font-size: 1.625rem;
  
  line-height: 1.7325rem;
}

.bloc_pcd.lien-article img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bloc_pcd.lien-article a {
    margin-right: 1em !important;
    border-bottom: 1.5px dotted #709D79;
    color: #709D79;
    line-height: 1.8;
}
.bloc_pcd.lien-article a:hover,
.bloc_pcd.lien-article a:focus {
    border-bottom: 1.5px solid #709D79;
}
.bloc_pcd.lien-article .et_pb_column.et_pb_column_1_2.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child {
  max-width: none;
}
@media screen and (max-width:480px){
  .bloc_pcd.lien-article,
  .bloc_pcd.lien-article.alignfull,
  .bloc_pcd.lien-article.alignwide {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .bloc_pcd.lien-article h3 {
    margin-top: 0rem !important;
  }
}

/*
 * Blocs PCD 2024
 * → Principe
 */
.single .post-wrap .post-content .bloc_pcd.principe:not(.alignfull):not(.alignwide) {
  max-width: 840px !important;
}
.bloc_pcd.principe {
  padding: 3rem;
  min-height: 0;
  background-color: #fff;
  overflow: visible !important;
  text-align: center;
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}
.bloc_pcd.principe.gauche {
  text-align: left;
}
.bloc_pcd.principe svg {
    position: absolute;
    left: calc(50% - 24px);
    top: -24px;
}
.bloc_pcd.principe.gauche svg {
    position: absolute;
    left: -24px;
    top: -24px;
}
@media only screen and (max-width: 440px) {
  .bloc_pcd.principe.gauche svg {
    left: -14px;
    top: -14px;
  }
}
.bloc_pcd.principe.fonce svg * {
  stroke: #C4F0C4;
}
.single .post-wrap .post-content .bloc_pcd.principe > * {
  max-width: none;
}
.bloc_pcd.principe.fonce {
  background-color: #37503c;
  border-radius:6px;
  color: #fff;
}
.bloc_pcd.principe.fonce p.surtitre,
.bloc_pcd.principe.fonce p.soustitre {
  color: #C4F0C4;
}
.bloc_pcd.principe p.soustitre {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
.bloc_pcd.principe p.surtitre {
  font-size: 18px !important;
}
.bloc_pcd.principe.leger {
  background-color: #c4f0c4;
  border-radius:1em;
}
.bloc_pcd.principe.clair {
  background-color: #eff4f0;
  border-radius:1em;
}
.bloc_pcd.principe.blanc {
  background-color: #fff;
  border-radius:1em;
}
.bloc_pcd.principe h3 {
  text-align: center;
  font-family:'cooper-light',serif!important;
  font-size:2rem!important;
  margin: 1rem 0 .5rem !important;
  line-height: 1.2;
}
.bloc_pcd.principe.gauche h3 {
  text-align: left;
}
.bloc_pcd.principe.fonce h3 {
  color: #fff;
}

/*
 * Blocs PCD 2024
 * → Formulaire PDF
 */
.bloc_pcd.formulaire {
  padding: 4rem !important;
  min-height: 0;
  overflow: visible;
  background-color: #f7f5e4;
  text-align:center;
}
.bloc_pcd.formulaire > .et_pb_row_1{
  padding: 1rem 1rem 0 !important;
  margin-bottom: 2rem;
}
.bloc_pcd.formulaire > .et_pb_row_2{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: none;
}
.bloc_pcd.formulaire .et_pb_slider .et_pb_slide {
  float: none;
  margin-right: -100%;
  padding: 0;
}
.bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0 3rem;
  align-items: flex-start;
  justify-content: stretch;
  margin: 0;
}
.bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner {
  grid-template-columns: minmax(320px, 1fr) 1fr;
}
.bloc_pcd.formulaire.alignfull .et_pb_slides .et_pb_slider_container_inner,
.bloc_pcd.formulaire.alignwide .et_pb_slides .et_pb_slider_container_inner {
  grid-template-columns: 320px 1fr;
}
.bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image {
  position: relative;
  top: unset;
  width: auto;
  margin: 0 !important;
}
.bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_image img {
  max-width: none;
  object-fit: cover ;
  width: 100%;
  height: 100%;
}
.bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
  width: 100%;
  padding: 3em;
}
.bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
  padding: 0 0 3em;
}
.bloc_pcd.formulaire h3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  letter-spacing: -0.01rem;
  font-family: 'cooper-light',serif;
  color: #37503C;
  font-weight: 400;
  max-width: none !important;
}
.bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description p {
  max-width: none;
}
.bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
    font-size: 19px;
    padding: 3rem;
}
.bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button {
      line-height: 2.5rem !important;
}
.bloc_pcd.formulaire .et_pb_container.clearfix {
    height: auto;
}
@media screen and (max-width:767px){
  .bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner {
    grid-template-columns: 1fr;
  }
  .bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 2rem 1rem;
  }
  .bloc_pcd.formulaire .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 1rem;
  }
}

/*
 * Commentaires
 */
.comment .says{
  display:none;
}

.commentaires,
.comments {
  margin: 4rem 0 1rem;
}
.single .post-wrap .post-content .commentaires > *,
.single .post-wrap .post-content .comments > * {
  max-width: none;
}
.commentaires h3,
.comments h3,
.commentaires h2,
.comments h2 {
  font-size: 3.1875rem;
  letter-spacing: -0.01rem;
  line-height: 3.2rem;
  font-family: 'cooper-light', serif;
  margin-top: 2.4rem !important;
  margin-bottom: 1rem !important;
}
.commentaires .commentlist,
.comments .commentlist {
  padding: 0 !important;
}
.commentaires .commentlist,
.commentaires .commentlist .children,
.comments .commentlist,
.comments .commentlist .children,
.comments ul,
.comments ul li {
  list-style: none;
  margin: 0;
}
.commentaires .commentlist > li,
.commentaires .commentlist .comment,
.comments .commentlist > li,
.comments .commentlist .comment {
  padding: 2rem 0;
  border-bottom: 1px solid #e6e0d6;
}
.commentaires .commentlist > li:last-child,
.commentaires .commentlist .comment:last-child,
.comments .commentlist > li:last-child,
.comments .commentlist .comment:last-child {
  border-bottom: none;
}
.commentaires .comment-body,
.comments .comment-body {
  position: relative;
  padding-left: 7rem;
  min-height: 5.6rem;
}
.commentaires .comment-author,
.comments .comment-author {
  margin-bottom: 0.6rem;
}
.commentaires .comment-author .avatar,
.comments .comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0.2rem;
  margin: 0;
}
.commentaires .comment-author cite,
.commentaires .comment-author .fn,
.comments .comment-author cite,
.comments .comment-author .fn {
  display: inline-block;
  margin-top: 0.4rem;
}

.comments .comment-author .fn a{
  color:#37503C;

}
.commentaires .comment-meta,
.comments .comment-meta,
.commentaires .commentmetadata,
.comments .commentmetadata {
  display: inline-block;
  /*margin-left: 0.6rem;*/
  white-space: nowrap;
}
.commentaires .comment-content,
.comments .comment-content,
.commentaires .comment-body > p,
.comments .comment-body > p {
  clear: both;
}
.commentaires .reply,
.comments .reply {
  /*position: absolute;*/
  right: 0;
  top: 0.2rem;
  margin-top: 0;
}
@media (max-width: 680px) {
  .commentaires .comment-body,
  .comments .comment-body {
    padding-left: 6rem;
  }
  .commentaires .reply,
  .comments .reply {
    position: static;
    margin-top: 0.8rem;
  }
}
.commentaires .comment-author .avatar,
.comments .comment-author .avatar {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: #f1efe9;
}
.commentaires .comment-author cite,
.commentaires .comment-author .fn,
.comments .comment-author cite,
.comments .comment-author .fn {
  /*font-family: 'cooper-light', serif;*/
  font-style: normal;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 700;
}
.commentaires .comment-meta,
.commentaires .commentmetadata,
.comments .comment-meta,
.comments .commentmetadata {
  font-size: 1.2rem;
  color: #37503C;
  font-weight: 700;
  margin-top: 0.2rem;
}
.commentaires .comment-meta a,
.commentaires .commentmetadata a,
.comments .comment-meta a,
.comments .commentmetadata a {
  color: #37503C;
  text-decoration: none;
}
.commentaires .comment-content p,
.comments .comment-content p,
.commentaires .comment-body p,
.comments .comment-body p {
  margin: 0.6rem 0 0 0;
  line-height: 1.6;
}
.commentaires .reply,
.comments .reply {
  margin-top: 1rem;
  text-align: end;
}
.commentaires .reply a,
.comments .reply a {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 0.6rem;
  background: #e8f4e8;
  color: #37503C;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
}
.commentaires .reply a:hover,
.comments .reply a:hover {
  background: #d8ecd8;
}
.commentaires #respond,
.comments #respond {
  margin-top: 3rem;
}
.commentaires #respond h3,
.comments #respond h3 {
  margin-bottom: 1.2rem !important;
}
.commentaires #commentform label,
.comments #commentform label {
  font-weight: 600;
  color: #37503C;
  font-size: 1.3rem;
}

/* Navigation articles (Précédent / Suivant) */
.post-nav {
  margin: 3.2rem 0 2.4rem;
}
.post-nav .nav-links {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.post-nav .nav-link {
  flex: 1 1 0;
}
.post-nav .nav-link a {
  display: block;
  padding: 1.6rem 1.8rem;
  border: 1px solid #d0d0d0;
  border-radius: 1.2rem;
  text-decoration: none;
  color: #190800;
  background: #f6f6f6;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.post-nav .nav-link a:hover {
  border-color: #37503C;
  background: #ffffff;
  transform: translateY(-1px);
}
.post-nav .nav-link .button {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #37503C;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.post-nav .nav-link .title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
}
.post-nav .nav-link-prev .button::before {
  content: "← ";
}
.post-nav .nav-link-next .button::after {
  content: " →";
}
@media (max-width: 860px) {
  .post-nav .nav-links {
    flex-direction: column;
  }
}
.commentaires #commentform textarea,
.commentaires #commentform input[type="text"],
.commentaires #commentform input[type="email"],
.commentaires #commentform input[type="url"],
.comments #commentform textarea,
.comments #commentform input[type="text"],
.comments #commentform input[type="email"],
.comments #commentform input[type="url"] {
  width: 100%;
  max-width: 840px;
  display: block;
  border: 1px solid #d0d0d0;
  border-radius: 0.6rem;
  padding: 1.1rem 1.4rem;
  background: #f1f1f1;
  color: #190800;
  font-size: 1.5rem;
  box-shadow: none;
}
.commentaires #commentform textarea:focus,
.commentaires #commentform input[type="text"]:focus,
.commentaires #commentform input[type="email"]:focus,
.commentaires #commentform input[type="url"]:focus,
.comments #commentform textarea:focus,
.comments #commentform input[type="text"]:focus,
.comments #commentform input[type="email"]:focus,
.comments #commentform input[type="url"]:focus {
  outline: none;
  border-color: #9a9a9a;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
.commentaires #commentform textarea::placeholder,
.comments #commentform textarea::placeholder {
  color: #6f6f6f;
}
.commentaires #commentform .form-submit,
.comments #commentform .form-submit {
  margin-top: 1.4rem;
}
.commentaires #commentform .form-submit input[type="submit"],
.comments #commentform .form-submit input[type="submit"] {
  background: #FFDE67;
  color: #190800;
  border: none;
  border-radius: 2.4rem;
  padding: 2.4rem 6.4rem 2.4rem 2.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  cursor: pointer;
  width: auto;
  display: inline-block;
  position: relative;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.commentaires #commentform .form-submit input[type="submit"]:after,
.comments #commentform .form-submit input[type="submit"]:after {
  content: '→';
  position: absolute;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-65%);
  font-size: 2.6rem;
  line-height: 1;
  color: currentColor;
}
.commentaires #commentform .form-submit input[type="submit"]:hover,
.comments #commentform .form-submit input[type="submit"]:hover {
  filter: brightness(0.95);
}
figure.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-has-aspect-ratio {
  position: relative;
}
figure.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-has-aspect-ratio .wp-block-embed__wrapper {
  background-color: rgba(196, 240, 196, .5); 
}
figure.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-has-aspect-ratio:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  background-image: url('data:image/svg+xml,<svg fill="%23000000" height="800px" width="800px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 60" xml:space="preserve"><g><path d="M45.563,29.174l-22-15c-0.307-0.208-0.703-0.231-1.031-0.058C22.205,14.289,22,14.629,22,15v30c0,0.371,0.205,0.711,0.533,0.884C22.679,45.962,22.84,46,23,46c0.197,0,0.394-0.059,0.563-0.174l22-15C45.836,30.64,46,30.331,46,30S45.836,29.36,45.563,29.174z M24,43.107V16.893L43.225,30L24,43.107z"/><path d="M30,0C13.458,0,0,13.458,0,30s13.458,30,30,30s30-13.458,30-30S46.542,0,30,0z M30,58C14.561,58,2,45.439,2,30S14.561,2,30,2s28,12.561,28,28S45.439,58,30,58z"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6rem;
}
.post-content .entry-content figure.wp-block-embed.is-type-video.wp-embed-aspect-16-9.wp-has-aspect-ratio figcaption {
  text-align: left;
}
.single .post-wrap .post-content p.video-retranscript,
.video-retranscript {
  background-color:#eff4f0;
  width: 100% !important;
  max-width: 840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
  padding: 2rem;
  border-radius: 6px;
}
.single .post-wrap .post-content .entry-content >  p.video-retranscript {
  /*margin-top: -3rem !important;*/
}
.cookieconsent-optout-marketing {
  background-color: #FFF470;
  border: 1px solid #e6d85f;
  color: #190800;
  padding: 2rem 2.4rem;
  width: 100% !important;
  max-width: 840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1em !important;
  margin-bottom: 4rem !important;
  border-radius: 12px;
  text-align: left;
}
.bloc_pcd.articles .cookieconsent-optout-marketing {
  margin-bottom: 4rem !important;
}
.single .post-wrap .post-content .cookieconsent-optout-marketing p,
.cookieconsent-optout-marketing p {
  font-weight: 700;
  color: #37503C;
  margin-bottom: 0.8rem !important;
}
.single .post-wrap .post-content .cookieconsent-optout-marketing li,
.cookieconsent-optout-marketing li {
  margin-bottom: 0.6rem !important;
  line-height: 1.6;
  color: #37503C;
}
.cookieconsent-optout-marketing ul {
  margin: 0.8rem 0 0 0;
  padding-left: 2.6rem;
}
.cookieconsent-optout-marketing li {
  padding-left: 0.2rem;
}
.cookieconsent-optout-marketing a {
  color: #37503C;
  text-decoration: underline;
  font-weight: 600;
}
.cookieconsent-optout-marketing a:hover {
  text-decoration: none;
}
.bloc_pcd.articles .cookieconsent-optout-marketing {
  padding: 2rem 2.4rem;
}
.bloc_pcd.articles .cookieconsent-optout-marketing ul {
  display: block;
}
.bloc_pcd.articles .cookieconsent-optout-marketing p,
.bloc_pcd.articles .cookieconsent-optout-marketing ul,
.bloc_pcd.articles .cookieconsent-optout-marketing li,
.bloc_pcd.articles .cookieconsent-optout-marketing a {
  font-size: inherit;
}
.bloc_pcd.articles .wp-block-post-featured-image .cookieconsent-optout-marketing a {
  display: inline-block;
}
.visuel {
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.visuel img{
  width: 100%;
}
.video-format {
  text-align: center;
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.video-format iframe {
  width: 100%;
}
figure.mask img,
img.mask {
    -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjAwIDYwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDU0LjUgMTM3LjZDNTIwIDIwMC4xIDU5OC4yIDI2OC41IDYwMCAzNDMuOGMxLjYgNzUuMy03My40IDE1Ny41LTE3MS40IDIwNy41LTk4IDQ5LjktMjE4LjkgNjcuOC0yOTcgMjMuMi03Ny45LTQ0LjQtMTEyLjgtMTUxLjEtMTI2LTI1MFMuOSAxMzQuNyA1MSA3NS42YzQ5LjktNTkuMSAxNDEuMy04Ni40IDIxMy4zLTcxLjdDMzM2LjMgMTguNiAzODkgNzUgNDU0LjUgMTM3LjZ6Ii8+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjAwIDYwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDU0LjUgMTM3LjZDNTIwIDIwMC4xIDU5OC4yIDI2OC41IDYwMCAzNDMuOGMxLjYgNzUuMy03My40IDE1Ny41LTE3MS40IDIwNy41LTk4IDQ5LjktMjE4LjkgNjcuOC0yOTcgMjMuMi03Ny45LTQ0LjQtMTEyLjgtMTUxLjEtMTI2LTI1MFMuOSAxMzQuNyA1MSA3NS42YzQ5LjktNTkuMSAxNDEuMy04Ni40IDIxMy4zLTcxLjdDMzM2LjMgMTguNiAzODkgNzUgNDU0LjUgMTM3LjZ6Ii8+PC9zdmc+);
}
.wp-block-table table {
  table-layout: fixed; 
}
.wp-block-table td:empty {
  height: 53px;
}
.wp-block-table td:not(:empty) {
  background-color: #c4f0c4;
}
.gutena-tab-title-text > div {
  font-size: 1.375rem;
  color: #2eb96a;
  letter-spacing: 0rem;
  font-family: 'cooper-regular', serif;
}
.wp-block-group.alignwide .wp-block-media-text.ico,
.wp-block-media-text.alignwide.ico {
  grid-template-columns: 128px auto !important;
}
.wp-block-group.alignwide .wp-block-media-text.ico > figure > img,
.wp-block-media-text.alignwide.ico > figure > img {
  max-width: 128px;
}
.post-wrap a:not(.wp-block-button__link){
  /*color:#1e73be!important;*/
  background-repeat:no-repeat;
  background-position:0px 110%;
  background-size:100% 0.2em;
  text-decoration:none
}
.post-wrap a:hover{
  background-image:linear-gradient(rgba(103,156,115,1) 0%,rgba(103,156,115,1) 100%);
  background-repeat:no-repeat;
  background-position:0px 110%;
  background-size:100% 0.2em;
  text-decoration:none
}
.post-wrap a:not(.wp-block-button__link),
.entry-content a:where(:not(.wp-element-button)) {
  /*color:#1e73be!important;*/
  background-repeat:no-repeat;
  background-position:0px 110%;
  background-size:100% 0.2em;
  text-decoration:none
}
.post-wrap a:not(.wp-block-button__link):hover,
.post-wrap a:not(.wp-block-button__link):focus,
.entry-content a:where(:not(.wp-element-button)):hover,
.entry-content a:where(:not(.wp-element-button)):focus {
  background-image:linear-gradient(rgba(30,115,190,1) 0%,rgba(30,115,190,1) 100%);
  background-repeat:no-repeat;
  background-position:0px 110%;
  background-size:100% 0.2em;
  text-decoration:none
}

.fluent-cart-direct-checkout-button,
.fct-product-view-button {
  color: #37503C !important;
  background: #FFDE67 !important;
  background-image: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.fluent-cart-direct-checkout-button:before,
.fct-product-view-button:before {
  content: none !important;
}

.fct-product-buttons-wrap .fluent-cart-direct-checkout-button,
.fct-product-buttons-wrap .fct-product-view-button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: #37503C !important;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  padding: 2.4rem 6.4rem 2.4rem 2.4rem !important;
  border-radius: 2.4rem !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  white-space: normal !important;
  text-align: left !important;
}

.fct-product-buttons-wrap .fluent-cart-direct-checkout-button *,
.fct-product-buttons-wrap .fct-product-view-button * {
  color: inherit !important;
}

@media (min-width: 671px) {
  .fct-product-buttons-wrap .fluent-cart-direct-checkout-button,
  .fct-product-buttons-wrap .fct-product-view-button {
    border-radius: 1.2rem !important;
    box-shadow: none !important;
    padding: 3.5rem 6.4rem 3.5rem 2.6rem !important;
  }
}

.fct-product-buttons-wrap .fluent-cart-add-to-cart-button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  padding: 2.4rem 6.4rem 2.4rem 2.4rem !important;
  border-radius: 2.4rem !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  box-shadow: none !important;
}

@media (min-width: 671px) {
  .fct-product-buttons-wrap .fluent-cart-add-to-cart-button {
    border-radius: 1.2rem !important;
    padding: 3.5rem 6.4rem 3.5rem 2.6rem !important;
  }
}

.fluent-cart-direct-checkout-button:hover,
.fluent-cart-direct-checkout-button:focus,
.fct-product-view-button:hover,
.fct-product-view-button:focus {
  color: #ffffff !important;
  background: #37503C !important;
  background-image: none !important;
  text-decoration: none !important;
}

.post-wrap .wp-block-heading a:not(.wp-block-button__link),
.entry-content .wp-block-heading a:where(:not(.wp-element-button)),
.post-wrap.yoast-breadcrumbs a:not(.wp-block-button__link),
.page-template-page-formation-sessions .post-wrap a:not(.wp-block-button__link){
  color:#608c69!important;
}
.post-wrap .wp-block-heading a:not(.wp-block-button__link):hover,
.post-wrap .wp-block-heading a:not(.wp-block-button__link):focus,
.entry-content .wp-block-heading a:where(:not(.wp-element-button)):hover,
.entry-content .wp-block-heading a:where(:not(.wp-element-button)):focus,
.page-template-page-formation-sessions .post-wrap a:not(.wp-block-button__link):hover,
.page-template-page-formation-sessions .post-wrap a:not(.wp-block-button__link):focus,
.page-template-page-formation-sessions .entry-content a:where(:not(.wp-element-button)):hover,
.page-template-page-formation-sessions .entry-content a:where(:not(.wp-element-button)):focus,
.post-wrap.yoast-breadcrumbs a:not(.wp-block-button__link):hover,
.post-wrap.yoast-breadcrumbs a:not(.wp-block-button__link):focus {
  background-image:linear-gradient(rgba(96,140,105,1) 0%,rgba(96,140,105,1) 100%);
}

.entry-content .bloc_pcd a:where(:not(.wp-element-button)) {
  color: rgba(58,83,63,1) !important;
  background-repeat:no-repeat;
  background-position:0px 110%;
  background-size:100% 0.2em;
  text-decoration:none
}
.post-wrap .bloc_pcd a:not(.wp-block-button__link):hover,
.post-wrap .bloc_pcd a:not(.wp-block-button__link):focus,
.entry-content .bloc_pcd a:where(:not(.wp-element-button)):hover,
.entry-content .bloc_pcd a:where(:not(.wp-element-button)):focus {
  background-image:linear-gradient(rgba(58,83,63,1) 0%,rgba(58,83,63,1) 100%);
  background-repeat:no-repeat;
  background-position:0px 110%;
  background-size:100% 0.2em;
  text-decoration:none
}

.wpcf7-list-item {
  margin: 0;
}


.type-post .post-wrap{
  margin-top:2em;
}






.decouvrir-themes {
    column-count: 2;
    column-gap: 20px;
}

.theme-bloc {
    break-inside: avoid;
  border: none;
    margin-bottom: 20px;
  border-radius: 0;
  background: transparent;
    overflow: hidden;
  box-shadow: none;
}

.theme-bloc h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
}

.theme-bloc ul {
    margin: 0;
  padding-left: 0;
  list-style: none;
}

.theme-bloc li {
    margin: 4px 0;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}

.theme-bloc {
    border-bottom: 1px solid #cfdcd4;
}

.theme-bloc a,
.theme-bloc a:visited {
  color: #37503C !important;
    text-decoration: underline !important;
}

.theme-bloc a:hover {
    text-decoration: underline;
}

.no-page {
  color: inherit;
    font-style: italic;
}

.theme-toggle {
    width: 100%;
    text-align: left;
    padding: 14px;
    font-size: 20px;
  font-weight: 700;
    background: transparent;
    border: none;
    cursor: pointer;
    box-shadow: none;
}

.theme-content {
    padding: 0;
}

.theme-content * {
  box-shadow: none !important;
}

.theme-content:not(.open) {
    display: none;
}

.theme-content.open {
    display: block;
    padding: 12px;
}
@media (max-width: 768px) {
    .decouvrir-themes {
        column-count: 1;
    }
}

.theme-toggle::after {
    content: '+';
    float: right;
  width: 26px;
  height: 26px;
  line-height: 26px;
    text-align: center;
    border: none;
    border-radius: 50%;
    background: #37503C;
    color: #fff;
    font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
    transition: all 0.3s;
}

.theme-toggle.open::after {
    content: '-';
    font-weight: 100;
}





.breadcrumb a{
  Color: #37503c!important;
  text-decoration: none;
  font-weight: bold;
}

/* Overrides globaux pour les blocs dashboard (latest-*) */
.latest-plants-list .plant-preview .thumb {
  aspect-ratio: 1 / 1 !important;
  height: auto;
}

.latest-plants-list .plant-preview .thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.latest-plants-list {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 1.6rem !important;
}

@media (max-width: 1003px) {
  .latest-plants-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.latest-articles-list .article-preview .thumb {
  aspect-ratio: 16 / 9 !important;
}

.latest-articles-list .article-preview .thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Grille fiches (5 colonnes desktop) */
.fiches-categorie-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
}



.fiches-categorie {
  margin-top: 3em;
}

.fiches-categories .fiches-categorie:first-child {
  margin-top: 0em;
}

.fiches-categorie h3 {
  color: #37503C;
  font-family: "Recoleta", sans-serif;
  font-size: 2.1rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}


.fiche-item .wp-block-image{
  margin: 0.5em 0 !important;
  
}

.fiche-item .wp-block-image img{
  border: 1px solid #e6e6e6;
  
}

.fiche-item .wp-block-columns{
  margin: 0 !important;
  gap: 0.6rem !important;
  justify-content: center;
}

.fiche-item .wp-block-column{
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.fiche-item .wp-block-image,
.fiche-item .wp-block-image figure,
.fiche-item figure.wp-block-image{
  display: block;
  text-align: center;
  margin: .15rem 0 .25rem 0 !important;
}

.fiche-item {
  background: #fbfcfb;
  border: 1px solid #eef2ef;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  border-radius: 1.6rem;
  padding: .5rem .7rem .5rem .7rem;
  text-align: center;
}

.fiche-item.is-locked {
  position: relative;
  overflow: hidden;
}

.fiche-item.is-locked .fiche-item-content a {
  pointer-events: none !important;
  cursor: default;
}

.fiche-item.is-locked .fiche-item-content {
  opacity: .65;
  filter: none;
}

.fiche-item.is-locked .fiche-locked-link {
  text-decoration: none;
  color: inherit;
}

.fiche-item .fiche-watermark {
  display: none;
}

.fiche-item.is-locked .fiche-watermark {
  display: inline-flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: max-content;
  max-width: calc(100% - 1.2rem);
  padding: .75rem 1rem;
  /*font-family: "Recoleta", sans-serif;*/
  font-size: 1.25rem;
  line-height: 1.3;
  color: #ffffff;
  background: #37503C;
  border: 1px solid #37503C;
  border-radius: 1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  /*text-transform: uppercase;*/
  letter-spacing: .04em;
  text-decoration: none;
  cursor: pointer;
}

.fiche-item img {
  display: block;
  margin: .15rem auto .25rem auto;
  max-width: 100%;
  height: auto;
  border-radius: 1.2rem;
}

.fiche-item h1,
.fiche-item h2,
.fiche-item h3,
.fiche-item h4,
.fiche-item h5,
.fiche-item h6,
.fiche-item .wp-element-caption {
  color: #37503C;
  font-family: "Recoleta", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: .8rem 0 0 0;
  text-align: center;
}

@media (max-width: 1003px) {
  .fiches-categorie-items {
    grid-template-columns: repeat(2, 1fr);
  }
}



.search-resource-block .reset, .search-resource-block .close-map,
.search-resource-block .full-screen-btn, .search-resource-block .leaflet-geonames-search {
  display: none;
}

/* Ancien formulaire (conservé pour l'URL API + nonce), UI masquée */
.search-resource-block #js-search-resource .search-type-list,
.search-resource-block #js-search-resource .input-text,
.search-resource-block #js-search-resource #js-submit,
.search-resource-block #js-search-resource #js-reset{
  display: none !important;
}

.search-resource-block #js-search-resource fieldset{
  padding: 0;
  border: 0;
  margin: 0;
}

.search-resource-block #js-search-resource .ajax-return{
  margin: 0 0 1.2rem 0;
}

.search-resource-block .map{
  min-height: 500px;
  position: relative;
}

/* Loader overlay (Leaflet map) */
.search-resource-block #js-leaflet-map .permafamily-map-loader{
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(2px);
  z-index: 1200;
}

.search-resource-block #js-leaflet-map .permafamily-map-loader-inner{
  display: flex;
  flex-direction: column;
  gap: .8rem;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.6rem;
  border-radius: 1.6rem;
  background: rgba(251, 252, 251, .95);
  border: 1px solid #eef2ef;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.search-resource-block #js-leaflet-map .permafamily-map-spinner{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid rgba(2, 89, 82, .25);
  border-top-color: #37503C;
  animation: permafamily-spin 0.8s linear infinite;
}

.search-resource-block #js-leaflet-map .permafamily-map-loader-text{
  font-size: 1.4rem;
  font-weight: 700;
  color: #190800;
}

@keyframes permafamily-spin{
  to{ transform: rotate(360deg); }
}

/* Filtres de type (au-dessus de la carte) */
.search-resource-block .permafamily-map-filters-outside{
  display: block;
  width: 100%;
  margin: 1.2rem 0;
  padding: 1.2rem 1.6rem;
  background: #fbfcfb;
  border: 1px solid #eef2ef;
  border-radius: 1.6rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.search-resource-block .permafamily-map-filters-title{
  font-family: "Recoleta", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #37503C;
  margin-bottom: .8rem;
}

.search-resource-block .permafamily-map-filters-list{
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2rem;
}

.search-resource-block .permafamily-map-locate{
  margin: 0 0 1rem 0;
}

.search-resource-block .permafamily-map-locate-title{
  font-size: 1.4rem;
  font-weight: 700;
  color: #190800;
  margin: 0 0 .6rem 0;
}

.search-resource-block .permafamily-map-locate-row{
  display: flex;
  align-items: center;
  gap: .8rem;
}

.search-resource-block .permafamily-map-locate-input{

  min-width: 180px;
  height: 4.2rem;
  padding: 0 1.2rem;
  border: 1px solid #9EA6A1;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}

.search-resource-block .permafamily-map-locate-btn{
  width: auto;
  height: 4.2rem;
  padding: 0 1.4rem;
  border-radius: 1.2rem;
  border: 2px solid #37503C;
  background: #37503C;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.search-resource-block .permafamily-map-locate-btn:disabled{
  opacity: .6;
  cursor: default;
}

.search-resource-block .permafamily-map-filter-row{
  display: inline-block;
}

/* Le thème masque les input checkbox et dessine la case sur le label.
   On ajuste juste la taille/typo pour le bloc filtres. */
.search-resource-block .permafamily-map-filter-row input[type=checkbox] + label{
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-right: 0;
  padding-left: 2.6rem;
}

.search-resource-block .permafamily-map-filter-row input[type=checkbox] + label:before,
.search-resource-block .permafamily-map-filter-row input[type=checkbox] + label:after{
  width: 1.8rem;
  height: 1.8rem;
}

.search-resource-block .permafamily-map-filter-row input[type=checkbox] + label:before{
  border-radius: .4rem;
}

.search-resource-block .permafamily-map-filter-row input[type=checkbox]:disabled + label{
  opacity: .5;
  cursor: default;
}



.leaflet-popup-content{
  font-size: 2em!important;
}



.js-disconnect{
cursor: pointer;

}






.bloc_pcd.citation.fonce  {
    background-color: #37503c;
    border-radius: 1em;
    color: #fff;
    padding: 0;
}

.bloc_pcd.citation .wp-block-image{
  margin: 0 !important;
}

.bloc_pcd.citation .wp-block-columns .wp-block-column{
  width: 100%;
    flex-basis: initial !important;
}

.bloc_pcd.citation .wp-block-columns figure{
margin-left: 2em !important;
    margin-top: -0.6em !important;

}





.fluent-products .post-header{
  display: none;
}
.fluent-products .visuel{
  display: none;
}











/*
 * Table des matières
 */
div#ez-toc-container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  line-height: 2;
  font-size: 1.2rem;
}
div#ez-toc-container .ez-toc-title {
  font-weight: 700 !important;
}
div#ez-toc-container > nav a {
  color: #222 !important;
}
div#ez-toc-container > nav a:hover,
div#ez-toc-container > nav a:focus {
  color: #3a533f !important;
  /*background-image: linear-gradient(rgba(103, 156, 115, 1) 0%, rgba(103, 156, 115, 1) 100%);*/

  text-decoration: underline;
}
.ez-toc-counter nav ul li::before {
  content: counter(item, disc) ' ';
  margin-right: .5em;
  counter-increment: item;
  flex-grow: 0;
  flex-shrink: 0;
  float: left;
}
.ez-toc-counter nav ul ul li::before {
  font-size: 1rem;
}
.ez-toc-counter nav ul li a::before {
  content: '';
  display: none;
}
div#ez-toc-container > nav > ul {
  margin: 3rem 0 0;
  padding: 0 !important;
  max-width: 100% !important;
}
div#ez-toc-container > nav > ul > li {
  margin-bottom: 0.5rem !important
}
div#ez-toc-container > nav > ul li {
  margin-bottom: 0.5rem !important
}
div#ez-toc-container > nav > ul > li > a {
  font-size: 1.5rem;
}
div#ez-toc-container > nav > ul ul {
  margin: .25rem 0 0 2rem !important;
  padding: 0 !important;
  max-width: 100% !important;
}

/* Category/Archive post styling */
/* Mobile first - 1 colonne */
.category-page .posts-grid,
.category-page .section-inner .posts-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
  margin-bottom: 3rem !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Tablette petite - 2 colonnes */
@media (min-width: 668px) {
  .category-page .posts-grid,
  .category-page .section-inner .posts-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.2rem !important;
  }
  .category-page .category-post h2 a {
    font-size: 1.4rem !important;
  }
  .category-page .category-post .date,
  .category-page .category-post .author {
    font-size: 1rem !important;
  }
  .category-page .category-post p {
    font-size: 1rem !important;
  }
}

/* Tablette grande - 3 colonnes */
@media (min-width: 992px) {
  .category-page .posts-grid,
  .category-page .section-inner .posts-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.3rem !important;
  }
  .category-page .category-post h2 a {
    font-size: 1.5rem !important;
  }
  .category-page .category-post .date,
  .category-page .category-post .author {
    font-size: 1.05rem !important;
  }
  .category-page .category-post p {
    font-size: 1.05rem !important;
  }
}

/* Desktop - 4 colonnes */
@media (min-width: 1200px) {
  .category-page .posts-grid,
  .category-page .section-inner .posts-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
  }
  .category-page .category-post h2 a {
    font-size: 1.6rem !important;
  }
  .category-page .category-post .date,
  .category-page .category-post .author {
    font-size: 1.1rem !important;
  }
  .category-page .category-post p {
    font-size: 1.1rem !important;
  }
}

/* Respect breakpoints for columns-quatre too */
.category-page .posts-grid.columns-quatre,
.category-page .section-inner .posts-grid.columns-quatre {
  grid-template-columns: 1fr !important;
}
@media (min-width: 668px) {
  .category-page .posts-grid.columns-quatre,
  .category-page .section-inner .posts-grid.columns-quatre {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 992px) {
  .category-page .posts-grid.columns-quatre,
  .category-page .section-inner .posts-grid.columns-quatre {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (min-width: 1200px) {
  .category-page .posts-grid.columns-quatre,
  .category-page .section-inner .posts-grid.columns-quatre {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.category-page .category-post,
.category-page article.category-post {
  background: #fff !important;
  padding: 0 !important;
  border-radius: 6px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  margin: 0 !important;
  list-style: none !important;
}
.category-page .category-post:hover,
.category-page article.category-post:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
}
.category-page .category-post h2,
.category-page article.category-post h2 {
  margin: 0 !important;
  padding: 1rem 1rem 0 !important;
  flex-grow: 1;
  font-size: 1.6rem !important;
}
.category-page .category-post h2 a,
.category-page article.category-post h2 a {
  font-size: 1.6rem !important;
  font-family: "Recoleta", sans-serif !important;
  color: #37503C !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
}
.category-page .category-post h2 a:hover,
.category-page article.category-post h2 a:hover {
  color: #2a3d2f !important;
}
.category-page .category-post .post-thumbnail-wrapper,
.category-page article.category-post .post-thumbnail-wrapper {
  max-width: 100% !important;
  overflow: hidden;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.category-page .category-post .post-thumbnail-wrapper a,
.category-page article.category-post .post-thumbnail-wrapper a {
  display: block !important;
  width: 100%;
  height: 100%;
}
.category-page .category-post .post-thumbnail-wrapper img,
.category-page article.category-post .post-thumbnail-wrapper img {
  display: block !important;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.category-page .category-post .date,
.category-page .category-post .author,
.category-page article.category-post .date,
.category-page article.category-post .author {
  font-size: 1.1rem !important;
  font-family: "Recoleta", sans-serif !important;
  color: #999 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.category-page .category-post .date,
.category-page article.category-post .date {
  padding: 1rem 1rem 0 1rem !important;
  display: block !important;
}
.category-page .category-post .author,
.category-page article.category-post .author {
  padding: 0 1rem !important;
  display: inline !important;
}
.category-page .category-post .author::before,
.category-page article.category-post .author::before {
  content: "— ";
}
.category-page .category-post p,
.category-page article.category-post p {
  font-size: 1.1rem !important;
  color: #666 !important;
  margin: 1rem 1rem !important;
  flex-grow: 1;
  line-height: 1.5 !important;
}
.category-post p a.view-article,
.category-post a[href*="article"] {
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.category-post p a.view-article:hover,
.category-post a[href*="article"]:hover {
  color: #005a87;
}



div#ez-toc-container ul li, 
div#ez-toc-container ul li a {
  font-size: 1.25rem;
  line-height: 2rem;
}
div#ez-toc-container ul ul li, 
div#ez-toc-container ul ul li a {
  font-size: 1.25rem;
  line-height: 2rem;
}
div#ez-toc-container ul ul ul li, 
div#ez-toc-container ul ul ul li a {
  font-size: 1.25rem;
  line-height: 2rem;
}



.fluentform .ff-el-progress {
  height: 2em;
    line-height: 2em;
    font-size: 1em;
}

.fct_checkout input[type=checkbox]:checked:before{
  display: none;
}







.fluent_com{


}

.fluent_com div#ez-toc-container > nav > ul li {
     margin-bottom: 0.5rem !important; 
}



.fluent_com div#ez-toc-container ul li, div#ez-toc-container ul li a {
    /* font-size: 1.25rem; */
    /* line-height: 2rem; */
}

div#ez-toc-container > nav > ul > li > a {
    font-size: 1rem;
}
div#ez-toc-container > nav > ul > li > ul > li > a {
    font-size: 1rem;
}

.fluent_com  .ez-toc-counter nav ul li::before {
display:none;
}

.fluent_com .ez-toc-title-toggle {
  display: none;
}

.fluent_com button{
  width : auto !important; 
  box-shadow: none !important;
    line-height: normal !important;
  font-size: medium !important;
  border: 1px solid #cfdcd4 !important;
}

.fluent_com input[type=text], 
.fluent_com input[type=number], 
.fluent_com input[type=tel], 
.fluent_com input[type=email], 
.fluent_com input[type=date], 
.fluent_com input[type=password] {
  font-size: initial !important;
  height: auto !important;

  
    /* font-size: 1.8rem; 
    /* font-weight: 500; */
    /* height: 3rem; */
    /* line-height: 3rem; */
    /* width: 100%; */
    /* vertical-align: middle; */
    /* display: inline-block; */
    /* padding: 0 0 0 1.6rem; */
    /* border-radius: 0; */
    /* background: transparent;*/
}
 
.fluentform button[type=submit] {
    color: #37503C!important;
    background: #FFDE67!important;
    

}

.fluentform{
    border-radius: 1em;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        padding: 30px;
        background: #ffffff;
}



  .wp-block-group.alignfull{
  max-width: 100%!important;
  
  }

  .wp-block-group.alignfull .wp-block-group {
margin-bottom: 0em;
    margin-top: 0em;
  }

  .wp-block-group.alignfull .wp-block-group .wp-block-heading{
    margin-top : 0;
  }


  #fluentform_3 h2{
    margin-top : 0!important;
  }





  .acf-type-relation-block {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.acf-type-relation-block:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.acf-type-relation-block.no-frame-border {
  border: none;
}

.acf-type-relation-block.no-frame-border:hover {
  box-shadow: none;
}

.acf-relation-header {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f9f9f9;
}

.acf-relation-image {
    flex-shrink: 0;
}

.acf-relation-image img {
    max-width: 150px;
    height: auto;
    border-radius: 4px;
}

.acf-relation-title-section {
    flex: 1;
}

.acf-relation-title {
    margin: 0 0 10px 0;
    font-size: 1.5em;
    color: #333;
}

.acf-relation-subtitle {
    margin: 0;
    color: #666;
    font-size: 0.95em;
    font-style: italic;
}

.acf-relation-content {
    padding: 20px;
}

.acf-relation-excerpt {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.acf-relation-meta {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
}

.acf-relation-footer {
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0;
    text-align: right;
}

.acf-relation-link {
    color: #37503C;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.acf-relation-link:hover {
    color: #000000;
}

.acf-type-relation-block.empty,
.acf-type-relation-block.error {
    background: #fafafa;
    border-color: #ddd;
}















.wp-block-cover,.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000;
}

.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: initial
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,.wp-block-cover:after {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (position: sticky) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

/*.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)) {
    color: inherit
}*/

.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background,.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

.fcom_wrap input:focus,
#fcom-chat-widget-container input:focus,
.fcom_wrap select:focus,
#fcom-chat-widget-container select:focus,
.fcom_wrap textarea:focus,
#fcom-chat-widget-container textarea:focus {
  outline: initial;
  border-color: initial;
}



.fcom_full_editor button{
  width: revert !important;
}

.fluentform .ff-message-success{
  border: none;
    box-shadow: none;
}

.fluentform .ff-message-success img{
  margin: auto;
}