.navbar {
    background: white;
    border: 1px solid #E4E4E4;
    border-radius: 15px;
}

.navbar__part {
    border-top: 1px solid #E4E4E4;
    padding: 10px 15px;
}

.navbar__part:first-child {
    border-top: none;
}

.navbar-contact .navbar__part-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 15px;
}

.navbar-contact .btn-cta {
    width: 100%;
    font-size: 18px;
    border-radius: 0;
    display: block;
    padding: 14px 15px 12px;
    box-shadow: 0 3px 6px #1167FF66;
}

.navbar-contact .phone {
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
    padding: 7px 15px 5px;
    margin: 20px 10px -20px;
    border-radius: 25px;
    display: flex;
    text-align: left;
    z-index: 9;
    position: relative;
}

.navbar-contact .phone .icone-phone {
    width: 25px;
}

.phone__informations {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 18px;
    margin-left: 10px;
}

.phone__informations-number {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.phone__informations-number:focus {
    text-decoration: none;
    color: #0a69b5;
}

.navbar-contact .navbar__part--hour {
    font-size: 12px;
    line-height: 16px;
    background-color: #F8F9FB;
    box-shadow: 0 3px 6px #00000029;
    padding: 30px 10px 5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.icone-plus .position-horizontal {
    width: 21px;
    height: 3px;
    right: 1px;
    background-color: #d4d4d4;
}

.icone-plus .position-vertical {
    height: 21px;
    width: 3px;
    margin-top: -9px;
    background-color: #d4d4d4;
}

.block {
    border-radius: 15px;
    padding: 25px;
}

.form-inputs {
    margin-top: 10px;
}

.form-inputs .form-label {
    color: inherit;
}

.form-inputs .form-label:not(:first-child) {
    margin-left: 100px;
}

.form-inputs .form-label input {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.form-inputs .newRadio + span {
    display: flex;
    align-items: end;
}

.form-inputs .newRadio + span:before {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
}

.form-inputs .newRadio:checked + span:after {
    width: 17px;
    height: 17px;
    top: 10px;
    left: 5px;
}

.section__votrreprojet .form-group {
    margin-bottom: 30px;
}

.block__contact {
    background-color: #fff;
    margin-top: 50px;
    padding-top: 35px;
}

.block__contact--card:not(.reprise__accordion-content), .estimation__accordion-card {
    max-width: 960px;
    margin: 0 auto;
    padding: 35px 40px 0;
    box-shadow: 0 3px 20px #0000001A;
    background-color: #fff;
    border-radius: 15px;
    text-align: left;
}

.appointment__no-slot + .block__contact--card:not(.reprise__accordion-content), .estimation__accordion-card {
    margin-top: 45px;
}

.estimation__accordion-card {
    padding: 0;
}

.estimation__accordion-card .reprise__accordion-toggle .icone-plus {
    right: 20px;
}

.estimation__accordion-card .reprise__acordion-title {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 40px;
    margin-bottom: 0;
    display: inline-block;
}

.estimation__accordion-card .reprise__accordion-content {
    padding: 35px 40px 0;
    border-top: 1px solid #d4d4d4;
}

.block__contact--card-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.block__contact--card-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 20px 0 0;
}

.card__phone-hour {
    display: flex;
    align-items: center;
}

.card__phone {
    background-color: #CFE0FD;
    border-radius: 25px;
    padding: 7px 20px 5px 15px;
    display: flex;
    text-align: left;
    width: fit-content;
}

.card__phone .icone-phone {
    width: 25px;
}

.card__hour {
    font-size: 12px;
    line-height: 16px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.block__contact-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.block__appointment {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 50px auto 0;
}

.block_appointment-auth {
    width: 100%;
    max-width: 450px;
}

.block__appointment-choice {
    min-height: 330px;
    background-color: #E6F8FF;
    border-radius: 15px;
    box-shadow: 0 3px 20px #0000001A;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    padding: 15px 25px;
    text-align: center;
    position: relative;
    margin-bottom: 18px;
}

.block__appointment-choice.disabled {
    background-color: #fff;
    opacity: 0.4;
}

.block__appointment-choice.disabled:hover {
    opacity: 1;
}

.block_appointment-auth.appointment_auth--full {
    max-width: unset;
}

.block__appointment-choice-or {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 163px;
}

.block__appointment-choice__title {
    font-size: 18px;
    font-weight: 600;
}

.block__appointment-choice__img {
    width: 100%;
    max-width: 172px;
    margin: 20px auto;
}

.btn-appointment, .btn-account, .btn-agenda {
    background-color: #1167ff;
    color: #fff;
    padding: 13px 10px 13px;
    width: fit-content;
    border-radius: 0;
    box-shadow: 0 3px 6px #1167FF66;
    text-transform: unset;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
    cursor: pointer;
}

.btn-agenda {
    background-color: #fff;
    color: #1167ff;
    border: 1px solid #1167ff;
}

.btn-appointment:hover, .btn-appointment:focus, .btn-account:hover, .btn-account:focus {
    background-color: #108DF2;
    color: #fff;
    text-decoration: none;
}

.block__appointment-choice.active .btn-appointment {
    display: none;
}

.btn-account, .btn-agenda {
    margin: 0;
    box-shadow: none;
    font-size: 16px;
}

.block__appointment-choice .junction {
    display: none;
    background-color: #E6F8FF;
    width: 40px;
    height: 22px;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.block__appointment-choice.active.active-wrapper .junction {
    display: block;
}

.block__appointment-choice .junction:before,
.block__appointment-choice .junction:after {
    content: "";
    width: 70px;
    height: 20px;
    background: transparent;
    position: absolute;
    top: 2px;
    border-radius: 100%;
    box-sizing: border-box;
}

.block__appointment-choice .junction:before {
    left: -50px;
    box-shadow: inset -3px 0 4px -2px rgb(0 0 0 / 16%);
    border-right: 20px solid #E6F8FF;
}

.block__appointment-choice .junction:after {
    right: -50px;
    box-shadow: inset 3px 0 4px -2px rgb(0 0 0 / 16%);
    border-left: 20px solid #E6F8FF;
}

.block__auth--wrapper {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background-color: #E6F8FF;
    border-radius: 15px;
    box-shadow: 0 3px 20px #0000001A;
    text-align: left;
    padding: 40px;
}

.block__auth--wrapper-mobile {
    display: none;
}

.block_auth--title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.block_auth--subtitle {
    font-size: 16px;
    line-height: 24px;
}

.block__auth {
    text-align: left;
}

.block__appointment-choice .block__auth {
    display: none;
}

.block__appointment-choice.active:not(.active-wrapper) .block__auth {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.block__auth--wrapper .frc-captcha {
    background-color: #E6F8FF;
}

.block__auth-choice {
    width: 100%;
}

.block__auth-or {
    border: none;
    border-top: 1px solid #CECECE;
    margin-bottom: 15px;
}

.block__auth-or legend {
    color: #D4D4D4;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: unset;
    padding: 0 12px;
    margin: 0;
    border-bottom: none;
}

.block__auth--subtitle {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.block__auth--form {
    font-size: 16px;
    margin-bottom: 0;
}

.main--reprise .block__auth--regist {
    flex-direction: column;
    flex-wrap: unset;
    margin-top: 0;
}

.main--reprise .block__auth--btn-registration {
    max-width: unset;
    width: 100%;
    margin-top: 5px !important;
}

.block__auth--form-input,
input[type=password].block__auth--form-input,
input[type=email].block__auth--form-input,
input[type=text].block__auth--form-input,
.block__auth #form_inscription_reprise input:not(input[type=checkbox]) {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: none;
    height: unset;
    display: unset;
    margin: 5px 0 0;
    outline: none;
}

.block__auth--btn-connect, .block__auth--btn-inscription {
    background: #1167ff;
    color: white;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 25%;
    margin: 25px 0 0 auto;
    display: block;
    border: none;
}

.block__auth--btn-connect {
    width: 100%;
}

.block__auth--btn-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.block__auth--btn-inscription {
    margin: 5px 0 0;
}

.block__auth--btn-inscription.course__button--disabled {
    background: rgba(21, 183, 255, 0.4);
    cursor: default;
}

.block__auth--btn-cancel,
.block__auth--btn-cancel:active,
.block__auth--btn-cancel:focus {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E4E4E4;
    color: #D4D4D4;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: block;
    outline: none;
    margin: 5px 0 0;
    width: 20%;
}

.block__auth--btn-cancel:hover {
    background: #eee;
}

.block__auth--btn-forgot {
    line-height: 18px;
    color: #1167ff;
    text-align: right;
    margin: 10px 0 0 auto;
    display: block;
    font-size: 14px;
    width: fit-content;
}

.block__auth--conditions {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.block__auth--possibilities {
    font-size: 16px;
    margin: 30px 0 0;
}

.block__appointment-slots--wrapper {
    display: flex;
    margin-bottom: 20px;
}

.block__appointment-slots {
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #E4E4E4;
    margin-right: 20px;
    width: 257px;
    text-align: left;
}

.block__appointment-slots:last-child {
    margin-right: 0;
    flex: 1;
    width: unset;
}

.block__appointment-slots-header {
    padding: 20px 15px 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.block__appointment-slots-header-img {
    cursor: pointer;
}

.block__appointment-slots-body {
    padding: 20px 15px;
    position: relative;
}

.appointment__dealership--infos {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 10px;
}

.block__appointment-slots-body .junction {
    display: block;
    background-color: #fff;
    width: 30px;
    height: 24px;
    top: 30px;
    left: 98.5%;
    position: absolute;
    transform: rotateZ(90deg);
}

.block__appointment-slots-body .junction:before,
.block__appointment-slots-body .junction:after {
    content: "";
    width: 60px;
    height: 24px;
    background: transparent;
    position: absolute;
    top: 0;
    border-radius: 100%;
    box-sizing: border-box;
}

.block__appointment-slots-body .junction:before {
    left: -40px;
    box-shadow: inset -3px 0 4px -2px rgb(0 0 0 / 16%);
    border-right: 20px solid #fff;
}

.block__appointment-slots-body .junction:after {
    right: -40px;
    box-shadow: inset 3px 0 4px -2px rgb(0 0 0 / 16%);
    border-left: 20px solid #fff;
}

.confirmation-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 28px;
}
.confirmation-part .check-confirm {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
.confirmation-part .check-confirm input {
    margin-right: 10px;
    margin-top: 0;
}
.confirmation-part .check-confirm .img-container{
    width: 22px;
    margin-left: 4px;
    margin-bottom: -4px;
}
#registrationDocument{
    width: 764px;
    margin-left: -382px;
    height: 700px;
}
#registrationDocument .modal-header{
    font-size: 18px!important;
    margin-bottom: 18px;
    font-weight: 600!important;
}
#registrationDocument .modal-header span{
    color: #F00!important;
}
#registrationDocument .modal-body{
    overflow-y: scroll;
    height: 95%;
}
#registrationDocument .modal-body img{
    width: 100%;
}
.button-wrapper{
    float: right;
}
.appointment__title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
    color: unset;
    position: relative;
}

.appointment__title:before, .appointment__title:after {
    content: '';
    position: absolute;
    top: -100%;
    width: 121px;
    height: 123px;
}

.appointment__title:before {
    background-image: url('/assets/img/reprise/cotillons-gauche.svg');
    left: 10%;
}

.appointment__title:after {
    background-image: url('/assets/img/reprise/cotillons-droite.svg');
    right: 10%;
}

.section--rdv .block__contact {
    padding: 80px 0;
    position: relative;
}

.appointment__infos-wrapper {
    display: flex;
    text-align: left;
    justify-content: center;
}

.appointment__infos-img {
    max-height: 150px;
}

.appointment__infos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 25px;
    font-size: 18px;
    line-height: 26px;
}

