.elementor-77 .elementor-element.elementor-element-d2ad432{--display:flex;--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-77 .elementor-element.elementor-element-3221418{--display:flex;--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-77 .elementor-element.elementor-element-fd86bcf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-d2ad432 *//* =========================================================
   SF ENTREPRISES — Conteneur 1 (Hero)
   Scope : .sf-ent1
   ========================================================= */

.sf-ent1{
  padding: clamp(60px, 8vw, 110px) 20px;
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(47,106,139,.10), transparent 60%),
    radial-gradient(700px 350px at 90% 10%, rgba(47,106,139,.08), transparent 60%),
    #f8fafc;
}

.sf-ent1__wrap{
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}

/* Content */
.sf-ent1__content{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sf-ent1__badge{
  display: inline-block;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(47,106,139,.10);
  color: #1f506a;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .04em;
}

.sf-ent1__title{
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  font-weight: 950;
  color: #0f172a;
}
.sf-ent1__title span{
  display: block;
  margin-top: 8px;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #2F6A8B;
  font-weight: 900;
}

.sf-ent1__lead{
  max-width: 640px;
  font-size: 16.5px;
  line-height: 1.7;
  color: #334155;
}

/* Actions */
.sf-ent1__actions{
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

/* Proofs */
.sf-ent1__proofs{
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #334155;
  font-weight: 700;
  font-size: 14px;
}

/* Side */
.sf-ent1__side{
  display: grid;
  gap: 12px;
}

.sf-ent1__photo{
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 30px 70px rgba(15,23,42,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.12)),
    url("https://sophie.comm-web.fr/wp-content/uploads/2026/02/osteopathe-montceau-les-mines-01.webp")
      center / cover no-repeat;
}

.sf-ent1__card{
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.85);
  box-shadow: 0 18px 40px rgba(15,23,42,.08);
  padding: 14px;
}

.sf-ent1__cardT{
  font-weight: 950;
  color: #0f172a;
  margin-bottom: 10px;
}

.sf-ent1__tags{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sf-ent1__tags li{
  border-radius: 999px;
  background: rgba(47,106,139,.08);
  color: #1f506a;
  font-weight: 800;
  font-size: 12.5px;
  padding: 6px 10px;
}

.sf-ent1__mini{
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.78);
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
  padding: 12px 14px;
}
.sf-ent1__miniK{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}
.sf-ent1__miniV{
  margin-top: 5px;
  font-size: 15px;
  font-weight: 900;
  color: #0f172a;
}

/* Responsive */
@media (max-width: 900px){
  .sf-ent1__wrap{
    grid-template-columns: 1fr;
  }
  .sf-ent1__side{
    order: -1;
  }
  .sf-ent1__photo{
    aspect-ratio: 16 / 9;
  }
  .sf-ent1__actions{
    flex-direction: column;
    align-items: stretch;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3221418 *//* =========================================================
   SF ENTREPRISES — Conteneur 2 (Offres en cartes)
   Scope : .sf-ent2
   ========================================================= */

.sf-ent2{
  padding: clamp(55px, 6.5vw, 95px) 20px;
  background:
    radial-gradient(900px 420px at 85% 10%, rgba(47,106,139,.08), transparent 60%),
    #ffffff;
}

.sf-ent2__wrap{
  max-width: 1180px;
  margin: 0 auto;
}

.sf-ent2__head{
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.sf-ent2__badge{
  display: inline-block;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(47,106,139,.10);
  color: #1f506a;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .04em;
}

.sf-ent2__title{
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 950;
  color: #0f172a;
}

.sf-ent2__sub{
  margin: 0;
  max-width: 860px;
  color: #334155;
  font-size: 16px;
  line-height: 1.6;
}

/* Grid */
.sf-ent2__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

/* Card */
.sf-ent2__card{
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 40px rgba(15,23,42,.08);
  padding: 16px;
  display: grid;
  gap: 10px;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sf-ent2__card--featured{
  border-color: rgba(47,106,139,.25);
  background:
    linear-gradient(180deg, rgba(47,106,139,.07), rgba(255,255,255,.92));
}

/* Top row */
.sf-ent2__top{
  display: flex;
  align-items: center;
  gap: 10px;
}

.sf-ent2__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #1f506a;
  background: rgba(47,106,139,.12);
  border: 1px solid rgba(15,23,42,.08);
  flex: 0 0 auto;
}

.sf-ent2__meta{
  display: grid;
  gap: 2px;
}
.sf-ent2__k{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}
.sf-ent2__v{
  font-size: 14.5px;
  font-weight: 950;
  color: #0f172a;
}

.sf-ent2__h{
  margin: 2px 0 0;
  font-size: 17px;
  font-weight: 950;
  color: #0f172a;
}

.sf-ent2__p{
  margin: 0;
  color: #334155;
  line-height: 1.6;
  font-size: 14.8px;
}

/* List */
.sf-ent2__list{
  margin: 0;
  padding-left: 18px;
  color: #334155;
  line-height: 1.6;
}
.sf-ent2__list li{ margin: 4px 0; }

/* CTA row */
.sf-ent2__ctaRow{
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sf-ent2__cta{
  font-weight: 950;
  color: #2F6A8B;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
.sf-ent2__cta::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  border-radius: 999px;
  background: linear-gradient(90deg,#2F6A8B,rgba(47,106,139,.18));
  transform: scaleX(.35);
  transform-origin: left;
  transition: transform .2s ease;
}
.sf-ent2__hint{
  font-size: 12px;
  font-weight: 900;
  color: #64748b;
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 999px;
  padding: 6px 10px;
}

/* Hover */
.sf-ent2__card:hover{
  transform: translateY(-2px);
  border-color: rgba(47,106,139,.22);
  box-shadow: 0 22px 55px rgba(15,23,42,.12);
}
.sf-ent2__card:hover .sf-ent2__cta::after{
  transform: scaleX(1);
}

/* Foot */
.sf-ent2__foot{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(15,23,42,.08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.sf-ent2__callout{
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
  padding: 12px 14px;
}
.sf-ent2__calloutK{
  font-weight: 950;
  color: #0f172a;
}
.sf-ent2__calloutV{
  margin-top: 3px;
  color: #334155;
  line-height: 1.55;
}

.sf-ent2__actions{
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

/* Responsive */
@media (max-width: 980px){
  .sf-ent2__grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px){
  .sf-ent2__foot{
    grid-template-columns: 1fr;
  }
  .sf-ent2__actions{
    flex-direction: column;
    align-items: stretch;
  }
  .sf-ent2__ctaRow{
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fd86bcf *//* =========================================================
   SF ENTREPRISES — Conteneur 3 (Process 4 étapes)
   Scope : .sf-ent3
   ========================================================= */

.sf-ent3{
  padding: clamp(55px, 6.5vw, 95px) 20px;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(47,106,139,.08), transparent 60%),
    #f8fafc;
}

.sf-ent3__wrap{
  max-width: 1180px;
  margin: 0 auto;
}

.sf-ent3__head{
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.sf-ent3__badge{
  display: inline-block;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(47,106,139,.10);
  color: #1f506a;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .04em;
}

.sf-ent3__title{
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 950;
  color: #0f172a;
}

.sf-ent3__sub{
  max-width: 860px;
  color: #334155;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Grid */
.sf-ent3__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

/* Step */
.sf-ent3__step{
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 40px rgba(15,23,42,.08);
  padding: 16px;
  display: grid;
  gap: 10px;

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sf-ent3__step--highlight{
  border-color: rgba(47,106,139,.25);
  background:
    linear-gradient(180deg, rgba(47,106,139,.07), rgba(255,255,255,.92));
}

/* Number */
.sf-ent3__num{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  letter-spacing: .06em;
  color: #0f172a;
  background: rgba(47,106,139,.12);
  border: 1px solid rgba(15,23,42,.08);
}

.sf-ent3__h{
  margin: 2px 0 0;
  font-size: 16.5px;
  font-weight: 950;
  color: #0f172a;
}

.sf-ent3__p{
  margin: 0;
  color: #334155;
  line-height: 1.6;
  font-size: 14.7px;
}

.sf-ent3__list{
  margin: 0;
  padding-left: 18px;
  color: #334155;
  line-height: 1.6;
  font-size: 14px;
}
.sf-ent3__list li{ margin: 4px 0; }

/* Hover */
.sf-ent3__step:hover{
  transform: translateY(-2px);
  border-color: rgba(47,106,139,.22);
  box-shadow: 0 22px 55px rgba(15,23,42,.12);
}

/* Foot */
.sf-ent3__foot{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(15,23,42,.08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.sf-ent3__callout{
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 38px rgba(15,23,42,.08);
  padding: 12px 14px;
}
.sf-ent3__calloutK{
  font-weight: 950;
  color: #0f172a;
}
.sf-ent3__calloutV{
  margin-top: 3px;
  color: #334155;
  line-height: 1.55;
}

.sf-ent3__actions{
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

/* Responsive */
@media (max-width: 1100px){
  .sf-ent3__grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 680px){
  .sf-ent3__grid{
    grid-template-columns: 1fr;
  }
  .sf-ent3__foot{
    grid-template-columns: 1fr;
  }
  .sf-ent3__actions{
    flex-direction: column;
    align-items: stretch;
  }
}/* End custom CSS */