/* Template: Moderne Minimaliste */
.fp-template-moderne-minimaliste {
    --fp-bg: #ffffff;
    --fp-accent: #8b6f5c;
    --fp-text: #1a1a1a;
    --fp-font: 'Inter', sans-serif;
}

.fp-template-moderne-minimaliste .fp-title {
    font-weight: 300;
    font-size: 42px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.fp-template-moderne-minimaliste .fp-subtitle {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 10px;
    font-weight: 500;
    opacity: 0.5;
}

.fp-template-moderne-minimaliste .fp-date {
    font-weight: 300;
    letter-spacing: 2px;
}

.fp-template-moderne-minimaliste .fp-border {
    border-width: 1px;
    border-radius: 0;
}

.fp-template-moderne-minimaliste .fp-photo {
    border-width: 1px;
}

.fp-template-moderne-minimaliste .fp-custom-text {
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* Illustration : ligne fine et arche discrète — parti pris minimaliste assumé */
.fp-template-moderne-minimaliste::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 559 793'><g stroke='%238b6f5c' fill='none'><g opacity='0.5'><path d='M231 74 A50 50 0 0 1 328 74' stroke-width='1'/><line x1='279.5' y1='30' x2='279.5' y2='60'/></g><g stroke-width='1' opacity='0.32'><path d='M40 40 h22 M40 40 v22'/><path d='M519 40 h-22 M519 40 v22'/><path d='M40 753 h22 M40 753 v-22'/><path d='M519 753 h-22 M519 753 v-22'/></g></g><circle cx='279.5' cy='725' r='2.2' fill='%238b6f5c' opacity='0.5'/></svg>");
    background-size: 100% 100%;
}
