logos partenaires footer & js close header

This commit is contained in:
2023-11-27 11:01:05 +01:00
parent fbb9165185
commit 155f283b57
7 changed files with 88 additions and 36 deletions
@@ -90,22 +90,6 @@ header{
height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
width: 100%;
.titre{
display: none;
display: inline-flex;
font-weight: 800;
position: relative;
margin-top: 2rem;
::after{
content: url(../images/noun-cross-1151731.svg);
float: right;
position: relative;
left: 200px;
// bottom: 100px;
cursor: pointer;
}
}
.contacts-full {
display: none;
background-color: $white-header;
@@ -113,14 +97,22 @@ header{
right:0px;
top: 100%;
width: $width-menu-slidedown;
padding-left: 3.5rem;
padding-top: 1rem;
// width: 30vw;
height: 200vh;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
clip-path: inset(0px -10px -10px -10px);
.titre{
padding-left:3rem ;
::after{
left: 320px;
}
}
.field__item{
display: flex;
flex-direction: column;
padding: 5% 10% 5% 5%;
padding-left: 3rem;
}
}
}