.fc-home-v9{
  --primary:#3173CB;
  --primary-dark:#235DAA;
  --secondary:#31354b;
  --text:#20232a;
  --muted:#68707d;
  --soft:#F5F8FC;
  --soft2:#EEF4FB;
  --white:#fff;
  --border:rgba(49,53,75,.12);
  --shadow:0 24px 70px rgba(49,53,75,.14);
  --shadow-soft:0 14px 34px rgba(49,53,75,.09);
  --container:1240px;
  font-family:inherit;
  color:var(--text);
  overflow-x:clip;
  background:#fff;
}

.fc-home-v9 *{box-sizing:border-box;}
.fc-home-v9 a{text-decoration:none;color:inherit;}

.fc-full{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.fc-container{
  width:min(var(--container), calc(100% - 40px));
  margin:0 auto;
}

.fc-section{
  padding:84px 0;
  scroll-margin-top:110px;
}

.fc-section-soft{
  background:var(--soft);
}

.fc-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  color:var(--primary);
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.fc-kicker:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--primary);
  box-shadow:0 0 0 6px rgba(49,115,203,.12);
  flex:0 0 8px;
}

.fc-title{
  margin:0;
  color:var(--secondary);
  font-size:54px;
  line-height:1.04;
  letter-spacing:0;
  font-weight:950;
}

.fc-lead{
  margin:18px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
  max-width:790px;
}

.fc-head{
  max-width:820px;
  margin-bottom:38px;
}

.fc-head.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.fc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:15px 22px;
  border-radius:14px;
  border:1px solid transparent;
  font-size:15px;
  font-weight:850;
  line-height:1;
  transition:.2s ease;
  white-space:nowrap;
}

.fc-btn:hover{transform:translateY(-2px);}

.fc-btn-primary{
  background:var(--primary);
  color:#fff!important;
  box-shadow:0 16px 34px rgba(49,115,203,.27);
}

.fc-btn-primary:hover{
  background:var(--primary-dark);
}

.fc-btn-white{
  background:#fff;
  color:var(--secondary)!important;
  border-color:rgba(255,255,255,.25);
}

.fc-btn-dark{
  background:var(--secondary);
  color:#fff!important;
}

/* HERO */

.fc-hero{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  padding:86px 0 92px;
  color:#fff;
  background:
    linear-gradient(90deg, rgba(18,24,44,.96) 0%, rgba(20,27,49,.90) 30%, rgba(24,31,56,.70) 52%, rgba(24,31,56,.28) 78%, rgba(24,31,56,.12) 100%),
    url('/wp-content/uploads/2026/06/Hero-formationcovering.be_.webp') 68% center / cover no-repeat;
  overflow:hidden;
  isolation:isolate;
}

.fc-hero .fc-container{
  position:relative;
  z-index:2;
}

.fc-hero-content{
  max-width:700px;
}

.fc-hero .fc-kicker{
  color:#DDE9FF;
  margin-bottom:18px;
}

.fc-hero .fc-kicker:before{
  background:var(--primary);
  box-shadow:0 0 0 7px rgba(49,115,203,.20);
}

.fc-hero h1{
  margin:0;
  color:#fff;
  font-size:78px;
  line-height:.96;
  letter-spacing:0;
  font-weight:950;
}

.fc-hero h1 span{
  display:block;
}

.fc-hero-text{
  margin:24px 0 0;
  max-width:650px;
  color:rgba(255,255,255,.86);
  font-size:19px;
  line-height:1.62;
}

.fc-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.fc-hero-secondary{
  color:#fff!important;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.25);
  backdrop-filter:blur(12px);
}

.fc-hero-badge{
  position:absolute;
  right:0;
  bottom:10px;
  display:flex;
  align-items:center;
  gap:14px;
  width:250px;
  padding:15px 17px;
  border-radius:22px;
  background:rgba(43,50,78,.45);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.fc-hero-badge-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  flex:0 0 50px;
  border-radius:999px;
  background:rgba(49,115,203,.18);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:22px;
  font-weight:950;
}

