﻿@font-face {
  font-family:'dax';
  font-style:normal;
  font-weight:normal;
  src: url('dax_light.woff2') format('woff2');
}

#logo a {
	height: 92%;
}
	
body {
	--skewfactor:0;
	--default-font-family:dax;
	--timeline-border-radius:calc(var(--timeline-height) / 2);
	--subtitle-margin:5px;
}
body.DASHBOARD_IN #dashboard .content .group {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	border-radius:10px;
}
#subtitle {
	left:calc(var(--blockmark-width) + 5px);
	top:calc(var(--viewer-top-margin) + 5px);
	border-radius:calc(var(--title-height) / 2);
}
#carousel {
	background-image:url(partners.png);
	background-position:0px;
	background-size:auto 100%;
}
#datetime {
	border-radius:0 var(--timeline-border-radius) var(--timeline-border-radius) 0;
	padding-right:calc(var(--timeline-border-radius));
	overflow:hidden;
}
#chrono {
	display:none !important;
}
#credits .geovoile .link {
	border-radius:var(--timeline-border-radius) 0 0 var(--timeline-border-radius);
}
#display > .button {
	--skewval: calc(var(--display-button-size) * var(--skewfactor));
	bottom:5px;
	right:5px;
	border-radius:50%;
}

#forecasts {
	--radius:15px;
	--top-when-under:0px;
	top:var(--subtitle-margin);
	right:var(--subtitle-margin);
	background-color:transparent !important;
}
#forecasts .provider {
	margin-bottom:var(--subtitle-margin);
}
#forecasts .advert {
	border-radius:var(--radius);
}
#forecasts .variables .var {
	border-radius:var(--radius);
	margin-left:var(--subtitle-margin);
}
#forecasts.shrinked .variables .var {
	padding-right:0;
}	
#forecasts .dates * {
	font-family:ptsans;
}
#forecasts .scroll {
	border-radius:var(--radius);
	background-color:#FFFFFF;
}
#forecasts .currentdate {
	border-radius:var(--radius);
	margin-left:var(--subtitle-margin);
}
#forecasts .cursor {
	border-radius:var(--radius);
	margin-left:0;
}
#forecasts .params {
	border-radius:8px;
	margin-top:var(--subtitle-margin);
}
#forecasts legend {
	border-radius:0 8px 8px 0;
	overflow:hidden;
}

#credits .frame .content {
 border-radius:20px;
}

#logomacsfteamguirec {
	--margin:10px;
	position:absolute;
	aspect-ratio:101 / 96;
	width:101px;
	background-image:url(logo_macsf_team_guirec.png);
	background-size:contain;
}


#dashboard .dial.heading .hulls .c1{
	stroke: #000000;
	stroke-opacity: 1;
	stroke-width: 0.2;
}