/* Micro-finitions Art de l’Anglage — 10 mai 2026
   Petites corrections non destructives : fallback JS, CTA, mobile, reflet. */

html.no-js .reveal,
html.no-js [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.formations-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}
.formations-hero__actions .text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.adla-atelier-note,
.b2b-trust-strip {
  border: 1px solid rgba(199,165,106,.24);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  color: rgba(244,237,224,.78);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(0,0,0,.22);
}
.adla-atelier-note {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.55;
}
.b2b-trust-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin: 8px 0 4px;
  padding: 9px 13px;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reflet-accueil {
  --reflet-sweep-opacity: .42;
  --reflet-edge-opacity: .34;
}

@supports not (mix-blend-mode: screen) {
  .reflet-anglage > .reflet-layer {
    opacity: .16;
  }
}

@media (max-width: 760px) {
  .formations-hero__actions,
  .page-hero__actions,
  .hero__actions {
    gap: 12px;
  }
  .formations-hero__actions .btn,
  .formations-hero__actions .text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .adla-atelier-note,
  .b2b-trust-strip {
    width: 100%;
    border-radius: 18px;
    text-align: center;
    justify-content: center;
  }
  .reflet-anglage {
    --reflet-halo-opacity: .22;
    --reflet-sweep-opacity: .18;
    --reflet-edge-opacity: .14;
  }
  .reflet-accueil {
    --reflet-halo-opacity: .30;
    --reflet-sweep-opacity: .24;
    --reflet-edge-opacity: .18;
  }
}
