﻿@font-face {
  font-family:'jost';
  font-style:normal;
  font-weight:normal;
  src: url('/assets/jost_medium.woff2') format('woff2');
}

body {
	--is-small-screen:0;
	--logo-height:220px;
	--logo-width:calc(var(--logo-height) / 10 * 15);
	--text-font:ptsans;
	--title-font:haettenschweiler;
	--menu-top:137px;
	--page-top:calc(var(--logo-height) - 18px);
}

/*### HTML ###*/
@media screen	{
html, body {
	height:100%;
	width:100%;
	box-sizing:border-box;
	/*overflow:hidden;*/
}
body {
	font-family:var(--text-font);
	font-size:14px;
	touch-action: pan-x pan-y;
	overscroll-behavior: none;
	background-image:url('/assets/background_dark.jpg');
	background-size:cover;
	background-position:center center;
	touch-action:pan-x pan-y;
	background-color:#123577;
}

.chevron {
	height:var(--chevron-height);
	padding-left:var(--chevron-width);
	padding-right:var(--chevron-width);
	margin-right:var(--chevron-margin);
	box-sizing:border-box;
	clip-path:polygon(
		0																					0,
		calc(100% - var(--chevron-width) / 8 * 8) 0,
		calc(100% - var(--chevron-width) / 8 * 7) calc(var(--chevron-height) / 100 * 1),
		calc(100% - var(--chevron-width) / 8 * 6) calc(var(--chevron-height) / 100 * 4),
		calc(100% - var(--chevron-width) / 8 * 5) calc(var(--chevron-height) / 100 * 8),
		calc(100% - var(--chevron-width) / 8 * 4) calc(var(--chevron-height) / 100 * 12),
		calc(100% - var(--chevron-width) / 8 * 3) calc(var(--chevron-height) / 100 * 17),
		calc(100% - var(--chevron-width) / 8 * 2) calc(var(--chevron-height) / 100 * 22),
		calc(100% - var(--chevron-width) / 8 * 1) calc(var(--chevron-height) / 100 * 30),
		100%																			calc(var(--chevron-height) / 100 * 41),
		100%																			50%,
		100%																			calc(100% - var(--chevron-height) / 100 * 41),
		calc(100% - var(--chevron-width) / 8 * 1) calc(100% - var(--chevron-height) / 100 * 30),
		calc(100% - var(--chevron-width) / 8 * 2) calc(100% - var(--chevron-height) / 100 * 22),
		calc(100% - var(--chevron-width) / 8 * 3) calc(100% - var(--chevron-height) / 100 * 17),
		calc(100% - var(--chevron-width) / 8 * 4) calc(100% - var(--chevron-height) / 100 * 12),
		calc(100% - var(--chevron-width) / 8 * 5) calc(100% - var(--chevron-height) / 100 * 8),
		calc(100% - var(--chevron-width) / 8 * 6) calc(100% - var(--chevron-height) / 100 * 4),
		calc(100% - var(--chevron-width) / 8 * 7) calc(100% - var(--chevron-height) / 100 * 1),
		calc(100% - var(--chevron-width) / 8 * 8) 100%,
		0																					100%,
		calc(var(--chevron-width) / 8 * 1)				calc(100% - var(--chevron-height) / 100 * 1),
		calc(var(--chevron-width) / 8 * 2)				calc(100% - var(--chevron-height) / 100 * 4),
		calc(var(--chevron-width) / 8 * 3)				calc(100% - var(--chevron-height) / 100 * 8),
		calc(var(--chevron-width) / 8 * 4)				calc(100% - var(--chevron-height) / 100 * 12),
		calc(var(--chevron-width) / 8 * 5)				calc(100% - var(--chevron-height) / 100 * 17),
		calc(var(--chevron-width) / 8 * 6)				calc(100% - var(--chevron-height) / 100 * 22),
		calc(var(--chevron-width) / 8 * 7)				calc(100% - var(--chevron-height) / 100 * 30),
		calc(var(--chevron-width) / 8 * 8)				calc(100% - var(--chevron-height) / 100 * 41),
		calc(var(--chevron-width) / 8 * 8)				50%,
		calc(var(--chevron-width) / 8 * 8)				calc(var(--chevron-height) / 100 * 41),
		calc(var(--chevron-width) / 8 * 7)				calc(var(--chevron-height) / 100 * 30),
		calc(var(--chevron-width) / 8 * 6)				calc(var(--chevron-height) / 100 * 22),
		calc(var(--chevron-width) / 8 * 5)				calc(var(--chevron-height) / 100 * 17),
		calc(var(--chevron-width) / 8 * 4)				calc(var(--chevron-height) / 100 * 12),
		calc(var(--chevron-width) / 8 * 3)				calc(var(--chevron-height) / 100 * 8),
		calc(var(--chevron-width) / 8 * 2)				calc(var(--chevron-height) / 100 * 4),
		calc(var(--chevron-width) / 8 * 1)				calc(var(--chevron-height) / 100 * 1),
		0 0
	)
}
.chevronleft {
	height:var(--chevron-height);
	padding-left:var(--chevron-width);
	box-sizing:border-box;
	clip-path:polygon(
		0																					100%,
		calc(var(--chevron-width) / 8 * 1)				calc(100% - var(--chevron-height) / 100 * 1),
		calc(var(--chevron-width) / 8 * 2)				calc(100% - var(--chevron-height) / 100 * 4),
		calc(var(--chevron-width) / 8 * 3)				calc(100% - var(--chevron-height) / 100 * 8),
		calc(var(--chevron-width) / 8 * 4)				calc(100% - var(--chevron-height) / 100 * 12),
		calc(var(--chevron-width) / 8 * 5)				calc(100% - var(--chevron-height) / 100 * 17),
		calc(var(--chevron-width) / 8 * 6)				calc(100% - var(--chevron-height) / 100 * 22),
		calc(var(--chevron-width) / 8 * 7)				calc(100% - var(--chevron-height) / 100 * 30),
		calc(var(--chevron-width) / 8 * 8)				calc(100% - var(--chevron-height) / 100 * 41),
		calc(var(--chevron-width) / 8 * 8)				50%,
		calc(var(--chevron-width) / 8 * 8)				calc(var(--chevron-height) / 100 * 41),
		calc(var(--chevron-width) / 8 * 7)				calc(var(--chevron-height) / 100 * 30),
		calc(var(--chevron-width) / 8 * 6)				calc(var(--chevron-height) / 100 * 22),
		calc(var(--chevron-width) / 8 * 5)				calc(var(--chevron-height) / 100 * 17),
		calc(var(--chevron-width) / 8 * 4)				calc(var(--chevron-height) / 100 * 12),
		calc(var(--chevron-width) / 8 * 3)				calc(var(--chevron-height) / 100 * 8),
		calc(var(--chevron-width) / 8 * 2)				calc(var(--chevron-height) / 100 * 4),
		calc(var(--chevron-width) / 8 * 1)				calc(var(--chevron-height) / 100 * 1),
		0																					0,
		100%																			0,
		100%																			100%
	)
}
.chevron.empty {
	padding-left:0;
	padding-right:0;
}

@keyframes uwait {
	0%   {transform:rotate(0deg);}
	25%  {transform:rotate(90deg);}
	50%  {transform:rotate(180deg);}
	75%  {transform:rotate(270deg);}
	100% {transform:rotate(360deg);}
}    
.wait {
	display:none;
	width:25px;
	aspect-ratio:1;
}
.wait svg {
	width:100%;
	height:100%;
	animation-name: uwait;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(2, end);
}
.wait path {
	stroke-width:2px;
	stroke-linejoin:round;
	fill:none;
	stroke:#FFFFFF;
}
.waiting .wait {
	display:inline-block;
}

.exclammark {
	aspect-ratio:45 / 65;
}
}