.appointment__subtitle, .appointment__contact-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    margin-top: 55px;
}

.appointment__steps {
    display: flex;
    justify-content: center;
    margin: 50px 0 70px;
    background-image: url('/assets/img/reprise/chemin-pointilles.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.appointment__step {
    width: 100%;
    max-width: 220px;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
    box-shadow: 0 6px 6px #0000001A;
    background-color: #fff;
    align-items: center;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

.appointment__step:last-child {
    margin-right: 0;
}

.appointment__step-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.appointment__step-img {
    max-width: 98px;
    margin: 25px 0 20px;
}

.appointment_link {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 85px;
    display: block;
}

.appointment__contact-title {
    margin-top: 0;
}

.appointment-slots__title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    font-weight: 600;
    margin: -20px 0 40px;
}

.appointment__no-slot {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}

.appointment_fidcar--infos {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}

.fidcar-logo {
    height: 24px;
}

.appointment__fidcar-note {
    color: #00C3A8;
    font-size: 26px;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
    font-weight: normal;
    display: block;
}

.rating__star {
    margin-top: 5px;
    display: inline-block;
}

.rating__star svg {
    width: 26px;
    height: 25px;
}

.slick-days {
    margin-bottom: 55px;
}

.block__appointment-slots--wrapper .slick-arrow {
    top: 105%;
}

.callback__infos-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}


