mots clefs mode site

This commit is contained in:
2025-11-13 10:32:52 +01:00
parent bef6c77738
commit b04abf5304
3 changed files with 102 additions and 30 deletions

View File

@@ -3864,16 +3864,17 @@ body {
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos {
margin-top: 1rem;
font-size: 0.5rem;
font-size: 0.4rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-bottom: 0.5rem;
font-family: "gilroy-light";
order: 3;
width: 60%;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div div:nth-of-type(2) {
font-size: 0.7rem;
font-size: 0.5rem;
border-bottom: solid 0.1px rgb(247, 0, 43);
padding-bottom: 0.5rem;
}
@@ -3881,18 +3882,31 @@ body {
color: rgb(247, 0, 43);
text-transform: uppercase;
font-family: "gilroy-regular" !important;
font-size: 0.5rem !important;
font-size: 0.4rem !important;
margin-bottom: 0;
margin-top: 0.5rem;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div {
flex: 1 1 auto;
min-width: 50%;
min-width: 25%;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .infos div:has(.field_field_region) {
border-bottom: none;
padding-bottom: 0;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .mots-clefs {
margin-top: 1rem;
order: 4;
color: rgb(7, 50, 194);
font-size: 0.5rem;
margin-left: 1rem;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .mots-clefs h2 {
margin-top: 0.5rem;
margin-bottom: 0.1rem;
font-size: 0.4rem;
text-transform: uppercase;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_parties) {
margin-top: 2rem;
width: 100%;