/*### LOGO ###*/
@media screen	{
#logo {
	position:absolute;
	top:0;
	left:0;
	width:var(--logo-width);
	height:var(--logo-height);
}
#logo>svg {
	width:100%;
	height:100%;
	fill:#FFFFFF;
}
}


/*### MENU ###*/
@media screen	{
#geovoile {
	--chevron-width:4px;
	--chevron-height:51px;
	--chevron-margin:0px;
	position:absolute;
	top:var(--menu-top);
	left:var(--logo-width);
	right:0;
	transform:translateY(-50%);
	display:flex;
	align-items:center;
}
#geovoile .group {
	display:flex;
	align-items:center;
}
#geovoile .group.up {
	flex:auto;
}
#geovoile .chevron {
	background-color:rgba(255,255,255,0.15);
}
#geovoile .entry {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding:0 calc(var(--chevron-width) + 10px);
	white-space:nowrap;
	color:#FFFFFF;
}
#geovoile .entry,
#geovoile .entry * {
	font-family:var(--title-font);
	font-size:26px;
}
#geovoile .entry.on {
	background-color:#FFFFFF;
	color:#1C428B;
}
#geovoile .entry a {
	display:block;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
#geovoile .chevron.slogan h1:after {
	content:' • ';
}
#geovoile .chevron.slogan h2 {
	font-size:20px;
}
#geovoile .chevron.contact {
	font-size:20px;
}
#geovoile .chevron.empty {
	height:var(--chevron-height);
}