.callback__infos-subwrapper {
    display: flex;
    text-align: left;
    align-items: flex-start;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #d4d4d4;
}

.callback__infos-img {
    width: 36px;
}

.callback__infos {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.callback__infos .phone__number {
    font-size: 26px;
    line-height: 18px;
    font-weight: 700;
}

.callback__infos .phone__number .mention {
    font-size: 13px;
}

.callback__infos .hours {
    font-size: 10px;
    line-height: 12px;
}

.block__contact-check {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}

.callback__infos-wrapper .btn-cta {
    font-size: 14px;
    line-height: 17px;
    border-radius: 0;
    display: block;
    padding: 14px 15px 12px;
    box-shadow: 0 3px 6px #1167FF66;
    height: fit-content;
    text-transform: unset;
}

.callback__infos-wrapper .btn-cta .btn-cta__img {
    width: 18px;
    margin-right: 5px;
}

.contact-msg-alerte {
    color: red;
    font-size: 13px;
}

.contact-border-error {
    border-color: red !important;
}

.reprise__accordion-wrapper {
    margin-top: 30px;
}

.reprise__accordion-wrapper .reprise__accordion {
    border-top: 1px solid #D4D4D4;
    padding: 15px 0;
}

.reprise__accordion-wrapper .reprise__accordion:last-child {
    border-bottom: 1px solid #D4D4D4;
}

.reprise__accordion-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}

