.elementor-681 .elementor-element.elementor-element-19768b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-681 .elementor-element.elementor-element-a0d147b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-681 .elementor-element.elementor-element-b8f880a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-681 .elementor-element.elementor-element-b0b7673{--display:flex;--min-height:992px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-681 .elementor-element.elementor-element-b0b7673:not(.elementor-motion-effects-element-type-background), .elementor-681 .elementor-element.elementor-element-b0b7673 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-681 .elementor-element.elementor-element-f862e6f{background-color:#020101;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-681 .elementor-element.elementor-element-3fbc7ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-681 .elementor-element.elementor-element-3fbc7ab:not(.elementor-motion-effects-element-type-background), .elementor-681 .elementor-element.elementor-element-3fbc7ab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FEF9F5;}.elementor-681 .elementor-element.elementor-element-b4743be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-681 .elementor-element.elementor-element-b4743be.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-681 .elementor-element.elementor-element-a0d147b{--content-width:1600px;}.elementor-681 .elementor-element.elementor-element-b4743be{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-f862e6f */@import url("https://fonts.googleapis.com/css2?family=Titan+One&family=Poppins:wght@400;500;600;700;800&display=swap");

.beryss-price{
  padding: 0px 24px;
  background: #fff; /* ou #FBF4EE si tu veux un fond doux */
}

.beryss-price__inner{
  max-width: 1120px;
  margin: 0 auto;
}

/* Head */
.beryss-price__head{
  text-align: center;
  margin-bottom: 26px;
}

.beryss-price__title{
  margin: 0 0 10px;
  font-family: "Titan One", system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: clamp(28px, 3.2vw, 44px);
  color: #00214B;
}

.beryss-price__sub{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0,33,75,.75);
}

/* Tiers row */
.beryss-price__tiers{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.beryss-tier{
  border-radius: 18px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(0,33,75,.10);
  background: rgba(255,255,255,.92);
}

.beryss-tier__label{
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(0,33,75,.85);
  margin-bottom: 10px;
}

.beryss-tier__price{
  font-family: "Titan One", system-ui, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.05;
  color: #00214B;
}
.beryss-tier__price span{
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-left: 6px;
  color: rgba(0,33,75,.75);
}

.beryss-tier__hint{
  margin-top: 8px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0,33,75,.70);
}

/* Color accents (très léger, façon Beryss) */
.beryss-tier--basic{ background: rgba(236,174,125,.12); }
.beryss-tier--balanced{ background: rgba(149,99,234,.10); }
.beryss-tier--strong{ background: rgba(255,129,125,.12); }

/* Average block */
.beryss-price__avg{
  margin-top: 16px;
}

.beryss-avg{
  border-radius: 18px;
  border: 1px solid rgba(0,33,75,.10);
  background: rgba(255,255,255,.92);
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.beryss-avg__badge{
  border-radius: 999px;
  padding: 10px 14px;
  background: #FFD966;
  color: #00214B;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}

.beryss-avg__text{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(0,33,75,.85);
}

.beryss-avg__source{
  color: rgba(0,33,75,.65);
  font-weight: 600;
}

/* Bottom grid */
.beryss-price__grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items: start;
}

.beryss-panel{
  border-radius: 18px;
  border: 1px solid rgba(0,33,75,.10);
  background: rgba(255,255,255,.92);
  padding: 18px;
}

.beryss-panel__title{
  margin: 0 0 10px;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #00214B;
}

.beryss-list{
  margin: 0;
  padding-left: 18px;
  font-family: Poppins, system-ui, sans-serif;
  color: rgba(0,33,75,.85);
  line-height: 1.7;
  font-size: 15.5px;
}
.beryss-list li{ margin: 6px 0; }

.beryss-callout{
  border-radius: 18px;
  border: 1px solid rgba(0,33,75,.10);
  background: rgba(255,255,255,.78);
  padding: 18px;
}

.beryss-callout__kicker{
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #9563EA;
  margin-bottom: 8px;
}

.beryss-callout__text{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(0,33,75,.85);
}

/* Responsive */
@media (max-width: 900px){
  .beryss-price__tiers{ grid-template-columns: 1fr; }
  .beryss-price__grid{ grid-template-columns: 1fr; }
  .beryss-avg{ grid-template-columns: 1fr; }
  .beryss-avg__badge{ justify-self: start; }
}

.beryss-price__kicker{
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 999px;

  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  font-weight: 800 !important;

  background: #ECAE7D;  /* ✅ fond orange */
  color: #ffffff;       /* ✅ texte blanc */
}


/* ====== 2e partie : éditorial, sans encadrés ====== */
.beryss-price__info{
  margin-top: 22px;
}

/* Ligne principale : titre + liste */
.beryss-price__row{
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 22px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid rgba(0,33,75,.12); /* juste un trait */
}

.beryss-price__h3{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #00214B;
}

.beryss-price__list{
  margin: 0;
  padding-left: 18px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(0,33,75,.85);
}
.beryss-price__list li{ margin: 6px 0; }

/* Contexte : juste un accent à gauche (pas une box) */
.beryss-price__context{
  margin-top: 16px;
  padding-left: 14px;
  border-left: 3px solid rgba(149,99,234,.55); /* violet léger */
}

.beryss-price__contextKicker{
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,33,75,.70);
  margin-bottom: 6px;
}

.beryss-price__contextText{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(0,33,75,.88);
}

/* Responsive */
@media (max-width: 860px){
  .beryss-price__row{
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* ====== Split editorial : aucune box ====== */
.beryss-price__split{
  margin-top: 22px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 26px;
  align-items: start;
}

/* Col gauche : titre */
.beryss-price__miniTitle{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #00214B;
  line-height: 1.2;
}

/* Col droite : contenu + fine ligne verticale */
.beryss-price__col--content{
  padding-left: 22px;
  border-left: 1px solid rgba(0,33,75,.14); /* ✅ juste une ligne */
}

/* Liste simple */
.beryss-price__bullets{
  margin: 0;
  padding-left: 18px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(0,33,75,.85);
}
.beryss-price__bullets li{ margin: 6px 0; }

/* Contexte : une phrase, sans encadré */
.beryss-price__marketLine{
  margin: 14px 0 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(0,33,75,.88);
}

.beryss-price__marketLabel{
  font-weight: 800;
  color: #9563EA; /* petit accent violet */
}

/* Responsive */
@media (max-width: 860px){
  .beryss-price__split{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .beryss-price__col--content{
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(0,33,75,.14);
    padding-top: 14px;
  }
}
/* 1 colonne, sans encadrés */
.beryss-price__details{
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,33,75,.12); /* retire si tu veux 0 ligne */
}

.beryss-price__h3{
  margin: 0 0 10px;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #00214B;
}

.beryss-price__bullets{
  margin: 0;
  padding-left: 18px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(0,33,75,.85);
}
.beryss-price__bullets li{ margin: 6px 0; }

/* Contexte = une note éditoriale (pas de box) */
.beryss-price__note{
  margin: 14px 0 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(0,33,75,.88);
}

.beryss-price__noteLabel{
  font-weight: 800;
  color: #9563EA; /* accent violet Beryss */
}
/* ✅ Rend cette sous-partie plus large que le reste */
.beryss-price__wide{
  margin-top: 26px;

  /* 1) plus large : tu peux monter à 1280/1360 */
  max-width: 1280px;

  /* 2) centre dans la section */
  margin-left: auto;
  margin-right: auto;

  /* 3) respire, sans encadré */
  padding-top: 18px;
  border-top: 1px solid rgba(0,33,75,.10);
}

/* Titre */
.beryss-price__h3{
  margin: 0 0 12px;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #00214B;
}

/* Liste large en 2 colonnes */
.beryss-price__bullets{
  margin: 0;
  padding-left: 18px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 16px;              /* un poil plus grand */
  line-height: 1.75;
  color: rgba(0,33,75,.85);
}

.beryss-price__bullets--cols{
  columns: 2;
  column-gap: 52px;
}

.beryss-price__bullets--cols li{
  break-inside: avoid;
  margin: 6px 0;
}

/* Contexte marché : note “large”, sans box */
.beryss-price__note{
  margin: 18px 0 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0,33,75,.88);
}

.beryss-price__noteLabel{
  font-weight: 800;
  color: #9563EA;
  margin-right: 6px;
}

/* Mobile : repasse en 1 colonne */
@media (max-width: 820px){
  .beryss-price__wide{
    max-width: 100%;
  }
  .beryss-price__bullets--cols{
    columns: 1;
  }
}
/* ✅ Force 1 seule colonne */
.beryss-price__bullets--cols{
  columns: 1 !important;
}

/* (optionnel) évite tout layout en colonnes via d'autres styles */
.beryss-price__bullets{
  column-count: 1 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03d030d *//* =========
   BIG FAQ
   ========= */

.beryss-bigfaq{
  --navy:#00214B;
  --coral:#FF817D;
  --paper:#FDF8F5;
  --border: rgba(17,24,39,.10);
  --shadow: 0 18px 40px rgba(2,33,75,.10);
  --radius: 26px;

  padding: 54px 18px;
  background:#FFD966;
}

.beryss-bigfaq__inner{
  max-width: 1140px;
  margin: 0 auto;
}

/* Head */
.beryss-bigfaq__head{
  text-align: left;
  margin-bottom: 22px;
}

/* ✅ Sur-titre (dernière modif : pastille orange, Poppins, blanc) */
.beryss-bigfaq__suptitle{
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 999px;

  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  font-weight: 800 !important;

  background: #ECAE7D;
  color: #ffffff;
  letter-spacing: .02em;
}

.beryss-bigfaq__title{
  font-family: "Titan One", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--navy);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.06;
  margin: 0;
}

/* ✅ Layout full width (1 seule colonne) */
.beryss-bigfaq__layout{
  display: grid;
  grid-template-columns: 1fr; /* plus de colonne droite */
  gap: 18px;
  align-items: start;
}

/* FAQ column */
.beryss-bigfaq__faq{
  display: grid;
  gap: 14px;
}

/* FAQ item */
.beryss-faqItem{
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: var(--radius);
  box-shadow: 0 14px 28px rgba(2,33,75,.08);
  overflow: hidden;
}

/* ✅ Questions en POPPINS */
.beryss-faqItem__q{
  list-style: none;
  cursor: pointer;
  padding: 18px 18px;
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  gap: 12px;
  user-select: none;

  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: var(--navy);
}

.beryss-faqItem__q::-webkit-details-marker{ display:none; }

/* Icon (+ / -) */
.beryss-faqItem__icon{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(0,33,75,.06);
  border: 1px solid rgba(0,33,75,.10);
  position: relative;
}

.beryss-faqItem__icon:before,
.beryss-faqItem__icon:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width: 16px;
  height: 2px;
  background: var(--navy);
  transform: translate(-50%,-50%);
  border-radius: 999px;
  opacity: .9;
}
.beryss-faqItem__icon:after{
  width:2px;
  height:16px;
}

.beryss-faqItem[open] .beryss-faqItem__icon:after{
  opacity: 0;
}

/* Answer */
.beryss-faqItem__a{
  padding: 0 18px 18px 18px;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #111;
  opacity: .92;
}

/* Hover (subtil) */
@media (hover:hover){
  .beryss-faqItem:hover{
    transform: translateY(-2px);
    transition: transform .15s ease, box-shadow .15s ease;
    box-shadow: 0 18px 40px rgba(2,33,75,.10);
  }
}

/* ✅ Plus besoin de responsive CTA : on est déjà en 1 colonne *//* End custom CSS */