2023-07-11 14:08:23 +02:00
|
|
|
#map {
|
2023-07-11 17:32:16 +02:00
|
|
|
height: 600px;
|
|
|
|
width: 1200px;
|
2023-07-11 17:31:14 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2023-07-11 18:03:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
2023-07-13 14:28:23 +02:00
|
|
|
display: block;
|
2023-07-11 18:03:40 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form {
|
|
|
|
max-width: 600px; /* Vous pouvez ajuster la largeur maximale selon vos besoins */
|
|
|
|
width: 200%;
|
2023-07-11 18:28:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer, .header{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-07-13 14:28:23 +02:00
|
|
|
.container {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-column {
|
|
|
|
display: flex;
|
|
|
|
width: 20%;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-column {
|
|
|
|
display: flex;
|
|
|
|
width: 80%;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#map {
|
|
|
|
height: 500px;
|
|
|
|
}
|
|
|
|
|