.reprise__accordion-wrapper .reprise__accordion-body {
    margin-top: 15px;
}

#noSlots {
    text-align: center;
}

#noSlots .modal__title {
    padding: 0;
}

#noSlots #cross {
    line-height: unset;
}

.no-slots--img {
    width: 120px;
    margin: 20px auto;
    border-radius: 100%;
}

@media screen and (min-width: 768px) {
    .course__steps {
        max-width: 576px;
        margin: 0 auto 40px;
    }

    .courses__steps--margin {
        margin-top: 40px;
    }

    .courses__steps--map {
        position: absolute;
        z-index: 2;
        top: 30px;
        left: 50%;
        background-color: #fff;
        border-radius: 7px;
        padding: 20px 15px 5px;
        box-shadow: 0 3px 6px #00000029;
    }

    .course__step, .course__step.done:hover, .course__step.active ~ .course__step, .course__step.failed {
        border-bottom: none;
        position: relative;
    }

    .course__step.active ~ .course__step, .course__step.failed {
        color: #707070;
    }

    .course__step.done {
        color: #1167ff;
    }

    .course__step:not(:last-child):after {
        content: '';
        width: calc(100% - 35px);
        height: 1px;
        background-color: #707070;
        position: absolute;
        top: 7.5px;
        left: calc(50% + 17.5px);
    }

    .course__step.active:after, .course__step.done:not(.active ~ .course__step):after {
        background-color: #1167ff;
    }

    .course__step-content--desktop {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
    }

    .course__step-content--state {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background-color: #707070;
        margin-bottom: 10px;
    }

    .course__step.active .course__step-content--state,
    .course__step.done:not(.active ~ .course__step) .course__step-content--state {
        background-color: #1167ff;
    }

    .course__step.done:not(.active ~ .course__step, .active) .course__step-content--state {
        background-image: url('/assets/img/apv/check-blanc.svg');
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 1199px) {
    .course__steps-wrapper--absolute {
        height: auto;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 20px;
    }

    .course__steps--absolute {
        position: relative;
        transform: none;
        margin-bottom: 0;
        left: 0;
    }

    .dealerships--animated {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .s-toggle--navbar {
        border-radius: 15px;
    }

    .navbar-contact .navbar__part {
        width: 100%;
    }

    .navbar-contact .phone {
        justify-content: center;
    }

    .course__navbar--mobile.hidden {
        display: none;
    }

    .block__contact {
        padding-left: 10px;
        padding-right: 10px;
    }

    .block__contact--card:not(.reprise__accordion-content), .estimation__accordion-card {
        margin-top: 20px;
    }

    .block__contact--card:not(.reprise__accordion-content), .estimation__accordion-card .reprise__accordion-content {
        padding: 10px 15px 0;
    }

    .card__phone-hour {
        flex-direction: column;
    }

    .card__phone {
        width: 100%;
        justify-content: center;
    }

    .card__hour {
        margin-left: 0;
        margin-top: 15px;
    }

    .block__appointment, .block__auth {
        flex-direction: column;
    }

    .block__appointment-choice {
        min-height: unset;
    }

    .block_appointment-auth:first-child {
        order: 3;
    }

    .block_appointment-auth:last-child {
        order: 1;
    }

    .block__appointment-choice__img {
        max-width: 96px;
    }

    .block__auth--wrapper {
        padding: 20px 10px 10px;
    }

    .block_auth--title {
        line-height: 24px;
        text-align: center;
    }

    .block__auth-choice:first-child, .block__auth-choice:last-child {
        padding: 0;
        border: none;
    }

    .block__auth--btn-connect {
        width: 100%;
    }

    .block__auth--wrapper-mobile.active {
        display: block;
    }

    .block__appointment-choice-or {
        padding: 15px 0;
        order: 2;
    }

    .appointment__title {
        font-size: 20px;
        line-height: 26px;
        padding: 0 10px;
        margin-top: 35px;
    }

    .appointment__title:before, .appointment__title:after {
        width: 53px;
        height: 54px;
        background-size: 100%;
        top: -30px;
    }

    .appointment__title:before {
        left: 5%;
    }

    .appointment__title:after {
        right: 5%;
    }

    .appointment__infos-wrapper {
        flex-direction: column;
    }

    .appointment__infos-wrapper img {
        max-width: 120px;
        margin: 0 auto;
    }

    .section--rdv .block__contact {
        padding: 50px 20px 30px;
        margin-top: 35px;
    }

    .appointment__infos {
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 20px;
    }

    .btn-account, .btn-agenda {
        width: 100%;
        text-align: center;
        padding-top: 14px;
        display: block;
    }

    .btn-agenda {
        margin-bottom: 20px;
    }

    .appointment__steps {
        display: block;
        background-image: none;
        margin-top: 15px;
    }

    .appointment__steps .slick-track {
        background-image: url('/assets/img/reprise/chemin-pointilles.svg');
        background-repeat: no-repeat;
        background-position: center;
    }

    .appointment__steps.slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    .appointment__steps .slick-list {
        padding-bottom: 15px !important;
    }

    .appointment__steps .slick-dots {
        bottom: -20px;
    }

    .appointment__step {
        margin: 0 10px;
        text-align: center;
        height: 286px;
        font-size: 16px;
        line-height: 20px;
    }

    .slick-slide img.appointment__step-img {
        display: unset;
    }

    .appointment_link {
        margin-bottom: 10px;
    }

    .appointment__subtitle, .appointment__contact-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
    }

    .appointment-slots__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
        margin-top: -15px;
    }

    .block__appointment-slots--wrapper {
        flex-direction: column;
    }

    .block__appointment-slots {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .block__appointment-slots-body .junction {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .callback__infos-wrapper {
        margin-top: 15px;
        flex-direction: column;
    }

    .callback__infos-subwrapper {
        margin-right: 0;
        margin-bottom: 30px;
        padding-right: 0;
        padding-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #d4d4d4;
        width: 100%;
        justify-content: center;
    }

    .callback__infos-wrapper .btn-cta {
        width: 100%;
        max-width: 240px;
    }

    .estimation__accordion-card .reprise__acordion-title {
        padding-left: 10px;
    }

    .block {
        padding: 15px;
    }

    #form_inscription_reprise .frc-captcha {
        margin-top: 20px !important;
    }

    .block__auth--btn-wrapper {
        flex-direction: column-reverse;
    }

    .block__auth--btn-cancel, .block__auth--btn-cancel:active, .block__auth--btn-cancel:focus, .block__auth--btn-inscription {
        width: 100%;
    }

    body .apv__button {
        margin: 25px auto 0;
        padding: 0 35px;
    }

    .form-inputs .form-label:not(:first-child) {
        margin-left: 0;
    }

    .form-inputs .newRadio + span {
        align-items: unset;
    }
}

@media screen and (min-width: 691px) and (max-width: 1002px) {
    .form-inputs .newRadio:checked + span:after {
        top: 9px;
        left: 4px;
    }
}

@media screen and (max-width: 690px) {
    .form-inputs .newRadio:checked + span:after {
        top: 8px;
        left: 4px;
    }
}