Réglage footer, menu a droite, contact

This commit is contained in:
Anthony Mahe
2025-06-01 14:46:57 +02:00
parent 6add698310
commit 50e52fe608
21 changed files with 306 additions and 264 deletions

View File

@@ -11,13 +11,22 @@
content: "";
position: absolute;
left: 0;
bottom: 0;
bottom: -3px;
width: 0%;
height: 2px;
background-color: #CC4331;
transition: width 0.3s ease;
}
li a.active::after {
width: 100%;
}
li a.active {
color: #CC4331;
font-weight: bold;
}
.contact {
top: 0;
position: fixed;
@@ -61,7 +70,7 @@ nav {
margin-right: 1rem;
}
.nav-phone{
.nav-phone {
width: 100%;
display: flex;
width: 100%;
@@ -166,7 +175,7 @@ nav {
background-color: #F9E7DB;
top: 3.5rem;
right: 0;
box-shadow: 15px 0px 10px rgba(51, 51, 51, 0.15);
box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
}
#menuM {