.elementor-134 .elementor-element.elementor-element-402c136{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-134 .elementor-element.elementor-element-8d6f2fb{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-134 .elementor-element.elementor-element-aa16a83{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-134 .elementor-element.elementor-element-2767268{width:100%;max-width:100%;}.elementor-134 .elementor-element.elementor-element-debbffc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:-55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-134 .elementor-element.elementor-element-debbffc.e-con{--order:99999 /* order end hack */;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-134 .elementor-element.elementor-element-01da94a .elementor-button{background-color:#F39335;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:600;font-style:normal;fill:#FFFFFF;color:#FFFFFF;box-shadow:0px 0px 13px 2px rgba(0, 0, 0, 0.1);transition-duration:0.1s;border-style:solid;border-color:#F1AE42;border-radius:30px 30px 30px 30px;}.elementor-134 .elementor-element.elementor-element-079dd4e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-134 .elementor-element.elementor-element-85512ca{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-134 .elementor-element.elementor-element-dec0087{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-134 .elementor-element.elementor-element-5b5d79a{width:100%;max-width:100%;}.elementor-134 .elementor-element.elementor-element-cce107b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-134 .elementor-element.elementor-element-fae882a{width:100%;max-width:100%;}.elementor-134 .elementor-element.elementor-element-4115fa3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8d6f2fb */.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    background: 
        linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
        url("https://maprimefiscale.fr/wp-content/uploads/2025/10/un-homme-et-une-femme-avec-une-experte-en-immobilier-scaled.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.container1 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

/* Left side */
.hero-content {
    flex: 1;
    color: #ffff;
}

.hero-title {
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-title .highlight {
    color: #f79520;
}

.hero-subtitle {
    font-size: 17px;
    color: #eee;
    line-height: 1.5;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #f79520, #ff9d3d);
    color: #ffffff !important;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s ease;
}
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(247,149,32,0.4);
}

/* Form side */
.form-container {
    flex: 0 0 450px;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}
.form-title {
    font-size: 22px;
    font-weight: 700;
    color: #1d1a1b;
}
.form-subtitle {
    font-size: 14px;
    color: #777;
}

/* Progress bar */
.progress-bar {
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}
.progress-fill {
    height: 6px;
    background: linear-gradient(90deg, #f79520, #ff9d3d);
    width: 33.33%;
    transition: width 0.3s;
}
.step-indicators {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
}
.step-indicator {
    text-align: center;
    color: #999;
}
.step-indicator.active {
    color: #f79520;
}
.step-number {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4px;
}
.step-indicator.active .step-number {
    background: linear-gradient(135deg, #f79520, #ff9d3d);
    color: #fff;
}

/* Form elements */
.form-step {
    display: none;
}
.form-step.active {
    display: block;
}
.form-group {
    margin-bottom: 20px;
}
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: block;
}
.input-field {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.input-field:focus {
    border-color: #f79520;
    outline: none;
}

/* Radio groups */
.radio-group.horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.radio-group.horizontal label {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 13px;
}
.radio-group.horizontal input {
    margin-right: 5px;
}

/* Navigation buttons */
.form-navigation {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.btn {
    flex: 1;
    padding: 12px 18px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}
.btn-prev {
    background: #e9ecef;
    color: #555;
}
.btn-next,
.btn-submit {
    background: linear-gradient(135deg, #f79520, #ff9d3d);
    color: #fff;
}

/* Success message */
.success-message {
    display: none;
    text-align: center;
}
.success-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f79520, #ff9d3d);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
}

/* Responsive */
@media (max-width: 992px) {
    .container1 {
        flex-direction: column;
        text-align: center;
    }
    .form-container {
        width: 100%;
        max-width: 480px;
    }
}


/* --- FIXED CHECKBOX LAYOUT --- */
.checkbox-group {
    width: 100%;
    margin-top: 15px;
}

.checkbox-label {
    display: inline;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #f79520;
    margin-top: 3px;
    flex-shrink: 0;
    cursor: pointer;
}

/* Make sure text spans full width */
.checkbox-label strong,
.checkbox-label a {
    white-space: normal;
    word-break: break-word;
}

.checkbox-label a {
    color: #f79520;
    text-decoration: underline;
}
.checkbox-label a:hover {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2767268 *//* ===== Simplified Advantages Section ===== */
.advantages-section {
    background: #ffffff;
    padding: 80px 20px;
    text-align: center;
}

.section-header {
    margin-bottom: 50px;
}

.section-title {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    color: #1d1a1b;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.4;
    white-space: normal;
}

/* One-line fix for subtitle */
@media (min-width: 1200px) {
    .section-subtitle {
        white-space: nowrap;
    }
}

/* Advantages layout */
.advantages-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-item {
    background: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 16px;
    padding: 25px 20px;
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Icon */
.advantage-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    background: rgba(247, 149, 32, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-icon svg {
    width: 28px;
    height: 28px;
    stroke: #f79520;
    stroke-width: 2;
}

/* Text */
.advantage-title {
    font-size: 18px;
    font-weight: 700;
    color: #1d1a1b;
    margin-bottom: 8px;
}

.advantage-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
    .advantages-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .advantages-row {
        grid-template-columns: 1fr;
    }

    .section-subtitle {
        white-space: normal;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85512ca *//* ===== Compact Fonctionnement Section ===== */
.fonctionnement-section.compact {
    background: #ffffff;
    padding: 70px 20px;
    text-align: center;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 800;
    color: #1d1a1b;
    margin-bottom: 10px;
}

.section-title .gradient-text {
    background: linear-gradient(135deg, #f79520, #ff9d3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    font-size: 16px;
    color: #6b7280;
    max-width: 900px;
    margin: 0 auto;
    white-space: nowrap;
    line-height: 1.4;
}

/* Steps Layout */
.steps-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.step-item {
    background: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 12px;
    padding: 25px 20px;
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.step-icon {
    font-size: 28px;
    background: rgba(247,149,32,0.1);
    color: #f79520;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #1d1a1b;
    margin-bottom: 8px;
}

.step-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
    margin-bottom: 10px;
}

.step-badge {
    display: inline-block;
    font-size: 12px;
    color: #f79520;
    background: rgba(247,149,32,0.1);
    border-radius: 20px;
    padding: 3px 10px;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 992px) {
    .steps-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .steps-row {
        grid-template-columns: 1fr;
    }

    .section-subtitle {
        white-space: normal;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b5d79a *//* ===== Compact Testimonials Section ===== */
.avis-section.compact {
    background: #000;
    color: #fff;
    padding: 50px 15px;
    text-align: center;
}

.avis-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.avis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.avis-card {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.avis-card:hover {
    background: rgba(255,255,255,0.08);
    transform: translateY(-3px);
}

.avis-card p {
    margin-bottom: 8px;
    color: #ddd;
}

.avis-card span {
    color: #f79520;
    font-size: 13px;
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fae882a *//* ===== Compact FAQ Section ===== */
.faq-section.compact {
    padding: 60px 15px;
    background: #fff;
    text-align: center;
}

.faq-section .section-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1d1a1b;
}

.faq-section .section-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 30px;
    white-space: nowrap;
}

.faq-container {
    max-width: 700px;
    margin: 0 auto 30px;
}

.faq-item {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    border: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-toggle {
    font-weight: 700;
    color: #f79520;
    font-size: 18px;
    transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 16px;
    background: #fafafa;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px 16px;
}

.faq-answer p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

/* CTA */
.faq-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #f79520, #ff9d3d);
    color: #fff;
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.faq-cta-btn:hover {
    transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
}
hr,#footer{
    display: none;
}/* End custom CSS */