/* =========================================================
   Ajouts personnalisés — Papa Ahmadou Mbow
   N'altère PAS le style du template Ashley : ne fait
   qu'ajouter le sélecteur de langue FR/EN.
   ========================================================= */

.mil-lang-switch {
    position: fixed;
    top: 28px;
    right: 92px;
    z-index: 1001;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 30px;
    background: rgba(20, 20, 20, 0.55);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    pointer-events: all;
    user-select: none;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.mil-lang-switch:hover {
    border-color: rgba(255, 152, 0, 0.5);
}

.mil-lang-switch span {
    transition: color 0.3s ease;
    line-height: 1;
}

.mil-lang-switch .mil-lang-sep {
    color: rgba(255, 255, 255, 0.25);
}

.mil-lang-switch .mil-lang-active {
    color: rgb(255, 152, 0);
}

@media screen and (max-width: 992px) {
    .mil-lang-switch {
        top: 20px;
        right: 78px;
        padding: 6px 12px;
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .mil-lang-switch {
        top: 18px;
        right: 66px;
        padding: 5px 10px;
    }
}

/* =========================================================
   Captures d'écran projets : afficher l'image ENTIÈRE
   (pas de recadrage agressif des screenshots).
   ========================================================= */
.mil-image-frame > img {
    object-fit: contain !important;
    background-color: #f3f3f5;
}
