background clor body mission photo

This commit is contained in:
Ouidade Soussi Chiadmi 2025-05-06 09:54:37 +02:00
parent 106efbee78
commit a33e5064e2
2 changed files with 21 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -425,6 +425,16 @@
} }
} }
} }
&.programme-912{
.main_logo{
position: absolute !important;
top:0;
left: 0;
margin: -6% 0 3rem !important;
}
}
&.programme-1162{ &.programme-1162{
#node\:field_document .field_document{ #node\:field_document .field_document{
background:$col-mission-photographique; background:$col-mission-photographique;
@ -434,6 +444,13 @@
color: $col-mission-photographique; color: $col-mission-photographique;
} }
} }
.main_logo{
position: absolute !important;
top:0;
left: 0;
margin: -6% 0 3rem !important;
}
} }
.layout-content{ .layout-content{
position: relative; position: relative;
@ -686,7 +703,7 @@
} }
} }
} }
.body:after:not(.programme-912):not(.programme-1162){ .body:after{
pointer-events: none; pointer-events: none;
content: ""; content: "";
opacity: 1; opacity: 1;
@ -695,7 +712,8 @@
box-shadow: inset white 0 -4rem 2rem; box-shadow: inset white 0 -4rem 2rem;
} }
.body:after{ .programme-912.body:after,
.programme-1162.body:after{
pointer-events: none; pointer-events: none;
content: ""; content: "";
opacity: 1; opacity: 1;