/* Pages internes — mentions légales, confidentialité */

.page-header {
    background: var(--black);
    padding: 20px 40px;
    border-bottom: 1px solid rgba(34,165,242,0.15);
    text-align: center;
}
.page-header img {
    height: 56px;
    width: auto;
    margin: 0 auto;
    filter: drop-shadow(0 0 10px rgba(34,165,242,0.4));
}

.page-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 64px 24px 80px;
}
.page-content h1 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 36px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--grey);
}
.page-content h2 {
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--dark);
    margin: 36px 0 10px;
}
.page-content p {
    color: #555;
    font-size: 0.97rem;
    line-height: 1.8;
    margin-bottom: 10px;
}
.page-content a { color: var(--blue); }

.page-date {
    margin-top: 48px;
    font-size: 0.82rem;
    color: #aaa;
}
.page-back {
    display: inline-block;
    margin-top: 16px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--blue);
}
.page-back:hover { opacity: 0.75; }

.btn-reset-cookie {
    margin-top: 10px;
    padding: 9px 20px;
    background: var(--black);
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}
.btn-reset-cookie:hover { background: var(--blue); }

@media (max-width: 600px) {
    .page-header { padding: 16px 20px; }
    .page-header img { height: 42px; }
}
