body {
  font-family: 'Source Sans Pro', 'sans-serif';
  
}
html {
  scroll-behavior: smooth;
}

  .egfa-wrap {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    padding-top:50px;

    --gold: #e7cc3d;
    --gold-dark: #c0a820;
    --text: #333;
    --text-muted: #666;
    --border: #ddd;
    --surface: #f5f5f5;
    --radius: 8px;
  }

  .egfa-wrap h1 {
    font-size: 3rem;
    font-family: 'viga';
    font-weight: 700;
    color: var(--gold);
    margin: 0 0 10px;
  }

  .egfa-wrap h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 16px;
    background-color: var(--gold);
    padding:2px 10px;
    display:inline-block;
    box-shadow:grey 0px 2px 3px;
    border-radius: 4px;

  }

  .egfa-wrap h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 6px;
  }

  .egfa-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 40px 0;
  }

  summary {
  list-style: none;
  cursor: pointer;
}

summary::before {
  content: "▶";
  display: inline-block;
  margin-right: 8px;
  transition: transform 0.2s;
}

details[open] summary::before {
  transform: rotate(90deg);
}
.daruma{
  max-width:100px;
  margin-top:-70px;
  margin-left:-50px;
  margin-bottom:-50px;
}

.daruma-b{
  position:relative;
   z-index:2;
   max-width:100px;
  margin-top:0px;

  margin-bottom:0px;
 
}
@media (max-width: 560px) {
  .daruma-b { margin-bottom:0; }
}

.yellowlove{
    position:relative;
   z-index:2;
   max-width:60px;
 
}

.egfa-btn {
  padding-top:10px;
  display:flex;
  gap:8px;
  width:100%;
  flex-wrap: wrap; 
}
  /* ══ HERO ══ */

  .egfa-hero { padding: 10px 3px 8px 3px; color:white;
  }
.egfa-hero-box{
    display:grid;
  grid-template-columns: 1fr 1fr;

  gap: 10px;
  
}
.egfa-hero-box > * {
  min-width: 0;
}


@media (max-width: 766px) {
  .egfa-hero-box { grid-template-columns: 1fr; }
}
  .egfa-hero p {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 640px;
    margin: 8px 0 0;
  }

  .egfa-partners {
    margin-top: 12px;
    font-size: 0.9rem;
    color: var(--text-muted);
  }

  .egfa-partners strong { color: #111; }

/* ══ BENEFITS ══ */

.egfa-intro {
  background-color:#44400c60;
  color:white;
margin-bottom:15px;
  padding: 16px 18px;
  border: 1px solid var(--gold-dark);

}
.egfa-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.egfa-benefit {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 16px 18px;
  border: 1px solid var(--border);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.egfa-benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fffbe6;
  border: 1.5px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.egfa-benefit-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold-dark);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.egfa-benefit-text h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111;
  margin: 0 0 3px;
}

.egfa-benefit-text p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 560px) {
  .egfa-benefits { grid-template-columns: 1fr; }
}

  /* ══ TEACHERS ══ */
  .egfa-teacher-wrap{
    background:linear-gradient(rgba(65, 51, 8, 0.678),#f5f5f5), url(imgfd.jpg)no-repeat;
    background-position:center;

    background-size:cover;
    padding:20px;
  }
  .egfa-teachers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
  }
  .egfa-teacher-title{
    background:var(--gold-dark);
    padding:10px;
    border-radius: 4px;

  }

  .egfa-teacher {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 20px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }

  .egfa-teacher-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ddd;
    border: 2px solid var(--border);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #aaa;
  }

  .egfa-teacher-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .egfa-teacher-name {
    font-weight: 600;
    font-size: 1.05rem;
    color: #111;
    margin-bottom: 2px;
  }

  .egfa-teacher-rank {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 8px;
  }

  .egfa-teacher-bio {
    font-size: 0.9rem;
    color: var(--text);
    line-height: 1.55;
    margin: 0;
  }

  .egfa-day-badge {
    display: inline-block;
    position:relative;
      overflow: hidden; 

    margin-top: 10px;
    background: var(--gold);
    color: #111;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 4px;
    
  }
  .egfa-day-badge a {
    text-decoration: none;
    color:black;
  }

 




.egfa-day-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transform: skewX(-20deg);
}


.egfa-day-badge:hover::after {
  animation: shine 1.2s ease forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

  .egfa-day-badge:hover {   transform: scale(1.02) translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);    text-decoration: none; }

  /* ══ REQUIREMENTS ══ */
  .egfa-schedule-note {
    background: #fffbe6;
    border: 1px solid #e8d96a;
    border-radius: var(--radius);
    padding: 14px 18px;
    font-size: 0.93rem;
    margin-bottom: 16px;
  }

  .egfa-schedule-note a { color: var(--gold-dark); }

  .egfa-req-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
