<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";

/****************************************/	
/* style                                */
/****************************************/

body
{
	color: var(--color_foreground);
	font-family: Basic;
}

h1, h2, h3, a, strong
{
	font-family: Basic_Bold;
}

strong
{
	border-bottom: 1px solid var(--color_foreground);
}

/****************************************/
/* header                               */
/****************************************/

header
{
	background-color: var(--color_background);
	color: var(--color_foreground_light);
	min-height: 50px;
}

header h1
{
	cursor: pointer;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 8px;
	padding-right: 15px;
	padding-top: 4px;
	text-align: right;
}

header h1 img
{
	height: 35px;
}

header nav
{
	padding-left: 15px;
}

@media (max-width: 599px)
{
	header
	{
		justify-content: center !important;
		min-height: 130px !important;
		padding: 30px 5px !important;
		text-align: center !important;
	}
	
	header h1
	{
		padding-right: 0 !important;
		text-align: center !important;
	}
	
	header h1 img
	{
		height: 50px !important;
	}
	
	header nav
	{
		padding-left: 0 !important;
		padding-top: 10px !important;
	}
}

/****************************************/
/* main                                 */
/****************************************/

main
{
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: FadeIn;
	animation-timing-function: ease-in;
	padding-bottom: 40px;
	position: relative;
}

@media (max-width: 599px)
{
	main
	{
		animation: none !important;
		padding-bottom: 20px;
	}
}

/****************************************/
/* map                                  */
/****************************************/

#map section
{
	position: relative;
}

#map picture
{
	filter: drop-shadow(0 10px 10px var(--color_shadow));
	
	-webkit-filter: drop-shadow(0 10px 10px var(--color_shadow));
}

#map picture &gt; img
{
	width: 100%;
}

#map svg
{
	left: 0%;
	position: absolute;
	top: 0%;
}

#map text
{
	fill: var(--color_foreground_dark);
	filter: drop-shadow(0 0 5px var(--color_foreground_light));
	font-family: Basic_Bold;
	font-size: 24px;
	font-weight: bold;
	
	-webkit-filter: drop-shadow(0 0 5px var(--color_foreground_light));
}

#map .Title
{
	font-size: 30px;
}

#map .Shape
{
	cursor: pointer;
	fill: var(--color_background_dark);
	fill-opacity: 0.3;
	stroke: var(--color_background_dark);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-opacity: 0.5;
	stroke-width: 4;
}	

#map .Legend .Shape
{
	cursor: auto;
}	

#map .Legend .Background
{
	fill: var(--color_background_light);
	fill-opacity: 0.6;
}	

#map .Massif:hover .Shape,
#map .Department:hover .Shape
{
	fill-opacity: 0.5;
}

#map .Massif.Hash .Shape,
#map .Department.Hash .Shape
{
	fill-opacity: 0.6;
	stroke-opacity: 1;
}

#map .Info
{
	display: none;
	filter: drop-shadow(0 5px 5px var(--color_foreground_dark));
	
	-webkit-filter: drop-shadow(0 5px 5px var(--color_foreground_dark));
}

#map .Legend .Info
{
	display: block;
}

#map .Report
{
	border-bottom: 1px solid var(--color_foreground);
	
	display: flex;
	font-family: Basic_Bold;
	font-size: 15px;
	font-weight: bold;
	justify-content: center;
	line-height: 20px;
	padding: 20px 0 15px 0;
}

#map .Report img
{
	height: 42px;
	padding-right: 10px;
}

#map .Report p a
{
	border-bottom: 1px solid var(--color_link);
	color: var(--color_link);
	text-decoration: none;
}

@media (max-width: 599px)
{
	#map
	{
		animation-delay: 1s !important;
		animation-duration: 1s !important;
		animation-fill-mode: both !important;
		animation-name: FadeIn !important;
		animation-timing-function: ease-in !important;
	}
	
	#map .Report
	{
		margin: 0 20px;
	}
	
	#map .Collaborations
	{
		display: none !important;
	}
}

