.elementor-6 .elementor-element.elementor-element-9f4499e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-4f58566{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-6 .elementor-element.elementor-element-8d04e2b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-6 .elementor-element.elementor-element-26d2fc2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-6 .elementor-element.elementor-element-ac89e1b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-6 .elementor-element.elementor-element-77c6094{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-6 .elementor-element.elementor-element-9a429a2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-9f4499e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-5ab57fc *//* ========================================
   BMPA - SECTION HERO
   ======================================== */
.bmpa-hero {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 120px 5% 160px;
    box-sizing: border-box;
}

.bmpa-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.bmpa-hero * {
    box-sizing: border-box;
}

.bmpa-hero-content {
    max-width: 900px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bmpa-hero-subtitle {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    margin: 0 0 1.5rem 0;
}

.bmpa-hero h1 {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 1.5rem 0;
}

.bmpa-hero-tagline {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 auto 3rem auto;
    max-width: 700px;
}

.bmpa-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-accent);
    padding: 18px 40px;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid var(--e-global-color-accent);
}

.bmpa-hero-cta:hover {
    background: transparent;
    color: var(--e-global-color-accent);
}

.bmpa-hero-cta svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.bmpa-hero-cta:hover svg {
    transform: translateX(4px);
}

.bmpa-hero-scroll {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bmpa-hero-scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, var(--e-global-color-accent), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.1); }
}

/* Responsive */
@media (max-width: 768px) {
    .bmpa-hero {
        padding: 100px 6% 120px;
        min-height: auto;
    }
    
    .bmpa-hero-scroll {
        bottom: 30px;
    }
    
    .bmpa-hero-scroll-line {
        height: 35px;
    }
}

