@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap");.formations-page{background:#000;min-height:100vh;padding:4rem 0;font-family:Montserrat,sans-serif}.formations-wrap{max-width:1200px;margin:0 auto;padding:100px 2rem 0}.formations-header{text-align:center;margin-bottom:3.5rem}.formations-header h2{color:#fff;font-size:clamp(1.75rem,4.5vw,2.5rem);font-weight:900;text-transform:uppercase;letter-spacing:.02em;line-height:1.2;margin-bottom:1.25rem;position:relative}.formations-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:90px;height:4px;background:linear-gradient(90deg,#ef4444,#dc2626);border-radius:2px}.formations-meta{color:rgba(255,255,255,.85);font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.6;max-width:820px;margin:0 auto}.formations-intro{margin:1rem 0 2rem;text-align:center}.intro-lead{color:#fff;font-size:clamp(1.125rem,3vw,1.25rem);font-weight:700}.formations-block{margin-bottom:3rem}.formations-block__title{color:#fff;font-size:clamp(1.4rem,3.5vw,1.75rem);font-weight:800;text-transform:uppercase;letter-spacing:.02em;margin-bottom:1.25rem;position:relative}.formations-block__title:after{content:"";position:absolute;bottom:-6px;left:0;width:60px;height:3px;background:#ef4444}.formation-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.formation-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1280px){.formation-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.formation-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.75rem 1.5rem;transition:all .25s ease;height:100%;display:flex;flex-direction:column;gap:1rem}.formation-card:hover{background:rgba(255,255,255,.08);border-color:rgba(239,68,68,.35);transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.3)}.formation-icon{width:70px;height:70px;border-radius:50%;background:rgba(239,68,68,.1);display:inline-flex;align-items:center;justify-content:center}.red-icon{filter:invert(34%) sepia(97%) saturate(3034%) hue-rotate(340deg) brightness(94%) contrast(91%)}.formation-title{color:#fff;font-size:1.05rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em;line-height:1.3}.formation-features{list-style:none;margin:0;padding:0}.formation-features li{color:rgba(255,255,255,.85);font-size:.95rem;line-height:1.55;position:relative;padding-left:1.15rem;margin-bottom:.55rem}.formation-features li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;background:#ef4444;border-radius:50%}.formations-cta{text-align:center;margin-top:3rem}.cta-btn{display:inline-flex;align-items:center;gap:.75rem;background:#ef4444;color:#fff;text-decoration:none;padding:1.15rem 2.2rem;border-radius:12px;font-size:1.05rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em;transition:all .3s ease;box-shadow:0 8px 25px rgba(239,68,68,.3);position:relative;overflow:hidden}.cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:left .5s ease}.cta-btn:hover:before{left:100%}.cta-btn:hover{background:#dc2626;transform:translateY(-3px);box-shadow:0 12px 35px rgba(239,68,68,.4)}.cta-btn:active{transform:translateY(-1px)}@media (max-width:1024px){.formations-wrap{max-width:100%;padding:0 1.5rem}}@media (max-width:768px){.formations-wrap{padding:150px 1rem 0}.formation-title{font-size:1rem}.formation-icon{width:60px;height:60px}.formation-features li{font-size:.92rem}}@media (max-width:480px){.formations-header h2{font-size:1.5rem}.formations-meta{font-size:.95rem}}