projets teaser display région et paps pays

This commit is contained in:
2026-05-29 10:32:47 +02:00
parent e919d163ed
commit 0b12405c00
3 changed files with 112 additions and 56 deletions
@@ -219,32 +219,7 @@
}
}
.field--name-field-adresse{
order:2;
display: flex;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: 800;
margin-top: 0.8rem;
line-height: 1rem;
.address{
display: flex;
flex-direction: row;
margin: 0;
.postal-code{
display: none;
}
.locality{
padding-top: 0 !important;
padding-bottom: 0 !important;
&::after{
content:",";
margin-right: 0.3rem;
}
}
.country{
padding-top: 0 !important;
padding-bottom: 0 !important;
} }
display: none;
}
.field--name-field-sous-titre{
margin-top: 0.5rem;
@@ -253,7 +228,7 @@
order: 4;
}
.field--name-title{
order: 3;
order: 4;
margin-top: 0.5rem;
font-size: 0.8rem;
font-weight: 800;
@@ -261,13 +236,14 @@
}
.field--name-field-incube{
order:4;
order:5;
color: red;
margin-top: 0.8rem;
font-size: 0.7rem;
}
.field--name-field-region{
display: none;
}
.field--name-field-type-de-moa{
display: none;
@@ -278,6 +254,57 @@
.field--name-field-etape-du-projet{
display: none;
}
.ville-region{
order: 2;
display: flex;
flex-wrap: wrap;
flex-direction: row;
font-size: 0.7rem;
.field--name-field-adresse{
display: flex;
flex: 0 1 auto;
width: auto;
min-width: 0;
text-transform: uppercase;
line-height: 1.3;
font-weight: 800;
.address{
display: flex;
margin: 0;
flex-wrap: wrap;
min-width: 0;
.postal-code{
display: none;
}
.locality{
padding-top: 0 !important;
padding-bottom: 0 !important;
&::after{
content:",";
margin-right: 0.3rem;
}
}
.country{
display: none;
padding-top: 0 !important;
padding-bottom: 0 !important;
} }
}
.field--name-field-region{
display: flex;
min-width: 0;
flex: 0 1 auto;
width: auto;
overflow-wrap: break-word;
text-transform: uppercase;
font-weight: 800;
padding-top: 0 !important;
padding-bottom: 0 !important;
line-height: 1.3;
}
}
}
}
}