.fc-hero-badge strong{
  display:block;
  color:#fff;
  font-size:16px;
  line-height:1.15;
  font-weight:900;
}

.fc-hero-badge span{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.72);
  font-size:13px;
}

/* CALENDAR */

.fc-calendar{
  position:relative;
  background:linear-gradient(180deg,var(--soft) 0%,var(--soft2) 100%);
  padding:72px 0 82px;
}

.fc-calendar-shell{
  margin-top:0;
  padding:0;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

.fc-calendar-head{
  max-width:760px;
  margin:0 auto 28px;
  text-align:center;
}

.fc-calendar-head h2{
  margin:0;
  color:var(--secondary);
  font-size:52px;
  line-height:1.04;
  letter-spacing:0;
  font-weight:950;
}

.fc-calendar-head p{
  margin:16px auto 0;
  max-width:660px;
  color:var(--muted);
  font-size:17px;
  line-height:1.62;
}

.fc-calendar-points{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.fc-calendar-point{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:50px;
  padding:13px 20px;
  border-radius:12px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(49,53,75,.12);
  color:var(--secondary);
  font-size:16px;
  font-weight:850;
  line-height:1.35;
  box-shadow:0 12px 28px rgba(35,93,170,.06);
}

.fc-calendar-point svg{
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  flex:0 0 20px;
  border-radius:999px;
  background:var(--primary);
  color:var(--primary);
  fill:none;
  stroke:#fff;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.fc-calendar-point strong{
  font-weight:950;
}

.fc-calendar-box{
  width:100%;
  margin-top:28px;
  padding:8px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(49,53,75,.08);
  overflow:visible;
}

.fc-calendar-box .amelia-v2-booking,
.fc-calendar-box .am-fs__main,
.fc-calendar-box .am-elf{
  max-width:100%!important;
  width:100%!important;
}

/* NAV */

.fc-page-nav{
  background:#fff;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}

.fc-page-nav-inner{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:12px 0;
  scrollbar-width:none;
}

.fc-page-nav-inner::-webkit-scrollbar{
  display:none;
}

.fc-page-nav a{
  flex:0 0 auto;
  padding:10px 14px;
  border-radius:999px;
  color:var(--muted);
  font-size:13px;
  font-weight:850;
  transition:.18s ease;
}

.fc-page-nav a:hover{
  background:var(--soft);
  color:var(--primary);
}

/* INTRO */

.fc-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) 390px;
  gap:38px;
  align-items:center;
}

.fc-intro-card{
  position:relative;
  overflow:hidden;
  padding:32px;
  border-radius:34px;
  background:var(--secondary);
  color:#fff;
  box-shadow:var(--shadow);
}

.fc-intro-card:before{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:190px;
  height:190px;
  border-radius:999px;
  background:rgba(49,115,203,.38);
  filter:blur(6px);
}

.fc-intro-card strong{
  position:relative;
  display:block;
  color:#fff;
  font-size:56px;
  line-height:.9;
  letter-spacing:0;
  font-weight:950;
}

.fc-intro-card p{
  position:relative;
  margin:14px 0 0;
  color:rgba(255,255,255,.78);
  line-height:1.6;
  font-size:15px;
}

.fc-intro-list{
  position:relative;
  display:grid;
  gap:10px;
  margin-top:24px;
}

.fc-intro-list div{
  padding:12px 13px;
  border-radius:14px;
  background:rgba(255,255,255,.09);
  color:rgba(255,255,255,.92);
  font-weight:850;
  font-size:14px;
}

/* COURSES */

.fc-courses{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.fc-course{
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  box-shadow:var(--shadow-soft);
  transition:.2s ease;
}

.fc-course:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
  border-color:rgba(49,115,203,.25);
}

.fc-course-img{
  width:100%;
  aspect-ratio:16/11;
  overflow:hidden;
  background:var(--soft2);
}

.fc-course-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.28s ease;
}