@media (max-width: 480px) {
    .bmpa-hero {
        padding: 80px 5% 100px;
    }
    
    .bmpa-hero-subtitle {
        font-size: 0.75rem;
        letter-spacing: 2px;
    }
    
    .bmpa-hero-cta {
        padding: 16px 30px;
        font-size: 0.85rem;
        width: 100%;
        justify-content: center;
    }
    
    .bmpa-hero-scroll {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4cca42 *//* ========================================
  BMPA - SECTION PARTENAIRES
  Option 1 : Défilement continu infini
  ======================================== */
.bmpa-partners-v1 {
    padding: 40px 0;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

.bmpa-partners-v1 *,
.bmpa-partners-v1 *::before,
.bmpa-partners-v1 *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bmpa-partners-v1-label {
    text-align: center;
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

.bmpa-partners-v1-track {
    display: flex;
    animation: scrollPartners 70s linear infinite;
    width: max-content;
}

.bmpa-partners-v1-track:hover {
    animation-play-state: paused;
}

.bmpa-partners-v1-group {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0 30px;
}

.bmpa-partners-v1-logo {
    height: 50px;
    max-height: 50px;
    width: auto;
    object-fit: contain;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.bmpa-partners-v1-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

@keyframes scrollPartners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .bmpa-partners-v1 {
        padding: 30px 0;
    }
    
    .bmpa-partners-v1-group {
        gap: 40px;
        padding: 0 20px;
    }
    
    .bmpa-partners-v1-logo {
        height: 20px;
        max-height: 20px;
        max-width: 90px;
    }
    
    .bmpa-partners-v1-track {
        animation-duration: 25s;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1430b51 */.bmpa-positionnement {
    padding: 120px 5%;
    background: #ffffff;
    box-sizing: border-box;
}

.bmpa-positionnement * {
    box-sizing: border-box;
}

.bmpa-positionnement-container {
    max-width: 1200px;
    margin: 0 auto;
}

.bmpa-positionnement-header {
    text-align: center;
    margin-bottom: 80px;
}

.bmpa-positionnement-label {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    margin: 0 0 1rem 0;
}

.bmpa-positionnement-title {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--e-global-color-primary);
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
}

.bmpa-positionnement-intro {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--e-global-color-text);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.bmpa-positionnement-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.bmpa-position-card {
    padding: 50px 40px;
    background: linear-gradient(145deg, #fafafa 0%, #ffffff 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
}

.bmpa-position-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--e-global-color-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.bmpa-position-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(11, 31, 51, 0.1);
}

.bmpa-position-card:hover::before {
    transform: scaleX(1);
}

.bmpa-position-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 30px;
    color: var(--e-global-color-accent);
}

.bmpa-position-card h3 {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--e-global-color-primary);
    margin: 0 0 15px 0;
}

.bmpa-position-card p {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--e-global-color-text);
    line-height: 1.7;
    opacity: 0.85;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .bmpa-positionnement-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .bmpa-positionnement-grid .bmpa-position-card:last-child {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .bmpa-positionnement {
        padding: 80px 6%;
    }
    
    .bmpa-positionnement-header {
        margin-bottom: 50px;
    }
    
    .bmpa-positionnement-grid {
        grid-template-columns: 1fr;
    }
    
    .bmpa-positionnement-grid .bmpa-position-card:last-child {
        grid-column: auto;
        max-width: 100%;
    }
    
    .bmpa-position-card {
        padding: 40px 30px;
    }
}

@media (max-width: 480px) {
    .bmpa-position-card {
        padding: 30px 25px;
    }
    
    .bmpa-position-icon {
        width: 48px;
        height: 48px;
    }
    
    .bmpa-positionnement-label {
        font-size: 0.7rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3abd54 */.bmpa-audience {
    padding: 120px 5%;
    background: var(--e-global-color-primary);
    position: relative;
    box-sizing: border-box;
}

.bmpa-audience * {
    box-sizing: border-box;
}

.bmpa-audience::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 77, 0.05));
    pointer-events: none;
}

.bmpa-audience-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.bmpa-audience-header {
    text-align: center;
    margin-bottom: 80px;
}

.bmpa-audience-label {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    margin: 0 0 1rem 0;
}

.bmpa-audience-title {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
}

.bmpa-audience-intro {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.bmpa-audience-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.bmpa-audience-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bmpa-audience-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.bmpa-audience-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--e-global-color-accent);
}

.bmpa-audience-item svg {
    width: 24px;
    height: 24px;
    color: var(--e-global-color-accent);
    flex-shrink: 0;
}

.bmpa-audience-item span {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #ffffff;
}

.bmpa-audience-condition {
    padding: 50px;
    background: rgba(201, 162, 77, 0.1);
    border-left: 4px solid var(--e-global-color-accent);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bmpa-condition-icon svg {
    width: 40px;
    height: 40px;
    color: var(--e-global-color-accent);
}

.bmpa-audience-condition h3 {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.bmpa-audience-condition p {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0;
}

.bmpa-condition-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bmpa-condition-cta span {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
}

.bmpa-condition-cta svg {
    width: 18px;
    height: 18px;
    color: var(--e-global-color-accent);
    transition: transform 0.3s ease;
}

.bmpa-condition-cta:hover svg {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .bmpa-audience-condition {
        padding: 35px;
    }
}

@media (max-width: 480px) {
    .bmpa-audience-condition {
        padding: 25px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .bmpa-audience-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .bmpa-audience {
        padding: 80px 6%;
    }
    
    .bmpa-audience-header {
        margin-bottom: 50px;
    }
    
    .bmpa-audience-list {
        grid-template-columns: 1fr;
    }
    
    .bmpa-audience-condition {
        padding: 35px;
    }
    
    .bmpa-condition-highlight span {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .bmpa-audience-label {
        font-size: 0.7rem;
    }
    
    .bmpa-audience-item {
        padding: 15px 20px;
    }
    
    .bmpa-audience-condition {
        padding: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b381c4 *//* ========================================
   BMPA - SECTION MÉTHODE 4 PILIERS
   Timeline verticale avec animation scroll
   ======================================== */
.bmpa-methode {
    padding: 120px 5%;
    background: #f8f8f6;
    box-sizing: border-box;
}

.bmpa-methode *,
.bmpa-methode *::before,
.bmpa-methode *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bmpa-methode-container {
    max-width: 900px;
    margin: 0 auto;
}

.bmpa-methode-header {
    text-align: center;
    margin-bottom: 80px;
}

.bmpa-methode-label {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    margin-bottom: 1rem;
}

.bmpa-methode-title {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--e-global-color-primary);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.bmpa-methode-intro {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--e-global-color-text);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   TIMELINE WRAPPER
   ======================================== */
.bmpa-timeline-wrapper {
    position: relative;
    padding-left: 120px;
}

/* ========================================
   LIGNES - Axe à 40px du bord gauche du wrapper
   ======================================== */

/* Ligne de fond (grise) */
.bmpa-timeline-line-bg {
    position: absolute;
    left: 40px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: rgba(0, 0, 0, 0.12);
    z-index: 1;
}

/* Ligne de progression (dorée) */
.bmpa-timeline-progress {
    position: absolute;
    left: 40px;
    top: 8px;
    width: 2px;
    height: 0;
    background: var(--e-global-color-accent);
    z-index: 2;
}

/* ========================================
   ÉTAPE TIMELINE
   ======================================== */
.bmpa-timeline-step {
    position: relative;
    padding-bottom: 60px;
    opacity: 0.35;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.bmpa-timeline-step:last-child {
    padding-bottom: 0;
}

.bmpa-timeline-step.is-active {
    opacity: 1;
    transform: translateY(0);
}

/* Point sur la timeline - centré sur left: 40px */
.bmpa-timeline-dot {
    position: absolute;
    left: -80px;
    top: 0;
    width: 16px;
    height: 16px;
    background: #f8f8f6;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    z-index: 3;
    transition: all 0.4s ease;
    /* 40px (position ligne) - 120px (padding-left) = -80px, puis +8px pour centrer (16/2) mais on ajuste avec left */
    /* On veut que le centre du dot soit à 40px du wrapper */
    /* left: -80px depuis le contenu + 120px padding = 40px du wrapper, - 8px (moitié du dot) = 32px */
    /* Correction: left doit être à 40px - 8px = 32px depuis le wrapper, soit 32px - 120px = -88px depuis le contenu */
}

/* Recalcul propre: 
   - Le contenu commence à 120px du wrapper
   - Le centre du dot doit être à 41px du wrapper (40px ligne + 1px pour centrer sur ligne de 2px)
   - Donc left du dot = 41px - 8px (radius) - 120px = -87px
*/
.bmpa-timeline-dot {
    left: -87px;
}

.bmpa-timeline-step.is-active .bmpa-timeline-dot {
    background: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    box-shadow: 0 0 0 6px rgba(201, 162, 77, 0.2);
}

/* Numéro de l'étape */
.bmpa-timeline-number {
    position: absolute;
    left: -120px;
    top: -1px;
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.2);
    transition: color 0.4s ease;
    width: 28px;
    text-align: right;
}

.bmpa-timeline-step.is-active .bmpa-timeline-number {
    color: var(--e-global-color-accent);
}

/* ========================================
   CONTENU DE L'ÉTAPE
   ======================================== */
.bmpa-timeline-content {
    background: #ffffff;
    padding: 40px 45px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    transition: all 0.4s ease;
}

.bmpa-timeline-step.is-active .bmpa-timeline-content {
    box-shadow: 0 15px 50px rgba(11, 31, 51, 0.08);
}

/* Flèche vers la timeline */
.bmpa-timeline-content::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transform: rotate(45deg);
}

/* Header avec icône */
.bmpa-timeline-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.bmpa-timeline-icon {
    width: 48px;
    height: 48px;
    color: var(--e-global-color-accent);
    flex-shrink: 0;
    opacity: 0.8;
}

.bmpa-timeline-title {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--e-global-color-primary);
    line-height: 1.3;
    padding-top: 8px;
}

/* Description */
.bmpa-timeline-desc {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: var(--e-global-color-text);
    line-height: 1.7;
    opacity: 0.8;
    margin-bottom: 25px;
}

/* Liste des points */
.bmpa-timeline-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 30px;
}

.bmpa-timeline-list li {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--e-global-color-text);
    opacity: 0.7;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}

.bmpa-timeline-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: var(--e-global-color-accent);
}

/* ========================================
   RESPONSIVE - TABLETTE
   ======================================== */
@media (max-width: 992px) {
    .bmpa-timeline-wrapper {
        padding-left: 100px;
    }
    
    .bmpa-timeline-line-bg,
    .bmpa-timeline-progress {
        left: 35px;
    }
    
    .bmpa-timeline-dot {
        left: -72px;
    }
    
    .bmpa-timeline-number {
        left: -100px;
    }
    
    .bmpa-timeline-list {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   RESPONSIVE - MOBILE
   ======================================== */
@media (max-width: 768px) {
    .bmpa-methode {
        padding: 80px 5%;
    }
    
    .bmpa-methode-header {
        margin-bottom: 60px;
    }
    
    .bmpa-timeline-wrapper {
        padding-left: 70px;
    }
    
    .bmpa-timeline-line-bg,
    .bmpa-timeline-progress {
        left: 25px;
    }
    
    .bmpa-timeline-dot {
        left: -51px;
        width: 14px;
        height: 14px;
    }
    
    .bmpa-timeline-number {
        left: -70px;
        font-size: 0.85rem;
        width: 20px;
    }
    
    .bmpa-timeline-step {
        padding-bottom: 50px;
    }
    
    .bmpa-timeline-content {
        padding: 30px 25px;
    }
    
    .bmpa-timeline-content::before {
        left: -8px;
        top: 2px;
        width: 14px;
        height: 14px;
    }
    
    .bmpa-timeline-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .bmpa-timeline-icon {
        width: 40px;
        height: 40px;
    }
    
    .bmpa-timeline-title {
        font-size: 1.2rem;
        padding-top: 0;
    }
}

/* ========================================
   RESPONSIVE - PETIT MOBILE
   ======================================== */
@media (max-width: 480px) {
    .bmpa-methode {
        padding: 60px 4%;
    }
    
    .bmpa-methode-label {
        font-size: 0.7rem;
    }
    
    .bmpa-timeline-wrapper {
        padding-left: 50px;
    }
    
    .bmpa-timeline-line-bg,
    .bmpa-timeline-progress {
        left: 18px;
    }
    
    .bmpa-timeline-dot {
        left: -37px;
        width: 12px;
        height: 12px;
    }
    
    .bmpa-timeline-number {
        display: none;
    }
    
    .bmpa-timeline-content {
        padding: 25px 20px;
    }
    
    .bmpa-timeline-content::before {
        left: -7px;
        top: 2px;
        width: 12px;
        height: 12px;
    }
    
    .bmpa-timeline-desc {
        font-size: 0.95rem;
    }
    
    .bmpa-timeline-list li {
        font-size: 0.85rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72f6df1 *//* ========================================
   BMPA - SECTION DIFFÉRENCIATION
   ======================================== */
.bmpa-difference {
    padding: 120px 5%;
    background: #ffffff;
    box-sizing: border-box;
}

.bmpa-difference * {
    box-sizing: border-box;
}

.bmpa-difference-container {
    max-width: 1200px;
    margin: 0 auto;
}

.bmpa-difference-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 100px;
    align-items: center;
}

.bmpa-difference-text h2 {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 400;
    color: var(--e-global-color-primary);
    line-height: 1.25;
    margin: 0 0 30px 0;
}

.bmpa-difference-text > p {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    color: var(--e-global-color-text);
    line-height: 1.8;
    margin: 0 0 40px 0;
}

.bmpa-difference-quote {
    padding: 30px 35px;
    background: var(--e-global-color-primary);
    position: relative;
}

.bmpa-difference-quote::before {
    content: '"';
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: 6rem;
    color: var(--e-global-color-accent);
    opacity: 0.3;
    position: absolute;
    top: -20px;
    left: 20px;
    line-height: 1;
}

.bmpa-difference-quote p {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: 1.15rem;
    font-style: italic;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 1;
}

.bmpa-difference-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.bmpa-feature {
    display: flex;
    gap: 18px;
    padding: 28px;
    background: #fafafa;
    transition: all 0.3s ease;
}

.bmpa-feature:hover {
    background: #f5f5f3;
    transform: translateY(-3px);
}

.bmpa-feature-icon {
    width: 40px;
    height: 40px;
    color: var(--e-global-color-accent);
    flex-shrink: 0;
}

.bmpa-feature-content h4 {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--e-global-color-primary);
    margin: 0 0 8px 0;
}

.bmpa-feature-content p {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    color: var(--e-global-color-text);
    line-height: 1.6;
    opacity: 0.8;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .bmpa-difference-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .bmpa-difference-features {
        order: -1;
    }
}

@media (max-width: 768px) {
    .bmpa-difference {
        padding: 80px 6%;
    }
    
    .bmpa-difference-features {
        grid-template-columns: 1fr;
    }
    
    .bmpa-feature {
        padding: 24px;
    }
    
    .bmpa-difference-quote {
        padding: 25px;
    }
    
    .bmpa-difference-quote::before {
        font-size: 4rem;
        top: -10px;
        left: 10px;
    }
}

@media (max-width: 480px) {
    .bmpa-feature {
        padding: 20px;
        gap: 15px;
    }
    
    .bmpa-feature-icon {
        width: 36px;
        height: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdff715 *//* ========================================
   BMPA - SECTION CTA FINAL
   ======================================== */
.bmpa-cta-section {
    padding: 100px 5%;
    background: linear-gradient(135deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.bmpa-cta-section * {
    box-sizing: border-box;
}

.bmpa-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--e-global-color-accent), transparent);
}

.bmpa-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.bmpa-cta-content h2 {
    font-family: var(--e-global-typography-primary-font-family), serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.bmpa-cta-content p {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0 0 40px 0;
}

.bmpa-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-accent);
    padding: 20px 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid var(--e-global-color-accent);
}

.bmpa-cta-button:hover {
    background: transparent;
    color: var(--e-global-color-accent);
}

.bmpa-cta-button svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.bmpa-cta-button:hover svg {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
    .bmpa-cta-section {
        padding: 80px 6%;
    }
}

@media (max-width: 480px) {
    .bmpa-cta-section {
        padding: 60px 5%;
    }
    
    .bmpa-cta-button {
        padding: 18px 35px;
        font-size: 0.85rem;
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */