/* Start custom CSS for html, class: .elementor-element-5be69c8 */:root{
  --ak-primary:#B5003F;
  --ak-dark:#2b2d42;
  --ak-text:#1c1e21;
  --ak-muted:#555;
  --ak-border:#f0f1f4;
  --ak-soft:#fff5f8;
  --ak-soft2:#fff0f5;
  --ak-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

#akademy-permis-b{
  font-family:'Inter', sans-serif;
  color:var(--ak-text);
}

.ak-container{ max-width:1200px; margin:0 auto; padding:0 20px; }

/* H1 demandé */
.akademy-title-center{
  font-family:'Inter', sans-serif;
  font-size:3.3rem;
  font-weight:700;
  text-align:center;
  color:#1c1e21;
  letter-spacing:0.3px;
  word-spacing:2px;
  margin:40px 0 30px;
}
.akademy-title-center span{ color:var(--ak-primary); }
@media (max-width:768px){
  .akademy-title-center{ font-size:2.4rem; margin:30px 0 22px; }
}
@media (max-width:480px){
  .akademy-title-center{ font-size:2rem; margin:25px 0 18px; }
}

/* Sections */
.ak-section{ padding:60px 0; }
.ak-section.alt{ background:linear-gradient(135deg,#ffffff 0%, var(--ak-soft) 100%); }

.ak-section-title{
  font-size:1.85rem;
  font-weight:900;
  color:var(--ak-dark);
  margin:0 0 22px;
}

/* Buttons */
.ak-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  border:2px solid transparent;
  cursor:pointer;
  transition:all .25s ease;
}
.ak-btn.primary{
  background:var(--ak-primary);
  color:#fff;
  box-shadow:0 10px 24px rgba(181,0,63,.22);
}
.ak-btn.primary:hover{ transform:translateY(-2px); box-shadow:0 16px 30px rgba(181,0,63,.28); }
.ak-btn.ghost{
  background:#fff;
  color:var(--ak-dark);
  border-color:var(--ak-border);
}
.ak-btn.ghost:hover{ transform:translateY(-2px); box-shadow:var(--ak-shadow); }
.ak-btn.full{ width:100%; }

/* Hero */
.ak-hero{
  padding:20px 0 10px;
  background:linear-gradient(135deg,#ffffff 0%, var(--ak-soft) 100%);
}
.ak-hero-card{
  max-width:1100px;
  margin:0 auto;
  padding:34px 26px;
  border-radius:20px;
  background:linear-gradient(135deg,#ffffff 0%, var(--ak-soft2) 100%);
  border-left:8px solid var(--ak-primary);
  box-shadow:0 0 0 2px var(--ak-border);
}
.ak-badge{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:var(--ak-soft);
  border:2px solid var(--ak-border);
  font-weight:900;
  color:var(--ak-primary);
  margin-bottom:12px;
}
.ak-hero-subtitle{
  margin:0 0 16px;
  color:var(--ak-muted);
  font-size:1.05rem;
  line-height:1.7;
  max-width:900px;
}
.ak-hero-points{
  list-style:none;
  padding:0;
  margin:16px 0 18px;
}
.ak-hero-points li{
  padding:9px 0;
  border-bottom:1px solid #eee;
  color:#444;
  font-weight:600;
}
.ak-hero-cta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:16px;
}
.ak-note{
  margin-top:12px;
  font-size:.9rem;
  color:#6e6e6e;
  font-style:italic;
}

/* Text blocks */
.ak-textblock{
  background:#fff;
  border-radius:18px;
  padding:26px 22px;
  box-shadow:0 0 0 2px var(--ak-border);
  border-left:6px solid var(--ak-primary);
}
.ak-textblock p{
  margin:0 0 12px;
  color:var(--ak-muted);
  line-height:1.75;
}
.ak-textblock p:last-child{ margin-bottom:0; }

.ak-callout{
  margin-top:12px !important;
  padding:14px 14px;
  background:linear-gradient(135deg,#ffffff 0%, var(--ak-soft) 100%);
  border-radius:14px;
  border:2px dashed rgba(181,0,63,.35);
  color:#3a3a3a !important;
  font-weight:700;
}

/* Cards */
.ak-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
  margin-top:22px;
}
.ak-cards-2{ grid-template-columns:repeat(2,1fr); }

.ak-card{
  background:#fff;
  border-radius:18px;
  padding:28px 24px;
  box-shadow:0 0 0 2px var(--ak-border);
  border-left:6px solid var(--ak-primary);
  transition:all .25s ease;
}
.ak-card:hover{ transform:translateY(-4px); box-shadow:var(--ak-shadow); }
.ak-card h3{
  margin:0 0 10px;
  color:var(--ak-dark);
  font-size:1.2rem;
  font-weight:900;
}
.ak-card ul{ list-style:none; padding:0; margin:0; }
.ak-card li{
  padding:9px 0;
  border-bottom:1px solid #ececec;
  color:#4b4f56;
  font-weight:600;
}
.ak-card.highlight{
  background:linear-gradient(135deg,#ffffff 0%, var(--ak-soft2) 100%);
  border-left:8px solid var(--ak-primary);
}

/* Center CTA */
.ak-center-cta{ margin-top:26px; display:flex; justify-content:flex-start; }

/* Table */
.ak-table-wrap{
  margin-top:20px;
  overflow:auto;
  border-radius:16px;
  box-shadow:0 0 0 2px var(--ak-border);
}
.ak-table{
  width:100%;
  border-collapse:collapse;
  min-width:780px;
  background:#fff;
}
.ak-table th, .ak-table td{
  padding:14px 14px;
  border-bottom:1px solid #eee;
  vertical-align:top;
}
.ak-table thead th{
  background:linear-gradient(135deg,#ffffff 0%, var(--ak-soft) 100%);
  color:var(--ak-dark);
  font-weight:900;
}
.ak-table td ul{ list-style:none; padding:0; margin:0; }
.ak-table td li{ padding:6px 0; border:0; font-weight:600; color:#4b4f56; }

/* Transition paragraphs between REMC and CTA */
.ak-transition{
  margin-top:24px;
  background:#fff;
  border-radius:18px;
  padding:22px 22px;
  box-shadow:0 0 0 2px var(--ak-border);
  border-left:6px solid var(--ak-primary);
}
.ak-transition p{
  margin:0 0 12px;
  color:var(--ak-muted);
  line-height:1.75;
}
.ak-transition p:last-child{ margin-bottom:0; }

/* CTA Final */
.ak-cta-final{
  max-width:980px;
  border-radius:20px;
  padding:34px 26px;
  background:var(--ak-primary);
  color:#fff;
  box-shadow:0 15px 35px rgba(181,0,63,.25);
}
.ak-cta-final h3{
  margin:0 0 10px;
  font-size:1.6rem;
  font-weight:900;
  color:#fff;
}
.ak-cta-final p{
  margin:0 0 16px;
  opacity:.95;
  line-height:1.7;
  color:#fff;
}
.ak-cta-buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.ak-cta-final .ak-btn.ghost{
  background:#ffffff;
  border-color:#ffffff;
  color:var(--ak-dark);
}
.ak-small{
  margin-top:12px;
  font-size:.9rem;
  opacity:.9;
  font-style:italic;
}

/* FAQ */
.ak-faq{
  display:grid;
  gap:12px;
}
.ak-faq-q{
  width:100%;
  text-align:left;
  background:#fff;
  border-radius:16px;
  padding:16px 16px;
  border:0;
  cursor:pointer;
  box-shadow:0 0 0 2px var(--ak-border);
  border-left:6px solid var(--ak-primary);
  font-family:inherit;
  font-weight:900;
  color:;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.ak-faq-q.open{ box-shadow:var(--ak-shadow); transform:translateY(-1px); }
.ak-faq-icon{
  width:34px; height:34px;
  border-radius:12px;
  background:var(--ak-soft2);
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  color:var(--ak-primary);
}
.ak-faq-a{
  display:none;
  background:#fff;
  border-radius:16px;
  padding:16px 16px;
  box-shadow:0 0 0 2px var(--ak-border);
  border-left:6px solid rgba(181,0,63,.35);
}
.ak-faq-a.open{ display:block; }
.ak-faq-a p{ margin:0; color:var(--ak-muted); line-height:1.7; }

/* Responsive */
@media (max-width:980px){
  .ak-cards, .ak-cards-2{ grid-template-columns:1fr; }
  .ak-cta-buttons{ grid-template-columns:1fr; }
}
@media (max-width:520px){
  .ak-hero-cta{ flex-direction:column; }
  .ak-btn{ width:100%; }
  .ak-hero-card{ padding:26px 18px; }
}/* End custom CSS */