.fc-course:hover img{
  transform:scale(1.05);
}

.fc-course-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:24px;
}

.fc-course-tag{
  display:inline-flex;
  width:fit-content;
  margin-bottom:14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(49,115,203,.10);
  color:var(--primary);
  font-size:12px;
  font-weight:900;
}

.fc-course h3{
  margin:0;
  color:var(--secondary);
  font-size:23px;
  line-height:1.08;
  letter-spacing:0;
  font-weight:900;
}

.fc-course p{
  margin:12px 0 20px;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}

.fc-course-link{
  margin-top:auto;
  color:var(--primary);
  font-size:14px;
  font-weight:900;
}

/* PROFILES */

.fc-profiles{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.fc-profile{
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-soft);
}

.fc-profile span{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:16px;
  border-radius:16px;
  background:rgba(49,115,203,.10);
  color:var(--primary);
  font-weight:950;
}

.fc-profile h3{
  margin:0;
  color:var(--secondary);
  font-size:20px;
  letter-spacing:0;
  font-weight:900;
}

.fc-profile p{
  margin:10px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}

/* METHOD */

.fc-method-head{
  max-width:860px;
  margin:0 auto 44px;
  text-align:center;
}

.fc-method-head .fc-lead{
  margin-left:auto;
  margin-right:auto;
}

.fc-method-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:40px;
  align-items:center;
}

.fc-method-visual{
  position:relative;
  min-height:500px;
  overflow:hidden;
  border-radius:34px;
  box-shadow:var(--shadow);
}

.fc-method-visual img{
  display:block;
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
}

.fc-method-badge{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  box-shadow:var(--shadow-soft);
}

.fc-method-badge strong{
  display:block;
  color:var(--secondary);
  font-size:20px;
  line-height:1.15;
  letter-spacing:0;
  font-weight:900;
}

.fc-method-badge span{
  display:block;
  margin-top:7px;
  color:var(--muted);
  line-height:1.45;
  font-size:14px;
}

.fc-steps{
  display:grid;
  gap:13px;
}

.fc-step{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:16px;
  padding:19px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-soft);
}

.fc-step-num{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:var(--primary);
  color:#fff;
  font-weight:950;
}

.fc-step h3{
  margin:0;
  color:var(--secondary);
  font-size:20px;
  letter-spacing:0;
  font-weight:900;
}

.fc-step p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.52;
}

/* ATELIER */

.fc-atelier-section{
  position:relative;
  background:linear-gradient(180deg,#fff 0%,#F7FAFE 100%);
}

.fc-atelier{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:32px;
  align-items:stretch;
}

.fc-atelier-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:42px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-soft);
}

.fc-atelier-card .fc-title{
  font-size:44px;
  letter-spacing:0;
}

.fc-atelier-card .fc-lead{
  margin-top:16px;
  font-size:17px;
  line-height:1.62;
}

.fc-atelier-proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:26px;
}

.fc-atelier-proof{
  padding:16px;
  border-radius:18px;
  background:var(--soft);
  border:1px solid rgba(49,53,75,.08);
}

.fc-atelier-proof strong{
  display:block;
  color:var(--secondary);
  font-size:15px;
  line-height:1.2;
  font-weight:900;
}

.fc-atelier-proof span{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}

.fc-atelier-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.fc-atelier-visual{
  position:relative;
  min-height:520px;
  overflow:hidden;
  border-radius:30px;
  background:var(--secondary);
  box-shadow:var(--shadow);
}

.fc-atelier-visual img{
  display:block;
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
}

.fc-atelier-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(20,27,49,0) 44%,rgba(20,27,49,.76) 100%);
  pointer-events:none;
}

.fc-atelier-stamp{
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:11px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--secondary);
  font-size:13px;
  font-weight:900;
  box-shadow:0 14px 28px rgba(0,0,0,.13);
  backdrop-filter:blur(12px);
}

