2025-11-04
|
|
@ -61,7 +61,7 @@
|
|||
/* Dimensions */
|
||||
--en-tete-hauteur: 61px;
|
||||
--menu-categories-produits-hauteur: calc(var(--espace-m) * 2 + 1rlh);
|
||||
--pied-de-page-hauteur: calc(0.8rem * 1.5 * 3 + var(--espace-m) * 2);
|
||||
--pied-de-page-hauteur: calc(0.8rem * 1.5 * 3 + var(--espace-s) * 2);
|
||||
--contenu-page-hauteur-minimale-sans-categories: calc(
|
||||
100svh - var(--en-tete-hauteur) - var(--pied-de-page-hauteur)
|
||||
);
|
||||
|
|
@ -70,6 +70,7 @@
|
|||
- var(--menu-categories-produits-hauteur)
|
||||
);
|
||||
/* Espacements */
|
||||
--espace-2xs: 0.1rem;
|
||||
--espace-xs: 0.25rem;
|
||||
--espace-s: 0.5rem;
|
||||
--espace-m: 1rem;
|
||||
|
|
@ -649,12 +650,12 @@ body:has(#menu-mobile:not([aria-hidden=true])) {
|
|||
border-bottom: 1px solid var(--couleur-noir);
|
||||
background: var(--couleur-gris);
|
||||
}
|
||||
#en-tete picture, #en-tete img {
|
||||
background: transparent;
|
||||
}
|
||||
#en-tete .logo {
|
||||
width: var(--en-tete-logo-longueur);
|
||||
}
|
||||
#en-tete .logo picture, #en-tete .logo img {
|
||||
background: transparent;
|
||||
}
|
||||
#en-tete .logo img {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
|
|
@ -664,11 +665,6 @@ body:has(#menu-mobile:not([aria-hidden=true])) {
|
|||
image-rendering: crisp-edges;
|
||||
shape-rendering: geometricprecision;
|
||||
}
|
||||
#en-tete .logo button {
|
||||
display: block;
|
||||
align-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
#en-tete {
|
||||
/* TODO: Déplacer au sein d'un Composant ? */
|
||||
}
|
||||
|
|
@ -741,15 +737,10 @@ body:has(#menu-mobile:not([aria-hidden=true])) {
|
|||
border: 1px solid var(--couleur-noir);
|
||||
background: initial;
|
||||
}
|
||||
#en-tete .compte-panier {
|
||||
/*
|
||||
* 1. Permet d'éviter un agrandissement de l'élément avec plus de 9 articles.
|
||||
*/
|
||||
}
|
||||
#en-tete .compte-panier a {
|
||||
min-width: 10ch; /* 1 */
|
||||
font-size: 1.1rem;
|
||||
text-transform: lowercase;
|
||||
padding-block: var(--espace-2xs);
|
||||
padding-inline: var(--espace-s);
|
||||
}
|
||||
#en-tete .compte-panier a.lien-compte {
|
||||
border-color: transparent;
|
||||
|
|
@ -757,6 +748,31 @@ body:has(#menu-mobile:not([aria-hidden=true])) {
|
|||
#en-tete .compte-panier a[data-contient-articles=true] {
|
||||
background: var(--couleur-jaune);
|
||||
}
|
||||
#en-tete .conteneur {
|
||||
display: flex;
|
||||
column-gap: var(--espace-m);
|
||||
}
|
||||
#en-tete .bouton-menu-mobile {
|
||||
--hauteur-bouton-menu: 22px;
|
||||
display: none;
|
||||
align-content: center;
|
||||
}
|
||||
#en-tete .bouton-menu-mobile img {
|
||||
height: var(--hauteur-bouton-menu);
|
||||
object-fit: contain;
|
||||
image-rendering: crisp-edges;
|
||||
shape-rendering: geometricprecision;
|
||||
}
|
||||
@media (width <= 1000px) {
|
||||
#en-tete .bouton-menu-mobile {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@media (width <= 600px) {
|
||||
#en-tete {
|
||||
--en-tete-marges-internes-ligne: var(--espace-l);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Le menu avec les Catégories de Produits pour une navigation rapide.
|
||||
|
|
@ -1415,7 +1431,7 @@ body:has(#menu-mobile:not([aria-hidden=true])) {
|
|||
place-items: center;
|
||||
max-width: 100vw;
|
||||
height: var(--pied-de-page-hauteur);
|
||||
padding: var(--espace-m);
|
||||
padding: var(--espace-s) var(--espace-m);
|
||||
border-top: 1px solid var(--couleur-noir);
|
||||
font-size: 0.8rem;
|
||||
background: var(--couleur-jaune);
|
||||
|
|
|
|||
0
web/app/themes/haiku-atelier-2024/assets/img/logos/logo-full.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
0
web/app/themes/haiku-atelier-2024/assets/img/logos/logo-lines.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 760 B |
0
web/app/themes/haiku-atelier-2024/assets/img/logos/logo-text.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
0
web/app/themes/haiku-atelier-2024/assets/img/logos/logo-v2-text.png
Normal file → Executable file
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
web/app/themes/haiku-atelier-2024/assets/img/logos/logo-v2-text.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 272 KiB |
|
Before Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 404 KiB |
|
Before Width: | Height: | Size: 422 KiB |
|
Before Width: | Height: | Size: 671 KiB |
|
Before Width: | Height: | Size: 548 KiB |
|
Before Width: | Height: | Size: 208 KiB |
|
Before Width: | Height: | Size: 294 KiB |
|
Before Width: | Height: | Size: 207 KiB |
|
Before Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 6.1 MiB |
|
Before Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 821 KiB |
|
Before Width: | Height: | Size: 418 KiB |
|
Before Width: | Height: | Size: 460 KiB |
|
Before Width: | Height: | Size: 290 KiB |
|
Before Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 340 KiB |
|
Before Width: | Height: | Size: 159 KiB |
|
Before Width: | Height: | Size: 322 KiB |
|
Before Width: | Height: | Size: 219 KiB |
|
Before Width: | Height: | Size: 717 KiB |
|
Before Width: | Height: | Size: 642 KiB |
|
Before Width: | Height: | Size: 464 KiB |
|
Before Width: | Height: | Size: 195 KiB |
|
Before Width: | Height: | Size: 184 KiB |
|
Before Width: | Height: | Size: 313 KiB |
|
Before Width: | Height: | Size: 325 KiB |
|
Before Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 8.6 MiB |
|
Before Width: | Height: | Size: 420 KiB |
|
Before Width: | Height: | Size: 409 KiB |
|
Before Width: | Height: | Size: 146 KiB |
|
Before Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 437 KiB |
|
Before Width: | Height: | Size: 422 KiB |
|
Before Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 222 KiB |
|
Before Width: | Height: | Size: 412 KiB |
|
Before Width: | Height: | Size: 492 KiB |
|
Before Width: | Height: | Size: 601 KiB |
|
Before Width: | Height: | Size: 483 KiB |
|
Before Width: | Height: | Size: 390 KiB |
|
Before Width: | Height: | Size: 175 KiB |
|
Before Width: | Height: | Size: 287 KiB |
|
Before Width: | Height: | Size: 318 KiB |
|
Before Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 427 KiB |
|
Before Width: | Height: | Size: 559 KiB |
|
Before Width: | Height: | Size: 464 KiB |
|
Before Width: | Height: | Size: 462 KiB |
|
Before Width: | Height: | Size: 593 KiB |
|
Before Width: | Height: | Size: 635 KiB |
|
Before Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 178 KiB |
|
Before Width: | Height: | Size: 229 KiB |
|
Before Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 910 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 424 KiB |
|
Before Width: | Height: | Size: 541 KiB |
|
Before Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 243 KiB |
|
Before Width: | Height: | Size: 221 KiB |
|
Before Width: | Height: | Size: 468 KiB |