/* Panneau simulation (sidebar) */

.eic-fw-card__body .eic-fw-sidebar {
    flex: 0.9;
    border-left: 1px solid #e4e7ec;
    padding: 24px 20px 28px;
    box-sizing: border-box;
    text-align: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
}

.eic-fw-card__body--mobile .eic-fw-sidebar {
    border-left: none;
    border-top: none;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.eic-fw-mobile-simulation-top {
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.eic-fw-mobile-simulation-top .eic-fw-sidebar__head {
    width: 100%;
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .eic-formulaire-wizard {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }

    .eic-fw-card__body {
        flex-direction: column;
    }

    .eic-fw-card__main {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .eic-fw-card__body .eic-fw-sidebar {
        flex: none;
        width: 100%;
        max-width: 100%;
        border-left: none;
        border-top: 1px solid #e4e7ec;
    }
}

.eic-fw-sidebar__head {
    width: 100%;
}

.eic-fw-sidebar__tail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
    min-height: 0;
}

.eic-fw-sidebar__offers {
    margin: 0 0 8px;
    font-size: 13px;
    color: var(--eic-fw-muted);
    line-height: 1.35;
    width: 100%;
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
}

.eic-fw-sidebar__offers-count {
    font-weight: 700;
    color: var(--eic-fw-accent);
}

.eic-fw-sidebar__offers-rest {
    color: var(--eic-fw-muted);
}

.eic-fw-sidebar__cta-text {
    margin: 0 0 12px;
    font-size: 19px;
    font-weight: 700;
    color: var(--eic-fw-text);
    line-height: 1.35;
    width: 100%;
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
}

.eic-fw-sidebar__ring-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    padding: 8px 0 4px;
    box-sizing: border-box;
}

.eic-fw-sidebar__ring {
    width: 198px;
    height: 198px;
    border-radius: 50%;
    padding: 11px;
    box-sizing: border-box;
    background: conic-gradient(
        var(--eic-fw-accent) calc(var(--eic-fw-progress) * 3.6deg),
        #e4e7ec 0deg
    );
    transition: --eic-fw-progress 0.65s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (prefers-reduced-motion: reduce) {
    .eic-fw-sidebar__ring {
        transition-duration: 0.01ms !important;
    }
}

.eic-fw-sidebar__ring-hole {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eic-fw-sidebar__ring-label {
    font-size: 34px;
    font-weight: 700;
    color: var(--eic-fw-text);
    line-height: 1;
}
