.switch-up .radio-choix.radio-choix--6choix .radio-choix__container{
    max-width: 540px;
    flex-wrap: wrap;
    margin: 8px auto 0;
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item{
    margin-bottom: -1px;
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item__image{
    width: 60px;
    height:55px;
    margin-bottom: 10px;
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item__image.choix1{
    -webkit-mask-image: url('../../img/interet/choix1.svg'); /* warning : not standard */
    background-color: var(--color-text);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 38px;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item__image.choix2{
    -webkit-mask-image: url('../../img/interet/choix2.svg'); /* warning : not standard */
    background-color: var(--color-text);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 50px;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item__image.choix3{
    -webkit-mask-image: url('../../img/interet/choix3.svg'); /* warning : not standard */
    background-color: var(--color-text);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 30px;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item__image.choix4{
    -webkit-mask-image: url('../../img/interet/choix4.svg'); /* warning : not standard */
    background-color: var(--color-text);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 32px;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item__image.choix5{
    -webkit-mask-image: url('../../img/interet/choix5.svg'); /* warning : not standard */
    background-color: var(--color-text);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 45px;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item__image.choix6{
    -webkit-mask-image: url('../../img/interet/choix6.svg'); /* warning : not standard */
    background-color: var(--color-text);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 38px;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item:first-child{
    border-right: 1px solid var(--color-text);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item:last-child{
    border-left: 1px solid var(--color-text);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active::after{
    z-index: 1;
    width: calc(100% + 2px);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active:first-child::after{
    border-right: 2px solid var(--color-primary);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active:nth-child(4)::after{
    height: calc(100% + 2px);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active:nth-child(5)::after{
    height: calc(100% + 2px);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active:last-child::after{
    border-left: 2px solid var(--color-primary);
    height: calc(100% + 2px);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix1{
    background-color: var(--color-white);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix2{
    background-color: var(--color-white);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix3{
    background-color: var(--color-white);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix4{
    background-color: var(--color-white);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix5{
    background-color: var(--color-white);
}

.switch-up .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix6{
    background-color: var(--color-white);
}