.mono-affecation {
    margin: 0px 20px !important;
    height: fit-content !important;
}
.mono-affecation label:not(:first-child) {
    display: none !important;
}
.mono-affecation label:first-child {
    display: flex;
    height: 40px !important;
    line-height: 40px !important;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: var(--border-radius);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #F8F8F8 !important;
}
.mono-affecation label:first-child.active {
    background-color: #0066B2 !important;
    color: #FFF !important;
}
.mono-affecation label:not(:first-child).active {
    display: block !important;
    margin-left: 20px !important;
}

/* Margin top pour le deuxième label */
#type-b.arya p[name^=reserved_][data-type=radio]>label:nth-child(2), 
#type-b.arya #card-type li>label:nth-child(2) {
    margin-top: 15px;
}

/* Margin bottom pour le dernier label */
#type-b.arya p[name^=reserved_][data-type=radio]>label:last-of-type, 
#type-b.arya #card-type li>label:last-of-type {
    margin-bottom: 15px;
}

#type-b.arya #step-1 p.ira-form-item {
    margin-left: 0px;
    margin-right: 0px;
}
body#type-b.is_desktop_2steps.arya #form-info table {
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
}
body#type-b.is_desktop_2steps.arya #form-info table a {
    color: var(--main-action-color);
    font-weight: bold;
    font-size: 16px;
}