/* ================================================================
   MOBILE FINAL - IRMINSUL EN HAUT AVEC TRAIT NOIR
   ================================================================ */

/* === VIDÉOS (PC + MOBILE) === */
.jevideo,
.jw_video,
.jw_video_wrapper,
div[id*="jw_video"],
div[class*="allvideo"] {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 1.5rem auto !important;
}

.jevideo iframe,
.jw_video iframe,
.jw_video_wrapper iframe,
div[id*="jw_video"] iframe,
div[class*="allvideo"] iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.odysee-video,
.youtube-video,
.dailymotion-video {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 1.5rem auto !important;
}

.odysee-video iframe,
.youtube-video iframe,
.dailymotion-video iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* === MOBILE === */
@media (max-width: 768px) {
    
    /* Cacher recherche/newsletter */
    .search-container,
    .header-newsletter {
        display: none !important;
    }
    
    /* Espacer "Résistance Identitaire Européenne" */
    .site-tagline {
        font-size: 0.85rem !important;
        letter-spacing: 0.1rem !important;
        word-spacing: 0.3rem !important;
        padding: 0.5rem !important;
    }
    
    /* Container Irminsul normal (pas de position absolue) */
    .irminsul-container {
        position: relative;
        width: 100%;
    }
    
    /* Irminsul descendu, centré, avec trait noir renforcé */
    .irminsul-background {
        position: relative;
        text-align: center;
        padding: 3rem 0 1.5rem 0 !important;
        margin-top: 0;
    }
    
    .irminsul-background img {
        width: 100px !important;
        height: auto !important;
        /* Trait noir renforcé pour visibilité */
        filter: drop-shadow(0 0 2px rgba(0,0,0,1)) 
                drop-shadow(0 0 4px rgba(0,0,0,0.9)) 
                drop-shadow(0 0 6px rgba(0,0,0,0.8)) !important;
    }
    
    /* Titre plus petit */
    .site-title {
        font-size: 1.4rem !important;
    }
}