grid-template-columns: 1fr 1fr;    gap: 10px;
  }
.content ul{
  padding:0!important;
} 
  .egfa-req-list li {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 12px 16px;
    font-size: 0.93rem;
    font-weight:600;
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .egfa-req-list li::before {
    content: '✓';
    color: var(--gold-dark);
    font-weight: 700;
    flex-shrink: 0;
  }
@media (max-width: 768px) {
  .egfa-req-list {
    grid-template-columns: 1fr;
  }}

  /* ══ PRICING ══ */
  .egfa-pricing-box {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 22px;
  }

  .egfa-pricing-box > p {
    margin: 0 0 16px;
    font-size: 0.95rem;
  }

  .egfa-pricing-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: #111;
    border: none;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 9px 20px;
    cursor: pointer;
    transition: background 0.2s;
  }

  .egfa-pricing-btn:hover { background: #d4b828; }

  .egfa-pricing-btn .arrow {
    display: inline-block;
    transition: transform 0.25s;
    font-size: 0.75rem;
  }

  .egfa-pricing-btn.open .arrow { transform: rotate(180deg); }

  .egfa-pricing-details {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
  }

  .egfa-pricing-details.visible {
    display: block;
    animation: egfaFade 0.25s ease;
  }

  @keyframes egfaFade {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .egfa-pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.93rem;
    margin-bottom: 18px;
  }

  .egfa-pricing-table th {
    text-align: left;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    padding: 8px 12px;
    border-bottom: 2px solid var(--border);
  }

  .egfa-pricing-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
  }

  .egfa-pricing-table tr:last-child td { border-bottom: none; }

  .egfa-price { font-weight: 600; color: #111; white-space: nowrap; }

  .egfa-payment-note {
    font-size: 0.88rem;
    color: var(--text-muted);
  }

  .egfa-payment-note strong { color: #111; }

  .egfa-payment-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 12px;
  }

  .egfa-payment-badge {
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 3px 12px;
    font-size: 0.82rem;
    background: #fff;
  }

  /* ══ APPLY CTA ══ */
  .egfa-apply {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    display: flex;
    align-items: center;

    flex-wrap: wrap;
    gap: 36px;
    margin-top: 0px;
  }

  .egfa-apply h2 { margin-bottom: 4px;  }

  .egfa-apply p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.95rem;
  }

  .egfa-apply-btn {

    display: inline-block;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    background-color: #f3f2f2;
background: linear-gradient(
  135deg,
  #ffe4ec, /* rose très clair */
  #e6f0ff, /* bleu très clair */
  #f3e6ff, /* violet pâle */
  #eaffea, /* vert très léger */
  #fff0e6  /* pêche clair */
);
backdrop-filter: blur(10px);
box-shadow: #333 4px;
    color: #111!important;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 11px 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
  }

  .egfa-apply-btn:hover {   transform: scale(1.02) translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); text-decoration: none;}
 .egfa-apply-btn a{
  color:black!important;
 } 
 .egfa-apply-btn a:visited{
  color:black!important;
 } 

.egfa-dl-btn {
  position: relative;
  overflow: hidden; 

  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background: linear-gradient(135deg,
   #9e7e1346,
   #ac9e51e1);
  border:1px solid var(--gold-dark);

  backdrop-filter: blur(10px);
  color: #ffffff!important;
  font-family: inherit;
  align-content: center;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 5px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.egfa-dl-btn a {color:white!important;}
.egfa-dl-btn a:visited {color:white!important;}

.egfa-dl-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transform: skewX(-20deg);
}


.egfa-dl-btn:hover::after {
  animation: shine 1.2s ease forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

  .egfa-dl-btn:hover {   transform: scale(1.02) translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);    text-decoration: none; color:white!important;}

    /* ══ SUPPORT ══ */

    .egfa-support{
       background: linear-gradient(135deg,
   #4b3b08d5,
   #ac9e51e1);
  color:white;
margin-bottom:15px;
  padding: 16px 18px;
  border: 1px solid var(--gold-dark);
border-radius: 15px;
    }
  /* ══ CONTACT ══ */
  .egfa-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
        background: var(--surface);

  }

  .egfa-contact-item {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 3px;
    font-size: 0.9rem;
  }

  .egfa-contact-label {
    font-size: 0.75rem;
    font-weight: 600;
    background: var(--gold-dark)!important;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    margin-bottom: 3px;
  }

  .egfa-contact-item a {
    color: var(--ark);
    text-decoration: none;
  }

  .egfa-contact-item a:hover { text-decoration: underline; }

  /* ══ RESPONSIVE ══ */
  @media (max-width: 540px) {
    .egfa-teacher { flex-direction: column; }
    .egfa-apply { flex-direction: column; }
  }

