|
|
|
@ -93,14 +93,14 @@ body {
|
|
|
|
|
.nav_bar_verticale {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-evenly;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 5%;
|
|
|
|
|
margin: 5px 5px 10px 10px;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
|
|
|
|
@ -156,9 +156,12 @@ body {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contenu {
|
|
|
|
|
width: 100%;
|
|
|
|
|
width: 94.3%;
|
|
|
|
|
height: auto;
|
|
|
|
|
margin: 5px 10px 10px 5px;
|
|
|
|
|
|
|
|
|
|
.searchAndAddButton {
|
|
|
|
|
height: 100px;
|
|
|
|
@ -247,6 +250,7 @@ body {
|
|
|
|
|
&::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
background: #555;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.photoContact {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
@ -258,4 +262,3 @@ body {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|