/*
Generated time: July 26, 2025 01:49
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.rich-text{background:var(--gradient-background);background-color:rgb(var(--color-background))}.rich-text__blocks.right .rich-text__text{margin-inline-start:auto}.rich-text__blocks.center .rich-text__text{margin-inline-start:auto;margin-inline-end:auto}.rich-text__blocks *{overflow-wrap:break-word}.rich-text__blocks>*{margin-top:0;margin-bottom:0}.rich-text__blocks>*+*{margin-top:2rem}.rich-text__blocks>*+a{margin-top:3rem}.rich-text__blocks .h0+.h0,.rich-text__blocks .h1+.h1{margin-top:0}.rich-text__blocks>:first-child:is(.rich-text__heading),.rich-text__blocks>:first-child:is(.rich-text__subheading){margin-top:0}.rich-text__text--colored{color:rgba(var(--color-foreground),.55)}.rich-text__text--colored.rte a{color:rgb(var(--color-link));background-image:linear-gradient(to top,rgb(var(--color-border)) 0,rgb(var(--color-border)) 0),linear-gradient(to top,transparent 0,transparent 0)}@media screen and (max-width:749px){.rich-text__blocks.mobile-center .button{min-width:60%}}@media screen and (max-width:480px){.rich-text__blocks .button{width:100%}}.rich-text__heading{margin-bottom:0;line-height:1.2;letter-spacing:.02em}.rich-text__subheading+.rich-text__heading{margin-top:.5rem}.rich-text__subheading{letter-spacing:.2em;text-transform:uppercase;line-height:1.25;margin-bottom:0}.rich-text__subheading--colored{color:rgba(var(--color-heading),.55)}.rich-text--colored{padding-inline-start:1.5rem;padding-inline-end:1.5rem}@media screen and (min-width:750px){.rich-text__subheading.h5{font-size:calc(var(--font-heading-scale) * 1.2rem)}.rich-text--colored{padding-inline-start:5rem;padding-inline-end:5rem}.rich-text--horizontal .rich-text__blocks{display:flex;align-items:center;column-gap:1.5rem;flex-wrap:wrap;row-gap:2rem}.rich-text--horizontal .rich-text__blocks.center{justify-content:center}.rich-text--horizontal .rich-text__blocks.right{justify-content:flex-end}.rich-text--horizontal .rich-text__blocks.center .rich-text__text,.rich-text--horizontal .rich-text__blocks.right .rich-text__text,.rich-text--horizontal .rich-text__blocks>*{margin:0}.rich-text--horizontal .rich-text__blocks .button{min-width:auto}}

.metafield-rich_text_field {
  max-height: 230px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.metafield-rich_text_field:not(.expanded)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}

.seo-toggle {
  display: inline-block;
  margin-top: 10px;         /* espace vers le bas du texte */
  font-size: 14px;
  text-decoration: underline; 
  text-underline-offset: 3px; /* joli offset */
  text-transform: uppercase;
  cursor: pointer;
  color: #0a2342;           /* couleur cohérente avec ton thème (bleu foncé) */
  font-weight: 600;
}