This commit is contained in:
2026-02-16 07:59:52 +01:00
parent 1fc267faa8
commit b8b8e53f07
70 changed files with 3088 additions and 272 deletions

View File

@@ -22,12 +22,17 @@
cursor: pointer;
&:hover {
border-bottom: none !important;
.header_nav_topbar_submenu {
visibility: visible;
/* Pour l'effet de transition */
opacity: 1;
}
}
&.is-active {
border-bottom: 2px solid var(--c-brand_rouge);
padding-bottom: 1px;
}
}
.header_nav_topbar_submenu {
position: absolute;
@@ -184,12 +189,19 @@
cursor: pointer;
&:hover {
border-bottom: none !important;
padding-bottom: 2px;
.header_nav_sub_menu {
visibility: visible;
/* Pour l'effet de transition */
opacity: 1;
}
}
&.is-active {
border-bottom: 2px solid var(--c-brand_rouge);
padding-bottom: 1px;
}
list-style: none;
@@ -219,25 +231,36 @@
.header_nav_sub_menu {
position: absolute;
left: 0;
@media (min-width: 0px) {
left: -10px;
}
@media (min-width: 900px) {
left: 0px;
}
z-index: 2;
visibility:hidden;
/* Pour l'effet de transition */
opacity: 0;
transition: visibility 0.2s,opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
padding-top: 10px;
padding-left: 25px;
padding-right: 22px;
padding-left: 20px;
padding-right: 7px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(255, 255, 255, 0.93);
background-color: rgba(255, 255, 255, 0.97);
border-radius: 3px;
.header_nav_sub_menu_item {
list-style: circle;
//font-family: 'brandontext_regular';
font-family: var(--font-roboto);
font-size: 18px;
@media (min-width: 0px) {
font-size: 16px;
}
@media (min-width: 900px) {
font-size: 18px;
}
padding-bottom: 4px;
&:hover {
a {
@@ -411,6 +434,7 @@
.header_drawer_link {
display: block;
width: fit-content;
text-decoration: none;
color: $blanc;
padding: 6px 0;
@@ -426,6 +450,11 @@
opacity: 1;
}
}
&.is-active {
border-bottom: 2px solid var(--c-brand_rouge);
padding-bottom: 1px;
}
list-style: none;
}
.header_drawer_sub_menu {