div.orgfroid-calculator.orgfroid-bilan-thermique-climatisation .orgfroid-bt-results-grid {
grid-template-columns: 1fr 1fr !important;
}
@media (max-width: 639px) {
div.orgfroid-calculator.orgfroid-bilan-thermique-climatisation .orgfroid-bt-results-grid {
grid-template-columns: 1fr !important;
}
} div.orgfroid-calculator .orgfroid-section-title {
font-size: 14px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.05em !important;
color: var(--orgfroid-primary) !important;
padding: 0 !important;
margin: 8px 0 0 !important;
border-bottom: 2px solid var(--orgfroid-border) !important;
padding-bottom: 6px !important;
} div.orgfroid-calculator .orgfroid-bt-chart-wrapper {
background: #fff !important;
border: 1px solid var(--orgfroid-border) !important;
border-radius: var(--orgfroid-radius-sm) !important;
padding: 24px !important;
margin-bottom: 20px !important;
}
div.orgfroid-calculator .orgfroid-bt-chart-title {
font-size: 16px !important;
font-weight: 700 !important;
color: var(--orgfroid-text) !important;
margin: 0 0 20px !important;
padding: 0 !important;
text-align: center !important;
}
div.orgfroid-calculator .orgfroid-bt-chart-container {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 32px !important;
flex-wrap: wrap !important;
} div.orgfroid-calculator .orgfroid-bt-pie {
width: 200px !important;
height: 200px !important;
border-radius: 50% !important;
flex-shrink: 0 !important;
position: relative !important;
} div.orgfroid-calculator .orgfroid-bt-legend {
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
min-width: 200px !important;
}
div.orgfroid-calculator .orgfroid-bt-legend-item {
display: flex !important;
align-items: center !important;
gap: 10px !important;
font-size: 14px !important;
color: var(--orgfroid-text) !important;
line-height: 1.4 !important;
}
div.orgfroid-calculator .orgfroid-bt-legend-color {
width: 14px !important;
height: 14px !important;
border-radius: 3px !important;
flex-shrink: 0 !important;
}
div.orgfroid-calculator .orgfroid-bt-legend-label {
flex: 1 !important;
font-weight: 500 !important;
}
div.orgfroid-calculator .orgfroid-bt-legend-value {
font-weight: 700 !important;
white-space: nowrap !important;
}
div.orgfroid-calculator .orgfroid-bt-legend-pct {
font-weight: 400 !important;
color: var(--orgfroid-light) !important;
font-size: 13px !important;
}
@media (max-width: 639px) {
div.orgfroid-calculator .orgfroid-bt-chart-container {
flex-direction: column !important;
}
div.orgfroid-calculator .orgfroid-bt-pie {
width: 180px !important;
height: 180px !important;
}
div.orgfroid-calculator .orgfroid-bt-legend {
min-width: unset !important;
width: 100% !important;
}
}