.fc-atelier-stamp:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:999px;
  background:var(--primary);
  box-shadow:0 0 0 5px rgba(49,115,203,.14);
}

.fc-atelier-caption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:14px;
  align-items:center;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.42);
  box-shadow:0 18px 42px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
}

.fc-atelier-caption strong{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:18px;
  background:var(--primary);
  color:#fff;
  font-size:20px;
  line-height:1;
  font-weight:950;
}

.fc-atelier-caption b{
  display:block;
  color:var(--secondary);
  font-size:17px;
  line-height:1.2;
  font-weight:900;
}

.fc-atelier-caption span{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:13px;
  line-height:1.42;
}

/* LOGOS */

.fc-brand-section{
  padding:76px 0;
  background:linear-gradient(180deg,#F5F8FC 0%,#EEF4FB 100%);
}

.fc-brand-section .fc-container{
  width:min(var(--container), calc(100% - 40px));
}

.fc-brand-lab{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:stretch;
}

.fc-brand-copy .fc-head{
  display:block;
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.fc-brand-copy .fc-kicker{
  margin-bottom:12px;
}

.fc-brand-copy .fc-title{
  max-width:760px;
  margin:0 auto;
  font-size:42px;
  line-height:1.04;
  letter-spacing:0;
}

.fc-brand-meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  max-width:none;
  margin-top:18px;
}

.fc-brand-meta span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:9px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(49,53,75,.09);
  color:var(--secondary);
  font-size:13px;
  line-height:1;
  font-weight:900;
  box-shadow:0 8px 18px rgba(49,53,75,.05);
}

.fc-logos{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:0;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

.fc-logo-item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:132px;
  padding:26px 22px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(49,53,75,.10);
  box-shadow:0 18px 38px rgba(49,53,75,.08);
  transition:.2s ease;
}

a.fc-logo-item{
  color:inherit;
}

.fc-logo-item:hover{
  transform:translateY(-4px);
  border-color:rgba(49,115,203,.28);
  box-shadow:0 24px 48px rgba(49,53,75,.12);
}

.fc-logos img{
  max-width:min(180px,100%);
  max-height:62px;
  width:auto;
  object-fit:contain;
  filter:none;
  opacity:1;
  transition:.2s ease;
}

.fc-logo-item:hover img{
  filter:none;
  opacity:1;
}

/* LOCATION */

.fc-location{
  background:linear-gradient(180deg,#fff 0%,#F7FAFE 46%,#EEF4FB 100%);
  border-top:1px solid rgba(49,53,75,.06);
}

.fc-location-shell{
  display:block;
}

.fc-location-copy{
  max-width:900px;
  margin:0 auto 36px;
  text-align:center;
}

.fc-location-copy .fc-title{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
  font-size:42px;
  line-height:1.08;
  letter-spacing:0;
}

.fc-location-copy .fc-lead{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  font-size:17px;
}

.fc-location-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  max-width:760px;
  margin:18px auto 0;
  padding-top:16px;
  border-top:1px solid rgba(49,53,75,.12);
  color:var(--secondary);
  font-size:14px;
  font-weight:800;
  line-height:1.35;
}

.fc-location-note::before{
  content:"";
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:var(--primary);
  box-shadow:0 0 0 6px rgba(49,115,203,.12);
}

.fc-location-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.fc-map-card{
  position:relative;
  overflow:hidden;
  max-width:1120px;
  margin:0 auto;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(49,53,75,.12);
  box-shadow:0 28px 80px rgba(20,31,56,.12);
}

.fc-map-card iframe{
  display:block;
  width:100%;
  height:520px;
  border:0;
}

.fc-map-details{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 22px;
  border-top:1px solid rgba(49,53,75,.10);
  background:rgba(255,255,255,.96);
}

.fc-map-details strong{
  display:block;
  color:var(--secondary);
  font-size:17px;
  line-height:1.2;
  font-weight:900;
}

.fc-map-details span{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}

/* SPLIT */

.fc-split{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}

