2024-12-05 16:24:26 +01:00
|
|
|
body {
|
|
|
|
background: #A6CD9E !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.background {
|
|
|
|
background-color: #7D9599;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
2024-12-12 16:28:23 +01:00
|
|
|
height: 87%;
|
2024-12-05 16:24:26 +01:00
|
|
|
}
|
|
|
|
.background-intervention {
|
|
|
|
background-color: #A0C2C8;
|
|
|
|
position: absolute;
|
2024-12-12 16:28:23 +01:00
|
|
|
box-shadow: 0 0 15px 0 black;
|
2024-12-05 16:24:26 +01:00
|
|
|
border-radius: 5%;
|
|
|
|
|
2024-12-12 16:28:23 +01:00
|
|
|
margin: 7% 0 0 15%;
|
|
|
|
width: 70%;
|
2024-12-05 16:24:26 +01:00
|
|
|
height: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logoCalendar {
|
|
|
|
position: absolute;
|
|
|
|
margin: 1% 0 0 5%;
|
|
|
|
width: 5%;
|
|
|
|
}
|
2024-12-12 16:28:23 +01:00
|
|
|
.titre {
|
|
|
|
position: absolute;
|
|
|
|
margin: 2% 0 0 11%;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nom {
|
|
|
|
position: absolute;
|
|
|
|
margin: 2% 0 0 5%;
|
|
|
|
width: 45%;
|
|
|
|
}
|
|
|
|
#echecs {
|
|
|
|
position: absolute;
|
|
|
|
margin: 6% 0 0 5%;
|
|
|
|
}
|
|
|
|
#employesCompetences {
|
|
|
|
position: absolute;
|
|
|
|
margin: 10% 0 0 5%;
|
|
|
|
}
|
|
|
|
#piece {
|
|
|
|
position: absolute;
|
|
|
|
margin: 14% 0 0 5%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#vehicule {
|
|
|
|
position: absolute;
|
|
|
|
margin: 18.5% 0 0 5%;
|
|
|
|
}
|
|
|
|
#vehicule1 {
|
|
|
|
position: absolute;
|
|
|
|
margin: 19% 0 0 21.5%;
|
|
|
|
}
|
|
|
|
#oui {
|
|
|
|
position: absolute;
|
|
|
|
margin: 18.5% 0 0 24%;
|
|
|
|
}
|
|
|
|
#vehicule2 {
|
|
|
|
position: absolute;
|
|
|
|
margin: 19% 0 0 30%;
|
|
|
|
}
|
|
|
|
#non {
|
|
|
|
position: absolute;
|
|
|
|
margin: 18.5% 0 0 33%;
|
|
|
|
}
|
2024-12-05 16:24:26 +01:00
|
|
|
|
2024-12-12 16:28:23 +01:00
|
|
|
#date {
|
|
|
|
position: absolute;
|
|
|
|
margin: 2% 0 0 70%;
|
|
|
|
}
|
|
|
|
#calendar {
|
2024-12-05 16:24:26 +01:00
|
|
|
position: absolute;
|
2024-12-12 16:28:23 +01:00
|
|
|
margin: 18.5% 0 0 33%;
|
2024-12-05 16:24:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.from {
|
|
|
|
position: absolute;
|
2024-12-12 16:28:23 +01:00
|
|
|
margin: 65% 15% 15% 15%;
|
2024-12-05 16:24:26 +01:00
|
|
|
}
|