|
@@ -298,6 +298,11 @@ a {
|
|
|
.block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images img {
|
|
|
width: 100vw;
|
|
|
height: auto; }
|
|
|
+ .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche {
|
|
|
+ grid-column: 3 /span 3;
|
|
|
+ grid-row: 1 / span 3;
|
|
|
+ font-size: 6rem;
|
|
|
+ font-weight: 800; }
|
|
|
.block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
|
|
|
grid-column: 2;
|
|
|
grid-row: 1; }
|
|
@@ -794,7 +799,8 @@ header {
|
|
|
#header-top .region-header-top-left ul {
|
|
|
list-style: none;
|
|
|
display: flex;
|
|
|
- flex-direction: row; }
|
|
|
+ flex-direction: row;
|
|
|
+ width: 100%; }
|
|
|
#header-top .region-header-top-left ul :is(.sous-liste) {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -807,15 +813,25 @@ header {
|
|
|
color: #009ee3; }
|
|
|
#header-top .region-header-top-left ul li :hover {
|
|
|
color: #009ee3; }
|
|
|
- #header-top .region-header-top-left ul:is(.ul1 .sous-liste .ul2) {
|
|
|
+ #header-top .region-header-top-left ul div:first-child li div {
|
|
|
display: none; }
|
|
|
- #header-top .region-header-top-left :hover ul:is(.ul1 .sous-liste .ul2) {
|
|
|
+ #header-top .region-header-top-left ul div:nth-child(2) li div {
|
|
|
+ display: none; }
|
|
|
+ #header-top .region-header-top-left :hover ul div:first-child li div {
|
|
|
+ display: block;
|
|
|
+ background-color: white;
|
|
|
+ padding: 1rem; }
|
|
|
+ #header-top .region-header-top-left :hover ul div:first-child li div a {
|
|
|
+ color: black; }
|
|
|
+ #header-top .region-header-top-left :hover ul div:first-child li div a:hover {
|
|
|
+ color: #009ee3; }
|
|
|
+ #header-top .region-header-top-left :hover ul div:nth-child(2) li div {
|
|
|
display: block;
|
|
|
background-color: white;
|
|
|
padding: 1rem; }
|
|
|
- #header-top .region-header-top-left :hover ul:is(.ul1 .sous-liste .ul2) a {
|
|
|
+ #header-top .region-header-top-left :hover ul div:nth-child(2) li div a {
|
|
|
color: black; }
|
|
|
- #header-top .region-header-top-left :hover ul:is(.ul1 .sous-liste .ul2) a:hover {
|
|
|
+ #header-top .region-header-top-left :hover ul div:nth-child(2) li div a:hover {
|
|
|
color: #009ee3; }
|
|
|
#header-top #block-burger {
|
|
|
z-index: 1;
|