.elementor-342 .elementor-element.elementor-element-6e31362{--display:flex;--min-height:1440px;}.elementor-342 .elementor-element.elementor-element-6e31362.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-342 .elementor-element.elementor-element-4cebf62{background-color:#000000;}@media(min-width:768px){.elementor-342 .elementor-element.elementor-element-6e31362{--content-width:1078px;}}/* Start custom CSS for html, class: .elementor-element-4cebf62 *//* CONTAINER GLOBAL UNIQUE - NOIR PREMIUM */
.mps-global-section {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 60px 40px;
    text-align: center;
    font-family: sans-serif;
    background: #000000;
    box-shadow: 0 0 0 100vmax #000000;
    clip-path: inset(0 -100vmax);
    box-sizing: border-box;
}

.mps-global-section * {
    box-sizing: border-box;
}

/* TYPOGRAPHIES PRINCIPALES */
.mps-main-title {
    color: #D4AF37;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.mps-subtitle {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-style: italic;
    max-width: 900px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
    padding: 0 40px;
    opacity: 0.85;
}

/* GRILLE UNIQUE À 2 COLONNES */
.mps-main-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: stretch; /* Force les deux cartes à avoir exactement la même hauteur */
    flex-wrap: wrap;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

/* CARTES MAJEURES (HAUTEUR DYNAMIQUE AJUSTÉE) */
.mps-hub-card {
    position: relative;
    flex: 1;
    min-width: 350px;
    max-width: 550px;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.25);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
    background-size: cover;
    background-position: center;
    display: flex;
}

/* IMAGES DE FOND */
.bg-evasion { background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=800'); }
.bg-logistique { background-image: url('https://images.unsplash.com/photo-1511285560929-80b456fea0bc?q=80&w=800'); }

/* OVERLAY POUR ASSURER LA LISIBILITÉ DU TEXTE */
.card-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 40%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    transition: background 0.3s ease;
}

/* CONTENU INTERNE DE LA CARTE */
.card-content {
    position: relative;
    z-index: 2;
    padding: 45px;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}

.mps-tag {
    color: #D4AF37;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.card-content h2 {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding-bottom: 15px;
}

.card-description {
    color: #FFFFFF;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

/* HOVER EFFECT PREMIUM */
.mps-hub-card:hover { 
    transform: translateY(-5px); 
    border-color: rgba(212, 175, 55, 0.7); 
}
.mps-hub-card:hover .card-overlay { 
    background: linear-gradient(to top, rgba(0,0,0,0.95) 50%, rgba(0,0,0,0.5) 100%); 
}

/* RESPONSIVE (PASSAGE EN 1 COLONNE SUR MOBILE) */
@media (max-width: 850px) {
    .mps-global-section { padding: 40px 20px; }
    .mps-main-grid { flex-direction: column; align-items: center; gap: 30px; }
    .mps-hub-card { 
        width: 100% !important; 
        min-width: 100% !important; 
        max-width: 600px; 
    }
    .mps-main-title { font-size: 1.4rem; }
    .mps-subtitle { font-size: 1rem; padding: 0; margin-bottom: 35px; }
    .card-content { padding: 35px; }
}/* End custom CSS */