#geovoile .langs {
	display:flex;
	align-items:center;
}
#geovoile .langs .lang {
	display:none;
	margin:0 5px;
	height:16px;
}
#geovoile .langs .lang img {
	aspect-ratio:6 / 4;
	height:100%;
}
body[data-lang='FR'] #geovoile .lang.en,
body[data-lang='EN'] #geovoile .lang.fr {
	display:block;
}
}


/*### YEARS ###*/
@media screen	{
#menu {
	--year-width:100px;
	--year-height:48px;
	--chevron-width:8px;
	--chevron-height:100px;
	--chevron-margin:8px;
	position:absolute;
	width:var(--logo-width);
	top:calc(var(--logo-height) + 25px);
	bottom:50px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	align-items:center;
}
#menu::-webkit-scrollbar {
	width:0px;
}

#menu .content {
	display:flex;
	flex-direction:column;
	flex:auto;
	align-items:center;
	overflow:auto;
	scrollbar-width:none;
	height:100%;
}
#menu .link {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	width:var(--year-width);
	min-height:var(--year-height);
	z-index:1;
}
#menu .link:hover {
	-webkit-text-stroke-width:0;
	color:#FFFFFF;
}
#menu .link.on,
#menu .link.on:hover {
	z-index:2;
}
#menu .link.on {
	position:sticky;
	top:0px;
	bottom:0px;
}
#menu .link .bkg {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:var(--year-width);
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.15);
	transform:rotate(90deg) translate(-25px, -25px);
}
#menu .link.on .bkg {
	background-color:#FFFFFF;
}
#menu .link label {
	position:relative;
	font-family:var(--title-font);
	font-size:33px;
	padding-top:7px;
	letter-spacing:0.5px;
	color:rgba(255,255,255,0.6);
	fill:rgba(255,255,255,0.6);
	user-select:none;
}
#menu .link:hover label {
	color:#FFFFFF;
	fill:#FFFFFF;
}
#menu .link.on label,
#menu .link.on:hover label {
	color:#1C428B;
	fill:#1C428B;
}
#menu .link.search label {
	font-family:fa;
	font-size:22px;
	font-weight:bold;
}
#menu .link.anniversary label {
	display:flex;
	font-size:26px;
	align-items:center;
	white-space:nowrap;
	height:100%;
}
#menu .link.anniversary svg {
	height:50%;
	margin-left:7px;
}
}


