/* Pied de page Notaire — styles front */
.pdpn-footer { color: inherit; font-size: .95rem; line-height: 1.6; }

.pdpn-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.75rem 3.5rem;
}

/* Chaque bloc prend sa largeur naturelle et l'ensemble est centré
   (plus de grand vide à droite). */
.pdpn-block {
    flex: 0 1 240px;
    min-width: 200px;
    max-width: 320px;
}

/* Contenu centré (3 colonnes) */
.pdpn-block { text-align: center; }
.pdpn-contact .pdpn-item { justify-content: center; }

/* Bloc Contact réparti sur 3 colonnes */
.pdpn-contact {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
}
.pdpn-contact-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem 3rem;
    margin-top: .5rem;
}
.pdpn-contact-col {
    flex: 0 1 auto;
    min-width: 150px;
    max-width: 280px;
}
.pdpn-contact-col .pdpn-item { margin: .35rem 0; }
.pdpn-contact-col .pdpn-office,
.pdpn-contact-col .pdpn-notaire { margin: 0 0 .25rem; }
.pdpn-title {
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 1rem;
    font-weight: 700;
    color: inherit;
}

/* Contact */
.pdpn-office { font-size: 1.1rem; margin: 0 0 .25rem; font-weight: 400; }
.pdpn-notaire { margin: 0 0 1rem; font-weight: 400; opacity: .9; }
.pdpn-item {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    margin: .35rem 0;
}
.pdpn-icon {
    flex-shrink: 0;
    width: 1.1rem;
    text-align: center;
    opacity: .85;
}
.pdpn-item a {
    color: inherit;
    text-decoration: none;
}
.pdpn-item a:hover { text-decoration: underline; }

/* Horaires */
.pdpn-horaires-table {
    width: auto;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
}
.pdpn-horaires-table th,
.pdpn-horaires-table td {
    text-align: left;
    padding: .15rem .5rem .15rem 0;
    font-weight: 400;
    vertical-align: top;
    border: 0;
    background: transparent;
}
.pdpn-horaires-table th {
    text-transform: capitalize;
    opacity: .9;
    width: 7rem;
    white-space: nowrap;
}
.pdpn-horaires-table td { opacity: .95; }

/* Mentions légales */
.pdpn-mentions {
    margin: 2rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.15);
    text-align: center;
    font-size: .85rem;
    opacity: .85;
}
.pdpn-mentions a {
    color: inherit;
    text-decoration: none;
}
.pdpn-mentions a:hover { text-decoration: underline; }

/* Liens utiles (3e colonne) */
.pdpn-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pdpn-links-list li { margin: .45rem 0; }
.pdpn-links-list a {
    color: inherit;
    text-decoration: none;
    opacity: .95;
}
.pdpn-links-list a:hover { text-decoration: underline; opacity: 1; }

/* Extra HTML */
.pdpn-extra { line-height: 1.6; }

@media (max-width: 600px) {
    .pdpn-cols { gap: 1.5rem; }
    .pdpn-horaires-table th { width: 5.5rem; }
}
