/*
Theme Name: Twenty Seventeen Child (Cambodge)
Theme URI: https://cambodge.sandierrot.fr
Description: Thème enfant de Twenty Seventeen pour le site Cambodge — footer sans la mention WordPress + lightbox pour agrandir les photos sans changer de page.
Author: Zephyr Tissus
Template: twentyseventeen
Version: 1.0.0
*/

/* ===== Lightbox : photos du contenu agrandies en overlay ===== */
.lb-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.92);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}
.lb-overlay.lb-open { display: flex; }
.lb-overlay img {
    max-width: 92vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    box-shadow: 0 0 30px rgba(0,0,0,.6);
    border-radius: 4px;
}
.lb-close {
    position: absolute;
    top: 12px; right: 20px;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    opacity: .85;
    font-family: Arial, sans-serif;
}
.lb-close:hover { opacity: 1; }
.lb-caption {
    position: absolute;
    bottom: 14px; left: 0; right: 0;
    text-align: center;
    color: #ddd;
    font-size: 14px;
    font-family: "Libre Franklin", "Helvetica Neue", Arial, sans-serif;
    padding: 0 20px;
}
/* Indique que les photos du contenu sont cliquables */
.entry-content img { cursor: zoom-in; }