
#ll-int-modal{position:fixed;inset:0;z-index:2147483000;font-family:Arial,Helvetica,sans-serif}
#ll-int-modal.ll-int-hidden{display:none!important}
.ll-int-backdrop{position:absolute;inset:0;background:rgba(13,24,39,.68);backdrop-filter:blur(5px)}
.ll-int-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(920px,92vw);max-height:84vh;overflow:hidden;background:#fff;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.35);padding:28px;color:#142033}
.ll-int-kicker{font-size:12px;font-weight:800;letter-spacing:.14em;color:#ff5a2a;margin-bottom:7px}
.ll-int-panel h2{font-size:32px;line-height:1.05;margin:0 46px 7px 0;color:#142033}
.ll-int-sub{margin:0 0 17px;color:#66758a;font-size:14px;line-height:1.45}
.ll-int-fallback-btn{position:fixed;left:18px;right:auto;top:18px;z-index:2147482000;border:1px solid rgba(0,0,0,.15);background:#fff;color:#152238;padding:8px 12px;border-radius:7px;font-weight:700;cursor:pointer;box-shadow:0 5px 20px rgba(0,0,0,.15)}
.ll-int-search{box-sizing:border-box;width:100%;border:2px solid #ff6b3d;border-radius:13px;padding:14px 15px;font-size:16px;outline:none;margin-bottom:16px}
.ll-int-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;max-height:56vh;overflow:auto;padding-right:5px}
.ll-int-country{display:flex;align-items:center;gap:11px;text-align:left;border:1px solid #dbe3ed;background:#fff;border-radius:13px;padding:11px 12px;cursor:pointer;color:#17243a}
.ll-int-country:hover{border-color:#ff6b3d;background:#fff8f4}
.ll-int-country strong{display:block;font-size:13px;line-height:1.25}
.ll-int-country small{display:block;color:#73839a;margin-top:3px;font-size:11px}
.ll-int-flag{font-size:22px;line-height:1}
.ll-int-lock{overflow:hidden!important}
@media(max-width:760px){
 .ll-int-panel{width:94vw;padding:21px;max-height:88vh}
 .ll-int-panel h2{font-size:26px}
 .ll-int-grid{grid-template-columns:1fr 1fr;max-height:60vh}
}
@media(max-width:480px){.ll-int-grid{grid-template-columns:1fr}}
/* =========================================================
   PROD19 - PROTECTION BOUTON LANGUES PRINCIPAL
   empeche l'ancien code de l'accueil de le masquer
========================================================= */

#ll-int-fallback-btn,
#ll-int-fallback-btn.ll-lang-duplicate-hidden{
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;

    position:fixed !important;
    left:18px !important;
    right:auto !important;
    top:18px !important;

    width:auto !important;
    height:auto !important;

    z-index:2147483640 !important;
}