.processus{padding:3rem 1.6rem}.processus .grid-base{margin-bottom:6.4rem}.processus-cards{align-items:start;counter-reset:item;display:grid;gap:1.5rem;list-style:none;margin:0;padding:0;li{&:before{content:counter(item,decimal-leading-zero);counter-increment:item;font-size:3rem;font-weight:700}}}.processus-card{background:var(--tertiary-color);cursor:pointer;display:flex;flex-direction:column;font-size:1.4rem;gap:6rem;justify-content:space-between;min-height:222px;padding:3.2rem;transition:background .2s;&:hover{background:var(--secondary-color);color:var(--white)}&.active{background:var(--secondary-color);color:var(--white);h3+div{max-height:300px}}h3{margin-bottom:1rem;&+div{max-height:0;overflow:hidden;transition:all .5s}}}@media (min-width:1024px){.processus-title{grid-column:span 8}.processus-content{grid-column:span 4}.processus-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.processus{padding:10rem 1.6rem}}