/* ============================================================
   NOTRE SOCIÉTÉ PAGE — Mon Monte-Escalier
   ============================================================ */

:root {
    --me-blue: #01158e; --me-blue-light: #0024ff; --me-orange: #ff6a00;
    --me-dark: #3c3c3d; --me-card-bg: #eeeff8; --me-light: #e9e9e9;
}

.me-notre-societe { overflow-x: hidden; }

/* ---------- HERO ---------- */
.me-ns-hero {
    position: relative; height: 700px; display: flex; align-items: center;
    overflow: hidden; margin-bottom: -150px; z-index: 1;
}
.me-ns-hero-bg { position: absolute; inset: 0; z-index: 0; }
.me-ns-hero-bg img { width: 100%; height: 137.16%; object-fit: cover; position: absolute; top: 0.05%; left: 0; }
.me-ns-hero-overlay { position: absolute; inset: 0; background: linear-gradient(94.04deg, rgba(0,0,0,0.4) 35.48%, rgba(102,102,102,0) 52.65%); }
.me-ns-hero-content { position: relative; z-index: 1; max-width: 1440px; width: 100%; margin: 0 auto; padding: 0 70px 0 87px; }
.me-ns-hero .me-section-title { text-shadow: 0 4px 29px rgba(255,255,255,0.25); }
.me-ns-hero-desc { font-size: 18px; font-weight: 400; color: #fff; line-height: 1.555; max-width: 474px; letter-spacing: 0.72px; }

/* ---------- CONTENT WRAPPER ---------- */
.me-ns-content-wrapper {
    background: #fff; border-radius: 150px 150px 0 0; position: relative; z-index: 2;
    padding: 100px 70px 0; max-width: 100%; margin: 0 auto; display: flex; justify-content: center;
}
.me-ns-sections { display: flex; flex-direction: column; gap: 200px; width: 1340px; }

/* ---------- ROW ---------- */
.me-ns-row { display: flex; }
.me-ns-row--text-left { flex-direction: row; align-items: center; justify-content: space-between; }
.me-ns-row--centered { flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.me-ns-col--text { flex: 0 0 auto; max-width: 648px; min-width: 0; }
.me-ns-col--image { flex: 0 0 auto; }
.me-ns-centered-desc { color: var(--me-dark); text-align: center; font-size: 18px; font-weight: 400; line-height: 28px; letter-spacing: 0.72px; max-width: 800px; margin: 0; }

/* ---------- IMAGE FRAME ---------- */
.me-ns-image-frame { width: 607px; height: 736px; border-radius: 59px; overflow: hidden; position: relative; flex-shrink: 0; }
.me-ns-image-frame img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- SECTION HEADER ---------- */
.me-section-header { display: flex; flex-direction: column; gap: 14.25px; }
.me-section-header--centered { align-items: center; }
.me-section-eyebrow { display: inline-flex; align-items: center; padding-left: 29px; position: relative; padding-bottom: 2px; align-self: flex-start; }
.me-section-header--centered .me-section-eyebrow { align-self: center; }
.me-eyebrow-dot { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 5px; background: var(--me-orange); }
.me-eyebrow-text { font-size: 20px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; line-height: 1; color: var(--me-blue-light); }
.me-section-title { font-weight: 700; line-height: 1.3; margin: 0; padding-bottom: 0.75px; text-align: left; }
.me-section-header--centered .me-section-title { text-align: center; max-width: 100%; white-space: nowrap; }

/* ---------- TEXT / CHECK LIST ---------- */
.me-ns-content-gap { display: flex; flex-direction: column; gap: 24px; margin-top: 20px; }
.me-ns-text-block { display: flex; flex-direction: column; gap: 20px; }
.me-ns-text-block p { margin: 0; }
.me-ns-text, .me-ns-text-block p { font-size: 18px; font-weight: 400; color: var(--me-dark); line-height: 1.555; letter-spacing: 0.72px; }
.me-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.me-check-list li { display: flex; align-items: center; gap: 8px; min-height: 42px; }
.me-check-icon { width: 42px; height: 42px; flex-shrink: 0; }
.me-check-text { font-size: 21px; font-weight: 500; color: #001070; line-height: 1.5; }

/* ---------- BULLET GRID ---------- */
.me-ns-bullet-grid { display: flex; flex-direction:column; gap:15px; }
.me-ns-bullet-item { height: 42px; display: flex; align-items: center; font-size: 21px; font-weight: 500; color: #001070; padding-left: 50px; position: relative; }
.me-ns-bullet-item::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: #FF6A00; }
.me-ns-bullet-item::after { content: ''; position: absolute; left: 12px; top: calc(50% - 4px); width: 18px; height: 9px; border-left: 2.5px solid #fff; border-bottom: 2.5px solid #fff; transform: rotate(-45deg); }

/* ---------- CTA BUTTON ---------- */
.me-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--me-blue); border-radius: 25px; padding: 5px 25px 5px 5px; text-decoration: none; transition: opacity 0.2s; flex-shrink: 0; width: fit-content; }
.me-cta-btn:hover { opacity: 0.9; text-decoration: none; }
.me-cta-btn--outline { background: transparent; border: 1px solid #fff; }
.me-cta-btn--white { background: #fff; }
.me-cta-icon { width: 45px; height: 45px; background: #fff; border-radius: 22.5px; display: flex; align-items: center; justify-content: center; color: var(--me-blue); flex-shrink: 0; }
.me-cta-icon--outline { background: #fff; color: var(--me-blue); }
.me-cta-icon--orange-bg { background: var(--me-orange); color: #fff; }
.me-cta-text { font-size: 18px; font-weight: 500; text-transform: uppercase; color: #fff; letter-spacing: 0.28px; white-space: nowrap; line-height: 1.833; }
.me-cta-text--outline { color: #fff; } .me-cta-text--dark { color: var(--me-orange); }

/* ---------- LGE BOX ---------- */
.me-ns-lge-box {
    background: var(--me-card-bg); border-radius: 40px; padding: 50px;
    width: 100%; max-width: 1300px; display: flex; flex-direction: column; gap: 16px; margin-top: 50px;
    text-align: left;
}
.me-ns-lge-box .me-section-title { margin: 0; }
.me-ns-lge-logo { display: block; margin-bottom: 10px; }
.me-ns-lge-title { font-size: 32px; font-weight: 400; color: var(--me-blue); margin: 0; line-height: 28px; }
.me-ns-lge-text { font-size: 18px; color: var(--me-dark); line-height: 28px; letter-spacing: 0.72px; margin: 0; }
.me-ns-lge-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.me-ns-lge-list li { font-size: 16px; color: var(--me-dark); position: relative; 
    display: flex; align-items: center; gap: 8px;
}


/* ---------- VALUES / FEATURE CARDS ---------- */
.me-ns-values { display: flex; gap: 20px; width: 100%; margin-top: 50px; }
.me-ns-values-section .me-section-title { max-width: 968px !important; white-space: pre-wrap !important; }
.me-feature-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 25px; padding: 30px 20px; flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; box-shadow: 0 1px 2px rgba(12,12,13,0.05); min-height: 357px; }
.me-feature-icon { background: #FF6A00; border-radius: 100%; width: 57px; height: 57px; display: flex; align-items: center; justify-content: center; color: var(--me-blue); }
.me-ns-engagements-row .me-feature-icon {background: unset;}
.me-feature-body { display: flex; flex-direction: column; gap: 4px; width: 100%; }
.me-feature-title { font-size: 24px; font-weight: 600; color: var(--me-blue); margin: 0; text-align: center; }
.me-feature-desc { font-size: 18px; font-weight: 400; color: var(--me-dark); line-height: 1.555; margin: 0; text-align: center; letter-spacing: 0.72px; }

/* ---------- ENGAGEMENTS ---------- */
.me-ns-engagements { display: flex; flex-direction: column; gap: 20px; width: 100%; margin-top: 50px; }
.me-ns-engagements-row { display: flex; gap: 20px; width: 100%; }
.me-ns-engagements-row .me-feature-card { background: var(--me-card-bg); border: none; min-height: auto; 
    display: flex; flex-direction: column; align-items: start;
}

.me-ns-engagements .me-feature-desc,
.me-ns-engagements .me-feature-title {
    text-align: left;
}

/* ---------- PROCESS SECTION ---------- */
.me-ns-process-content { display: flex; align-items: center; justify-content: space-between; gap: 60px; width: 100%; margin-top: 50px; }
.me-ns-process-left { flex-shrink: 0; }
.me-ns-process-image { width: 540px; height: 510px; overflow: hidden; position: relative; }
.me-ns-process-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 500px; }
.me-ns-process-image::after { content: ''; position: absolute; bottom: 0; left: 0; width: 152px; height: 152px; background: var(--me-orange); border-radius: 0 69px 0 0; }
.me-ns-process-right { flex: 1; display: flex; flex-direction: column; gap: 24px; }
.me-ns-process-steps { display: flex; flex-direction: column; gap: 24px; text-align: left; }
.me-ns-step { display: flex; align-items: flex-start; gap: 16px; }
.me-ns-step-num { width: 85px; height: 84px; border-radius: 42px; display: flex; align-items: center; justify-content: center; font-size: 27px; font-weight: 500; color: #fff; flex-shrink: 0; }
.me-ns-step-content h4 { font-size: 24px; font-weight: 500; color: var(--me-blue); margin: 0 0 4px; }
.me-ns-step-content p { font-size: 18px; color: var(--me-dark); margin: 0; line-height: 28px; }

/* ---------- FAQ ---------- */
.me-ns-faq { width: 100%; max-width: 1300px; margin-top: 50px; display: flex; flex-direction: column; gap: 24px; }
.me-ns-faq-item { border-bottom: 1px solid #f0f0f0; padding-bottom: 20px; }
.me-ns-faq-item:last-child { border-bottom: none; }
.me-ns-faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; background: none; border: none; cursor: pointer; padding: 0; text-align: left; font-size: 20px; font-weight: 500; color: #000; line-height: 31.5px; }
.me-ns-faq-question span { flex: 1; }
.me-ns-faq-item--open .me-ns-faq-vert { display: none; }
.me-ns-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.me-ns-faq-item--open .me-ns-faq-answer { max-height: 300px; margin-top: 16px; }
.me-ns-faq-answer p { font-size: 18px; color: var(--me-dark); line-height: 28px; margin: 0; text-align: left; }

/* ---------- CTA BANNER ---------- */
.me-ns-cta-banner { background: var(--me-orange); border-radius: 40px; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; text-align: center; }
.me-ns-cta-banner .me-section-title { width: 100% !important; max-width: 100% !important; }
.me-ns-cta-banner-desc { font-size: 18px; color: var(--me-light); line-height: 1.555; letter-spacing: 0.72px; max-width: 930px; margin: 0; }
.me-ns-cta-banner-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }


.me-ns-row.me-ns-row--text-left.adapte .me-ns-bullet-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1440px) {
    .me-ns-hero-content { max-width: 100%; padding-left: 40px; padding-right: 40px; }
    .me-ns-sections { width: 100%; }
    .me-ns-image-frame { max-width: 500px; height: 500px; }
    .me-ns-process-image { width: 400px; height: 400px; }
}
@media (max-width: 1200px) {
    .me-ns-content-wrapper { border-radius: 80px 80px 0 0; padding: 60px 30px 0; }
    .me-ns-sections { gap: 100px; width: 100%; }
    .me-ns-row--text-left { flex-direction: column !important; gap: 40px; }
    .me-ns-col--text { max-width: 100%; }
    .me-ns-image-frame { width: 100%; max-width: 100%; height: 400px; border-radius: 40px; }
    .me-ns-values { flex-wrap: wrap; }
    .me-ns-engagements-row { flex-wrap: wrap; }
    .me-ns-process-content { flex-direction: column !important; gap: 40px; }
    .me-feature-card { flex: 1 1 calc(50% - 10px); min-width: 280px; }
    .me-section-title { font-size: 38px !important; }
    .me-ns-hero .me-section-title { font-size: 42px !important; }
    .me-ns-hero { height: 600px; margin-bottom: -100px; }
    .me-ns-hero-content { padding: 0 30px 0 30px; }
    .me-ns-cta-banner { border-radius: 35px; }
    .me-ns-cta-banner-btns { flex-direction: column; align-items: center; width: 100%; }
    .me-ns-cta-banner-btns .me-cta-btn { width: 100%; max-width: 400px; justify-content: start; }
    .me-ns-bullet-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .me-ns-hero { height: 450px; margin-bottom: -60px; }
    .me-ns-hero-content { padding: 0 20px 0 20px; margin-top: 50px; }
    .me-ns-hero .me-section-header { gap: 8px; }
    .me-section-title { font-size: 28px !important; }
    .me-ns-hero .me-section-title { font-size: 32px !important; }
    .me-section-header--centered .me-section-title { white-space: normal; }
    .me-ns-content-wrapper { border-radius: 50px 50px 0 0; padding: 40px 20px 0; }
    .me-ns-sections { gap: 60px; width: 100%; }
    .me-ns-image-frame { height: 280px; border-radius: 30px; }
    .me-ns-values { flex-direction: column; }
    .me-ns-engagements-row { flex-direction: column; }
    .me-feature-card { flex: 1 1 auto; min-height: auto; height: fit-content; }
    .me-ns-process-image { width: 100%; max-width: 300px; height: 300px; }
    .me-ns-process-image img { border-radius: 200px; }
    .me-ns-step-num { width: 60px; height: 60px; font-size: 22px; }
    .me-ns-step-content h4 { font-size: 20px; }
    .me-ns-step-content p { font-size: 16px; }
    .me-ns-faq-question { font-size: 18px; }
    .me-ns-faq-answer p { font-size: 16px; }
    .me-ns-cta-banner { border-radius: 30px; padding: 30px 20px; }
    .me-ns-cta-banner-btns { flex-direction: column; width: 100%; align-items: center; }
    .me-ns-cta-banner-btns .me-cta-btn { width: 100%; max-width: 100%; justify-content: start; }
    .me-eyebrow-text { font-size: 16px; letter-spacing: 3px; }
    .me-cta-text { white-space: normal; font-size: 16px; }
    .me-ns-text, .me-ns-text-block p { font-size: 16px; }
    .me-check-text, .me-ns-bullet-item { font-size: 18px; }
    .me-ns-centered-desc { font-size: 16px; }
    .me-ns-lge-box { padding: 30px 20px; }
    .me-ns-lge-title { font-size: 24px; }
    .me-ns-row.me-ns-row--text-left.adapte .me-ns-bullet-grid {grid-template-columns: repeat(1, 1fr);}
}