/*### PAGE ###*/
@media screen	{
#page {
	position:absolute;
	top:var(--page-top);
	left:var(--logo-width);
	right:30px;
	bottom:50px;
	display:block;
	flex:auto;
	overflow:auto;
	scrollbar-width:none;
}
#page::-webkit-scrollbar {
	width:0px;
}
}


/*### ARCHIVES ###*/
@media screen	{
#archives {
	display:flex;
	flex-direction:column;
}
#archives .group {
	width:100%;
	margin-bottom:50px;
}
#archives .group h2 {
	display:flex;
	align-items:center;
	font-family:var(--title-font);
	font-size:40px;
	color:#FFFFFF;
}
#archives .group .events {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
#archives .event {
	--chevron-width:8px;
	--chevron-height:120px;
	--chevron-margin:-3px;
	--chevron-separation-width:5px;
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-top:var(--chevron-separation-width);
	padding-left:var(--chevron-width);
	box-sizing:border-box;
	background-color:#FFFFFF;
	overflow:hidden;
}
#archives .event .logo {
	height:100%;
	aspect-ratio:133 / 89;
	display:flex;
	justify-content:center;
	align-items:center;
}
#archives .event .logo a {
	display:block;
	width:133px;
	height:89px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
#archives .event .desc {
	--chevron-width:8px;
	--chevron-height:120px;
	--chevron-margin:0;
	--chevron-separation-width:0;
	margin-right:calc(0px - var(--chevron-width));
	background-color:rgba(43,100,169,0.1);
	color:#0A2554;
}
#archives .event .desc .title {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-around;
	height:40px;
	padding:0 40px 0 15px;
	margin-left:calc(0px - var(--chevron-width));
	margin-right:calc(0px - var(--chevron-width));
	background-color:rgba(43,100,169,0.1);
}
#archives .event .desc .title label {
	font-family:var(--title-font);
	font-size:18px;
	color:#1C428B;
}
#archives .event .desc .title time {
	flex:auto;
	text-align:right;
	color:#1C428B;
}
#archives .event .desc .details {
	padding-left:calc(var(--chevron-width) * 2);
	padding-right:calc(var(--chevron-width) * 2);
}
#archives .event .desc .details label {
	font-weight:bold;
}
#archives .event .desc .details label:after {
	content:" : ";
}
#archives .event .desc .details span+span:before{
	content:" / ";
}
}


/*### SEARCH ###*/
@media screen	{
	#search {
		display:flex;
		align-items:center;
	}
	#search * {
		font-size:22px;
		font-family:var(--title-font);
		color:#FFFFFF;
		white-space:nowrap;
	}
	#search .field {
		display:flex;
		flex-wrap:nowrap;
	}
	#search .field input {
		background-color:rgba(255,255,255,0.1);
		border:1px solid rgba(255,255,255,0.5);
		margin:0 1ex;
	}
	#search .field .icons {
		width:60px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	#search .field .go {
		display:none;
	}
	#search.go .field .go {
		display:block;
	}
	#search .field .go button {
		height:100%;
		cursor:pointer;
		background:none;
		border:none;
	}
	#search .field .go .exclammark {
		width:16px;
		margin-left:7px;
		fill:#FFFFFF;
	}
	#search .field .go:hover .exclammark {
		animation-name:exclammark;
		animation-duration:0.3s;
	}
	@keyframes exclammark {
		0%   {transform:rotate(0deg);}
		50%  {transform:rotate(-20deg);}
		100% {transform:rotate(20deg);}
	}   
	#search .field .result {
		display:none;
		font-family:var(--text-font);
		font-size:18px;
		font-weight:bold;
		color:#FFFFFF;
		white-space:nowrap;
	}
	#search.match .field .result.match,
	#search.nomatch .field .result.nomatch {
		display:block;
	}
	
}



