.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container img.leaflet-tile { mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//www.gerons-immo.fr/wp-content/plugins/map-block-leaflet/lib/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//www.gerons-immo.fr/wp-content/plugins/map-block-leaflet/lib/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//www.gerons-immo.fr/wp-content/plugins/map-block-leaflet/lib/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}.dpe *,.ges *{box-sizing:border-box;line-height:24px}.dpe-ges-inline>div,.dpeges-inline{display:inline-block}.dpe-ges-inline>div.dpe,.dpe.dpeges-inline{margin-right:50px}.dpe .dpe-title,.ges .ges-title{display:inline-block;font-size:17px;max-width:270px;text-align:left;text-transform:uppercase}.dpe .diagnostic,.ges .emission{margin:0}.dpe figure.diagnostic,.ges figure.emission{display:block;float:none;font-size:12px;position:relative;width:270px}.dpe .diagnostic-title,.ges .emission-title{color:inherit;color:#f26521;font-family:Arial,sans-serif;font-size:19px;font-weight:400;line-height:1.1;margin-bottom:11px;margin-top:22px;text-transform:uppercase}.dpe .hidden,.ges .hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.dpe .diagnostic-container,.ges .emission-container{border-top:0;padding:10px}.dpe abbr[data-original-title],.dpe abbr[title],.ges abbr[data-original-title],.ges abbr[title]{border-bottom:1px dotted #777;cursor:help}.dpe .diagnostic-legend span:first-child,.ges .emission-legend span:first-child{float:left}.dpe .diagnostic-legend span:last-child,.ges .emission-legend span:last-child{float:right}.dpe .diagnostic-diagram,.ges .emission-diagram{color:#000;display:table-cell;padding-right:70px}.dpe .diagnostic-line,.ges .emission-line{font-size:11px;margin-bottom:1px}.dpe .diagnostic-value,.ges .emission-value{display:inline-block;height:24px;padding:0 0 0 5px;vertical-align:top;width:70px}.dpe .diagnostic-letter,.ges .emission-letter{display:inline-block;height:24px;padding:0;position:relative;text-align:right;vertical-align:top}.dpe .diagnostic-letter:after,.ges .emission-letter:after{border-bottom:12px solid transparent;border-left:12px solid #fff;border-top:12px solid transparent;content:"";display:inline-block;left:100%;position:absolute;top:0}.dpe .diagnostic-dpe .line-a .diagnostic-letter{background:#339a33;width:1em}.dpe .diagnostic-dpe .line-a .diagnostic-letter:after{border-left-color:#339a33}.dpe .diagnostic-dpe .line-b .diagnostic-letter{background:#32cb32;width:2em}.dpe .diagnostic-dpe .line-b .diagnostic-letter:after{border-left-color:#32cb32}.dpe .diagnostic-dpe .line-c .diagnostic-letter{background:#ccfe32;width:3em}.dpe .diagnostic-dpe .line-c .diagnostic-letter:after{border-left-color:#ccfe32}.dpe .diagnostic-dpe .line-d .diagnostic-letter{background:#fefd00;width:4em}.dpe .diagnostic-dpe .line-d .diagnostic-letter:after{border-left-color:#fefd00}.dpe .diagnostic-dpe .line-e .diagnostic-letter{background:#fecb00;width:5em}.dpe .diagnostic-dpe .line-e .diagnostic-letter:after{border-left-color:#fecb00}.dpe .diagnostic-dpe .line-f .diagnostic-letter{background:#fe9932;width:6em}.dpe .diagnostic-dpe .line-f .diagnostic-letter:after{border-left-color:#fe9932}.dpe .diagnostic-dpe .line-g .diagnostic-letter{background:red;width:7em}.dpe .diagnostic-dpe .line-g .diagnostic-letter:after{border-left-color:red}.dpe .diagnostic-dpe .line-a .diagnostic-value{background:#339a33}.dpe .diagnostic-dpe .line-b .diagnostic-value{background:#32cb32}.dpe .diagnostic-dpe .line-c .diagnostic-value{background:#ccfe32}.dpe .diagnostic-dpe .line-d .diagnostic-value{background:#fefd00}.dpe .diagnostic-dpe .line-e .diagnostic-value{background:#fecb00}.dpe .diagnostic-dpe .line-f .diagnostic-value{background:#fe9932}.dpe .diagnostic-dpe .line-g .diagnostic-value{background:red}.dpe .diagnostic-scale,.ges .emission-scale{display:table-cell;height:100%;padding-right:20px;position:relative;width:30px}.dpe .diagnostic-scale:after,.ges .emission-scale:after{background:#dcdcdc;content:"";display:inline-block;height:100%;position:absolute;width:10px;z-index:0}.dpe .diagnostic-number-container,.ges .emission-number-container{position:absolute;right:0;top:0;z-index:1}.dpe .diagnostic-number,.ges .emission-number{color:#000;display:inline-block;font-size:11px;height:24px;padding:0;position:relative;text-align:center;width:45px}.dpe .diagnostic-number:before,.ges .emission-number:before{background:#dcdcdc;content:"";height:2px;margin-right:16px;position:absolute;right:100%;top:50%}.dpe .diagnostic-number:after,.ges .emission-number:after{border-bottom:12px solid transparent;border-right:12px solid #fff;border-top:12px solid transparent;content:"";display:inline-block;position:absolute;right:100%;top:0}.dpe .diagnostic-dpe .numberA{top:-2px}.dpe .diagnostic-dpe .numberB{top:24px}.dpe .diagnostic-dpe .numberC{top:49px}.dpe .diagnostic-dpe .numberD{top:73px}.dpe .diagnostic-dpe .numberE{top:100px}.dpe .diagnostic-dpe .numberF{top:123px}.dpe .diagnostic-dpe .numberG{top:150px}.dpe .diagnostic-dpe .numberA .diagnostic-number{background:#339a33}.dpe .diagnostic-dpe .numberB .diagnostic-number{background:#32cb32}.dpe .diagnostic-dpe .numberC .diagnostic-number{background:#ccfe32}.dpe .diagnostic-dpe .numberD .diagnostic-number{background:#fefd00}.dpe .diagnostic-dpe .numberE .diagnostic-number{background:#fecb00}.dpe .diagnostic-dpe .numberF .diagnostic-number{background:#fe9932}.dpe .diagnostic-dpe .numberG .diagnostic-number{background:red}.dpe .diagnostic-dpe .numberA .diagnostic-number:before{width:8em}.dpe .diagnostic-dpe .numberB .diagnostic-number:before{width:7em}.dpe .diagnostic-dpe .numberC .diagnostic-number:before{width:6em}.dpe .diagnostic-dpe .numberD .diagnostic-number:before{width:5em}.dpe .diagnostic-dpe .numberE .diagnostic-number:before{width:4em}.dpe .diagnostic-dpe .numberF .diagnostic-number:before{width:3em}.dpe .diagnostic-dpe .numberG .diagnostic-number:before{width:2em}.dpe .diagnostic-dpe .numberA .diagnostic-number:after{border-right-color:#339a33}.dpe .diagnostic-dpe .numberB .diagnostic-number:after{border-right-color:#32cb32}.dpe .diagnostic-dpe .numberC .diagnostic-number:after{border-right-color:#ccfe32}.dpe .diagnostic-dpe .numberD .diagnostic-number:after{border-right-color:#fefd00}.dpe .diagnostic-dpe .numberE .diagnostic-number:after{border-right-color:#fecb00}.dpe .diagnostic-dpe .numberF .diagnostic-number:after{border-right-color:#fe9932}.dpe .diagnostic-dpe .numberG .diagnostic-number:after{border-right-color:red}.ges .emission-ges .numberA{top:-2px}.ges .emission-ges .numberB{top:24px}.ges .emission-ges .numberC{top:49px}.ges .emission-ges .numberD{top:73px}.ges .emission-ges .numberE{top:100px}.ges .emission-ges .numberF{top:123px}.ges .emission-ges .numberG{top:150px}.ges .emission-ges .line-a .emission-value{background:#f6ecfd}.ges .emission-ges .line-b .emission-value{background:#e1c2f9}.ges .emission-ges .line-c .emission-value{background:#d4a9f6}.ges .emission-ges .line-d .emission-value{background:#cc95f4}.ges .emission-ges .line-e .emission-value{background:#b971ee}.ges .emission-ges .line-f .emission-value{background:#a74dec}.ges .emission-ges .line-g .emission-value{background:#8918de}.ges .emission-ges .line-a .emission-letter{background:#f6ecfd;width:1em}.ges .emission-ges .line-b .emission-letter{background:#e1c2f9;width:2em}.ges .emission-ges .line-c .emission-letter{background:#d4a9f6;width:3em}.ges .emission-ges .line-d .emission-letter{background:#cc95f4;width:4em}.ges .emission-ges .line-e .emission-letter{background:#b971ee;width:5em}.ges .emission-ges .line-f .emission-letter{background:#a74dec;width:6em}.ges .emission-ges .line-g .emission-letter{background:#8918de;width:7em}.ges .emission-ges .line-a .emission-letter:after{border-left-color:#f6ecfd}.ges .emission-ges .line-b .emission-letter:after{border-left-color:#e1c2f9}.ges .emission-ges .line-c .emission-letter:after{border-left-color:#d4a9f6}.ges .emission-ges .line-d .emission-letter:after{border-left-color:#cc95f4}.ges .emission-ges .line-e .emission-letter:after{border-left-color:#b971ee}.ges .emission-ges .line-f .emission-letter:after{border-left-color:#a74dec}.ges .emission-ges .line-g .emission-letter:after{border-left-color:#8918de}.ges .emission-ges .numberA{top:0}.ges .emission-ges .numberA .emission-number{background:#f6ecfd}.ges .emission-ges .numberB .emission-number{background:#e1c2f9}.ges .emission-ges .numberC .emission-number{background:#d4a9f6}.ges .emission-ges .numberD .emission-number{background:#cc95f4}.ges .emission-ges .numberE .emission-number{background:#b971ee}.ges .emission-ges .numberF .emission-number{background:#a74dec}.ges .emission-ges .numberG .emission-number{background:#8918de}.ges .emission-ges .numberA .emission-number:before{width:8em}.ges .emission-ges .numberB .emission-number:before{width:7em}.ges .emission-ges .numberC .emission-number:before{width:6em}.ges .emission-ges .numberD .emission-number:before{width:5em}.ges .emission-ges .numberE .emission-number:before{width:4em}.ges .emission-ges .numberF .emission-number:before{width:3em}.ges .emission-ges .numberG .emission-number:before{width:2em}.ges .emission-ges .numberA .emission-number:after{border-right-color:#f6ecfd}.ges .emission-ges .numberB .emission-number:after{border-right-color:#e1c2f9}.ges .emission-ges .numberC .emission-number:after{border-right-color:#d4a9f6}.ges .emission-ges .numberD .emission-number:after{border-right-color:#cc95f4}.ges .emission-ges .numberE .emission-number:after{border-right-color:#b971ee}.ges .emission-ges .numberF .emission-number:after{border-right-color:#a74dec}.ges .emission-ges .numberG .emission-number:after{border-right-color:#8918de}.dpe-blank,.dpe-blank-active .diagnostic-scale,.dpe-not-subject,.ges-blank,.ges-blank-active .emission-scale{display:none}.dpe-blank-active .dpe-blank,.dpeges-not-subject-active .dpe-not-subject,.dpeges-not-subject-active .ges-not-subject,.ges-blank-active .ges-blank{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;opacity:.9;position:absolute;top:0;width:100%;z-index:1}.dpe-blank-title,.dpe-not-subject-title,.ges-blank-title,.ges-not-subject-title{font-size:20px;font-weight:700}.dpe-blank-legend,.ges-blank-legend{font-size:18px;font-weight:700;text-align:center}.dpeges-not-subject-active .dpe-blank,.dpeges-not-subject-active .ges-blank,.dpeges-not-subject-active.newges{display:none}.diagnostic *,.diagnostic :after,.diagnostic :before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.energyDiagnosticContainer *,.energyDiagnosticContainer :after,.energyDiagnosticContainer :before,.energyDiagnosticContainer_inline *,.energyDiagnosticContainer_inline :after,.energyDiagnosticContainer_inline :before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;font-family:Open Sans,sans-serif}.newdpe .dpe-title{display:inline-block;font-size:17px;line-height:1}.energyDiagnosticContainer,.energyDiagnosticContainer_inline{font-size:20px;line-height:20px}.energyDiagnosticContainer_inline{display:flex;flex-direction:row;gap:20px}.energyDiagnosticContainer .newges{margin-top:25px}.newdpe .diagnostic.diagnostic-dpe{margin:0 40px 0 0;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.newdpe .diagnostic-container{display:flex;flex-direction:row}.newdpe .diagnostic-scale{border:2px solid #000;border-radius:5px 0 0 5px;display:inline-flex;flex-direction:row;height:50px;padding:5px}.newdpe .diagnostic-number-container,.newdpe .emission-number-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.newdpe .diagnostic-number-container{border-right:2px solid #000;padding:0 5px}.newdpe .emission-number-container{padding:0 5px}.newdpe .diagnostic-number,.newdpe .emission-number{font-size:26px;font-weight:700;line-height:28px}.newdpe .diagnostic-number-container abbr,.newdpe .emission-number-container abbr{font-size:8px;font-weight:700;line-height:8px;white-space:nowrap}.newdpe .diagnostic-legend-top{color:#339a33;font-size:12px;line-height:20px}.newdpe .diagnostic-legend-bottom{color:red;font-size:12px}.newdpe .diagnostic-scale.number{visibility:hidden}.newdpe .diagnostic-scale.numberA{margin-top:20px}.newdpe .diagnostic-scale.numberB{margin-top:50px}.newdpe .diagnostic-scale.numberC{margin-top:80px}.newdpe .diagnostic-scale.numberD{margin-top:110px}.newdpe .diagnostic-scale.numberE{margin-top:140px}.newdpe .diagnostic-scale.numberF{margin-top:170px}.newdpe .diagnostic-scale.numberG{margin-top:200px}.newdpe .diagnostic-line{height:25px;line-height:25px;margin-bottom:5px;position:relative}.newdpe .diagnostic-letter{color:#fff;display:block;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:18px;font-weight:700;height:inherit;line-height:inherit;margin:0 10px 0 0;padding:0 0 0 10px;position:relative}.newdpe .diagnostic-letter:after{border-bottom:12.5px solid transparent;border-left:10px solid #fff;border-top:12.5px solid transparent;content:"";display:inline-block;left:100%;position:absolute;top:0}.newdpe .diagnostic-letter.letter-a{background:#339a33;width:40px}.newdpe .diagnostic-letter.letter-b{background:#32cb32;width:55px}.newdpe .diagnostic-letter.letter-c{background:#ccfe32;width:70px}.newdpe .diagnostic-letter.letter-d{background:#fefd00;width:85px}.newdpe .diagnostic-letter.letter-e{background:#fecb00;width:100px}.newdpe .diagnostic-letter.letter-f{background:#fe9932;width:115px}.newdpe .diagnostic-letter.letter-g{background:red;width:130px}.newdpe .diagnostic-letter.letter-a:after{border-left-color:#339a33}.newdpe .diagnostic-letter.letter-b:after{border-left-color:#32cb32}.newdpe .diagnostic-letter.letter-c:after{border-left-color:#ccfe32}.newdpe .diagnostic-letter.letter-d:after{border-left-color:#fefd00}.newdpe .diagnostic-letter.letter-e:after{border-left-color:#fecb00}.newdpe .diagnostic-letter.letter-f:after{border-left-color:#fe9932}.newdpe .diagnostic-letter.letter-g:after{border-left-color:red}.newdpe .diagnostic-diagram.numberA .diagnostic-line.line-a,.newdpe .diagnostic-diagram.numberB .diagnostic-line.line-b,.newdpe .diagnostic-diagram.numberC .diagnostic-line.line-c,.newdpe .diagnostic-diagram.numberD .diagnostic-line.line-d,.newdpe .diagnostic-diagram.numberE .diagnostic-line.line-e,.newdpe .diagnostic-diagram.numberF .diagnostic-line.line-f,.newdpe .diagnostic-diagram.numberG .diagnostic-line.line-g{height:50px;line-height:46px}.newdpe .diagnostic-diagram.numberA .diagnostic-letter.letter-a,.newdpe .diagnostic-diagram.numberB .diagnostic-letter.letter-b,.newdpe .diagnostic-diagram.numberC .diagnostic-letter.letter-c,.newdpe .diagnostic-diagram.numberD .diagnostic-letter.letter-d,.newdpe .diagnostic-diagram.numberE .diagnostic-letter.letter-e,.newdpe .diagnostic-diagram.numberF .diagnostic-letter.letter-f,.newdpe .diagnostic-diagram.numberG .diagnostic-letter.letter-g{-webkit-text-stroke:2px #000;border-color:#000;border-style:solid;border-width:2px 1px 2px 0;font-size:36px}.newdpe .diagnostic-diagram.numberA .diagnostic-letter.letter-a:before,.newdpe .diagnostic-diagram.numberB .diagnostic-letter.letter-b:before,.newdpe .diagnostic-diagram.numberC .diagnostic-letter.letter-c:before,.newdpe .diagnostic-diagram.numberD .diagnostic-letter.letter-d:before,.newdpe .diagnostic-diagram.numberE .diagnostic-letter.letter-e:before,.newdpe .diagnostic-diagram.numberF .diagnostic-letter.letter-f:before,.newdpe .diagnostic-diagram.numberG .diagnostic-letter.letter-g:before{border-bottom:25px solid transparent;border-left:16px solid #000;border-top:25px solid transparent;content:"";display:inline-block;left:0;position:absolute;top:-2px}.newdpe .diagnostic-diagram.numberA .diagnostic-letter.letter-a:before{left:40px}.newdpe .diagnostic-diagram.numberB .diagnostic-letter.letter-b:before{left:55px}.newdpe .diagnostic-diagram.numberC .diagnostic-letter.letter-c:before{left:70px}.newdpe .diagnostic-diagram.numberD .diagnostic-letter.letter-d:before{left:85px}.newdpe .diagnostic-diagram.numberE .diagnostic-letter.letter-e:before{left:100px}.newdpe .diagnostic-diagram.numberF .diagnostic-letter.letter-f:before{left:115px}.newdpe .diagnostic-diagram.numberG .diagnostic-letter.letter-g:before{left:130px}.newdpe .diagnostic-diagram.numberA .diagnostic-letter.letter-a:after,.newdpe .diagnostic-diagram.numberB .diagnostic-letter.letter-b:after,.newdpe .diagnostic-diagram.numberC .diagnostic-letter.letter-c:after,.newdpe .diagnostic-diagram.numberD .diagnostic-letter.letter-d:after,.newdpe .diagnostic-diagram.numberE .diagnostic-letter.letter-e:after,.newdpe .diagnostic-diagram.numberF .diagnostic-letter.letter-f:after,.newdpe .diagnostic-diagram.numberG .diagnostic-letter.letter-g:after{border-bottom-width:23px;border-left-width:14px;border-top-width:23px}.newges{border:3px solid #a3dbfc;border-radius:12px;display:flex;flex-direction:column;justify-content:space-around;padding:10px 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.newges .ges-title{display:inline-block;font-size:17px;line-height:1}.newges .emission-ges{margin:0;position:relative}.newges .emission-container{-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row}.newges .emission-scale{display:inline-flex;flex-direction:row;height:50px}.newges .emission-number-container{font-size:18px}.newges .emission-number-container abbr{display:block;font-size:8px;font-weight:700;line-height:8px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.newges .emission-legend-top{color:#a3dbfc;font-size:12px}.newges .emission-legend-bottom{color:#291b35;font-size:12px}.newges .emission-line{height:20px;line-height:20px;margin-bottom:5px;position:relative}.newges .emission-scale.numberA{margin-top:20px}.newges .emission-scale.numberB{margin-top:45px}.newges .emission-scale.numberC{margin-top:65px}.newges .emission-scale.numberD{margin-top:90px}.newges .emission-scale.numberE{margin-top:115px}.newges .emission-scale.numberF{margin-top:140px}.newges .emission-scale.numberG{margin-top:165px}.newges .emission-letter{border-bottom-right-radius:25px;border-top-right-radius:25px;color:#fff;display:block;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:15px;font-weight:700;height:inherit;line-height:inherit;margin-right:10px;padding:0 0 0 10px;position:relative}.newges .emission-letter:before{background-color:#000;content:"";display:block;height:2px;left:calc(100% + 5px);position:absolute;top:50%;transform:translateY(-50%)}.newges .emission-diagram.numberA .emission-letter.letter-a:before{width:110px}.newges .emission-diagram.numberB .emission-letter.letter-b:before{width:95px}.newges .emission-diagram.numberC .emission-letter.letter-c:before{width:80px}.newges .emission-diagram.numberD .emission-letter.letter-d:before{width:65px}.newges .emission-diagram.numberE .emission-letter.letter-e:before{width:50px}.newges .emission-diagram.numberF .emission-letter.letter-f:before{width:35px}.newges .emission-diagram.numberG .emission-letter.letter-g:before{width:20px}.newges .emission-letter.letter-a{background:#a3dbfc;width:50px}.newges .emission-letter.letter-b{background:#8ab5d2;width:65px}.newges .emission-letter.letter-c{background:#7692b1;width:80px}.newges .emission-letter.letter-d{background:#5e708d;width:95px}.newges .emission-letter.letter-e{background:#4d5272;width:110px}.newges .emission-letter.letter-f{background:#393550;width:125px}.newges .emission-letter.letter-g{background:#291b35;width:140px}.newges .emission-letter.letter-a:after{background-color:#a3dbfc}.newges .emission-letter.letter-b:after{background-color:#8ab5d2}.newges .emission-letter.letter-c:after{background-color:#7692b1}.newges .emission-letter.letter-d:after{background-color:#5e708d}.newges .emission-letter.letter-e:after{background-color:#4d5272}.newges .emission-letter.letter-f:after{background-color:#393550}.newges .emission-letter.letter-g:after{background-color:#291b35}.newges .emission-diagram.numberA .emission-line.line-a,.newges .emission-diagram.numberB .emission-line.line-b,.newges .emission-diagram.numberC .emission-line.line-c,.newges .emission-diagram.numberD .emission-line.line-d,.newges .emission-diagram.numberE .emission-line.line-e,.newges .emission-diagram.numberF .emission-line.line-f,.newges .emission-diagram.numberG .emission-line.line-g{height:40px;line-height:36px}.newges .emission-diagram.numberA .emission-letter.letter-a,.newges .emission-diagram.numberB .emission-letter.letter-b,.newges .emission-diagram.numberC .emission-letter.letter-c,.newges .emission-diagram.numberD .emission-letter.letter-d,.newges .emission-diagram.numberE .emission-letter.letter-e,.newges .emission-diagram.numberF .emission-letter.letter-f,.newges .emission-diagram.numberG .emission-letter.letter-g{-webkit-text-stroke:1.5px #000;border:2px solid #000;font-size:33px;line-height:38px}@media screen and (max-width:767px){.energyDiagnosticContainer_inline{flex-direction:column}.energyDiagnosticContainer_inline .newges{margin-top:25px}}