.style-circle .response-options {
    position: relative;
    width: calc(var(--response-circle-diameter-mobile) * 2);
    height: calc(var(--response-circle-diameter-mobile) * 2);
    margin: 0 auto;
}

@media (min-width: 768px) {
    .style-circle .response-options {
        width: calc(var(--response-circle-diameter) * 2);
        height: calc(var(--response-circle-diameter) * 2);
    }
}

.style-circle .response-options > div {
    width: calc(var(--reponse-choice-diameter-mobile) * 2);
    height: calc(var(--reponse-choice-diameter-mobile) * 2);
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: 0 var(--response-circle-diameter-mobile);
}

@media (min-width: 768px) {
    .style-circle .response-options > div {
        width: calc(var(--reponse-choice-diameter) * 2);
        height: calc(var(--reponse-choice-diameter) * 2);
        transform-origin: 0 var(--response-circle-diameter);
    }
}

.style-circle .response-options > div::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 50%;
    width: 1px;
    height: var(--response-circle-diameter-mobile);
    background: linear-gradient(to top, #D9D9D9, transparent);
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .style-circle .response-options > div::before {
        height: var(--response-circle-diameter);
    }
}

.style-circle .response-options::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #F4F5F7;
    width: calc(var(--response-circle-diameter-mobile) * 2 - var(--reponse-choice-diameter-mobile) * 2);
    height: calc(var(--response-circle-diameter-mobile) * 2 - var(--reponse-choice-diameter-mobile) * 2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .style-circle .response-options::before {
        width: calc(var(--response-circle-diameter) - var(--reponse-choice-diameter) * 2);
        height: calc(var(--response-circle-diameter) - var(--reponse-choice-diameter) * 2);
    }
}

.style-circle .response-options::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid var(--Bg-gray-0, #F4F5F7);
    width: calc(var(--response-circle-diameter-mobile) - var(--reponse-choice-diameter-mobile) * 2);
    height: calc(var(--response-circle-diameter-mobile) - var(--reponse-choice-diameter-mobile) * 2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.7;
}

@media (min-width: 768px) {
    .style-circle .response-options::after {
        width: calc(var(--response-circle-diameter) - var(--reponse-choice-diameter) * 2);
        height: calc(var(--response-circle-diameter) - var(--reponse-choice-diameter) * 2);
    }
}

.style-circle .response-option label {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: var(--response-choice-background);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.style-circle .response-option .response-option__id {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.style-circle .response-option .response-option__label {
    display: none;
}

.style-circle .response-option.response-option--first .response-option__label,
.style-circle .response-option.response-option--last .response-option__label {
    display: block;
    position: absolute;
    right: 20px;
    z-index: 10;
}

:lang(fr) .style-circle .response-option.response-option--first .response-option__label,
:lang(fr) .style-circle .response-option.response-option--last .response-option__label {
    right: 0;
}

@media (min-width: 768px) {
    :lang(fr) .style-circle .response-option.response-option--first .response-option__label,
    :lang(fr) .style-circle .response-option.response-option--last .response-option__label {
        right: 20px;
    }
}

.style-circle .response-option.response-option--first .response-option__label {
    bottom: calc(100% + 15px);
}

.style-circle .response-option.response-option--last .response-option__label {
    top: calc(100% + 15px);
}

:lang(fr) .style-circle .response-option.response-option--last .response-option__label {
    top: calc(100% + 10px);
}

.style-circle .response-option .radio {
    display: none;
}

.style-circle .response-option label:hover {
    cursor: pointer;
    background-color: #0076D5;
}

.style-circle .response-option label:has(:checked) .response-option__id,
.style-circle .response-option label:hover .response-option__id {
    color: #fff;
}

.style-circle .response-option label:has(:checked) {
    background-color: #0076D5;
}

.style-circle .response-options > div:nth-child(1) {
    transform: rotate(calc((var(--start-radius) + 0deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(1)::before {
    transform: translateX(50%);
}

.style-circle .response-options > div:nth-child(1) label {
    transform: rotate(calc((var(--start-radius) + 0deg) * -1));
}

.style-circle .response-options > div:nth-child(2) {
    transform: rotate(calc((var(--start-radius) + 30deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(2) label {
    transform: rotate(calc((var(--start-radius) + 30deg) * -1));
}

.style-circle .response-options > div:nth-child(3) {
    transform: rotate(calc((var(--start-radius) + 60deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(3) label {
    transform: rotate(calc((var(--start-radius) + 60deg) * -1));
}

.style-circle .response-options > div:nth-child(4) {
    transform: rotate(calc((var(--start-radius) + 90deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(4) label {
    transform: rotate(calc((var(--start-radius) + 90deg) * -1));
}

.style-circle .response-options > div:nth-child(5) {
    transform: rotate(calc((var(--start-radius) + 120deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(5) label {
    transform: rotate(calc((var(--start-radius) + 120deg) * -1));
}

.style-circle .response-options > div:nth-child(6) {
    transform: rotate(calc((var(--start-radius) + 150deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(6) label {
    transform: rotate(calc((var(--start-radius) + 150deg) * -1));
}

.style-circle .response-options > div:nth-child(7) {
    transform: rotate(calc((var(--start-radius) + 180deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(7) label {
    transform: rotate(calc((var(--start-radius) + 180deg) * -1));
}

.style-circle .response-options > div:nth-child(8) {
    transform: rotate(calc((var(--start-radius) + 210deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(8) label {
    transform: rotate(calc((var(--start-radius) + 210deg) * -1));
}

.style-circle .response-options > div:nth-child(9) {
    transform: rotate(calc((var(--start-radius) + 240deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(9) label {
    transform: rotate(calc((var(--start-radius) + 240deg) * -1));
}

.style-circle .response-options > div:nth-child(10) {
    transform: rotate(calc((var(--start-radius) + 270deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(10) label {
    transform: rotate(calc((var(--start-radius) + 270deg) * -1));
}

.style-circle .response-options > div:nth-child(11) {
    transform: rotate(calc((var(--start-radius) + 300deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(11) label {
    transform: rotate(calc((var(--start-radius) + 300deg) * -1));
}

.style-circle .response-options > div:nth-child(12) {
    transform: rotate(calc((var(--start-radius) + 330deg))) translateX(-50%);
}

.style-circle .response-options > div:nth-child(12) label {
    transform: rotate(calc((var(--start-radius) + 330deg) * -1));
}

.style-circle .additional-option {
    text-align: center;
    margin-top: 35px;
    color: var(--Midnight-blue, #101D40);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
}

.style-circle .additional-option label {
    padding: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}