This commit is contained in:
2026-02-20 21:55:35 +01:00
parent 329b43e07c
commit c258a436a0
13 changed files with 1340 additions and 817 deletions

View File

@@ -64,6 +64,7 @@
}
}
}
.header_nav_lang {
display: flex;
font-family: 'brandontext_medium';
@@ -105,7 +106,8 @@
}
.header_nav_logo {
position: relative;
z-index: 10;
@include media_queries.media_min(tablet_700) {
margin-top: -7px;
}
@@ -204,6 +206,11 @@
list-style: none;
@media (min-width: 742px) and (max-width: 795px) {
.decalage_gauche {
margin-left: -23px;
}
}
&:nth-child(5) {
margin-right: 10px;
@@ -243,9 +250,9 @@
/* 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: 20px;
padding-right: 7px;
padding-top: 17px;
padding-left: 27px;
padding-right: 12px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(255, 255, 255, 0.97);
@@ -261,7 +268,7 @@
@media (min-width: 900px) {
font-size: 18px;
}
padding-bottom: 4px;
padding-bottom: 7px;
&:hover {
a {
color: var(--c-brand_rouge);