|
@@ -2,9 +2,9 @@
|
|
|
.layout-container{
|
|
|
position: relative;
|
|
|
}
|
|
|
-header{
|
|
|
+header{
|
|
|
display: block;
|
|
|
- position: sticky;
|
|
|
+ position: sticky; // sticky marche pas :(
|
|
|
|
|
|
}
|
|
|
|
|
@@ -20,7 +20,7 @@ header{
|
|
|
top:0%;
|
|
|
|
|
|
|
|
|
- .region-header-top-left {
|
|
|
+ .region-header-top-left { // logo + menu déroulant
|
|
|
display:flex;
|
|
|
flex-direction: row;
|
|
|
padding: 1rem;
|
|
@@ -43,6 +43,8 @@ header{
|
|
|
padding-right: 1rem;
|
|
|
a {
|
|
|
color: $black;
|
|
|
+ // font-weight: 800;
|
|
|
+
|
|
|
}
|
|
|
.is-active {
|
|
|
color: $blue-light;
|
|
@@ -86,7 +88,7 @@ header{
|
|
|
}
|
|
|
|
|
|
|
|
|
- #block-burger {
|
|
|
+ #block-burger { // menu burger à droite
|
|
|
z-index: 1;
|
|
|
background-color: $blue-light;
|
|
|
font-size: 0.5rem;
|
|
@@ -127,24 +129,23 @@ header{
|
|
|
z-index: 99;
|
|
|
|
|
|
}
|
|
|
- ul {
|
|
|
- display: none;
|
|
|
- background-color: $blue-light;
|
|
|
- line-height: 2rem;
|
|
|
- list-style: none;
|
|
|
-
|
|
|
- .ul1 .sous-liste{
|
|
|
- a{
|
|
|
- opacity: 1;
|
|
|
- }
|
|
|
- }
|
|
|
+ ul {
|
|
|
+ display: none;
|
|
|
+ background-color: $blue-light;
|
|
|
+ line-height: 2rem;
|
|
|
+ list-style: none;
|
|
|
+
|
|
|
+ .ul1 .sous-liste{
|
|
|
a{
|
|
|
- opacity: 0.6;
|
|
|
- color: $white;
|
|
|
- font-weight: 800;
|
|
|
- font-size: 1rem;
|
|
|
+ opacity: 1;
|
|
|
}
|
|
|
-
|
|
|
+ }
|
|
|
+ a{
|
|
|
+ opacity: 0.6;
|
|
|
+ color: $white;
|
|
|
+ font-weight: 800;
|
|
|
+ font-size: 1rem;
|
|
|
+ }
|
|
|
}
|
|
|
&.opened ul {
|
|
|
display: block;
|