|
@@ -342,8 +342,10 @@ header {
|
|
|
#header-top #block-burger h2:after {
|
|
|
display: block;
|
|
|
height: 60px;
|
|
|
- content: "";
|
|
|
- background-image: url("~/web/themes/custom/eql/images/pictos/menu.png");
|
|
|
+ font-family: 'Font Awesome';
|
|
|
+ content: "\f0c9";
|
|
|
+ font-weight: 100;
|
|
|
+ font-size: 5rem;
|
|
|
height: 6rem; }
|
|
|
#header-top #block-burger #block-burger-menu {
|
|
|
display: block;
|
|
@@ -351,10 +353,12 @@ header {
|
|
|
align-self: center;
|
|
|
text-align: center;
|
|
|
height: 7rem; }
|
|
|
- #header-top #block-burger .menuOpen:first-of-type {
|
|
|
- width: 500%;
|
|
|
+ #header-top #block-burger .ul1:not(.sous-liste) {
|
|
|
+ width: 300%;
|
|
|
position: relative;
|
|
|
- right: 0; }
|
|
|
+ right: 260px;
|
|
|
+ margin: 0;
|
|
|
+ padding-top: 2rem; }
|
|
|
#header-top #block-burger ul {
|
|
|
display: none;
|
|
|
background-color: #009ee3;
|
|
@@ -363,6 +367,7 @@ header {
|
|
|
#header-top #block-burger ul .ul1 .sous-liste a {
|
|
|
opacity: 1; }
|
|
|
#header-top #block-burger ul a {
|
|
|
+ opacity: 0.6;
|
|
|
color: white;
|
|
|
font-weight: 800;
|
|
|
font-size: 1rem; }
|