.elementor-507 .elementor-element.elementor-element-91b6022{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--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;}body.elementor-page-507:not(.elementor-motion-effects-element-type-background), body.elementor-page-507 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE8E0;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-91b6022 *//* ============================================================
   PAGE EXPERTS - CSS ISOLÉ (nm-exp-)
   ============================================================ */

/* --- VARIABLES LOCALES --- */
:root {
    --nm-exp-beige: #EDE8E0;
    --nm-exp-light: #F7F5F3;
    --nm-exp-green: #2E473B;
    --nm-exp-brown: #3E2723;
    --nm-exp-rust: #944028;
    --nm-exp-white: #FFFFFF;
    
    --nm-exp-f-title: 'Cinzel', serif;
    --nm-exp-f-body: 'Montserrat', sans-serif;
    --nm-exp-f-sign: 'Playfair Display', serif;
}

/* --- STRUCTURE --- */
.nm-exp-section {
    padding: 80px 20px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.nm-exp-hero {
    padding-top: 60px;
    padding-bottom: 120px;
    background-color: var(--nm-exp-beige);
}

.nm-exp-bg-white { background-color: var(--nm-exp-white); }
.nm-exp-bg-beige { background-color: var(--nm-exp-light); }
.nm-exp-bg-green { background-color: var(--nm-exp-green); }

.nm-exp-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Centrage global du texte (Hero + CTA) */
.nm-exp-center { 
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; /* Assure le centrage flex */
}

/* Grille Split (Zig Zag) */
.nm-exp-grid {
    display: flex;
    gap: 80px;
    align-items: center; /* Aligne le texte au milieu verticalement */
}

.nm-exp-col-content { flex: 1; }
.nm-exp-col-image { flex: 1; }

/* --- TYPOGRAPHIE --- */
.nm-exp-h1 {
    font-family: var(--nm-exp-f-title);
    color: var(--nm-exp-green);
    font-size: clamp(34px, 5vw, 50px);
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.nm-exp-h2 {
    font-family: var(--nm-exp-f-title);
    font-size: 32px;
    color: var(--nm-exp-green);
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
}

.nm-exp-subtitle {
    font-family: var(--nm-exp-f-sign);
    font-style: italic;
    color: var(--nm-exp-rust);
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}

.nm-exp-intro {
    font-family: var(--nm-exp-f-body);
    font-size: 18px;
    color: var(--nm-exp-brown);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.nm-exp-role {
    font-family: var(--nm-exp-f-body);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: var(--nm-exp-rust);
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.nm-exp-text {
    font-family: var(--nm-exp-f-body);
    font-size: 16px;
    color: var(--nm-exp-brown);
    line-height: 1.8;
    margin-bottom: 20px;
}

.nm-exp-text-white { color: var(--nm-exp-white) !important; }

.nm-exp-quote {
    border-left: 3px solid var(--nm-exp-rust);
    padding-left: 20px;
    margin-top: 25px;
    font-family: var(--nm-exp-f-sign);
    font-style: italic;
    font-size: 18px;
    color: var(--nm-exp-brown);
    line-height: 1.6;
}

.nm-exp-link {
    display: inline-block;
    margin-top: 20px;
    color: var(--nm-exp-rust);
    font-family: var(--nm-exp-f-body);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}
.nm-exp-link:hover { padding-left: 5px; }

/* Séparateur Centré */
.nm-exp-separator {
    width: 60px;
    height: 1px;
    background-color: var(--nm-exp-rust);
    margin: 25px auto;
}

/* --- IMAGES (PORTRAIT) --- */
.nm-exp-img-frame {
    width: 100%;
    height: auto;
    /* Arrondi asymétrique signature */
    border-radius: 0px 60px 0px 60px; 
    overflow: hidden;
    box-shadow: 10px 10px 40px rgba(46, 71, 59, 0.15);
}

.nm-exp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.5s ease;
}

.nm-exp-img-frame:hover .nm-exp-img {
    transform: scale(1.05);
}

/* --- GRID ADN (Valeurs) --- */
.nm-exp-adn-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.nm-exp-adn-card {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 30px 20px;
    text-align: left;
    transition: 0.3s;
}

.nm-exp-adn-card:hover {
    background-color: rgba(255,255,255,0.05);
    border-color: var(--nm-exp-white);
}

.nm-exp-adn-title {
    font-family: var(--nm-exp-f-title);
    font-size: 16px;
    color: var(--nm-exp-white);
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.nm-exp-adn-card p {
    font-family: var(--nm-exp-f-body);
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin: 0;
}

/* --- BOUTONS --- */
.nm-exp-btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.nm-exp-btn {
    display: inline-block;
    padding: 16px 36px;
    font-family: var(--nm-exp-f-body);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 2px;
}

.nm-exp-btn-primary {
    background-color: var(--nm-exp-green);
    color: var(--nm-exp-white);
    border: 1px solid var(--nm-exp-green);
}
.nm-exp-btn-primary:hover {
    background-color: transparent;
    color: var(--nm-exp-green);
}

.nm-exp-btn-secondary {
    background-color: transparent;
    color: var(--nm-exp-green);
    border: 1px solid var(--nm-exp-green);
}
.nm-exp-btn-secondary:hover {
    background-color: var(--nm-exp-green);
    color: var(--nm-exp-white);
}

/* --- ANIMATIONS --- */
.nm-exp-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}
.nm-exp-reveal.nm-exp-active {
    opacity: 1;
    transform: translateY(0);
}
.nm-exp-delay-100 { transition-delay: 0.1s; }
.nm-exp-delay-200 { transition-delay: 0.2s; }
.nm-exp-delay-300 { transition-delay: 0.3s; }

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .nm-exp-grid { flex-direction: column; gap: 40px; }
    .nm-exp-reverse { flex-direction: column-reverse; }
    
    .nm-exp-adn-grid { grid-template-columns: 1fr 1fr; } /* 2 colonnes tablette */
}

@media (max-width: 767px) {
    .nm-exp-adn-grid { grid-template-columns: 1fr; } /* 1 colonne mobile */
    .nm-exp-btn-group { flex-direction: column; }
    .nm-exp-h1 { font-size: 32px; }
}/* End custom CSS */