/*
 T heme Name: Photo Perfect Enfant 2026           *
 Description: Thème enfant de Photo Perfect
 Author: CreativeJuiz
 Version: 1.0.0
 Template: photo-perfect
 */

@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url("../photo-perfect/style.css");

/* 1. Global & Background */
body {
    background-color: #020202 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #d2b045;
}

#main {
background: #000000 !important;
box-shadow: none;
padding: 25px;
padding-top: 0;
}

.container { width: 100%; }

/* 2. Typographie */
h1, h2 { font-family: "Indie Flower", cursive; }
h1 { font-size: 4em; }
h2 { font-size: 2em; }

.entry-title { margin-bottom: 0 !important; }

.post-item h2 a {
    color: #f4e09e;
    text-shadow: 1px 1px 1px #3e2f00;
    font-size: 1.4em;
}

a, a:focus, a:active, a:visited {
    color: #d2b045;
    text-decoration: inherit;
    outline: inherit;
}

/* 3. Navigation & Séparateurs */
#separator-title {
display: flex !important;
flex-direction: row-reverse !important;
justify-content: center;
align-items: center;
gap: 20px;
}

#separator-title .fa { color: #d2b045; }

/* Inversion des flèches suite au row-reverse */
.fa-long-arrow-right:before { content: "<"; font-family: "Indie Flower"; }
.fa-long-arrow-left:before { content: ">"; font-family: "Indie Flower"; }

.title-tag {
    content: url("/2026/wp-content/uploads/sites/7/2026/07/path22.png");
    display: block;
    margin: auto;
}

/* 4. Layout & Images */
#primary { width: 100%; padding: 0; float: none; }

.blocks-gallery-item img { box-shadow: 0 0 1px #dddddd; }

.pbWrapper > img { border: 5px solid #ececec; }
.pbWrapper > * { border-radius: 6px; border: none; max-height: 95%; max-width: 95%; }

/* 5. Masquage éléments */
.single-post-meta,
#pbCaption,
article .post-content i {
    visibility: hidden;
    height: 0;
    margin: 0;
    display: none !important;
}

a.post-thumb.popup-link { pointer-events: none; }
