maj titre

This commit is contained in:
sebvtl728 2026-05-21 16:09:33 +02:00
parent dd85a81130
commit d98c7e3cde

View File

@ -14,7 +14,7 @@
}
.fiche {
font-family: "Source Serif 4", serif;
font-family: "nunito", sans-serif;
color: var(--color-text-primary);
max-width: 740px;
margin: 0 auto;
@ -32,7 +32,7 @@
}
.fiche-kicker {
font-family: "Syne", sans-serif;
font-family: "nunito", sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.18em;
@ -42,8 +42,8 @@
}
.fiche-title {
font-family: "Syne", sans-serif;
font-size: 22px;
font-family: "nunito", sans-serif;
font-size: 32px;
font-weight: 800;
color: var(--color-text-primary);
line-height: 1.15;
@ -59,19 +59,19 @@
}
.badge-top {
font-family: "Syne", sans-serif;
font-family: "nunito", sans-serif;
font-size: 9px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #534ab7;
color: #272077;
}
.badge-bottom {
font-family: "Syne", sans-serif;
font-family: "nunito", sans-serif;
font-size: 13px;
font-weight: 800;
color: #3c3489;
color: #272077;
}
.identity-row {
@ -88,7 +88,7 @@
}
.field-label {
font-family: "Syne", sans-serif;
font-family: "nunito", sans-serif;
font-size: 9px;
font-weight: 700;
letter-spacing: 0.14em;
@ -101,7 +101,7 @@
border-bottom: 1px solid var(--color-border-secondary);
border-radius: 0;
background: transparent;
font-family: "Source Serif 4", serif;
font-family: "nunito", serif;
font-size: 13px;
color: var(--color-text-primary);
padding: 4px 0;
@ -110,12 +110,12 @@
}
.field-line:focus {
border-bottom-color: #534ab7;
border-bottom-color: #272077;
}
.intro-block {
background: var(--color-background-secondary);
border-left: 3px solid #534ab7;
border-left: 3px solid #272077;
border-radius: 0;
padding: 0.875rem 1.25rem;
margin-bottom: 1.75rem;
@ -129,12 +129,12 @@
}
.section-title {
font-family: "Syne", sans-serif;
font-family: "nunito", sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #534ab7;
color: #272077;
margin-bottom: 1rem;
display: flex;
align-items: center;
@ -169,7 +169,7 @@
display: flex;
align-items: center;
justify-content: center;
font-family: "Syne", sans-serif;
font-family: "nunito", sans-serif;
font-size: 11px;
font-weight: 700;
color: #3c3489;
@ -199,7 +199,7 @@
border-radius: var(--border-radius-md);
background: var(--color-background-primary);
width: 100%;
font-family: "Source Serif 4", serif;
font-family: "nunito", serif;
font-size: 13px;
color: var(--color-text-primary);
padding: 10px 14px;
@ -209,7 +209,7 @@
}
.write-area:focus {
border-color: #534ab7;
border-color: #272077;
box-shadow: 0 0 0 3px rgba(83, 74, 183, 0.08);
}
@ -244,11 +244,11 @@
flex-shrink: 0;
margin-top: 1px;
cursor: pointer;
accent-color: #534ab7;
accent-color: #272077
}
.uf-label {
font-family: "Syne", sans-serif;
font-family: "nunito", sans-serif;
font-size: 11px;
font-weight: 600;
color: var(--color-text-secondary);
@ -276,7 +276,7 @@
}
.mini-label {
font-family: "Syne", sans-serif;
font-family: "nunito", sans-serif;
font-size: 9px;
font-weight: 700;
letter-spacing: 0.12em;
@ -306,7 +306,7 @@
}
.level-opt input[type="radio"] {
accent-color: #534ab7;
accent-color: #272077;
width: 14px;
height: 14px;
}
@ -336,7 +336,7 @@
}
.print-btn {
font-family: "Syne", sans-serif;
font-family: "nunito", sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.08em;
@ -344,7 +344,7 @@
background: #eeeffe;
border: 0.5px solid #afa9ec;
border-radius: 6px;
color: #3c3489;
color: #272077;
padding: 6px 14px;
cursor: pointer;
display: flex;