.elementor-12452 .elementor-element.elementor-element-c4b5649{--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-12452 .elementor-element.elementor-element-198bfb0 > .elementor-widget-container{margin:1.5rem 0rem 3rem 0rem;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-198bfb0 *//* =========================
   STOIK – Conformité légale
   Version finale – Standard site
   Scope : .stoik-legal
   ========================= */

/* TITRES */
.stoik-legal h2{
  margin: 30px 0;
  text-align: center;
  color: #111925;
  font-weight: 800;
}

.stoik-legal h3{
  margin: 50px 0 20px;
  text-align: center;
  color: #111925;
  font-weight: 800;
}

.stoik-legal h4{
  margin-bottom: 10px;
  color: #111925;
  font-weight: 800;
}

/* TEXTE */
.stoik-legal p{
  line-height: 1.6;
  color: #111925;
}

/* HIGHLIGHT */
.stoik-legal .highlight-box{
  border: 1px solid #3b6180;
  padding: 20px;
  border-radius: 8px;
  background-color: #f4f6f8;
  max-width: 1100px;
  margin: 20px auto 30px auto;
}

/* GRILLE CARTES */
.stoik-legal .features-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0 40px;
}

.stoik-legal .card{
  padding: 20px;
  background-color: #f4f6f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  text-align: center;
}

/* BOUTON UNIQUE – STANDARD STOÏK */
.stoik-legal .button-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 40px;
}

.stoik-legal .button{
  display: inline-block;
  padding: 14px 22px;
  background-color: #F9A825;
  color: #0F1B2D !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500; /* non gras */
  font-size: 16px;
  text-align: center;
  border: 1px solid #F9A825;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  min-width: 200px;
}

.stoik-legal .button:hover{
  background-color: #e3a91f;
  border-color: #e3a91f;
  color: #0F1B2D !important;
}

/* Diagramme 3 étapes */
.stoik-legal .stoik-flow{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px 0 40px;
  flex-wrap: wrap;
}

.stoik-legal .stoik-flow__step{
  background: #f4f6f8;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 16px;
  text-align: center;
  min-width: 220px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.06);
}

.stoik-legal .stoik-flow__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #111925;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.stoik-legal .stoik-flow__title{
  font-weight: 800;
  color: #111925;
  margin-bottom: 6px;
}

.stoik-legal .stoik-flow__desc{
  font-size: 14px;
  color: #111925;
  opacity: 0.85;
}

.stoik-legal .stoik-flow__arrow{
  font-size: 22px;
  color: #111925;
  opacity: 0.6;
  line-height: 1;
}

/* Pourquoi Stoïk – signature cabinet (liste verticale) */
.stoik-legal .stoik-signature{
  max-width: 900px;
  margin: 10px auto 40px;
  padding-left: 18px;
  border-left: 2px solid rgba(17,25,37,0.18);
}

.stoik-legal .stoik-signature__item{
  display: flex;
  gap: 16px;
  padding: 12px 0;
}

.stoik-legal .stoik-signature__num{
  width: 46px;
  flex: 0 0 46px;
  font-weight: 800;
  color: rgba(17,25,37,0.55);
  letter-spacing: 0.06em;
  text-align: right;
}

.stoik-legal .stoik-signature__title{
  font-weight: 800;
  color: #111925;
  margin-bottom: 4px;
}

.stoik-legal .stoik-signature__text{
  color: #111925;
  opacity: 0.9;
  line-height: 1.6;
}

/* TABLETTE + MOBILE (H2 + image centré) */
@media (max-width: 1024px){
  .stoik-legal .stoik-hero{
    justify-content: center;
  }

  .stoik-legal .stoik-hero > div:last-child{
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
  }

  .stoik-legal .stoik-hero img{
    display: block;
    margin: 0 auto;
  }
}

/* MOBILE */
@media (max-width: 768px){
  .stoik-legal .features-grid{
    grid-template-columns: 1fr;
  }

  .stoik-legal .button{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .stoik-legal .stoik-flow{
    flex-direction: column;
    gap: 10px;
  }

  .stoik-legal .stoik-flow__arrow{
    transform: rotate(90deg);
  }

  .stoik-legal .stoik-flow__step{
    width: 100%;
    max-width: 420px;
  }

  .stoik-legal .stoik-signature{
    padding-left: 14px;
  }

  .stoik-legal .stoik-signature__num{
    width: 40px;
    flex-basis: 40px;
  }
}/* End custom CSS */