.lv-carburant-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: Arial, sans-serif;
} .lv-carburant-search {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 20px;
}
.lv-carburant-search-row {
display: flex;
gap: 15px;
width: 100%;
align-items: center;
}
.lv-carburant-search input {
padding: 12px 14px;
border: 1px solid #ccc;
border-radius: 8px;
flex: 1;
min-width: 180px;
font-size: 15px;
font-family: inherit;
}
.lv-form-block {
background: #fafafa;
border: 1px solid #ddd;
padding: 10px;
border-radius: 10px;
margin-bottom: 10px;
}
.lv-form-block h3 {
margin: 0 0 8px 0;
font-size: 12px;
font-weight: 600;
color: #444;
opacity: 0.85;
} .lv-select-wrapper {
position: relative;
flex: 1;
min-width: 180px;
z-index: 9999;
}
.lv-select-display {
padding: 12px 14px;
border: 1px solid #ccc;
border-radius: 8px;
background: #fff;
cursor: pointer;
font-size: 15px;
font-family: inherit;
display: flex;
justify-content: center; align-items: center;
font-weight: 700; text-align: center; }
.lv-select-options {
position: absolute;
top: calc(100% + 4px);
left: 0;
right: 0;
background: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 0;
margin: 0;
z-index: 99999;
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
overflow: hidden;
display: none;
animation: lvFadeIn 0.15s ease;
}
@keyframes lvFadeIn {
from { opacity: 0; transform: translateY(-4px); }
to   { opacity: 1; transform: translateY(0); }
}
.lv-select-options,
.lv-select-options li {
list-style: none !important;
margin: 0 !important;
padding-left: 0 !important;
}
.lv-select-options li {
padding: 12px 14px;
cursor: pointer;
border-bottom: 1px solid rgba(0,0,0,0.06);
transition: background 0.2s ease, transform 0.1s ease;
font-family: inherit;
text-align: center; font-weight: 700; }
.lv-select-options li:last-child {
border-bottom: none;
}
.lv-select-options li:hover {
background: rgba(0,0,0,0.05);
transform: translateX(3px);
}
.lv-select-options li.lv-selected {
font-weight: 700; border-left: 4px solid #2ecc71;
padding-left: 10px;
} .lv-carburant-btn {
appearance: none !important;
-webkit-appearance: none !important;
border: none !important;
outline: none !important;
box-shadow: none !important;
padding: 14px 22px !important;
border-radius: 10px !important;
font-size: 16px !important;
font-weight: 600 !important;
cursor: pointer !important;
transition: 0.25s ease !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 100%;
max-width: 220px;
font-family: inherit !important;
line-height: 1 !important;
}
.lv-carburant-submit-btn {
background: #2ecc71 !important;
color: #fff !important;
}
.lv-carburant-submit-btn:hover {
background: #27ae60 !important;
}
.lv-carburant-geoloc-btn {
background: #27ae60 !important;
color: #fff !important;
}
.lv-carburant-geoloc-btn:hover {
background: #1e8c4d !important;
}
@media (max-width: 768px) {
.lv-carburant-submit-btn,
.lv-carburant-geoloc-btn {
max-width: 100%;
width: 100%;
}
} .lv-carburant-radius {
padding: 12px 14px;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 15px;
font-family: inherit;
min-width: 140px;
} .lv-carburant-loading {
display: none;
text-align: center;
padding: 20px;
font-size: 18px;
font-weight: bold;
}
.lv-spinner {
width: 32px;
height: 32px;
border: 4px solid #ddd;
border-top-color: #999;
border-radius: 50%;
margin: 0 auto 10px auto;
animation: lvSpin 0.8s linear infinite;
}
@keyframes lvSpin {
from { transform: rotate(0deg); }
to   { transform: rotate(360deg); }
} #lv-carburant-map {
width: 100%;
height: 850px;
border-radius: 10px;
margin-bottom: 25px;
overflow: hidden;
} .lv-carburant-popup {
font-size: 14px;
line-height: 1.4;
}
.lv-carburant-popup strong {
color: #0073aa;
} #lv-carburant-results {
display: flex;
flex-direction: column;
gap: 15px;
}
.lv-carburant-card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
background: #fff;
transition: 0.2s;
}
.lv-carburant-card:hover {
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.lv-carburant-card-header {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.lv-carburant-city {
font-size: 18px;
font-weight: bold;
}
.lv-carburant-cp {
font-size: 16px;
color: #666;
}
.lv-carburant-address {
margin-bottom: 10px;
font-size: 15px;
}
.lv-carburant-prices {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 10px;
}
.lv-carburant-prices .lv-price {
display: inline-block;
padding: 8px 14px;
border-radius: 12px;
font-size: 15px;
font-weight: 500;
background: #f0f0f0;
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
transition: all 0.2s ease;
}
.lv-price.lv-selected-fuel {
font-weight: 700;
border: 1px solid rgba(0,0,0,0.15);
}
.lv-price-min {
background: #d9f7d9 !important;
border-left: 5px solid #2ecc71 !important;
font-weight: 700 !important;
}
.lv-price-max {
background: #f7d9d9 !important;
border-left: 5px solid #e74c3c !important;
font-weight: 700 !important;
}
.lv-carburant-extra {
display: flex;
flex-direction: column;
gap: 4px;
font-size: 14px;
} .lv-carburant-navigation {
margin-top: 14px;
}
.lv-nav-go {
display: inline-block;
width: 100%;
text-align: center;
padding: 12px 16px;
background: #f2f2f2;
color: #000;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
text-decoration: none;
border: 1px solid #d0d0d0;
transition: 0.2s ease;
}
.lv-nav-go:hover {
background: #e6e6e6;
color: #000;
} @media (max-width: 600px) {
.lv-carburant-search-row {
flex-direction: column;
gap: 12px;
width: 100%;
}
.lv-carburant-search input,
.lv-carburant-radius {
width: 100% !important;
min-width: 100% !important;
}
.lv-select-wrapper,
.lv-select-display,
.lv-select-options {
width: 100% !important;
}
.lv-carburant-btn {
width: 100% !important;
max-width: 100% !important;
}
.lv-carburant-search {
gap: 20px;
}
} .lv-tabs {
display: flex;
gap: 10px;
margin-bottom: 10px;
}
.lv-tab {
flex: 1;
padding: 10px;
background: #eee;
border: 1px solid #ccc;
border-radius: 8px;
cursor: pointer;
font-weight: 600;
text-align: center;
transition: 0.2s ease;
}
.lv-tab.active {
background: #dcdcdc;
border-color: #999;
}
.lv-tab-content {
display: none;
}
.lv-tab-content.active {
display: block;
}
.lv-tab-icon {
display: inline-flex;
align-items: center;
margin-right: 6px;
}
.lv-tab svg {
opacity: 0.8;
} .lv-legende-wrapper {
display: flex;
flex-direction: column;
gap: 14px;
margin: 20px 0;
padding: 15px;
background: #fafafa;
border: 1px solid #e2e2e2;
border-radius: 12px;
}
.lv-legende-item {
display: grid;
grid-template-columns: 22px 90px 1fr auto;
align-items: center;
gap: 12px;
padding: 10px 12px;
background: #fff;
border-radius: 10px;
border: 1px solid #e6e6e6;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.lv-legende-color {
width: 22px;
height: 22px;
border-radius: 6px;
border: 1px solid #ccc;
}
.lv-legende-name {
font-size: 15px;
font-weight: 700;
color: #333;
}
.lv-legende-desc {
font-size: 14px;
opacity: 0.85;
line-height: 1.3;
}
.lv-legende-avg {
font-size: 14px;
font-weight: 600;
color: #111;
white-space: nowrap;
} @media (max-width: 600px) {
.lv-legende-item {
grid-template-columns: 22px 1fr;
grid-template-rows: auto auto auto;
gap: 6px 12px;
padding: 12px;
}
.lv-legende-name {
grid-column: 2;
}
.lv-legende-desc {
grid-column: 1 / span 2;
margin-left: 34px;
}
.lv-legende-avg {
grid-column: 1 / span 2;
margin-left: 34px;
}
} .lv-top-badge {
display: inline-block;
padding: 6px 10px;
border-radius: 8px;
font-size: 13px;
font-weight: 700;
margin-right: 10px;
min-width: 60px;
text-align: center;
background: #ccc;
color: #fff !important;
}
.lv-carburant-popup-nav {
margin-top: 10px;
display: flex;
gap: 8px;
}
.lv-popup-btn {
display: inline-block;
padding: 6px 10px;
background: #0078ff;
color: #fff !important;
border-radius: 6px;
font-size: 13px;
font-weight: 600;
text-decoration: none;
}
.lv-popup-btn:hover {
background: #005fcc;
}
.lv-popup-top {
display: inline-block;
background: #ff9800;
color: #fff !important;
padding: 4px 10px;
border-radius: 8px;
font-weight: 700;
margin-bottom: 8px;
font-size: 12px;
margin-right: 8px;
}