.elementor-8965 .elementor-element.elementor-element-0cab5f6{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8965 .elementor-element.elementor-element-702f4fd .elementor-heading-title{font-size:50px;}.elementor-8965 .elementor-element.elementor-element-473d99af{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================
   1. SECTION HERO (LA GROSSE VIDÉO EN HAUT)
   ========================================= */
.lat-hero-section {
    width: 100%;
    margin-bottom: 40px;
}

/* Image Format 16:9 (Cinéma) */
.lat-card-hero .lat-img-box {
    width: 100%;
    padding-bottom: 56.25%; 
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #eee;
    display: block;
}

/* Titre GÉANT pour la vidéo du haut */
.lat-card-hero .lat-title {
    font-size: 2.5rem !important; 
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

/* Description plus large pour la vidéo du haut */
.lat-card-hero .lat-excerpt {
    font-size: 1.1rem !important;
    max-width: 100% !important;
    margin-top: 8px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
}

/* =========================================
   2. SÉPARATEUR & TITRE DE SECTION
   ========================================= */
.lat-separator-line {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0; /* Ligne grise fine */
    margin: 40px 0;
}

.lat-section-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #111;
}

/* =========================================
   3. SECTION GRILLE (LES VERTICAUX)
   ========================================= */
.lat-grid-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    width: 100%;
}

/* Responsive Tablette (2 colonnes) */
@media (max-width: 900px) { 
    .lat-grid-section { grid-template-columns: repeat(2, 1fr); } 
}
/* Responsive Mobile (1 colonne) */
@media (max-width: 600px) { 
    .lat-grid-section { grid-template-columns: 1fr; } 
}

/* Image Format 2:3 (Portrait) */
.lat-card-grid .lat-img-box {
    width: 100%;
    padding-bottom: 150%; 
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #eee;
    display: block;
}

/* =========================================
   4. STYLES COMMUNS (IMAGES & PLAY)
   ========================================= */
.lat-card {
    display: flex; flex-direction: column;
    margin-bottom: 20px;
}

/* Gestion de l'image en background (pour remplissage parfait) */
.lat-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform 0.5s ease;
}
/* Zoom au survol */
.lat-img-box:hover .lat-bg { transform: scale(1.05); }

/* Voile noir léger */
.lat-overlay {
    position: absolute; inset: 0; 
    background: rgba(0,0,0,0.1); 
    pointer-events: none;
}

/* Icône Play (Triangle blanc sans rond) */
.lat-play {
    position: absolute; top: 50%; left: 50%; 
    transform: translate(-50%, -50%);
    width: 80px; height: 80px; 
    display: flex; align-items: center; justify-content: center;
    pointer-events: none; z-index: 5;
}
.lat-play svg {
    width: 80px; height: 80px; 
    fill: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5));
}

/* =========================================
   5. CONTENU TEXTE & META (LE FIX FINAL)
   ========================================= */
.lat-info { 
    padding-top: 15px; 
    text-align: center; /* Tout le texte centré */
}

/* --- CATÉGORIES (Centrées proprement) --- */
.lat-cats.cat-links { 
    display: flex !important; 
    justify-content: center !important; 
    flex-wrap: wrap !important; 
    gap: 8px !important;
    margin-bottom: 8px !important; 
    width: 100% !important;
}
/* Reset total des liens catégories pour éviter les bugs du thème */
.lat-cats.cat-links a { 
    text-decoration: none !important; 
    border: none !important; 
    display: inline-block !important; 
    margin: 0 !important; 
    float: none !important;
}

/* --- TITRE --- */
.lat-title { 
    margin: 0 0 5px 0; 
    font-size: 1.25rem; 
    font-weight: 800; 
    line-height: 1.3; 
}
.lat-title a { color: #111; text-decoration: none; }

/* --- META DONNÉES (PHOTO + NOM + DATE) SERRÉS --- */
.lat-meta { 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    gap: 6px !important; /* Espace très réduit entre les éléments */
    font-size: 0.85rem; 
    color: #666; 
    margin-bottom: 10px; 
    width: 100% !important;
}

/* On empêche les éléments de s'étirer */
.lat-meta > * {
    margin: 0 !important; 
    padding: 0 !important;
    width: auto !important;
    flex: 0 0 auto !important;
}

/* Photo de profil ronde */
.lat-meta img { 
    width: 26px !important; 
    height: 26px !important; 
    border-radius: 50%; 
    object-fit: cover; 
    margin-right: 4px !important; /* Colle le nom à la photo */
}
.sep { opacity: 0.5; }

/* --- EXTRAIT --- */
.lat-excerpt { 
    font-size: 0.95rem; 
    color: #555; 
    line-height: 1.5; 
}/* End custom CSS */