.fc-split-card{
  position:relative;
  display:grid;
  grid-template-rows:220px 1fr;
  min-height:100%;
  padding:0;
  border-radius:30px;
  background:#fff;
  color:var(--secondary);
  border:1px solid var(--border);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
  transition:.22s ease;
}

.fc-split-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow);
}

.fc-split-card.dark{
  background:#fff;
}

.fc-split-card.blue{
  background:#fff;
}

.fc-split-media{
  position:relative;
  overflow:hidden;
  background:var(--secondary);
}

.fc-split-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.28s ease;
}

.fc-split-card:hover .fc-split-media img{
  transform:scale(1.04);
}

.fc-split-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(20,27,49,0) 35%,rgba(20,27,49,.72) 100%);
}

.fc-split-badge{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--secondary);
  font-size:12px;
  font-weight:900;
  backdrop-filter:blur(12px);
}

.fc-split-badge:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--primary);
  box-shadow:0 0 0 5px rgba(49,115,203,.12);
}

.fc-split-body{
  display:flex;
  flex-direction:column;
  padding:30px;
}

.fc-split-card h2{
  margin:0;
  color:var(--secondary);
  font-size:34px;
  line-height:1.06;
  letter-spacing:0;
  font-weight:900;
}

.fc-split-card p{
  margin:13px 0 0;
  color:var(--muted);
  line-height:1.62;
}

.fc-split-list{
  display:grid;
  gap:10px;
  margin:22px 0 26px;
  padding:0;
  list-style:none;
}

.fc-split-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:var(--secondary);
  font-size:14px;
  line-height:1.4;
  font-weight:850;
}

.fc-split-list li:before{
  content:"";
  width:18px;
  height:18px;
  flex:0 0 18px;
  margin-top:1px;
  border-radius:999px;
  background:rgba(49,115,203,.12);
  box-shadow:inset 0 0 0 6px #fff;
  border:1px solid rgba(49,115,203,.20);
}

.fc-split-card .fc-btn{
  width:fit-content;
  margin-top:auto;
}

.fc-split-card.dark .fc-btn{
  background:var(--secondary);
  color:#fff!important;
}

.fc-split-card.blue .fc-btn{
  background:var(--primary);
  color:#fff!important;
  box-shadow:0 16px 34px rgba(49,115,203,.22);
}

/* SHORTCODE AVIS */

.fc-reviews-shortcode{
  scroll-margin-top:110px;
}

.fc-reviews-shortcode .fc-gmb-reviews{
  margin:0;
}

@media(max-width:767px){
  .fc-reviews-shortcode .fc-gmb-reviews{
    text-align:center;
  }

  .fc-reviews-shortcode .fc-gmb-reviews [class*="summary"],
  .fc-reviews-shortcode .fc-gmb-reviews [class*="overview"],
  .fc-reviews-shortcode .fc-gmb-reviews [class*="rating"],
  .fc-reviews-shortcode .fc-gmb-reviews [class*="score"],
  .fc-reviews-shortcode .fc-gmb-reviews [class*="aggregate"],
  .fc-reviews-shortcode .fc-gmb-reviews [class*="sidebar"],
  .fc-reviews-shortcode .fc-gmb-reviews [class*="business"],
  .fc-reviews-shortcode .fc-gmb-reviews [class*="brand"],
  .fc-reviews-shortcode .fc-gmb-reviews [class*="company"]{
    text-align:center;
    align-items:center;
    justify-content:center;
    margin-left:auto;
    margin-right:auto;
  }

  .fc-reviews-shortcode .fc-gmb-reviews [class*="summary"] > *,
  .fc-reviews-shortcode .fc-gmb-reviews [class*="overview"] > *,
  .fc-reviews-shortcode .fc-gmb-reviews [class*="aggregate"] > *,
  .fc-reviews-shortcode .fc-gmb-reviews [class*="sidebar"] > *{
    margin-left:auto;
    margin-right:auto;
  }

  .fc-reviews-shortcode .fc-gmb-reviews [class*="stars"],
  .fc-reviews-shortcode .fc-gmb-reviews [class*="actions"]{
    justify-content:center;
  }

  .fc-reviews-shortcode .fc-gmb-reviews [class*="actions"] a,
  .fc-reviews-shortcode .fc-gmb-reviews [class*="actions"] button{
    width:100%;
    max-width:306px;
    margin-left:auto;
    margin-right:auto;
  }
}

