.elementor-2549 .elementor-element.elementor-element-ff6abd2{--display:flex;}.elementor-2549 .elementor-element.elementor-element-f98c8b9{--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;}.elementor-2549 .elementor-element.elementor-element-1730d95{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-e717646 *//* === STYLES CHIRURGIE GUIDÉE (UNIVERSAL) === */
#chirurgie-guidee {
  --las-primary: var(--e-global-color-primary, #00a884);
  --las-text: var(--e-global-color-text, #1b1b1b);
  --las-muted: var(--e-global-color-secondary, #6b7280);
  --las-bg-soft: #fff;
  --las-border: rgba(0, 0, 0, 0.1);
}
#chirurgie-guidee * {
  box-sizing: border-box;
}

/* === SECTION HERO === */
.las-cg__hero {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto 28px;
}
.las-cg__subtitle {
  color: var(--las-muted);
  max-width: 900px;
  margin: 8px auto 16px;
}
.las-cg__cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* === BOUTONS === */
.las-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid var(--las-border);
  transition: 0.2s ease;
  font-weight: 600;
}
.las-btn--primary {
  background: var(--las-primary);
  color: #fff;
}
.las-btn--ghost {
  background: #fff;
  color: var(--las-text);
}
.las-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* === CARTES (GRID) === */
.las-cg__grid {
  max-width: 1080px;
  margin: 28px auto;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .las-cg__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .las-cg__grid {
    grid-template-columns: 1fr;
  }
}
.las-card {
  background: var(--las-bg-soft);
  border: 1px solid var(--las-border);
  padding: 18px;
  border-radius: 14px;
}
.las-card h2 {
  font-size: 18px;
  margin: 8px 0;
}
.las-card p {
  color: var(--las-muted);
}

/* === BLOCS SECONDAIRES (technique, schémas, steps) === */
.las-cg__tech,
.las-cg__schema,
.las-cg__steps,
.las-cg__faq {
  max-width: 1080px;
  margin: 36px auto;
  padding: 0 4px;
}
.las-list {
  color: var(--las-muted);
  line-height: 1.75;
  padding-left: 18px;
}
.las-cg__steps ol {
  color: var(--las-muted);
  line-height: 1.85;
  padding-left: 20px;
  margin: 0;
}

/* === FIGURES (IMAGE ET WORKFLOW) === */
.las-figure {
  background: var(--las-bg-soft);
  border: 1px solid var(--las-border);
  border-radius: 14px;
  padding: 16px;
  margin: 0;
}
.las-svg {
  width: 100%;
  height: auto;
}
.box {
  fill: #fff;
  stroke: var(--las-border);
  stroke-width: 2;
}
.box-accent {
  fill: #f0fffa;
  stroke: var(--las-primary);
}
.label {
  fill: var(--las-text);
  font-size: 16px;
  text-anchor: middle;
  dominant-baseline: middle;
}

/* === FAQ AVEC CHEVRON CUSTOM === */
.las-cg__faq details {
  background: #fff;
  border: 1px solid var(--las-border);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
.las-cg__faq summary {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-right: 26px;
  list-style: none;
}
.las-cg__faq summary::-webkit-details-marker {
  display: none;
}
.las-cg__faq summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--las-text);
  border-bottom: 2px solid var(--las-text);
  transform: translateY(-60%) rotate(-45deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.6;
}
.las-cg__faq details[open] summary::after {
  transform: translateY(-60%) rotate(45deg);
  opacity: 0.9;
}
/* ===== Workflow HTML/CSS (sans SVG) ===== */
.las-wf { display:flex; flex-direction:column; align-items:center; gap:14px; }
.las-wf__row { display:flex; align-items:center; justify-content:center; gap:12px; flex-wrap:wrap; }

.las-wf__box {
  background:#fff;
  border:1px solid var(--las-border, rgba(0,0,0,.1));
  border-radius:10px;
  padding:12px 16px;
  min-width:220px;
  text-align:center;
  color:var(--las-text, #1b1b1b);
  font-weight:600;
}
.las-wf__box--accent {
  background:#f0fffa;
  border-color:var(--las-primary, #00a884);
  max-width:560px;
  width:min(100%,560px);
}

.las-wf__arrow { position:relative; flex:0 0 auto; }

/* Flèche horizontale (→) */
.las-wf__arrow--right {
  width:64px; height:2px; background:var(--las-muted, #6b7280);
}
.las-wf__arrow--right::after {
  content:""; position:absolute; right:-1px; top:50%; transform:translateY(-50%);
  border-left:8px solid var(--las-muted, #6b7280);
  border-top:6px solid transparent; border-bottom:6px solid transparent;
}

/* Flèche verticale (↓) */
.las-wf__arrow--down {
  width:2px; height:40px; background:var(--las-muted, #6b7280);
}
.las-wf__arrow--down::after {
  content:""; position:absolute; left:50%; bottom:-1px; transform:translateX(-50%);
  border-top:8px solid var(--las-muted, #6b7280);
  border-left:6px solid transparent; border-right:6px solid transparent;
}

/* Réduction des espacements sur mobile si besoin */
@media (max-width:560px){
  .las-wf__box { min-width:unset; width:100%; }
  .las-wf__arrow--right { width:40px; }
}
/* ===== Workflow en CSS Grid : aligne la flèche sous "Prothèse finale planifiée" ===== */
.las-wf{
  display:grid;
  grid-template-columns: minmax(220px,1fr) 64px minmax(220px,1fr) 64px minmax(260px,1fr);
  column-gap:12px;
  row-gap:14px;
  align-items:center;
  justify-items:center;
}

.las-wf__box{
  background:#fff;
  border:1px solid var(--las-border, rgba(0,0,0,.1));
  border-radius:10px;
  padding:12px 16px;
  width:100%;
  text-align:center;
  color:var(--las-text,#1b1b1b);
  font-weight:600;
}
.las-wf__box--accent{
  background:#f0fffa;
  border-color:var(--las-primary,#00a884);
  max-width:560px;
  justify-self:center;           /* centrée dans la colonne 5 */
}

.las-wf__arrow{ position:relative; }

/* Flèches horizontales (colonnes 2 et 4) */
.las-wf__arrow--right{
  width:100%; max-width:64px; height:2px; background:var(--las-muted,#6b7280);
}
.las-wf__arrow--right::after{
  content:""; position:absolute; right:-1px; top:50%; transform:translateY(-50%);
  border-left:8px solid var(--las-muted,#6b7280);
  border-top:6px solid transparent; border-bottom:6px solid transparent;
}

/* Flèche verticale placée en colonne 5 (sous Prothèse) */
.las-wf__arrow--down{
  grid-column:5; width:2px; height:40px; background:var(--las-muted,#6b7280);
}
.las-wf__arrow--down::after{
  content:""; position:absolute; left:50%; bottom:-1px; transform:translateX(-50%);
  border-top:8px solid var(--las-muted,#6b7280);
  border-left:6px solid transparent; border-right:6px solid transparent;
}

/* Espaces vides pour “tenir” la grille sur les lignes 2 et 3 */
.las-wf__spacer{ width:100%; height:1px; }

/* Responsive : on empile tout en vertical avec flèches ↓ entre chaque étape */
@media (max-width:640px){
  .las-wf{
    grid-template-columns: 1fr;
    row-gap:10px;
  }
  /* On masque les flèches horizontales et on insère des flèches verticales à la place */
  .las-wf__arrow--right{ display:none; }

  /* Réorganisation simple : on laisse la structure telle quelle,
     mais on ajoute une flèche ↓ entre chaque bloc quand on est en 1 colonne */
  .las-wf > .las-wf__box + .las-wf__box::before{
    content:""; display:block; margin:8px auto; width:2px; height:24px; background:var(--las-muted,#6b7280);
    position:relative;
  }
  /* On garde la flèche verticale existante pour descendre vers la case finale */
  .las-wf__arrow--down{ justify-self:center; }
  .las-wf__box--accent{ justify-self:center; width:min(100%,560px); }
}/* End custom CSS */