|
|
|
@ -1,8 +1,7 @@
|
|
|
|
|
.corps_page_dashboard{
|
|
|
|
|
body {
|
|
|
|
|
background-image: url("../../../public/fond_page_connexion.png");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.page_principale {
|
|
|
|
|
.page_dashboard {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-evenly;
|
|
|
|
@ -84,5 +83,214 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bas_de_page {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 86%;
|
|
|
|
|
|
|
|
|
|
.nav_bar_verticale {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
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);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
|
|
|
|
|
.button {
|
|
|
|
|
display: flex;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
.logo_nav_bar{
|
|
|
|
|
display: flex;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Dashboard {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 93%;
|
|
|
|
|
height: auto;
|
|
|
|
|
margin: 5px 10px 10px 5px;
|
|
|
|
|
|
|
|
|
|
._gauche {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 76%;
|
|
|
|
|
|
|
|
|
|
._haut {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 40%;
|
|
|
|
|
|
|
|
|
|
.Mes_infos {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 40%;
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Alertes {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 58.5%;
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
._bas {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 58%;
|
|
|
|
|
|
|
|
|
|
.Mes_prochaines_activités {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 45%;
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Chiffre_clés {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 53%;
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
|
|
.Ch_Clé_gauche {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 45%;
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
|
|
.Ch_Clé_gauche_haut {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 53%;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Ch_Clé_gauche_bas {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 42%;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Ch_Clé_droite {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 51%;
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
|
|
.Ch_Clé_droite_haut {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 46%;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Ch_Clé_droite_bas {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 49%;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
._droite {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 23%;
|
|
|
|
|
|
|
|
|
|
.clients_important {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 64%;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contacts_ajouté_récemment {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 34%;
|
|
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.3);
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
-webkit-backdrop-filter: blur(15px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|