.step {
    margin-bottom: 2em;
}
.selected {
    border: 2px solid #f60;
}
button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
#wizard-progress {
    text-align: center;
    margin-bottom: 2em;
}
.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
}
.progress-step {
    width: 24px;
    height: 24px;
    border: 3px solid #eee5d0;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: border-color 0.3s, background 0.3s;
}
.progress-step.active {
    background: #ff7a2f;
}
.progress-step.completed {
    border-color: #eee5d0;
    background: #eee5d0;
    position: relative;
}
.progress-step.completed::after {
    content: "\2713"; /* Unicode checkmark */
    color: #fff;
    font-size: 1.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    font-weight: bold;
}
.progress-line {
    width: 65px;
    height: 7px;
    background: #eee5d0;
    margin: 0;
    z-index: 0;
}
.progress-label {
    color: #ff7a2f;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 17px;
}
#progress-label-text {
    font-size: 18px;
}
/* Hide Gravity Forms progress bar */
.gform_wrapper .gf_progressbar_wrapper {
    display: none !important;
}
button.choose-type {
    border: 2px solid #2d3264;
    border-radius: 24px;
    background: transparent;
    color: #2d3264;
    padding: 10px 50px;
    font-family: "Barlow Bold";
    font-size: 20px;
}
button.choose-type:hover {
    background: #2d3264;
    color: #fff;
}
button.choose-type.selected {
    background: #2d3264;
    color: #fff;
}

div.button-container {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    gap: 3rem;
}

button#next-1,
button#next-2,
button#next-3 {
    display: flex;
    align-items: center;
    background: #ff661f 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 29px;
    padding: 10px 30px;
    position: relative;
}

button#next-1::after,
button#next-2::after,
button#next-3::after {
    content: "";
    margin-left: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}

button#prev-2,
button#prev-3 {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #2d3264;
    border-radius: 29px;
    color: #2d3264;
    padding: 11px 30px;
}

button#prev-2::before,
button#prev-3::before {
    content: "";
    margin-right: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z' fill='%232D3264'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.gform_page .gform_page_footer .gform_next_button {
    background-color: #e55a1b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    border: none;
    border-radius: 29px;
    padding: 15px 65px 15px 30px;
    position: relative;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.gform_page .gform_page_footer .gform_previous_button {
    background-color: #ffffff !important;
    border-radius: 29px;
    padding: 15px 30px 15px 45px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z' fill='%232D3264'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #2d3264 !important;
    border: 1px solid #2d3264;
    background-size: 20px;
}
.pre-long-text-title,
.pre-long-text-intro {
    margin-bottom: 35px;
}

.pre-long-text-title,
.paymentform-notes-container,
.note-download-as-pdf {
    max-width: 80%;
    margin: 0 auto;
}

.pre-long-text-title {
    margin-bottom: 30px;
}
.pre-long-text-title h2 {
    margin-bottom: 5px;
}
.pre-long-text-title p {
    color: #ff661f;
    font-weight: 600;
}

.pre-long-text-intro p b {
    font-family: "Barlow Condensed Bold";
    font-size: 24px;
}

.wpb_text_column .pre-long-text-intro ul li {
    margin-bottom: 0px;
}

.note-download-as-pdf {
    margin-top: 15px;
}

.ginput_container_consent input {
    border: 2px solid #2d3264;
    border-radius: 0 !important;
}
.ginput_container_consent label {
    display: flex;
    align-items: center;
    font-family: "Barlow Bold";
    font-size: 16px;
}
fieldset.civilite {
    margin-bottom: 0 !important;
}
.gfield--type-date input {
    background: transparent;
}
.gfield--type-radio .gfield_label.gform-field-label {
    padding-left: 15px !important;
}
label#label_2_25_1,
label#label_6_6_1,
label#label_6_18_1{
    color: #858ac9;
    font-family: "Barlow Medium";
    font-size: 18px;
}
.eds-title h3 {
    color: #858ac9 !important;
}
.eds-checkbox label span {
    color: #6369bb !important;
}
.ginput_container_total input {
    font-family: "Barlow Medium" !important;
    font-size: 48px !important;
    color: #858ac9 !important;
    padding: 0 !important;
}

#gform_wrapper_2 .gform_required_legend,
#gform_wrapper_6 .gform_required_legend{
	display: none;
}