@media (max-width:1150px) {
	body {
		--page-top:calc(var(--logo-height) + 9px);
	}
	#geovoile {
		--chevron-width:4px;
		--chevron-height:38px;
		--chevron-margin:-1px;
		display:flex;
		flex-direction:column;
		align-items:flex-start;
	}
	#geovoile .group {
		margin:2px 0;
		width:500px;
		max-width:100%;
	}
	#geovoile .chevron.empty {
		display:none;
	}
	#geovoile .group.up .chevron {
		clip-path:polygon(
			0																						0,
			calc(var(--chevron-width) / 15 * 1)					calc(var(--chevron-height) / 65 * 2),
			calc(var(--chevron-width) / 15 * 2)					calc(var(--chevron-height) / 65 * 4),
			calc(var(--chevron-width) / 15 * 3)					calc(var(--chevron-height) / 65 * 7),
			calc(var(--chevron-width) / 15 * 4)					calc(var(--chevron-height) / 65 * 9),
			calc(var(--chevron-width) / 15 * 5)					calc(var(--chevron-height) / 65 * 12),
			calc(var(--chevron-width) / 15 * 6)					calc(var(--chevron-height) / 65 * 15),
			calc(var(--chevron-width) / 15 * 7)					calc(var(--chevron-height) / 65 * 18),
			calc(var(--chevron-width) / 15 * 8)					calc(var(--chevron-height) / 65 * 21),
			calc(var(--chevron-width) / 15 * 9)					calc(var(--chevron-height) / 65 * 24),
			calc(var(--chevron-width) / 15 * 10)				calc(var(--chevron-height) / 65 * 28),
			calc(var(--chevron-width) / 15 * 11)				calc(var(--chevron-height) / 65 * 32),
			calc(var(--chevron-width) / 15 * 12)				calc(var(--chevron-height) / 65 * 37),
			calc(var(--chevron-width) / 15 * 13)				calc(var(--chevron-height) / 65 * 42),
			calc(var(--chevron-width) / 15 * 14)				calc(var(--chevron-height) / 65 * 48),
			calc(var(--chevron-width) / 15 * 15)				calc(var(--chevron-height) / 65 * 58),
			calc(var(--chevron-width) / 15 * 15)				100%,
			100% 100%,
			100%																				calc(var(--chevron-height) / 65 * 58),
			calc(100% - var(--chevron-width) / 15 * 1)	calc(var(--chevron-height) / 65 * 48),
			calc(100% - var(--chevron-width) / 15 * 2)	calc(var(--chevron-height) / 65 * 42),
			calc(100% - var(--chevron-width) / 15 * 3)	calc(var(--chevron-height) / 65 * 37),
			calc(100% - var(--chevron-width) / 15 * 4)	calc(var(--chevron-height) / 65 * 32),
			calc(100% - var(--chevron-width) / 15 * 5)	calc(var(--chevron-height) / 65 * 28),
			calc(100% - var(--chevron-width) / 15 * 6)	calc(var(--chevron-height) / 65 * 24),
			calc(100% - var(--chevron-width) / 15 * 7)	calc(var(--chevron-height) / 65 * 21),
			calc(100% - var(--chevron-width) / 15 * 8)	calc(var(--chevron-height) / 65 * 18),
			calc(100% - var(--chevron-width) / 15 * 9)	calc(var(--chevron-height) / 65 * 15),
			calc(100% - var(--chevron-width) / 15 * 10)	calc(var(--chevron-height) / 65 * 12),
			calc(100% - var(--chevron-width) / 15 * 11)	calc(var(--chevron-height) / 65 * 9),
			calc(100% - var(--chevron-width) / 15 * 12)	calc(var(--chevron-height) / 65 * 7),
			calc(100% - var(--chevron-width) / 15 * 13)	calc(var(--chevron-height) / 65 * 4),
			calc(100% - var(--chevron-width) / 15 * 14)	calc(var(--chevron-height) / 65 * 2),
			calc(100% - var(--chevron-width) / 15 * 15)	0,
			0 0
		)
	}
	#geovoile .group.down .chevron {
		clip-path:polygon(
			100%																						0,
			100%																						calc(var(--chevron-height) / 65 * 7),
			calc(100% - var(--chevron-width) / 15 * 1)			calc(var(--chevron-height) / 65 * 17),
			calc(100% - var(--chevron-width) / 15 * 2)			calc(var(--chevron-height) / 65 * 23),
			calc(100% - var(--chevron-width) / 15 * 3)			calc(var(--chevron-height) / 65 * 28),
			calc(100% - var(--chevron-width) / 15 * 4)			calc(var(--chevron-height) / 65 * 33),
			calc(100% - var(--chevron-width) / 15 * 5)			calc(var(--chevron-height) / 65 * 37),
			calc(100% - var(--chevron-width) / 15 * 6)			calc(var(--chevron-height) / 65 * 41),
			calc(100% - var(--chevron-width) / 15 * 7)			calc(var(--chevron-height) / 65 * 44),
			calc(100% - var(--chevron-width) / 15 * 8)			calc(var(--chevron-height) / 65 * 47),
			calc(100% - var(--chevron-width) / 15 * 9)			calc(var(--chevron-height) / 65 * 50),
			calc(100% - var(--chevron-width) / 15 * 10)			calc(var(--chevron-height) / 65 * 53),
			calc(100% - var(--chevron-width) / 15 * 11)			calc(var(--chevron-height) / 65 * 56),
			calc(100% - var(--chevron-width) / 15 * 12)			calc(var(--chevron-height) / 65 * 58),
			calc(100% - var(--chevron-width) / 15 * 13)			calc(var(--chevron-height) / 65 * 61),
			calc(100% - var(--chevron-width) / 15 * 14)			calc(var(--chevron-height) / 65 * 63),
			calc(100% - var(--chevron-width) / 15 * 15)			100%,
			0 100%,
			0																								calc(var(--chevron-height) / 65 * 63),
			calc(var(--chevron-width) / 15 * 1)							calc(var(--chevron-height) / 65 * 61),
			calc(var(--chevron-width) / 15 * 2)							calc(var(--chevron-height) / 65 * 58),
			calc(var(--chevron-width) / 15 * 3)							calc(var(--chevron-height) / 65 * 56),
			calc(var(--chevron-width) / 15 * 4)							calc(var(--chevron-height) / 65 * 53),
			calc(var(--chevron-width) / 15 * 5)							calc(var(--chevron-height) / 65 * 50),
			calc(var(--chevron-width) / 15 * 6)							calc(var(--chevron-height) / 65 * 47),
			calc(var(--chevron-width) / 15 * 7)							calc(var(--chevron-height) / 65 * 44),
			calc(var(--chevron-width) / 15 * 8)							calc(var(--chevron-height) / 65 * 41),
			calc(var(--chevron-width) / 15 * 9)							calc(var(--chevron-height) / 65 * 37),
			calc(var(--chevron-width) / 15 * 10)						calc(var(--chevron-height) / 65 * 33),
			calc(var(--chevron-width) / 15 * 11)						calc(var(--chevron-height) / 65 * 28),
			calc(var(--chevron-width) / 15 * 12)						calc(var(--chevron-height) / 65 * 23),
			calc(var(--chevron-width) / 15 * 13)						calc(var(--chevron-height) / 65 * 17),
			calc(var(--chevron-width) / 15 * 14)						calc(var(--chevron-height) / 65 * 7),
			calc(var(--chevron-width) / 15 * 15)						0,
			0 0
		)
	}
	#geovoile .group .entry:first-of-type {
		flex:auto;
	}
	#archives .group .events {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
	#archives .event {
		width:500px;
		max-width:100%;
	}
	#archives .event .desc {
		flex:auto;
	}
}