/* BLOG */

.fc-latest-posts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.fc-latest-post{
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  transition:.22s ease;
}

.fc-latest-post:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}

.fc-latest-post__img{
  display:block;
  background:var(--soft2);
  overflow:hidden;
}

.fc-latest-post__img img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  transition:.28s ease;
}

.fc-latest-post:hover .fc-latest-post__img img{
  transform:scale(1.04);
}

.fc-latest-post__img span{
  display:grid;
  place-items:center;
  aspect-ratio:16/10;
  color:var(--primary);
  font-weight:900;
  background:var(--soft2);
}

.fc-latest-post__body{
  padding:23px;
}

.fc-latest-post__date{
  margin-bottom:10px;
  color:var(--primary);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.fc-latest-post__body h3{
  margin:0;
  color:var(--secondary);
  font-size:22px;
  line-height:1.16;
  letter-spacing:0;
  font-weight:900;
}

.fc-latest-post__body p{
  margin:12px 0 17px;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}

.fc-latest-post__link{
  color:var(--primary);
  font-size:14px;
  font-weight:900;
}


.fc-blog-actions{
  text-align:center;
  margin-top:30px;
}

/* FAQ */

.fc-faq{
  display:block;
  max-width:980px;
  margin:0 auto;
}

.fc-faq-head{
  max-width:760px;
  margin:0 auto 36px;
  text-align:center;
}

.fc-faq-head .fc-lead{
  margin-left:auto;
  margin-right:auto;
}

.fc-faq-list{
  max-width:900px;
  margin:0 auto;
  display:grid;
  gap:12px;
}

.fc-faq details{
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow-soft);
}

.fc-faq summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:20px 22px;
  color:var(--secondary);
  font-size:16px;
  font-weight:900;
}

.fc-faq summary::-webkit-details-marker{
  display:none;
}

.fc-faq summary:after{
  content:"+";
  display:grid;
  place-items:center;
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:999px;
  background:rgba(49,115,203,.10);
  color:var(--primary);
  font-weight:950;
}

.fc-faq details[open] summary:after{
  content:"–";
}

.fc-faq-answer{
  padding:0 22px 22px;
  color:var(--muted);
  font-size:15px;
  line-height:1.62;
}

/* FINAL */

.fc-final{
  background:#fff;
  color:var(--secondary);
  text-align:center;
  border-top:1px solid rgba(49,53,75,.07);
}

.fc-final-box{
  position:relative;
  overflow:hidden;
  padding:54px 34px;
  border-radius:30px;
  background:linear-gradient(180deg,#F8FBFF 0%,#fff 100%);
  color:var(--secondary);
  border:1px solid rgba(49,115,203,.16);
  box-shadow:0 24px 70px rgba(35,93,170,.11);
}

.fc-final-box::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:6px;
  background:linear-gradient(90deg,var(--primary),var(--primary-dark));
}

.fc-final .fc-title{
  max-width:820px;
  margin:0 auto;
  color:var(--secondary);
}

.fc-final .fc-lead{
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
  color:var(--muted);
}

.fc-final-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.fc-final-points{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px 22px;
  margin-top:24px;
  color:var(--muted);
  font-size:13px;
  font-weight:900;
  line-height:1.35;
}

.fc-final-points span{
  position:relative;
  padding-left:15px;
}

.fc-final-points span::before{
  content:"";
  position:absolute;
  left:0;
  top:.48em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--primary);
}

.fc-final .fc-btn-white{
  background:#fff;
  color:var(--secondary)!important;
  border-color:rgba(49,53,75,.14);
}