/****************************************/
/* synthesis                            */
/****************************************/

#synthesis
{
	padding-top: 10px;
}

#synthesis h2
{
	border-bottom: 2px solid var(--color_foreground);
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	line-height: 25px;
}

#synthesis &gt; section
{
	display: none;
}

#synthesis &gt; section.Hash
{
	display: block;
}

#presentation
{
	border-bottom: 1px solid var(--color_foreground);
	padding-bottom: 20px;
	text-align: justify;
}

#presentation h2
{
	margin-bottom: 20px;
	text-align: left;
}

#presentation h2 span
{
	display: inline-block;
	font-family: Basic;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	padding: 5px 0;
}

#presentation p
{
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
}

#presentation ul,
#presentation ol
{
	font-size: 15px;
	line-height: 20px;
	padding-left: 15px;
}

#presentation ol
{
	padding-top: 5px;
}

#presentation li
{
	padding-bottom: 10px;
}

#presentation strong
{
	border: none;
}

#presentation .FootNote
{
	font-family: Basic;
	font-size: 11px;
	font-style: italic;
}

#presentation .Center
{
	text-align: center;
}

#presentation .Separator
{
	font-size: 17px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#presentation .TagLine
{
	font-size: 17px;
	line-height: 25px;
	margin: auto;
	max-width: 350px;
}

#synthesis &gt; section h3
{
	font-family: Basic;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	height: 22px;
	line-height: 15px;
	padding: 7px 5px 0 5px;
}

#synthesis nav
{
	padding-top: 20px;
}

#synthesis nav ul
{
	display: flex;
}

#synthesis nav li
{
	background-color: var(--color_background_light);
	border-bottom: 1px solid var(--color_foreground);
	cursor: pointer;
	flex-grow: 1;
	font-family: Basic_Bold;
	font-size: 15px;
	font-weight: bold;
	list-style: none;
	padding: 12px 5px 8px 5px;
	text-align: center;
}

#synthesis nav li.Selected
{
	background-color: var(--color_background_lighter);
	border-bottom: none;
	border-left: 1px solid var(--color_foreground);
	border-right: 1px solid var(--color_foreground);
	border-top: 1px solid var(--color_foreground);
	cursor: default;
}

#synthesis object
{
	padding-top: 30px;
	width: 100%;
}

@media (max-width: 1200px)
{
	#synthesis
	{
		padding-top: 20px !important;
	}
}

@media (max-width: 599px)
{
	#synthesis
	{
		animation-delay: 2s !important;
		animation-duration: 1s !important;
		animation-fill-mode: both !important;
		animation-name: FadeIn !important;
		animation-timing-function: ease-in !important;
		padding-top: 40px !important;
	}
	
	#synthesis .Collaborations
	{
		border-top: 2px solid var(--color_foreground) !important;
		display: block !important;
		margin-top: 40px !important;
	}
}

/****************************************/
/* common                               */
/****************************************/

#common
{
	display: block !important;
}

#common iframe
{
	border: none;
	display: none;
	width: 100%;
}

#common p
{
	display: flex;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 25px;
}

#common &gt; p
{
	align-items: center;
	flex-wrap: wrap;
	padding-top: 25px;
}

#history
{
	display: inline-block;
	line-height: 30px;
	text-align: right;
	width: 15px;
}

#common hr:first-child
{
	padding-bottom: 20px;
}

#common input[type="range"]
{
	cursor: grab;
	filter: grayscale();
	flex-grow: 1;
	margin: 0 10px;
	transform: scaleX(-1);
	vertical-align: middle;

	-webkit-filter: grayscale();
}

#cristal
{
	border-top: 1px solid var(--color_foreground);
	padding-top: 25px;
}

#parameters
{
	display: flex;
	flex-wrap: wrap;
}

#parameters span
{
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

#parameters img
{
	cursor: pointer;
	margin: auto;
	width: 60px;
}

#process
{
	align-items: center;
	justify-content: center;
}

#process strong
{
	border: none;
}

#cristal_logo
{
    height: 18px;
    margin-left: 10px;
}

#legends
{
	border-top: 1px solid var(--color_foreground);
	padding-top: 10px;
}

#common h4
{
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	padding-top: 15px;
}

#common h4 strong
{
	line-height: 25px;
}

#common section
{
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}

#common section &gt; ul
{
	background-color: var(--color_background_light);
	border-left: 4px solid var(--color_background);
	list-style: none;
	margin-left: 5px;
	padding: 17px 15px 5px 15px;
}

#legend_observations,
#legend_alerts
{
	padding: 12px 15px 5px 15px !important;
}

#common li
{
	display: flex;
	line-height: 20px;
	padding-bottom: 10px;
}

#common li.Critical
{
	margin-top: -12px;
}

#common li.Basic
{
	display: list-item;
}

#common li.Border
{
	border-top: 1px solid var(--color_background);
	margin-top: 5px;
	padding-top: 15px;
}

#common ul strong
{
	border-bottom: none;
	min-width: 40px;
}

#common ul strong span
{
	border-bottom: 1px solid var(--color_foreground);
}

#common strong ul
{
	list-style: disc;
	padding-left: 16px;
}

#common strong li
{
	display: list-item;
	font-family: Basic !important;
	padding-bottom: 0;
}

#common strong + strong
{
	padding-left: 10px;
}


#common .Info
{
	filter: drop-shadow(0 5px 5px var(--color_foreground_dark));
	
	-webkit-filter: drop-shadow(0 5px 5px var(--color_foreground_dark));
}

#common .Danger_1 { background-color: var(--color_level_1); }
#common .Danger_2 { background-color: var(--color_level_2); }
#common .Danger_3 { background-color: var(--color_level_3); }
#common .Danger_4 { background-color: var(--color_level_4); }

#common li &gt; div
{
	border: 2px solid var(--color_foreground);
	height: 20px;
	margin-right: 15px;
	min-width: 50px;
	width: 50px;
}

#common div &gt; div
{
	background-color: var(--color_background_dark);
	height: 100%;
	opacity: 0.3;
	width: 100%;
}

#common .Pictogram
{
	height: 36px;
	margin-right: 15px;
	min-height: 36px;
	min-width: 36px;
	width: 36px;
}

#common .Pictogram + strong
{
	padding-top: 9px;
}

#common .Observation
{
	fill: var(--color_observation);
	filter: drop-shadow(0 0 5px Black);
	stroke: White;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	
	-webkit-filter: drop-shadow(0 0 5px Black);
}

#common .Test
{
	filter: drop-shadow(0 0 5px Black);
	stroke: White;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	
	-webkit-filter: drop-shadow(0 0 5px Black);
}

#common .Station
{
	fill: var(--color_station);
	filter: drop-shadow(0 0 5px Black);
	stroke: White;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	
	-webkit-filter: drop-shadow(0 0 5px Black);
}

#common .Level_0 { fill: var(--color_level_1); }
#common .Level_1 { fill: var(--color_level_3); }
#common .Level_2 { fill: var(--color_level_4); }
#common .Level_3 { fill: var(--color_level_5); }

#common .Overload.Level_1 { fill: var(--color_background_light); }
#common .Overload.Level_2 { fill: var(--color_background); }
#common .Overload.Level_3 { fill: var(--color_background_dark); }

#common .Legend img
{
	height: 32px;
	margin-right: 15px;
	min-height: 32px;
	min-width: 32px;
	width: 32px;
}

#common .Etalab
{
	align-items: center;
}

#common .Etalab a
{
	display: contents;
}

#common .Etalab img
{
	height: 30px;
	margin-right: 5px;
	min-height: auto;
	min-width: auto;
	width: auto;
}

#common .Etalab span
{
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
}

#common .Legend img + strong
{
	padding-top: 7px;
}

#common .AlertPicto
{
	filter: drop-shadow(0 0 5px var(--color_foreground_dark));
	padding: 2px 0;
	
	-webkit-filter: drop-shadow(0 0 5px var(--color_foreground_dark));
}

#common .Alert
{
	height: 36px;
	margin-right: 15px;
	min-height: 36px;
	min-width: 36px;
	width: 36px;
}

#common .Alert + strong
{
	padding-top: 9px;
}

/****************************************/
/* footer                               */
/****************************************/

footer
{
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

footer nav
{
	padding-top: 0 !important;
}

footer &gt; p
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	justify-content: center;
}

footer nav img
{
	height: 50px;
	padding: 10px 10px 0 10px;
}

#synthesis footer
{
	display: none;
}

.Video
{
	align-items: center;
	border-bottom: 1px solid var(--color_foreground);
	display: flex;
	font-family: Basic_Bold;
	font-size: 15px;
	font-weight: bold;
	justify-content: center;
	line-height: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.Video img
{
	height: 42px;
	padding-right: 10px;
}

.Video p a
{
	border-bottom: 1px solid var(--color_link);
	color: var(--color_link);
	text-decoration: none;
}

@media (max-width: 599px)
{
	footer &gt; p
	{
		padding: 5px 0 10px 0 !important;
	}
	
	.Video
	{
		padding-top: 0 !important;
	}
	
	.Video p
	{
		padding-bottom: 0 !important;
	}
	
	#map footer
	{
		display: none !important;
	}
	
	#synthesis footer
	{
		border-top: 2px solid var(--color_foreground) !important;
		display: block !important;
		margin-top: 40px !important;
	}
}

/****************************************/
/* toggle                               */
/****************************************/

.Collapsed + *
{
	display: none;
}

.Collapse
{
	display: inline;
	padding-right: 5px;
}

.Collapsed &gt; .Collapse
{
	display: none;
}

.Collapse::after
{
	content: "▼";
}

.Expand
{
	display: none;
	padding-right: 5px;
}

.Collapsed &gt; .Expand
{
	display: inline;
}

.Expand::after
{
	content: "►";
}

/****************************************/
/* keyframes                            */
/****************************************/

@keyframes FadeIn
{
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes FadeIn
{
	0% {opacity:0;}
	100% {opacity:1;}
}

@-webkit-keyframes FadeIn
{
	0% {opacity:0;}
	100% {opacity:1;}
}

/****************************************/
/* aside                                */
/****************************************/

aside
{
	align-items: center;
	background-color: var(--color_shadow);
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

aside &gt; nav
{
	background-color: var(--color_background_lighter);
	border-radius: 5px;
	filter: drop-shadow(0 10px 10px var(--color_shadow));
	max-height: 90%;
	max-width: 90%;
	padding: 15px;
	
	-webkit-filter: drop-shadow(0 10px 10px var(--color_shadow));
}

aside a
{
	color: var(--color_foreground);
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

aside p
{
	border-bottom: 1px solid var(--color_background);
	display: flex;
	padding: 20px 15px !important;
}

aside a:first-child p
{
	border-top: 1px solid var(--color_background);
}

aside p:hover
{
	background-color: var(--color_background_medium);
}

aside img
{
	height: fit-content;
	margin-right: 10px;
	vertical-align: middle;
}

aside p.Attention
{
	border-bottom: none;
	display: block;
	line-height: 25px;
	padding: 20px 15px !important;
}

aside p.Attention:hover
{
	background-color: initial;
}

aside p.Attention strong
{
	border-bottom: none;
}

aside p.Attention strong:first-child
{
	color: var(--color_highlight);
	display: block;
	margin-bottom: 5px;
}

/****************************************/
</pre></body></html>