:root{--site-color-accent: #ed1b2f;--site-color-ink: #182539;--site-color-muted: #727a8e;--site-color-line: #d6d6d6;--site-color-surface: #ffffff;--site-color-surface-muted: #eeeeee;--site-font-heading: Montserrat, Arial, sans-serif;--site-font-body: "Open Sans", Arial, sans-serif}.site-content-shell{box-sizing:border-box;width:90%;margin-inline:auto}@media(min-width:80.6875rem){.site-content-shell{width:75%}}html[data-consent],body[data-site-id]{overflow-x:clip}.weather-page,.weather-page *,.weather-page *:before,.weather-page *:after{box-sizing:border-box}.weather-page{min-height:45vh;padding-block:clamp(1.25rem,3vw,3rem) 4rem;background:var(--site-color-surface);color:var(--site-color-ink);font:400 1rem/1.5 var(--site-font-body)}body[data-site-id="2"] .weather-page{background:#edeff0}body[data-site-id="15"] .weather-page .site-content-shell{width:calc(100% - 2rem)}.weather-page img{display:block;max-width:100%}.weather-page__header{margin-bottom:clamp(1.5rem,4vw,3rem);border-bottom:.4rem solid var(--site-color-line);padding:0 0 1rem .75rem}.weather-page__header h1{position:relative;margin:0;color:var(--site-color-ink);font:700 clamp(1rem,4.8vw,2rem)/1.1 var(--site-font-heading);white-space:nowrap}.weather-page__header h1:before{position:absolute;inset:0 auto 0 -.75rem;width:.3rem;background:var(--site-color-accent);content:""}.weather-page__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;min-width:0}.weather-page__content{display:grid;gap:clamp(2rem,5vw,3.5rem);min-width:0}.weather-section{min-width:0}.weather-section>h2,.weather-fourteen>header{margin:0 0 1.25rem;border-bottom:.2rem solid var(--site-color-line);padding:0 0 .65rem .25rem}.weather-section>h2,.weather-fourteen h2{color:var(--site-color-ink);font:700 clamp(1.25rem,2.6vw,1.65rem)/1.2 var(--site-font-heading)}.weather-section>h2{margin-top:0}.weather-section>h2 span{font-size:.8em}.weather-message{margin:0;border-left:.3rem solid var(--site-color-accent);padding:1rem;background:var(--site-color-surface-muted)}.weather-current{display:grid;grid-template-columns:minmax(9rem,.85fr) minmax(0,2fr);align-items:center;gap:clamp(1rem,4vw,3rem);border:1px solid var(--site-color-line);padding:clamp(1rem,3vw,1.75rem)}.weather-current__temperature{display:flex;align-items:center;justify-content:center;gap:.5rem}.weather-current__temperature .weather-icon{width:6rem;height:5rem}.weather-current__temperature>strong{font:700 clamp(2.6rem,6vw,4rem)/1 var(--site-font-heading)}.weather-current sup,.weather-short-card sup{font-size:.55em}.weather-current__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-left:1px solid var(--site-color-line)}.weather-current__facts>div{padding:.75rem 1.25rem}.weather-current__facts dt{color:var(--site-color-muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.weather-current__facts dd{margin:.2rem 0 0;font-weight:700}.weather-current__facts .weather-current__description{grid-column:1 / -1}.weather-current__description dd{font-size:clamp(1rem,2vw,1.25rem);text-transform:capitalize}.weather-short-list,.weather-long-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));border:1px solid var(--site-color-line)}.weather-short-card,.weather-long-card{display:grid;justify-items:center;min-width:0;padding:1rem;text-align:center}.weather-short-card+.weather-short-card,.weather-long-card+.weather-long-card{border-left:1px solid var(--site-color-line)}.weather-short-card h3,.weather-long-card h3{margin:0;font:700 .92rem/1.25 var(--site-font-heading);text-transform:uppercase}.weather-short-card .weather-icon,.weather-long-card .weather-icon{width:6rem;height:5rem;margin-block:.5rem}.weather-short-card>strong{font:700 2rem/1 var(--site-font-heading)}.weather-short-card p,.weather-long-card p{margin:.6rem 0 0;color:var(--site-color-muted);font-size:.85rem;text-transform:capitalize}.weather-long-card h3 small{display:block;margin-top:.25rem;color:var(--site-color-muted);font-size:.76rem;font-weight:500;text-transform:none}.weather-long-card dl{display:grid;grid-template-columns:repeat(2,1fr);width:100%;margin:1rem 0 0;border-top:1px solid var(--site-color-line)}.weather-long-card dl>div{padding-top:.6rem}.weather-long-card dl>div+div{border-left:1px solid var(--site-color-line)}.weather-long-card dt{color:var(--site-color-muted);font-size:.72rem;font-weight:700}.weather-long-card dd{margin:.15rem 0 0;font-weight:700}.weather-fourteen{margin-top:clamp(2rem,5vw,3.5rem)}.weather-fourteen>header{display:flex;align-items:end;justify-content:space-between;gap:1rem}.weather-fourteen h2,.weather-fourteen header p{margin:0}.weather-fourteen header p{color:var(--site-color-muted);font-size:.82rem;text-transform:lowercase}.weather-table-wrap{max-width:100%;overflow-x:auto;outline-offset:.2rem;overscroll-behavior-inline:contain}.weather-table-wrap:focus-visible{outline:.15rem solid var(--site-color-accent)}.weather-table-wrap table{width:100%;min-width:56rem;border-collapse:collapse;font-size:.78rem}.weather-table-wrap th,.weather-table-wrap td{border-bottom:1px solid var(--site-color-line);padding:.65rem .55rem;text-align:center;white-space:nowrap}.weather-table-wrap thead th{background:var(--site-color-surface-muted);color:var(--site-color-muted);font-size:.7rem;text-transform:uppercase}.weather-table-wrap tbody th{text-align:left;text-transform:capitalize}.weather-table-wrap tbody th span,.weather-table-wrap tbody th small{display:block}.weather-table-wrap tbody th small{color:var(--site-color-muted);font-weight:400;text-transform:lowercase}.weather-table__condition{display:flex;align-items:center;gap:.35rem;text-align:left!important;text-transform:capitalize}.weather-table__condition .weather-icon{flex:0 0 3rem;width:3rem;height:2.5rem}#page-meteo-content .weather-table__condition .icon{font-size:4px!important}.weather-fourteen details{margin-top:1rem;border:1px solid var(--site-color-line)}.weather-fourteen summary{cursor:pointer;padding:.8rem 1rem;color:var(--site-color-accent);font-weight:700}.weather-fourteen summary:focus-visible{outline:.15rem solid var(--site-color-accent);outline-offset:.15rem}.weather-page__sidebar{display:none;min-width:0}.weather-page .ad-slot{text-align:center}.weather-page .ad-slot__label{display:block;margin-bottom:.5rem;color:var(--site-color-muted);font-size:.7rem;font-weight:700}.weather-page .ad-slot__inner{display:grid;min-height:var(--ad-reserve-mobile, 0);place-items:start center;overflow:hidden}@media(min-width:64rem){.weather-page__layout{grid-template-columns:minmax(0,1fr) minmax(18.75rem,20rem)}.weather-page__sidebar{display:block;padding-block:var(--site-page-content-gap, 24px)}.weather-page__sidebar .ad-slot{position:sticky;top:64px;margin-block:0}.weather-page .ad-slot__inner{min-height:var(--ad-reserve-desktop, var(--ad-reserve-mobile, 0))}}@media(max-width:40rem){.weather-current{grid-template-columns:1fr}.weather-current__facts{grid-template-columns:1fr;border-top:1px solid var(--site-color-line);border-left:0}.weather-current__facts .weather-current__description{grid-column:auto}.weather-short-list,.weather-long-list{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-short-card+.weather-short-card,.weather-long-card+.weather-long-card{border-left:0}.weather-short-card:nth-child(2n),.weather-long-card:nth-child(2n){border-left:1px solid var(--site-color-line)}.weather-short-card:nth-child(n+3),.weather-long-card:nth-child(n+3){border-top:1px solid var(--site-color-line)}.weather-fourteen>header{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.weather-page *,.weather-page *:before,.weather-page *:after{scroll-behavior:auto!important}}
