2025-05-27 11:18:29 +02:00
|
|
|
body {
|
2025-05-28 17:05:34 +02:00
|
|
|
background-color: rgb(236, 236, 236);
|
2025-06-04 00:46:46 +02:00
|
|
|
transition: background-color ease 0.5s;
|
2025-05-27 11:18:29 +02:00
|
|
|
}
|
2025-05-28 17:05:34 +02:00
|
|
|
|
|
|
|
.body-landing .container {
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 20px;
|
2025-05-29 17:54:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-footer {
|
2025-06-04 00:46:46 +02:00
|
|
|
padding-bottom: 20rem;
|
2025-05-29 17:54:19 +02:00
|
|
|
background-color: #dfe5eb;
|
2025-06-04 00:46:46 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#qrcode {
|
|
|
|
margin-bottom: 8rem;
|
2025-06-01 19:04:11 +02:00
|
|
|
}
|
|
|
|
|
2025-06-03 12:51:20 +02:00
|
|
|
.filled {
|
|
|
|
background-color: #b0dfa0;
|
|
|
|
}
|
|
|
|
|
2025-06-01 19:04:11 +02:00
|
|
|
.no-name {
|
|
|
|
color: #df5a0d;
|
2025-06-01 19:07:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.js-sort-table th {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.js-sort-table th:hover {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.js-sort-table th:active {
|
|
|
|
background-color: #e0e0e0;
|
2025-06-03 16:19:07 +02:00
|
|
|
}
|
|
|
|
|
2025-06-04 00:46:46 +02:00
|
|
|
/*// formulaire de temps d'ouverture */
|
|
|
|
.form-check-input {
|
|
|
|
margin-right: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jour-container {
|
|
|
|
border: solid #dedede 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#maploader {
|
2025-06-04 00:16:56 +02:00
|
|
|
position: relative;
|
|
|
|
top: 200px;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
2025-06-03 16:19:07 +02:00
|
|
|
.maplibregl-popup-content {
|
2025-06-04 00:16:56 +02:00
|
|
|
overflow: auto;
|
2025-06-03 16:19:07 +02:00
|
|
|
min-width: 300px;
|
2025-06-05 15:43:11 +02:00
|
|
|
max-height: 11rem !important;
|
|
|
|
}
|
2025-06-04 00:16:56 +02:00
|
|
|
|
2025-06-06 16:16:34 +02:00
|
|
|
.maplibregl-popup-content strong {
|
|
|
|
min-width: 10rem;
|
|
|
|
}
|
|
|
|
|
2025-06-05 15:43:11 +02:00
|
|
|
.maplibregl-popup-content table {
|
|
|
|
width: 100%;
|
|
|
|
max-height: 300px;
|
|
|
|
overflow: auto;
|
2025-06-03 16:19:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.maplibregl-popup-content h1,
|
|
|
|
.maplibregl-popup-content h2,
|
|
|
|
.maplibregl-popup-contenth3 {
|
|
|
|
font-size: 1rem;
|
2025-06-06 16:16:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attribution {
|
|
|
|
font-size: 0.6rem;
|
2025-06-06 23:55:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#restaurant .form-check-label {
|
|
|
|
margin-top: 0;
|
|
|
|
display: block;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#restaurant .form-check-label:hover {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
color: #1e40c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced_tags {
|
|
|
|
border-left: solid 3px #ccc;
|
|
|
|
padding-left: 2rem;
|
2025-05-28 17:05:34 +02:00
|
|
|
}
|