.elementor-1923 .elementor-element.elementor-element-fd1a468:not(.elementor-motion-effects-element-type-background), .elementor-1923 .elementor-element.elementor-element-fd1a468 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.parcoursusa.com/wp-content/uploads/2023/12/PUSA-DEVIS-Demander-un-devis.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1923 .elementor-element.elementor-element-fd1a468 > .elementor-container{max-width:1300px;}.elementor-1923 .elementor-element.elementor-element-fd1a468{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:170px 0px 100px 0px;}.elementor-1923 .elementor-element.elementor-element-fd1a468 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1923 .elementor-element.elementor-element-f20fd07{text-align:center;}.elementor-1923 .elementor-element.elementor-element-e50c76c > .elementor-widget-container{padding:25px 50px 50px 50px;}@media(max-width:1024px){.elementor-1923 .elementor-element.elementor-element-e50c76c > .elementor-widget-container{padding:25px 40px 50px 40px;}}@media(max-width:767px){.elementor-1923 .elementor-element.elementor-element-e50c76c > .elementor-widget-container{padding:25px 20px 50px 20px;}}/* Start custom CSS for section, class: .elementor-element-fd1a468 */.to-infos-container{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.to-infos-container .single-info-block{
    padding: 15px 50px;
    
    display: flex;
    align-items: center;
    gap: 10px;
    width: 25%;
    
    background-color: var(--oea_colors_primary);
}

.to-infos-container .single-info-block p{
    margin-bottom: 0;
    font-weight: bold;
}

.to-infos-container .single-info-block:nth-child(2n){
     background-color: var(--oea_colors_secondary);
}

.estimate-form-container .gform-body{
    background-color: var(--oea_colors_white);
    border-radius: 20px;
    overflow: hidden;
}

.estimate-form-container .gform_wrapper.gravity-theme .gform_validation_errors{
    margin-top: 0;
    margin-bottom: 40px;
}

.estimate-form-container .gform_wrapper.gravity-theme .gform_validation_errors h2{
    color: var(--oea_colors_primary)!important;
}

/* Arrow Select */
.estimate-form-container select{
    -webkit-appearance: none;
    -moz-appearance: none;
}

.estimate-form-container select::-ms-expand{
    display: none;
}

.estimate-form-container .ginput_container_select{
    position: relative;
}

.estimate-form-container .ginput_container_select:after{
    content: "\f078";
    font-family: "Font Awesome 6 Sharp";
    font-weight: 900;
    font-size: 1rem;
    color: var(--oea_colors_secondary);
    
    position: absolute;
    right: 20px;
    top: 50%;
    
    transform: translateY(-50%);
}
/* --- */

.estimate-form-container .gform-body .gfield:not(.gfield--type-html){
    margin: 1rem 50px;
    color: var(--oea_colors_primary);
}

.estimate-form-container .gform-body .gfield.gfield--width-half{
    margin: 1rem 0 1rem 50px;
}

.estimate-form-container .gform-body .gfield.gfield--width-half + .gfield--width-half.gfield-second-half{
    margin: 1rem 50px 1rem 0;
}

.estimate-form-container .gform_wrapper.gravity-theme .ginput_container_date input{
    width: 100%;
}

.estimate-form-container .form-page-title{
    padding: 25px 50px;
    background-color: var(--oea_colors_light);
}

.estimate-form-container .form-page-title span{
    max-width: calc(100% - 60px - 1rem);
}

.estimate-form-container .form-page-title h2{
    color: var(--oea_colors_primary)!important;
    margin-bottom: 0;
    
    display: flex;
    align-items: center;
    gap: 1rem;
}

.estimate-form-container .form-page-title h2 i{
    font-size: 30px;
    color: var(--oea_colors_secondary)!important;
    background-color: var(--oea_colors_white);
    height: 60px;
    width: 60px;
    border-radius: 30px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.estimate-form-container .form-page-intro{
    margin: 3rem auto 0;
    color: var(--oea_colors_primary)!important;
    max-width: 850px;
}

.estimate-form-container .form-page-intro .the-content{
    text-align: center;
    padding: 0 50px;
}

.estimate-form-container .gform_page_footer{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin-bottom: 2rem!important;
}

.estimate-form-container .gform-body .gform_page_footer .button{
    background-color: var(--oea_colors_secondary);
    border: 1px solid var(--oea_colors_secondary);
    border-radius: 50px;
    padding: .9375rem 2.5rem !important;
    color: var(--oea_colors_white);
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.6s cubic-bezier(.55,0,.1,1);
}

.estimate-form-container .gform-body .gform_page_footer .button:focus{
    outline: none;
}

.estimate-form-container .gform-body .gform_page_footer .button:hover{
    background-color: var(--oea_colors_accent);
    border: 1px solid var(--oea_colors_accent);
    color: var(--oea_colors_primary);
}

.estimate-form-container .gform-body .gform_page_footer .button.gform_previous_button{
    display: none;
}

.estimate-form-container .gform-body .gfield.has-custom-title{
    margin-top: 0!important;
}

.estimate-form-container .gform-body .gfield.has-custom-title label{
    color: var(--oea_colors_primary);
}

.estimate-form-container .estimate-field-title{
    padding: 0 50px;
    margin-bottom: 0;
    color: var(--oea_colors_secondary);
}

.estimate-form-container .gform_confirmation_wrapper{
    background-color: var(--oea_colors_white);
    color: var(--oea_colors_primary);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.estimate-form-container .gform_wrapper{
    max-width: 915px;
    margin: 0 auto;
}


/* Consent */
.estimate-form-container .gfield--input-type-consent{
    display: flex!important;
    flex-direction: column-reverse;
}

.estimate-form-container .ginput_container_consent label{
    color: var(--oea_colors_secondary);
}

.estimate-form-container .gfield--input-type-consent .gfield_consent_description{
    border: none!important;
    padding: 0!important;
    margin-top: 0!important;
    margin-bottom: 1rem;
    font-size: 1rem!important;
    color: var(--oea_colors_primary);
}

.recaptcha-small-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.recaptcha-small-wrapper small{
    color: var(--oea_colors_primary);
    text-align: center;
    opacity: 0.3;
}

.recaptcha-small-wrapper small a{
    color: var(--oea_colors_primary);
    font-weight: 600;
}

.recaptcha-small-wrapper small a:hover{
    text-decoration: underline;
}

/*Progress bar*/
.gf_progressbar_wrapper{
    margin: 0 auto 3rem;
    max-width: 90%
}

.gf_progressbar_wrapper .gf_progressbar_title, .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span{
    display: none!important;
}

.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage{
    background-color: var(--oea_colors_secondary)!important;
    position: relative;
}

.gf_progressbar_wrapper .gf_progressbar:before, .gf_progressbar_wrapper .gf_progressbar:after{
    content: "0%";
    
    position: absolute;
    left: 0;
    top: -2rem;
    font-weight: bold;
}

.gf_progressbar_wrapper .gf_progressbar:after{
    content: "100%";
    left: unset;
    right: 0;
}

.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage:before{
    content: "\f00c";
    font-family: "Font Awesome 6 Sharp";
    font-weight: 900;
    font-size: 20px;
    
    position: absolute;
    top: -13px;
    right: -23px;
    
    height: 46px;
    width: 46px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    background-color: var(--oea_colors_accent);
    color: var(--oea_colors_white);
}


@media only screen and (max-width: 991px){
    .to-infos-container .single-info-block{
        width: 50%;
    }
    
    .to-infos-container .single-info-block:nth-child(4n-1){
        background-color: var(--oea_colors_secondary);
    }
    .to-infos-container .single-info-block:nth-child(4n){
        background-color: var(--oea_colors_primary);
    }
}

@media only screen and (max-width: 767px) {
    .to-infos-container .single-info-block{
        padding: 15px 20px;
    }
    
    .estimate-form-container .gform-body .gfield:not(.gfield--type-html){
        margin: 1rem 20px;
    }
    
    .estimate-form-container .gform-body .gfield.gfield--width-half{
        margin: 1rem 0 1rem 20px;
    }
    
    .estimate-form-container .gform-body .gfield.gfield--width-half + .gfield--width-half.gfield-second-half{
        margin: 1rem 20px 1rem 0;
    }
    
    .estimate-form-container .form-page-title{
        padding: 25px 20px;
    }
    
    .estimate-form-container .form-page-title h2{
        flex-direction: column;
        text-align: center;
    }
    
    .estimate-form-container .form-page-intro .the-content{
        padding: 0 50px;
    }
    
    .estimate-form-container .estimate-field-title{
        padding: 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .estimate-form-container .gform-body .gfield.gfield--width-half{
        margin: 1rem 20px;
    }
    .estimate-form-container .gform-body .gfield.gfield--width-half + .gfield--width-half.gfield-second-half{
        margin: 1rem 20px;
    }
}

@media only screen and (max-width: 550px){
    .to-infos-container .single-info-block{
        width: 90%;
    }
    
    .to-infos-container .single-info-block:nth-child(4n-1){
        background-color: var(--oea_colors_primary);
    }
    .to-infos-container .single-info-block:nth-child(4n){
        background-color: var(--oea_colors_secondary);
    }
}/* End custom CSS */