feat: page presse bilingue avec visuels HD en PDF
This commit is contained in:
@@ -1908,3 +1908,168 @@ input[type="number"]:focus {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
/* Press page */
|
||||
.press-hero {
|
||||
padding: 9rem 2rem 3rem;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid var(--line);
|
||||
}
|
||||
|
||||
.press-hero h1 {
|
||||
font-size: 3rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.press-lede {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.6;
|
||||
opacity: 0.85;
|
||||
font-family: var(--font-body);
|
||||
}
|
||||
|
||||
.press-facts {
|
||||
padding: 4rem 2rem;
|
||||
background: var(--noir-profond);
|
||||
}
|
||||
|
||||
.press-facts h2,
|
||||
.press-visuals h2,
|
||||
.press-links h2,
|
||||
.press-contact h2 {
|
||||
text-align: center;
|
||||
font-size: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.press-facts-list {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.press-fact {
|
||||
display: grid;
|
||||
grid-template-columns: 160px 1fr;
|
||||
gap: 1rem;
|
||||
padding: 1rem 0;
|
||||
border-bottom: 1px solid var(--line);
|
||||
font-family: var(--font-body);
|
||||
}
|
||||
|
||||
.press-fact-label {
|
||||
color: var(--or-oki);
|
||||
font-weight: 700;
|
||||
font-size: 0.9rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
.press-visuals {
|
||||
padding: 4rem 2rem;
|
||||
background: var(--noir-profond);
|
||||
}
|
||||
|
||||
.press-visuals-intro {
|
||||
text-align: center;
|
||||
max-width: 700px;
|
||||
margin: 0 auto 2.5rem;
|
||||
opacity: 0.85;
|
||||
font-family: var(--font-body);
|
||||
}
|
||||
|
||||
.press-visual-grid {
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.press-visual a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.press-visual img {
|
||||
width: 100%;
|
||||
aspect-ratio: 1 / 1;
|
||||
object-fit: cover;
|
||||
border-radius: var(--radius-md);
|
||||
border: 1px solid var(--line);
|
||||
}
|
||||
|
||||
.press-visual-caption {
|
||||
display: block;
|
||||
margin-top: 0.5rem;
|
||||
font-size: 0.85rem;
|
||||
opacity: 0.75;
|
||||
font-family: var(--font-body);
|
||||
}
|
||||
|
||||
.press-visual-pdf-link {
|
||||
display: inline-block;
|
||||
margin-top: 0.5rem;
|
||||
font-size: 0.8rem;
|
||||
font-family: var(--font-body);
|
||||
text-decoration: none;
|
||||
color: var(--or-oki);
|
||||
border-bottom: 1px solid currentColor;
|
||||
}
|
||||
|
||||
.press-visuals-pdf {
|
||||
text-align: center;
|
||||
margin-top: 2.5rem;
|
||||
}
|
||||
|
||||
.press-links {
|
||||
padding: 4rem 2rem;
|
||||
}
|
||||
|
||||
.press-links-list {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.press-links-list a {
|
||||
display: block;
|
||||
color: var(--blanc-creme);
|
||||
text-decoration: none;
|
||||
padding: 0.9rem 1.25rem;
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
border: 1px solid var(--line);
|
||||
border-left: 4px solid var(--vert-oki);
|
||||
border-radius: var(--radius-md);
|
||||
font-family: var(--font-body);
|
||||
transition: border-color 0.2s ease;
|
||||
}
|
||||
|
||||
.press-links-list a:hover {
|
||||
border-color: var(--vert-oki);
|
||||
}
|
||||
|
||||
.press-contact {
|
||||
padding: 4rem 2rem 6rem;
|
||||
text-align: center;
|
||||
background: var(--noir-profond);
|
||||
}
|
||||
|
||||
.press-contact-text {
|
||||
max-width: 600px;
|
||||
margin: 0 auto 1.5rem;
|
||||
opacity: 0.85;
|
||||
font-family: var(--font-body);
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.press-fact {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user