/* Template: Doux Pastel */
.fp-template-doux-pastel {
    --fp-bg: #f8f4f9;
    --fp-accent: #b8a4c8;
    --fp-text: #4a4a4a;
    --fp-font: 'Quicksand', sans-serif;
}

.fp-template-doux-pastel .fp-title {
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 1px;
}

.fp-template-doux-pastel .fp-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}

.fp-template-doux-pastel .fp-date {
    font-weight: 500;
    font-size: 14px;
}

.fp-template-doux-pastel .fp-border {
    border-radius: 24px;
    opacity: 0.25;
    border-style: solid;
}

.fp-template-doux-pastel .fp-photo {
    border-width: 4px;
    border-color: var(--fp-accent);
}

.fp-template-doux-pastel .fp-photo--round {
    width: 130px;
    height: 130px;
}

.fp-template-doux-pastel .fp-custom-text {
    font-size: 13px;
    font-weight: 400;
}

.fp-template-doux-pastel .fp-details {
    font-weight: 500;
    letter-spacing: 1px;
}

/* Illustration : petits brins lavande + confettis pastel, ambiance naissance */
.fp-template-doux-pastel::before {
    background:
        radial-gradient(circle at 18% 14%, rgba(201,179,214,0.22), transparent 32%),
        radial-gradient(circle at 82% 86%, rgba(185,199,174,0.18), transparent 32%);
}
.fp-template-doux-pastel::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 559 793'><defs><g id='pb'><circle r='6' cy='-11' fill='%23d8b8db'/><circle r='6' cx='9' cy='-6' fill='%23cdaed6'/><circle r='6' cx='-9' cy='-6' fill='%23cdaed6'/><circle r='6' fill='%23c9a7cf'/><circle r='3' fill='%23b58fc0'/></g><path id='pl' d='M0 0 Q7 -12 0 -26 Q-7 -12 0 0 Z' fill='%23b9c7ae'/><g id='ps'><path d='M26 150 C42 118 46 86 64 56' fill='none' stroke='%23b9c7ae' stroke-width='2' opacity='0.7'/><use href='%23pl' transform='translate(36 128) rotate(30) scale(0.8)'/><use href='%23pl' transform='translate(52 96) rotate(52) scale(0.9)'/><use href='%23pb' transform='translate(66 52) scale(0.95)'/><use href='%23pb' transform='translate(46 92) scale(0.6)'/></g></defs><use href='%23ps'/><use href='%23ps' transform='translate(559 793) rotate(180)'/><g fill='%23c9b3d6'><circle cx='470' cy='92' r='4'/><circle cx='502' cy='140' r='2.5'/><circle cx='432' cy='60' r='2.5' opacity='0.7'/><circle cx='90' cy='648' r='3'/><circle cx='58' cy='598' r='2'/><circle cx='300' cy='42' r='2.5' opacity='0.65'/><circle cx='262' cy='758' r='2.5' opacity='0.65'/></g></svg>");
    background-size: 100% 100%;
}
