/* Les expertises restent sobres au repos et révèlent leur univers au passage du curseur. */
.expertises{background:#e4edf0;color:var(--ink)}.expertise-list{border-top-color:rgba(29,29,27,.3)}.expertise{position:relative;margin-inline:-1.1rem;padding:2.8rem 1.1rem;border-bottom-color:rgba(29,29,27,.3);transition:background-color .42s ease,color .32s ease,transform .42s cubic-bezier(.2,.8,.2,1)}.expertise::after{content:"";position:absolute;right:1.1rem;bottom:.95rem;left:1.1rem;height:1px;background:currentColor;opacity:0;transform:scaleX(0);transform-origin:left;transition:opacity .3s ease,transform .42s cubic-bezier(.2,.8,.2,1)}.expertise:nth-child(1){--expertise-color:#3279b8}.expertise:nth-child(2){--expertise-color:#e66a46}.expertise:nth-child(3){--expertise-color:#587e74}.expertise:hover,.expertise:focus-within{background:var(--expertise-color);color:#fff;transform:translateX(.45rem)}.expertise:hover::after,.expertise:focus-within::after{opacity:.65;transform:scaleX(1)}.expertise h2{transition:transform .42s cubic-bezier(.2,.8,.2,1)}.expertise:hover h2,.expertise:focus-within h2{transform:translateX(.35rem)}.expertise>a b{display:inline-block;transition:transform .35s ease}.expertise:hover>a b,.expertise:focus-within>a b{transform:translate(.2rem,-.16rem)}@media(max-width:700px){.expertise{margin-inline:-.55rem;padding:2rem .55rem}.expertise:hover,.expertise:focus-within{transform:none}.expertise::after{right:.55rem;left:.55rem}}@media(prefers-reduced-motion:reduce){.expertise,.expertise::after,.expertise h2,.expertise>a b{transition:none}.expertise:hover h2,.expertise:focus-within h2{transform:none}}
