application de la nouvelle identité sur toutes les pages

This commit is contained in:
2026-06-01 22:10:03 +02:00
parent a4cc0ef538
commit b52190eff6
44 changed files with 1369 additions and 907 deletions

View File

@@ -39,7 +39,22 @@
align-items: center;
gap: 1rem;
#block-erabletheme-logorep img { max-width: 100px; height: auto; }
#block-erabletheme-logoepau img { max-width: 150px; height: auto; }
// Logo epau : padding vertical pour cohérence visuelle avec le header
// (le logo a moins de marge interne que les autres).
#block-erabletheme-logoepau {
a {
display: flex;
align-items: center;
height: 4.5rem; // hauteur de référence (= $header_height)
padding: 1.4rem 0;
box-sizing: border-box;
}
img {
max-width: 150px;
height: 100%;
width: auto;
}
}
}
// --- Groupe droite : navs + linkedin ---