@media (max-width:860px) {
	body {
		--logo-height:130px;
		--page-top:calc(var(--logo-height) + 10px);
		--menu-top:81px;
	}
	#geovoile {
		--chevron-width:4px;
		--chevron-height:34px;
		--chevron-margin:-1px;
	}
	#geovoile .entry, 
	#geovoile .entry * {
    font-size:20px;
  }
	#geovoile .chevron.slogan h2 {
    font-size:16px;
  }
	#geovoile .chevron.contact {
    font-size: 16px;
  }	
	#menu {
    --year-width:88px;
    --year-height:44px;
    --chevron-width:8px;
    --chevron-height:88px;
    --chevron-margin:10px;
  }
	#menu .link .bkg {
		width:48px;
    transform:rotate(90deg) translate(-22px, -20px);
  }
	#menu .link label {
    font-size:26px;
  }

  #archives .group h2 {
    font-size:30px;
  }
	#archives .group .events {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
	#archives .event {
    --chevron-width:7px;
    --chevron-height:100px;
    --chevron-margin:-3px;
    --chevron-separation-width:5px;
	}
	#archives .event .logo {
    height:65%;
  }
	#archives .event .logo a {
    width:89px;
    height:66px;
	}
	#archives .event .desc {
    --chevron-width:7px;
    --chevron-height:100px;
		flex:auto;
	}
	#archives .event .desc .details {
    line-height: 0.9;
		padding-top:4px;
  }
}



