|
|
|
@ -161,36 +161,96 @@ body {
|
|
|
|
|
|
|
|
|
|
.Analyse {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-evenly;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
height: auto;
|
|
|
|
|
width: 94.3%;
|
|
|
|
|
margin: 5px 10px 10px 5px;
|
|
|
|
|
|
|
|
|
|
.Stat_1 {
|
|
|
|
|
.Stat-1 {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 50%;
|
|
|
|
|
margin: 50px 50px 8px 50px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 49.75%;
|
|
|
|
|
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);
|
|
|
|
|
|
|
|
|
|
.Stat-1_titre {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 25%;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Stat-1_titre p {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
margin: auto;
|
|
|
|
|
padding: 25px;
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
|
|
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.camenbert {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 74%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Stat_2 {
|
|
|
|
|
.Stat-2 {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 50%;
|
|
|
|
|
margin: 8px 50px 50px 50px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 49.75%;
|
|
|
|
|
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);
|
|
|
|
|
|
|
|
|
|
.Stat-2_titre {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 25%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Stat-2_titre p {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
margin: auto;
|
|
|
|
|
padding: 30px;
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
|
|
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.histogramme {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 74%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|