@@ -334,6 +334,10 @@ a {
.field--name-field-partenaires a svg {
display: none; }
+.path-actualites {
+ background-color: rgba(0, 158, 227, 0.2);
+ margin: 0; }
+
.node-type-actualite {
color: #09398b;
line-height: 1.5rem;
@@ -455,7 +459,8 @@ header {
#fotter-bottom {
display: flex;
flex: 1 1 120px;
- flex-direction: row; }
+ flex-direction: row;
+ background-color: white; }
#fotter-bottom .region {
display: block;
padding-left: 1rem;
@@ -6,7 +6,10 @@
-
+.path-actualites{
+ background-color: $background-actus;
+ margin: 0;
+}
.node-type-actualite{
@@ -5,6 +5,7 @@
flex-direction: row;
+ background-color: $white;
.region{