.cards-candidatures__inner{display:flex;flex-flow:column}.cards-candidatures__wrapper__content__breadcrumb,.cards-candidatures__wrapper__content__breadcrumb>a{color:var(--black_color)}.cards-candidatures__wrapper__content__breadcrumb>a:first-child{opacity:.7}.cards-candidatures__wrapper__content__breadcrumb>a:hover{text-decoration:underline}.cards-candidatures__wrapper__content__breadcrumb>span{font-weight:700}.cards-candidatures__wrapper__content__breadcrumb{margin-bottom:20px}.step-breadcrumb__dots{display:flex;flex-flow:row;gap:8px;list-style:none;margin:0 0 12px}.step-breadcrumb__dots li{border-radius:8px;height:4px;width:36px}.step-breadcrumb__dots li.step__active{background:var(--primary_color)}.step-breadcrumb__dots li.step__next{background:#d0d0d0}.step-breadcrumb__container p{color:var(--primary_color);font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:2.8rem;text-transform:uppercase}.cards-candidatures .cards-candidatures__intro.span6{margin-left:0}.cards-candidatures .cards-candidatures__intro.span6 p{margin-bottom:3.2rem}.cards-candidatures__container{display:flex;flex-flow:row wrap}.cards-candidatures__card-title{color:#1d1d1b;font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:12px}.cards-candidatures__card-item ul{list-style:none;margin-bottom:0;padding-left:0}.cards-candidatures__card-item ul li{color:#1d1d1b;font-size:16px;font-style:normal;font-weight:600;line-height:24px;padding-left:36px;position:relative}.cards-candidatures__card-item ul li:not(:last-child){margin-bottom:16px}.cards-candidatures__card-item ul li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23000'/%3E%3Cpath stroke='%23fff' stroke-width='2.323' d='m7.135 11.135 4.062 3.784 5.668-6.486'/%3E%3C/svg%3E");content:"";height:24px;left:0;min-width:24px;position:absolute;top:0;width:24px}.cards-candidatures__card-item{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;position:relative}.cards-candidatures__card-item:hover{cursor:pointer}.cards-candidatures__card-item--inner{background:var(--white_color);background:#fff;border:2px solid rgba(247,20,107,0);border-radius:8px;box-shadow:0 2px 4px 0 rgba(228,131,168,.5);display:flex;flex-direction:column;height:100%;margin-bottom:16px;padding:28px;transition:transform .3s ease-in-out}.cards-candidatures__card-item--inner.active{background:rgba(247,20,107,.05);background:#fef3f7;border:2px solid #f7146b;border-radius:8px;box-shadow:0 2px 4px 0 rgba(228,131,168,.5)}.cards-candidatures__card-item .more-infos{background:rgba(247,20,107,.05);border-radius:8px;display:none;left:0;padding:16px;position:absolute;top:100%;transition:all .3s ease-in-out;width:100%}.cards-candidatures__card-item--inner.active+.more-infos{display:block}.more-infos__inner{display:flex;flex-flow:row}.cards-candidatures__card-item .more-infos p{margin-bottom:0}.cards-candidatures__card-item .more-infos svg{height:2rem;margin-right:8px;min-width:2rem}.cards-candidatures__card-item--inner input[type=radio]{appearance:none;background-color:var(--white_color);border:0;border-radius:50%;box-shadow:inset 0 0 0 1px silver,inset 0 0 0 6px var(--white_color),inset 0 0 0 6px var(--white_color);cursor:pointer;height:24px;margin-bottom:16px;position:relative;transition:all .3s ease-in-out;width:24px}.cards-candidatures__card-item--inner.active input[type=radio]{box-shadow:inset 0 0 0 1px #f7146b,inset 0 0 0 6px #f7146b,inset 0 0 0 6px var(--white_color)}#next-button{align-self:flex-end;margin-top:4rem;width:fit-content}.cards-candidatures #next-button[data-disabled=true]{background:#919191;border:2px solid #919191;box-shadow:inset 0 0 0 var(--button_border_width) #919191}@media (max-width:767px){.cards-candidatures__card-item .more-infos{position:relative;top:0}.cards-candidatures__card-item:not(:last-child){margin-bottom:28px}}