.pac-container {
    z-index: 10000000 !important;
}

[data-toggle], #modal-form-rdv_callback {
    cursor: pointer;
}

body.modal-open.modal-open-rdv {
    overflow: hidden;
}

.modal-form-rdv-franchise .modal-header {
    background-color: var(--gray);
    border-bottom: 0;
    position: sticky;
    z-index: 11;
    top: 0;
}



.modal-form-rdv-franchise .modal-footer {
    border: 0;
}
button.left_planification_btn {
    padding: 0!important;
    margin: 0!important;
}
button.left_planification_btn span, .modal-form-rdv-franchise button.close span {
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color:  var(--blue);
    color:white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    transition: all .3s ease-in-out;
    text-shadow: none!important;
    opacity: 1!important;
    /* border: 3px solid white; */
}
.modal-form-rdv-franchise button.close {
    opacity: 1!important;
}
button.left_planification_btn span:hover, .modal-form-rdv-franchise button.close span:hover {
    background-color:  var(--green);
}
.modal-form-rdv-franchise button.close {
    margin-left: auto;
    margin-right: 0;
}

.modal-form-rdv-franchise h5 {
    font-size: 2.5rem;
    font-weight: bold;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar {
    counter-reset: step;
    list-style-type: none;
    width: 75%;
    text-align: center;
    z-index: 1;
    margin: 0;
}

.modal-form-rdv-franchise.modal-form-rdv-franchise-new ul.modal-form-rdv-franchise-progressbar {
    width: 100%;
}

.modal-form-rdv-franchise.modal-form-rdv-franchise-new ul.modal-form-rdv-franchise-progressbar li {
    width: 24%;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li {
    display: inline-block;
    width: 32%;
    position: relative;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 500;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 44px;
    height: 44px;
    border: 2px solid var(--blue);
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 39px;
    background: white;
    /*color: #bebebe;*/
    text-align: center;
    font-weight: bold;
    z-index: 1;
    font-size: 2.5rem;
    /*-webkit-transition: all 1000ms linear;*/
    /*-ms-transition: all 1000ms linear;*/
    /*transition: all 1000ms linear;*/
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: white;
    border: 1px solid var(--blue);
    top: 17px;
    left: -50%;
    z-index: -1;
    /*-webkit-transition: all 1000ms linear;*/
    /*-ms-transition: all 1000ms linear;*/
    /*transition: all 1000ms linear;*/
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li:first-child:before,
.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li.active:before {
    background: var(--green);
    color: white;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li.active:after {
    background: var(--green);
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li:first-child:after {
    content: none;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li.start:after,
.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li.active:after {
    background: linear-gradient(to right, var(--green) 33%, #fff 33%);
    color: white;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li.step_1:after {
    background: linear-gradient(to right, var(--green) 25%, #fff 25%);
    color: white;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li.step_2:after {
    background: linear-gradient(to right, var(--green) 50%, #fff 50%);
    color: white;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li.step_3:after {
    background: linear-gradient(to right, var(--green) 75%, #fff 75%);
    color: white;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li.step_4:after {
    background: linear-gradient(to right, var(--green) 100%, #fff 100%);
    color: white;
}

.modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li.full:after {
    background: var(--green);
    color: white;
}

.modal-form-rdv-franchise .step_entete {
    font-size: 2.5rem;
    line-height: 3.3rem;
    font-weight: 600;
}

.modal-form-rdv-franchise .tooltip_form {
    background: var(--green);
    color: white;
    font-size: 2rem;
    vertical-align: super;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    display: inline-block;
    /*font-weight: normal;*/
    font-weight: 600;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
}

.modal-form-rdv-franchise .popover {
    border-color: var(--blue) !important;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    border-left-color: var(--blue) !important;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    border-bottom-color: var(--blue) !important;
}

.popover .popover-body {
    font-size: 1.6rem;
    font-weight: normal;
    color: var(--blue) !important;
    padding: 1rem;
}

.modal-form-rdv-franchise .step_title span {
    font-size: 2.5rem;
    font-weight: 600;
}

.modal-form-rdv-franchise .step_title i {
    color: var(--green);
    font-size: 4rem;
    vertical-align: top;
}

.modal-form-rdv-franchise .step_badge {
    margin-top: 1rem;
}
#iframe-rdv .modal-form-rdv-franchise .step_badge {
    margin-top: 0rem;
}

.modal-form-rdv-franchise .step_badge_container {
    /*cursor: pointer;*/
    position: relative;
}

.modal-form-rdv-franchise .step_badge_container + .step_badge_container {
    padding-right: 2rem !important;
}

.modal-form-rdv-franchise .step_badge_container:nth-child(6n+6) {
    padding-right: 0 !important;
}

.modal-form-rdv-franchise .step_badge_container > div {
    width: 155px;
    height: 155px;
    background-color: var(--blue);
    border-radius: 50%;
    position: relative;
    border: 4px solid white;
    /* top: 50%; */
    transition: all .3s ease-in-out;
    z-index: 0;
    cursor: pointer;
}

.modal-form-rdv-franchise .step_badge_container > div:hover,
.modal-form-rdv-franchise .step_badge_container.active > div {
    border-color: var(--green);
}

.modal-form-rdv-franchise .step_badge_container img {
    /*max-height: 100%;*/
    /*max-width: 70px;*/
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: filter .1s ease-in-out;
}

.modal-form-rdv-franchise .step_badge_container > div:hover img,
.modal-form-rdv-franchise .step_badge_container.active img {
    /*filter: invert(62%) sepia(38%) saturate(4342%) hue-rotate(63deg) brightness(104%) contrast(107%);*/
    filter: invert(67%) sepia(62%) saturate(3628%) hue-rotate(62deg) brightness(115%) contrast(300%);
}

.modal-form-rdv-franchise .step_badge_container span.d-block {
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: 400;
}

.modal-form-rdv-franchise .step_badge_container .tooltip_form {
    position: absolute;
    right: 1rem;
    top: 131px;
    z-index: 10;
}

.modal-form-rdv-franchise #modal-form-rdv_av_widget {
    min-height: 11rem;
}

.modal-form-rdv-franchise #modal-form-rdv_callback span:first-child {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.modal-form-rdv-franchise .step_submit_button span {
    color: white;
    background-color: var(--green);
    border-radius: 28px;
    font-size: 2rem;
    line-height: 2.7rem;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
}

.modal-form-rdv-franchise .step_submit_button span:hover {
    background-color: var(--blue);
}

.modal-form-rdv-franchise #step2_bailleur_alert p, #step1_coord_form_adr_no_match p,
.modal-form-rdv-franchise #step2_locataire_ko_alert p, .modal-form-rdv-franchise #step1_bailleur_alert p,
#step_exit p, #step3_no p, #step2_coord_form_adr_no_match p, #step4_ok, #step4_no_error_rdv_already,
#step1_locataire_ko_alert p,
#step4_no p {
    font-size: 2.5rem;
    line-height: 3.3rem;
    font-weight: 600;
}

#step3_no h1 {
    font-size: 2.8rem;
    line-height: 3.3rem;
    font-weight: 900;
}

.step4_ok_green {
    color: var(--green);
    display: inline;
}

.modal-form-rdv-franchise #step2_bailleur_alert a i, #step1_locataire_ko_alert i, .modal-form-rdv-franchise #step1_bailleur_alert a i, .modal-form-rdv-franchise #step2_locataire_ko_alert i, #step2_coord_form_adr_no_match a i, #step_exit a i, #step3_no a i {
    color: var(--green);
    font-size: 4rem;
    vertical-align: top;
}

.modal-form-rdv-franchise #step2_bailleur_alert #button_callback_bailleur, .modal-form-rdv-franchise #step1_bailleur_alert #button_callback_bailleur, #step_exit #button_callback_bailleur, #step3_no #button_callback_bailleur,
#step2_coord_form_adr_no_match #button_callback_bailleur, #step1_coord_form_adr_no_match #button_callback_bailleur {
    background-color: var(--green);
    color: var(--blue);
    border-radius: 28px;
    font-size: 2rem;
    line-height: 2.7rem;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.modal-form-rdv-franchise #step2_bailleur_alert #button_callback_bailleur i, .modal-form-rdv-franchise #step1_bailleur_alert #button_callback_bailleur i, #step2_coord_form_adr_no_match #button_callback_bailleur i, #step_exit #button_callback_bailleur i, #step3_no #button_callback_bailleur i {
    vertical-align: bottom;
}

.modal-form-rdv-franchise #step2_bailleur_alert #button_callback_bailleur:hover, .modal-form-rdv-franchise #step1_bailleur_alert #button_callback_bailleur:hover, #step_exit #button_callback_bailleur:hover, #step3_no #button_callback_bailleur:hover,
#step2_coord_form_adr_no_match #button_callback_bailleur:hover {
    background-color: var(--blue);
    color: var(--green);
}

.modal-form-rdv-franchise #step2_locataire .step_entete {
    color: var(--green);
    text-decoration: underline;
    font-weight: 400;
}

.modal-form-rdv-franchise .step2_coord_search_form label {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.modal-form-rdv-franchise .step2_coord_search_form label sup {
    color: var(--green);
    font-size: 1.2rem;
}

.modal-form-rdv-franchise input {
    border: 1px solid #707070;
    border-radius: 20px;
}

.modal-form-rdv-franchise .champ_obli {
    color: var(--green);
    font-size: 1.2rem;

}

.modal-form-rdv-franchise button.button_submit {
    color: white;
    background-color: var(--green);
    border-radius: 28px;
    font-size: 2rem;
    line-height: 2.7rem;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    display: inline-block;
}

button.button_submit:hover {
    background-color: var(--blue);
}

.modal-form-rdv-franchise input[type=radio] {
    visibility: hidden;
    position: absolute;
    top: -5000px;
    left: -5000px;
}

.modal-form-rdv-franchise input[type="radio"] + label {
    padding-left: 4rem;
    cursor: pointer;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.modal-form-rdv-franchise input[type="radio"] + label:before,
.modal-form-rdv-franchise input[type="radio"] + label:after {
    border-radius: 50%;
    background: white;
    height: 3rem;
    width: 3rem;
    display: block;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 0;
    content: "";
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

.modal-form-rdv-franchise input[type="radio"]:not(:checked) + label:before {
    border: 2px solid var(--blue);
}

.modal-form-rdv-franchise input[type="radio"]:not(:checked) + label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 2px solid var(--blue);
}

.modal-form-rdv-franchise input[type="radio"]:checked + label:before {
    border: 2px solid var(--blue);
}

.modal-form-rdv-franchise input[type="radio"]:checked + label:after {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    background-color: var(--green);
}

.modal-form-rdv-franchise input[type="radio"] + label div {
    border: 1px solid #707070;
    border-radius: 20px;
    padding: .5rem 2rem;
    font-size: 1.5rem;
    min-width: 100%;
    display: inline-block;
}

.modal-form-rdv-franchise input[type="radio"] + label span {
    display: block;
    width: 100%;
}

.modal-form-rdv-franchise input[type="radio"] + label span:first-child {
    font-weight: bold;
    font-size: 1.8rem;
}

.modal-form-rdv-franchise input[type="radio"] + label span + span {
    border: 0;
    font-size: 1.3rem;
    font-style: italic;
    margin-top: 5px;
}

.modal-form-rdv-franchise .step2_coord_search_next .button_submit {
    background-color: var(--blue);
    font-size: 1.5rem;
    line-height: 2rem;
}

.modal-form-rdv-franchise .step2_coord_search_next .button_submit:hover {
    background-color: var(--green);
}

.modal-form-rdv-franchise .step2_coord_form_new label,
.step4_coord_form_new label, .step1_coord_form_new label {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.7rem;
}

.modal-form-rdv-franchise input {
    font-size: 1.8rem;
}

.modal-form-rdv-franchise .step2_coord_form_new_row p {
    color: var(--green);
    font-size: 2.5rem;
    line-height: 3.3rem;
    font-weight: 500;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row span {
    display: inline-block;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_day span {
    border-radius: 28px;
    background-color: var(--blue);
    color: white;
    padding: 1.3rem 0;
    font-size: 1.7rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo {
    display: flex;
    align-items: start;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span {
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    display: inline-block;
    border: 3px solid var(--green);
    border-radius: 28px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-size: 1.7rem;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span[slot-data-id] {
    padding: 1rem 0;
    text-align: center;
    min-width: 85px;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span:hover {
    background-color: var(--green);
    color: white;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.active {
    background-color: var(--green);
    color: white;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span + span {
    margin-left: 1.5rem;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_next,
.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_previous {
    border-radius: 50%;
    min-height: 4rem;
    min-width: 4rem;
    text-align: center;
    padding: 0;
    margin: 4px 0 0 1.5rem;
    position: relative;
    display: block;
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_next i,
.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_previous i {
    /* font-size: 2rem; */
    padding: 0;
    margin: 0;
    color: var(--green);
    position: absolute;
    top: 4px;
    left: 6px;
    /* display: block; */
}

.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_next:hover i,
.modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_previous:hover i {
    color: white;
}

.modal-form-rdv-franchise .step2_coord_form_new, .modal-form-rdv-franchise .step1_coord_form_new, .step4_coord_form_new {
    padding: 0 5rem !important;
}

.modal-form-rdv-franchise .custom-control-input ~ .custom-control-label::before {
    width: 2rem;
    height: 2rem;
    border-color: var(--blue);
    transition: all .3s ease-in-out;
}

.modal-form-rdv-franchise .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.modal-form-rdv-franchise .custom-control-label {
    cursor: pointer;
}

.modal-form-rdv-franchise .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--blue);
    background: var(--blue);
}

.modal-form-rdv-franchise .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../img/picto-valider-input-check.png);
    width: 2rem;
    height: 2rem;
}

.popover {
    max-width: 350px;
}

h3.popover-header {
    font-size: 2rem;
    background-color: var(--blue);
    color: white;
    font-weight: bold;
    padding: 1rem;
}

h3.popover-header a {
    color: var(--green) !important;
    font-weight: bold;
    font-size: 2rem;
    text-shadow: none;
    opacity: 1;
    text-decoration: underline !important;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    display: none;
}

#modal_header_response_path > div {
    display: inline-block;
    text-align: justify;
    font-size: 1.4rem;
    max-width: 215px;
}

#modal_header_response_path > div:first-child {
    max-width: 300px;
}

#modal_header_response_path span {
    color: gray;
    font-size: 1rem;
}

.modal-footer #badge-av-green {
    max-width: 14rem;
    height: 14rem;
}

.modal-footer #badge-av-green .note-av .wotfardsemibold {
    font-size: 4rem;
}

#badge-av-green .intitule-av img {
    max-width: 9rem;
}

.modal-footer #badge-av-green {
    cursor: default;
}


@media only screen and (min-width: 1200px) {
    .modal-form-rdv-franchise .step2_coord_form_new, .modal-form-rdv-franchise .step1_coord_form_new, .step4_coord_form_new, #step_client_info_form {
        padding: 0 25rem !important;
    }

    .popover {
        min-width: 800px;
    }

    .popover .popover-body {
        max-height: 600px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 1200px) {
    #step3 .widget-franchise > div {
        transform: scale(.65);
    }
}

@media only screen and (max-width: 992px) {
    [id^="form_rdv_franchise_"] >.modal-dialog > .modal-content > .modal-header {
        top: 0!important;
        padding: .5rem 1rem!important;
    }
    button.left_planification_btn span, .modal-form-rdv-franchise button.close span {
        width: 30px;
        height: 30px;

    }
    button.left_planification_btn span i, .modal-form-rdv-franchise button.close span i {
        font-size: 1.6rem;
    }
    #modal_header_response_path {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        justify-content: start !important;
    }

    #modal_header_response_path::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    #modal_header_response_path div, #modal_header_response_path > div:first-child {
        max-width: 500px;
        font-size: 1.2rem;
    }

    #modal_header_response_path > div:first-child {
        padding-left: 0 !important;
    }

    #modal_header_response_path span {
        padding-top: 1rem !important;
    }

    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo {
        padding-left: 0 !important;
    }

    h3.popover-header {
        font-size: 1.5rem;
    }

    .popover .popover-body {
        max-height: 350px;
        overflow-y: auto;
    }

    #step3_submit_button {
        font-size: 1.7rem;
    }

    .modal-form-rdv-franchise h5 {
        font-size: 1.8rem;
    }

    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_day span,
    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span {
        font-size: 1.3rem;
        padding: .75rem 0 !important;
    }

    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span + span {
        margin-left: .5rem;
    }

    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span[slot-data-id] {
        padding: .5rem 0 !important;
        min-width: 65px;
        font-size: 1.3rem;
    }

    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_next,
    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_previous {
        min-height: 2.5rem;
        min-width: 2.5rem;
        margin-top: .5rem;
        margin-left: .5rem;
    }

    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_next i,
    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_previous i {
        font-size: 1.4rem;
        left: 3px;
        top: 2px;
    }

    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span + span + span {
        /*display:none;*/
    }

    .modal-form-rdv-franchise #step3_agenda .step3_agenda_row .step3_agenda_dispo span.step3_agenda_dispo_next {
        display: block;
    }

    #step3_agenda {
        margin-top: 7rem !important;
    }

    .modal-form-rdv-franchise .step2_coord_form_new, .modal-form-rdv-franchise .step1_coord_form_new, .step4_coord_form_new {
        padding: 0 !important;
    }

    .modal-form-rdv-franchise .step2_coord_search_form label {
        margin-bottom: 0;
    }

    #step4_ok,
    .modal-form-rdv-franchise #step2_bailleur_alert p, .modal-form-rdv-franchise #step2_locataire_ko_alert p, .modal-form-rdv-franchise .step_entete, .modal-form-rdv-franchise .step2_coord_form_new_row p {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .modal-form-rdv-franchise #step2_bailleur_alert a i, .modal-form-rdv-franchise #step2_locataire_ko_alert i {
        font-size: 2.4rem;
    }

    .modal-form-rdv-franchise .step_badge_container > div {
        border-width: 2px;
    }

    .modal-form-rdv-franchise .step_badge_container:hover > div,
    .modal-form-rdv-franchise .step_badge_container.active > div {
        border-width: 2px;
    }

    .modal-form-rdv-franchise .step_badge_container .tooltip_form {
        top: 55px;
        font-size: 1.6rem;
        z-index: 1;
    }

    .modal-form-rdv-franchise .step_badge_container:nth-child(3n+1) .tooltip_form {
        right: 10px;
    }

    .modal-form-rdv-franchise .step_badge_container:nth-child(3n+2) .tooltip_form {
        right: 5px;
    }

    .modal-form-rdv-franchise .step_badge_container:nth-child(3n+3) .tooltip_form {
        right: 0px;
    }

    .modal-form-rdv-franchise .step_badge_container:nth-child(3n+1) {
        padding-right: 1rem !important;
    }

    .modal-form-rdv-franchise .step_badge_container:nth-child(3n+2) {
        padding: 0 1rem !important;
    }

    .modal-form-rdv-franchise .step_badge_container:nth-child(3n+3) {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }

    #netreviewsWidgetNum11497widget04av {
        margin-top: 0;
    }

    #modal-form-rdv_av_widget > div {
        margin-left: calc(50% - 124px);
    }

    #modal-form-rdv_av_widget {
        order: 2;
    }

    .modal-form-rdv-franchise .step_badge_container span.d-block {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .modal-form-rdv-franchise .step_badge_container > div {
        width: 80px;
        height: 80px;
    }

    .modal-form-rdv-franchise .step_badge_container img {
        max-width: 40px;
    }

    .modal-form-rdv-franchise button.close {
        right: .25rem;
        top: .25rem;
    }



    [id^="form_rdv_franchise_"] >.modal-dialog > .modal-content {
        height:100%;
    }
    [id^="form_rdv_franchise_"] button.close {
        right: 1rem;
        top: 1rem;
        margin: 0;
        padding: 0;
    }
    [id^="form_rdv_franchise_"] >.modal-dialog > .modal-content > .modal-header {
        right: 0rem!important;
    }
    .modal-form-rdv-franchise h5 {
        font-size: 1.6rem;
    }

    .modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar {
        width: 100%;
    }

    .modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li {
        font-size: 1.1rem;
    }

    .modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 1.6rem;
    }

    .modal-form-rdv-franchise ul.modal-form-rdv-franchise-progressbar li:after {
        top: 10px;
    }

    .modal-form-rdv-franchise .step_title span {
        font-size: 1.9rem;
        line-height: 2.2rem;
    }
}