@media(max-width:1100px){
  .fc-intro-grid,
  .fc-method-grid,
  .fc-atelier,
  .fc-brand-lab{
    grid-template-columns:1fr;
  }

  .fc-courses,
  .fc-profiles,
  .fc-split{
    grid-template-columns:1fr 1fr;
  }

  .fc-hero-badge{
    display:none;
  }
}

@media(max-width:767px){
  .fc-container,
  .fc-top-wrap{
    width:min(100% - 28px, var(--container));
  }

  .fc-section{
    padding:62px 0;
  }

  .fc-hero{
    min-height:auto;
    padding:72px 0 86px;
    background:
      linear-gradient(180deg,rgba(18,24,44,.92),rgba(20,27,49,.80)),
      url('https://www.formationcovering.be/wp-content/uploads/2025/09/formation-covering-septembre-7-e1758489041880.jpeg') center center / cover no-repeat;
  }

  .fc-hero h1{
    font-size:42px;
    line-height:.98;
  }

  .fc-hero-text{
    font-size:17px;
  }

  .fc-hero-actions,
  .fc-location-actions,
  .fc-final-actions{
    flex-direction:column;
  }

  .fc-btn{
    width:100%;
  }

  .fc-calendar{
    padding:42px 0 62px;
  }

  .fc-calendar-shell{
    margin-top:0;
    padding:0;
    border-radius:0;
  }

  .fc-calendar-head{
    text-align:left;
  }

  .fc-calendar-head h2{
    font-size:34px;
  }

  .fc-calendar-head p{
    font-size:16px;
  }

  .fc-calendar-points{
    justify-content:flex-start;
  }

  .fc-calendar-point{
    width:100%;
    border-radius:14px;
    font-size:15px;
  }

  .fc-calendar-box{
    padding:0;
    border:none;
    border-radius:20px;
  }

  .fc-courses,
  .fc-profiles,
  .fc-split,
  .fc-latest-posts{
    grid-template-columns:1fr;
  }

  .fc-course-img{
    aspect-ratio:16/10;
  }

  .fc-method-head{
    text-align:left;
    margin-bottom:30px;
  }

  .fc-method-head .fc-lead{
    margin-left:0;
    margin-right:0;
  }

  .fc-method-visual,
  .fc-method-visual img{
    min-height:390px;
  }

  .fc-atelier-card{
    padding:28px;
  }

  .fc-atelier-card .fc-title,
  .fc-brand-copy .fc-title{
    font-size:34px;
  }

  .fc-brand-copy .fc-head{
    text-align:center;
  }

  .fc-brand-meta{
    justify-content:center;
    max-width:none;
  }

  .fc-atelier-visual,
  .fc-atelier-visual img{
    min-height:390px;
  }

  .fc-split-card{
    min-height:auto;
  }

  .fc-split-body{
    padding:24px;
  }

  .fc-split-card h2{
    font-size:28px;
  }

  .fc-split-media{
    min-height:190px;
  }

  .fc-logos{
    gap:14px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:0;
  }

  .fc-logo-item{
    min-height:104px;
    padding:18px;
  }

  .fc-logos img{
    max-width:min(170px,100%);
    max-height:48px;
  }

  .fc-location-copy{
    text-align:center;
  }

  .fc-location-copy .fc-title{
    font-size:34px;
  }

  .fc-location-copy .fc-lead{
    font-size:16px;
  }

  .fc-location-note{
    align-items:flex-start;
    text-align:left;
  }

  .fc-map-card{
    border-radius:22px;
  }

  .fc-map-card iframe{
    height:340px;
  }

  .fc-map-details{
    align-items:flex-start;
    flex-direction:column;
    padding:18px;
  }

  .fc-final-box{
    padding:34px 20px;
    border-radius:24px;
  }

  .fc-atelier-proof-grid{
    grid-template-columns:1fr;
  }

  .fc-faq-head{
    text-align:left;
    margin-bottom:26px;
  }
}
