|
|
|
@ -108,7 +108,7 @@ body {
|
|
|
|
|
border: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
.logo_nav_bar{
|
|
|
|
|
.logo_nav_bar {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
height: 50px;
|
|
|
|
@ -145,6 +145,11 @@ body {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
height: 50%;
|
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
|
|
|
|
|
|
.text_one_haut {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.one_milieu {
|
|
|
|
@ -161,20 +166,18 @@ body {
|
|
|
|
|
|
|
|
|
|
.bouton_submit {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-left: 30px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
.bouton_signalerPB {
|
|
|
|
|
width: 75px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 110px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
background-color: rgb(190, 189, 189);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: lightgrey;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -194,21 +197,19 @@ body {
|
|
|
|
|
|
|
|
|
|
.bouton_submit {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-left: 30px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
.bouton_modifierMDP {
|
|
|
|
|
width: 75px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 110px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
background-color: rgb(190, 189, 189);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: lightgrey;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -233,8 +234,12 @@ body {
|
|
|
|
|
.two_haut {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 75%;
|
|
|
|
|
|
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
|
|
|
|
|
|
.text_two_haut {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.two_bas {
|
|
|
|
@ -246,8 +251,8 @@ body {
|
|
|
|
|
.center {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 84%;
|
|
|
|
|
right: 0.5%;
|
|
|
|
|
transform: translate(-50%,-50%);
|
|
|
|
|
right: 2%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
|
|
|
|
|
input[type="checkbox"] {
|
|
|
|
|
position: relative;
|
|
|
|
@ -257,7 +262,7 @@ body {
|
|
|
|
|
background-color: #e2e2e2;
|
|
|
|
|
outline: none;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
box-shadow: inset 0 0 5px rgba(0,0,0,.5);
|
|
|
|
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
|
|
|
|
|
transition: .5s;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
@ -276,7 +281,7 @@ body {
|
|
|
|
|
left: 10%;
|
|
|
|
|
background-color: white;
|
|
|
|
|
transform: scale(1.1);
|
|
|
|
|
box-shadow: 0 2px 5px rgba(0,0,0,.2);
|
|
|
|
|
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
|
|
|
|
|
transition: .5s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -302,6 +307,8 @@ body {
|
|
|
|
|
|
|
|
|
|
.text_three_haut {
|
|
|
|
|
display: flex;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -320,15 +327,14 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bouton {
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 110px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
background-color: rgb(190, 189, 189);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: lightgrey;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|