.company-form{display:grid}@media(min-width:768px){.company-form{align-items:center;column-gap:.75rem;grid-template-columns:repeat(6,1fr)}.company-form *{grid-column:1/-1}.company-form :nth-child(3){grid-column:span 1}.company-form :nth-child(4){grid-column:span 5}.company-form :nth-child(5),.company-form :nth-child(6),.company-form :nth-child(7),.company-form :nth-child(8){grid-column:span 2}.company-form--create :nth-child(8){grid-column:1/-1}.company-form--create :nth-child(12):not(button){grid-column:span 2}.company-form--create :nth-child(13):not(button){grid-column:span 4}}.avocats__grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center}.avocats__item{max-width:350px;position:relative;width:100%}.avocats__item:after{background-color:var(--bs-primary-bg-subtle);clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));content:"";inset:-4px -4px -4px -4px;opacity:0;position:absolute;z-index:-1}.avocats__item:has(input:checked):after{opacity:1}.avocats__item label{position:relative}.avocats__item label:before{border:2px solid var(--bs-primary-bg-subtle);border-radius:50%;content:"";display:block;height:1rem;min-width:1rem}.avocats__item label:has(input:checked):after{background-color:#5a32dc;border-radius:50%;content:"";display:block;height:.6rem;left:1.2rem;min-width:.6rem;position:absolute}.stepper{position:relative}.stepper--unclickable{pointer-events:none}.stepper:before{background-color:#c7c7c7;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:23px}.stepper__step span{bottom:-1.75rem}.stepper__step [disabled] .cta{--bs-btn-bg:var(--bs-disabled);--bs-btn-border-color:var(--bs-disabled);pointer-events:none}.stepper__step [disabled] span{color:#909090}