desactive 2e partie enjeux sur home

This commit is contained in:
2025-11-27 16:23:25 +01:00
parent 15778d737d
commit d947fa7aab
3 changed files with 8 additions and 0 deletions

View File

@@ -2576,6 +2576,7 @@ body {
} }
} }
#home article.node-type-static #paragraph-id--1 .field_field_texte .colone-picto .enjeux { #home article.node-type-static #paragraph-id--1 .field_field_texte .colone-picto .enjeux {
display: none !important;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
@@ -5059,6 +5060,9 @@ main {
background-color: #f6f7f3; background-color: #f6f7f3;
} }
#lesprojets #header_right_container {
visibility: hidden !important;
}
#lesprojets .content_container { #lesprojets .content_container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@@ -305,6 +305,7 @@
} }
.enjeux{ .enjeux{
display: none !important;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;

View File

@@ -2,6 +2,9 @@ main{
background-color: #f6f7f3; background-color: #f6f7f3;
} }
#lesprojets{ #lesprojets{
#header_right_container{
visibility: hidden !important;
}
.content_container{ .content_container{
// background-color: red; // background-color: red;
display: flex; display: flex;