/* LOCLIGHT — cookies : styles front. Tous les sélecteurs sont préfixés .llck */

#llck,
#llck * { box-sizing: border-box; }

#llck [hidden] { display: none !important; }

/* ---------------- Bandeau ---------------- */
.llck-banner {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 2147483000;
    display: flex;
    justify-content: center;
    padding: 16px;
    pointer-events: none;
}
.llck-banner-in {
    pointer-events: auto;
    width: 100%;
    max-width: 920px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 4px solid #ffc600;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,.28);
    padding: 20px 22px;
    font-family: inherit;
}
.llck-t {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
}
.llck-dot {
    width: 9px; height: 9px;
    border-radius: 50%;
    background: #ffc600;
    display: inline-block;
    flex: 0 0 9px;
}
.llck-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #eaf7ef;
    color: #17703c;
    border: 1px solid #bfe6cd;
    border-radius: 20px;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 10px;
}
.llck-p {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.6;
    color: #3a3a3a;
}
.llck-p a,
.llck-link {
    color: #1a1a1a;
    text-decoration: underline;
    background: none;
    border: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    cursor: pointer;
}
.llck-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.llck-btn {
    border: 0;
    border-radius: 6px;
    padding: 11px 20px;
    font-size: 13.5px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    line-height: 1.2;
}
.llck-btn-ok { background: #ffc600; color: #1a1a1a; }
.llck-btn-ok:hover { background: #e8b500; }
.llck-btn-alt { background: #fff; color: #1a1a1a; border: 1px solid #cfcfcf; font-weight: 600; }
.llck-btn-alt:hover { background: #f6f6f6; }
.llck-legal { margin: 12px 0 0; font-size: 11px; color: #8a8a8a; line-height: 1.5; }

@media (max-width: 640px) {
    .llck-banner { padding: 10px; }
    .llck-banner-in { padding: 16px; }
    .llck-btns .llck-btn { flex: 1 1 100%; }
}

/* ---------------- Panneau ---------------- */
.llck-overlay {
    position: fixed;
    inset: 0;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(15,15,15,.55);
    z-index: 2147483001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.llck-modal {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 720px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
    font-family: inherit;
}
.llck-modal-head {
    background: #1a1a1a;
    color: #fff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.llck-modal-head h2 { margin: 0; font-size: 15px; font-weight: 700; color: #fff; }
.llck-close {
    background: none; border: 0; color: #bbb;
    font-size: 24px; line-height: 1; cursor: pointer; padding: 0 4px;
}
.llck-close:hover { color: #fff; }
.llck-modal-body { overflow: auto; padding: 14px 20px 16px; }
.llck-purpose { border-bottom: 1px solid #eee; padding: 16px 0; }
.llck-purpose:last-child { border-bottom: 0; }
.llck-prow { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.llck-pcol { flex: 1 1 auto; min-width: 0; }
.llck-tcol { flex: 0 0 46px; }
.llck-purpose h3 { margin: 0 0 4px; font-size: 14px; font-weight: 700; color: #1a1a1a; }
.llck-desc { margin: 0; font-size: 12.5px; color: #6b6b6b; line-height: 1.55; }
.llck-resume { margin: 8px 0 0; padding-left: 18px; font-size: 12.5px; color: #3a3a3a; line-height: 1.7; }
.llck-nope h3 { color: #6b6b6b; }
.llck-detail { margin-top: 10px; border: 1px solid #eee; border-radius: 6px; overflow-x: auto; }
.llck-detail table { width: 100%; border-collapse: collapse; font-size: 11.5px; }
.llck-detail th {
    background: #fafafa; text-align: left; padding: 7px 9px;
    color: #666; font-weight: 600; border-bottom: 1px solid #eee;
}
.llck-detail td { padding: 7px 9px; border-bottom: 1px solid #f2f2f2; color: #444; }

.llck-toggle {
    position: relative;
    display: block;
    width: 46px; height: 26px;
    background: #d5d5d5;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    transition: background .15s;
    padding: 0;
}
.llck-toggle::after {
    content: "";
    position: absolute;
    top: 3px; left: 3px;
    width: 20px; height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: left .15s;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.llck-toggle.llck-on { background: #1f9d55; }
.llck-toggle.llck-on::after { left: 23px; }
.llck-toggle.llck-locked { background: #a9d9bd; cursor: not-allowed; }

.llck-modal-foot {
    border-top: 1px solid #eee;
    padding: 14px 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    background: #fcfcfc;
}
.llck-spacer { flex: 1; }

/* ---------------- Pastille ---------------- */
.llck-recall {
    position: fixed;
    left: 16px; bottom: 16px;
    z-index: 2147482999;
    background: #1a1a1a;
    color: #fff;
    border: 0;
    border-radius: 30px;
    padding: 9px 15px;
    font-size: 12px;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    gap: 7px;
}
.llck-recall span { color: #ffc600; }

/* ---------------- Rappel sur la page « Politique de cookies » ---------------- */
.llck-policy-cta {
    border: 1px solid #e0e0e0;
    border-left: 4px solid #ffc600;
    border-radius: 8px;
    background: #fcfcfc;
    padding: 16px 18px;
    margin: 0 0 22px;
}
.llck-policy-cta p {
    margin: 0 0 10px;
    font-size: 13.5px;
    line-height: 1.55;
    color: #3a3a3a;
}

/* ---------------- Contenu bloqué ---------------- */
.llck-blocked {
    border: 1px dashed #c9c9c9;
    border-radius: 10px;
    background: #fafafa;
    padding: 20px 18px;
    text-align: center;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.llck-blocked-in { max-width: 520px; }
.llck-blocked-ic { font-size: 26px; line-height: 1; }
.llck-blocked h4 { margin: 8px 0 4px; font-size: 15px; color: #1a1a1a; }
.llck-blocked p { margin: 0 0 12px; font-size: 12.5px; color: #6b6b6b; line-height: 1.5; }
.llck-blocked-btn {
    background: #1a1a1a;
    color: #fff;
    border: 0;
    padding: 9px 16px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
}
.llck-blocked-btn:hover { background: #2c2c2c; }
.llck-blocked-pref {
    display: block;
    margin: 8px auto 0;
    background: none;
    border: 0;
    color: #6b6b6b;
    font-size: 11.5px;
    font-family: inherit;
    text-decoration: underline;
    cursor: pointer;
}
