.go-parcours *{box-sizing:border-box;margin:0;padding:0}.go-parcours{font-family:Quicksand,sans-serif;margin:0 auto;max-width:1080px;padding:60px 16px}.go-parcours .go-label{color:#08c;font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:6px;text-align:center;text-transform:uppercase}.go-parcours .go-title{color:#1a1a1a;font-size:clamp(20px,4vw,26px);font-weight:700;line-height:1.3;margin-bottom:40px;text-align:center}.go-parcours .wave-track{margin:0 auto;max-width:100%;position:relative;width:100%}.go-parcours .wave-svg{display:block;height:auto;width:100%}@keyframes goWaveDraw{0%{stroke-dashoffset:900}to{stroke-dashoffset:0}}.go-parcours .wave-line{animation:goWaveDraw 1.6s ease-out .1s forwards;stroke-dasharray:900;stroke-dashoffset:900}@keyframes goPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:0;transform:scale(1.8)}}.go-parcours .pulse{animation:goPulse 2.4s ease-in-out infinite;transform-origin:center}.go-parcours .steps{display:flex;gap:16px;justify-content:space-around;margin-top:-6px;padding:0 2%}@keyframes goCardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.go-parcours .st{align-items:center;display:flex;flex:1;flex-direction:column;min-width:0;text-align:center}.go-parcours .st:first-child{animation:goCardIn .5s ease .15s both}.go-parcours .st:nth-child(2){animation:goCardIn .5s ease .35s both}.go-parcours .st:nth-child(3){animation:goCardIn .5s ease .55s both}.go-parcours .av-row{display:flex;justify-content:center;margin-bottom:10px}.go-parcours .av{align-items:center;background:#fff;border:2.5px solid #fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.08);display:flex;height:74px;justify-content:center;overflow:hidden;width:74px}.go-parcours .av:not(:first-child){margin-left:-10px}.go-parcours .av img{display:block;height:100%;object-fit:cover;width:100%}.go-parcours .st-name{font-size:clamp(13px,2.5vw,15px);font-weight:700;line-height:1.3;margin-bottom:3px}.go-parcours .st:first-child .st-name{color:#08c}.go-parcours .st:nth-child(2) .st-name{color:#006199}.go-parcours .st:nth-child(3) .st-name{color:#821f81}.go-parcours .st-desc{color:#666;font-size:clamp(11px,2vw,13px);font-weight:500;line-height:1.45}.go-parcours .cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:36px}.go-parcours .cta-p{background:linear-gradient(135deg,#00aeef,#08c);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-family:Quicksand,sans-serif;font-size:14px;font-weight:700;padding:12px 28px;text-decoration:none;transition:transform .2s,box-shadow .2s}.go-parcours .cta-p:hover{box-shadow:0 4px 16px rgba(0,136,204,.3);transform:translateY(-2px)}.go-parcours .cta-s{background:transparent;border:2px solid #08c;border-radius:50px;color:#08c;cursor:pointer;display:inline-block;font-family:Quicksand,sans-serif;font-size:14px;font-weight:700;padding:12px 28px;text-decoration:none;transition:background .2s}.go-parcours .cta-s:hover{background:#deecf6}.go-parcours .dot-ring{align-items:center;border-radius:50%;color:#fff;display:none;flex-shrink:0;font-size:14px;font-weight:700;height:36px;justify-content:center;width:36px}.go-parcours .st:first-child .dot-ring{background:#00aeef}.go-parcours .st:nth-child(2) .dot-ring{background:#08c}.go-parcours .st:nth-child(3) .dot-ring{background:#821f81}@media (max-width:540px){.go-parcours .steps{align-items:center;flex-direction:column;gap:24px;padding:0}.go-parcours .st{align-items:center;flex:none;flex-direction:row;gap:14px;max-width:320px;text-align:left;width:100%}.go-parcours .av-row{justify-content:flex-start;margin-bottom:0}.go-parcours .s-content{flex:1}.go-parcours .wave-track{display:none}.go-parcours .dot-ring{display:flex}}