@media (max-width:750px) {
	body {
		--logo-height:100px;
		--is-small-screen:1;
		--elements-margin:10px;
		--menu-top:calc(var(--logo-height));
		--menu-height:30px;
		--years-top:calc(var(--menu-top) + var(--menu-height) + var(--elements-margin));
		--years-height:30px;
		--page-top:calc(var(--years-top) + var(--years-height) + var(--elements-margin));
	}

	#logo {
		left:50%;
		transform:translateX(-50%);
	}

	#geovoile {
		--chevron-width:2px;
		--chevron-height:25px;
		--chevron-margin:0px;
		top:var(--menu-top);
		bottom:0;
		left:0;
		justify-content:flex-start;
		align-items:center;
		transform:none;
	}
	#geovoile, #geovoile * {
	}
	#geovoile .group {
		margin-bottom:auto;
	}
	#geovoile .group .entry {
		justify-content:center;
	}
	#geovoile .group.up {
		margin-bottom:auto;
		align-items:flex-start;
	}
	#geovoile .group .chevron {
		clip-path:none;
		background-color:transparent;
	}
	#geovoile .langs {
		position:fixed;
		top:5px;
		right:5px;
	}
	
	#menu {
		--year-width:70px;
		--year-height:var(--years-height);
		--chevron-width:3px;
		--chevron-height:var(--year-height);
		--chevron-margin:4px;
		top:var(--years-top);
		height:var(--year-height);
		width:auto;
		left:5px;
		right:5px;
	}
	#menu .content {
		width:100%;
		flex-direction:row;
	}
	#menu .link {
		clip-path:polygon(
			0																					0,
			calc(100% - var(--chevron-width) / 8 * 8) 0,
			calc(100% - var(--chevron-width) / 8 * 7) calc(var(--chevron-height) / 100 * 1),
			calc(100% - var(--chevron-width) / 8 * 6) calc(var(--chevron-height) / 100 * 4),
			calc(100% - var(--chevron-width) / 8 * 5) calc(var(--chevron-height) / 100 * 8),
			calc(100% - var(--chevron-width) / 8 * 4) calc(var(--chevron-height) / 100 * 12),
			calc(100% - var(--chevron-width) / 8 * 3) calc(var(--chevron-height) / 100 * 17),
			calc(100% - var(--chevron-width) / 8 * 2) calc(var(--chevron-height) / 100 * 22),
			calc(100% - var(--chevron-width) / 8 * 1) calc(var(--chevron-height) / 100 * 30),
			100%																			calc(var(--chevron-height) / 100 * 41),
			100%																			50%,
			100%																			calc(100% - var(--chevron-height) / 100 * 41),
			calc(100% - var(--chevron-width) / 8 * 1) calc(100% - var(--chevron-height) / 100 * 30),
			calc(100% - var(--chevron-width) / 8 * 2) calc(100% - var(--chevron-height) / 100 * 22),
			calc(100% - var(--chevron-width) / 8 * 3) calc(100% - var(--chevron-height) / 100 * 17),
			calc(100% - var(--chevron-width) / 8 * 4) calc(100% - var(--chevron-height) / 100 * 12),
			calc(100% - var(--chevron-width) / 8 * 5) calc(100% - var(--chevron-height) / 100 * 8),
			calc(100% - var(--chevron-width) / 8 * 6) calc(100% - var(--chevron-height) / 100 * 4),
			calc(100% - var(--chevron-width) / 8 * 7) calc(100% - var(--chevron-height) / 100 * 1),
			calc(100% - var(--chevron-width) / 8 * 8) 100%,
			0																					100%,
			calc(var(--chevron-width) / 8 * 1)				calc(100% - var(--chevron-height) / 100 * 1),
			calc(var(--chevron-width) / 8 * 2)				calc(100% - var(--chevron-height) / 100 * 4),
			calc(var(--chevron-width) / 8 * 3)				calc(100% - var(--chevron-height) / 100 * 8),
			calc(var(--chevron-width) / 8 * 4)				calc(100% - var(--chevron-height) / 100 * 12),
			calc(var(--chevron-width) / 8 * 5)				calc(100% - var(--chevron-height) / 100 * 17),
			calc(var(--chevron-width) / 8 * 6)				calc(100% - var(--chevron-height) / 100 * 22),
			calc(var(--chevron-width) / 8 * 7)				calc(100% - var(--chevron-height) / 100 * 30),
			calc(var(--chevron-width) / 8 * 8)				calc(100% - var(--chevron-height) / 100 * 41),
			calc(var(--chevron-width) / 8 * 8)				50%,
			calc(var(--chevron-width) / 8 * 8)				calc(var(--chevron-height) / 100 * 41),
			calc(var(--chevron-width) / 8 * 7)				calc(var(--chevron-height) / 100 * 30),
			calc(var(--chevron-width) / 8 * 6)				calc(var(--chevron-height) / 100 * 22),
			calc(var(--chevron-width) / 8 * 5)				calc(var(--chevron-height) / 100 * 17),
			calc(var(--chevron-width) / 8 * 4)				calc(var(--chevron-height) / 100 * 12),
			calc(var(--chevron-width) / 8 * 3)				calc(var(--chevron-height) / 100 * 8),
			calc(var(--chevron-width) / 8 * 2)				calc(var(--chevron-height) / 100 * 4),
			calc(var(--chevron-width) / 8 * 1)				calc(var(--chevron-height) / 100 * 1),
			0 0
		);
		background-color:rgba(255,255,255,0.15);
		width:auto;
		height:var(--year-height);
		min-width:inherit;
	}
	#menu .link.on {
		background-color:#FFFFFF;
	}
	#menu .link .bkg {
		display:none;
  }
	#menu .link label {
    font-size:20px;
		padding:0 1ex;
	}
	#menu .link.search label {
    font-size:16px;
		padding:0 1.3ex;
  }
	#menu .link.anniversary label {
    font-size:20px;
  }
	#menu .link.anniversary svg {
    margin-left:3px;
  }
	#menu .link.on {
		top:auto;
		bottom:auto;
		left:0px;
		right:0px;
	 }
	
	#page {
		left:5px;
		right:5px;
		bottom:var(--menu-height);
	}
	#archives .group {
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	#archives .events {
    width:100%;
	}
	#archives .event {
    width:100%;
    max-width:100%;
  }

	#search {
		flex-direction:column;
		align-items:center;
	}
	#search .field input {
		margin:5px 1ex 0 calc(60px + 1ex);
	}

}