#3526 block third node projet

This commit is contained in:
2025-11-25 15:33:29 +01:00
parent b745de55f2
commit 534497eed2
2 changed files with 12 additions and 10 deletions

View File

@@ -4577,7 +4577,7 @@ body {
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third {
position: relative; position: relative;
margin-top: 2rem; margin-top: 4.5rem;
margin-left: 2rem; margin-left: 2rem;
} }
@media (max-width: 810px) { @media (max-width: 810px) {
@@ -4608,7 +4608,7 @@ body {
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div h2 { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div h2 {
font-family: "gilroy-light"; font-family: "gilroy-light";
text-transform: uppercase; text-transform: uppercase;
font-size: 0.8rem; font-size: 0.6rem;
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div h2::after { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div h2::after {
content: " :"; content: " :";
@@ -4616,14 +4616,15 @@ body {
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row {
width: 80%; width: 80%;
border-bottom: solid black 1px; border-bottom: solid black 1px;
padding-bottom: 1rem; padding-bottom: 0.5rem;
padding-top: 0.5rem;
transition: transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out;
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row:hover { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row:hover {
transform: scale(1.05); /* effet de zoom léger */ transform: scale(1.05); /* effet de zoom léger */
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row .views-field-title h2 { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row .views-field-title h2 {
font-size: 0.7rem; font-size: 0.6rem;
margin-bottom: 0rem; margin-bottom: 0rem;
text-transform: none; text-transform: none;
font-family: "gilroy-regular"; font-family: "gilroy-regular";
@@ -4632,7 +4633,7 @@ body {
content: ""; content: "";
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row .views-field-field-nom-de-l-equipe { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row .views-field-field-nom-de-l-equipe {
font-size: 0.6rem; font-size: 0.5rem;
} }
.node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row .views-field-field-nom-de-l-equipe h3 { .node-type-projet .layout--threecol-25-50-25 .layout__region--third .block-region-third div .views-row .views-field-field-nom-de-l-equipe h3 {
margin-bottom: 0.3rem; margin-bottom: 0.3rem;

View File

@@ -358,7 +358,7 @@
.block-region-third{ .block-region-third{
position:relative; position:relative;
// width: 23% !important; // width: 23% !important;
margin-top: 2rem; margin-top: 4.5rem;
margin-left: 2rem; margin-left: 2rem;
@media(max-width: 810px){ @media(max-width: 810px){
position: relative; position: relative;
@@ -381,7 +381,7 @@
h2{ h2{
font-family: "gilroy-light"; font-family: "gilroy-light";
text-transform: uppercase; text-transform: uppercase;
font-size: 0.8rem; font-size: 0.6rem;
&::after{ &::after{
content: " :"; content: " :";
} }
@@ -389,14 +389,15 @@
.views-row{ .views-row{
width: 80%; width: 80%;
border-bottom: solid black 1px; border-bottom: solid black 1px;
padding-bottom: 1rem; padding-bottom: 0.5rem;
padding-top: 0.5rem;
transition: transform 0.4s ease-in-out; // animation plus fluide transition: transform 0.4s ease-in-out; // animation plus fluide
&:hover { &:hover {
transform: scale(1.05); /* effet de zoom léger */ transform: scale(1.05); /* effet de zoom léger */
} }
.views-field-title { .views-field-title {
h2 { h2 {
font-size: 0.7rem; font-size: 0.6rem;
margin-bottom: 0rem; margin-bottom: 0rem;
// margin-top: 0.3rem; // margin-top: 0.3rem;
text-transform: none; text-transform: none;
@@ -412,7 +413,7 @@
margin-top:0.3rem; margin-top:0.3rem;
text-transform: uppercase; text-transform: uppercase;
} }
font-size: 0.6rem; font-size: 0.5rem;
p{ p{
font-family: "gilroy-semibold"; font-family: "gilroy-semibold";
margin-bottom: 0.5rem; margin-bottom: 0.5rem;