.noto-serif-<uniquifier> {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}

.inter-<uniquifier> {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

[aria-hidden='true'] {
  display: none;
}
html, body {
	height: 100%;
	margin: 0;
	background-color: rgb(24, 66, 132);
	font-family: "Inter", sans-serif;
}
.leaflet-container {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.leaflet-image-layer {
	transition-property: opacity;
	transition-duration: 1s;
}

.leaflet-marker-icon {
	transition: all 0.3s ease-in-out;
	transform-origin: center bottom; /* Point d'ancrage pour la transformation */
}

/* Remove default Leaflet zoom control styling */
.leaflet-control-attribution {
	display: none;
}
.leaflet-control-zoom {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
	margin: 0 30px 20px 0 !important;
}

.leaflet-control-zoom a {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    font: inherit !important;
    text-decoration: none !important;
	transition:
		transform 		.3s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 		.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.leaflet-control-zoom a:hover {
    background-color: transparent !important;
    color: inherit !important;
	transform: scale(125%);
}
.leaflet-control-zoom a.leaflet-disabled,
.leaflet-control-zoom a.leaflet-disabled:hover {
	opacity: 0.5;
	transform: scale(100%);
}
.leaflet-control-zoom-in {
    background-image: url('../img/icon-plus.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.leaflet-control-zoom-out {
    background-image: url('../img/icon-minus.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
#map {
	background-color: rgba(0, 0, 0, 0);
}
#map-bg {
	background-image: url(../img/4000.jpg);
	-webkit-filter: blur(150px);
	-moz-filter: blur(150px);
	-o-filter: blur(150px);
	-ms-filter: blur(150px);
	filter: blur(150px);
	position: fixed;
	left: 0;
	right: 0; 
	width: 100vw;
	height: 100vh;
	display: block;
}
#dot {
	background-image: url('../img/curseur.png');
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	z-index: 1000;
	pointer-events: none;
	filter: none;
	transition: 0.2s ease 0s;
	transform: scale(1) translate(-50%, -50%);
	filter: drop-shadow(0 0 0 hsla(213, 60%, 34%, 0.722));
   }
   
   #dot {
	background-image: url('../img/curseur.png');
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	z-index: 1000;
	pointer-events: none;
	filter: none;
	transition: 0.2s ease 0s;
	transform: scale(1) translate(-50%, -50%);
	filter: drop-shadow(0 0 0 hsla(213, 60%, 34%, 0.722));
  }
  #dot {
	background-image: url('../img/curseur.png');
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	z-index: 1000;
	pointer-events: none;
	filter: none;
	transition: 0.2s ease 0s;
	transform: scale(1) translate(-50%, -50%);
	filter: drop-shadow(0 0 3px rgb(85, 109, 137));
  }
  
  #dot::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 4px solid rgb(117, 168, 225);
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
	animation: ringExpand 0.6s ease-out forwards;
	animation-delay: .15s;
  }
  
  #dot.move {
	transform: scale(1.2) translate(-40%, -60%);
	filter: drop-shadow(0 5px 3px hsla(213, 60%, 34%, 1));
  }
  
  #dot.move::before {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	animation: ringSrink 0.5s forwards;
  }
  
  @keyframes ringSrink {
	0% {
	  transform: translate(-50%, -50%) scale(1);
	  opacity: 0;
	}
	50% {
	  opacity: .5;
	}
	100% {
	  transform: translate(-50%, -50%) scale(.5);
	  opacity: 0;
	}
  }
  @keyframes ringExpand {
	0% {
	  transform: translate(-50%, -50%) scale(.7);
	  opacity: 0;
	}
	20% {
	  opacity: 1;
	}
	100% {
	  transform: translate(-50%, -50%) scale(2);
	  opacity: 0;
	}
  }
   
   #dot.move::before {
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	transition: all 0.3s ease;
   }
#vignette {
	position: fixed;
	z-index: 800;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-title {
	color: white;
	z-index: 1005;
	position: fixed;
	top: 15px;
	left: 25px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	max-width: 30vw;
	max-height: 20vh;
}
.logo-signature {
	display: block;
	color: white;
	z-index: 1005;
	position: fixed;
	bottom: 25px;
	left: 25px;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 24px;
	opacity: .7;
}
.logo-signature img {
	height: 100%;
	width: auto;
}

@media (orientation: landscape) {
	#vignette {
		box-shadow: 0 0 33vh 10vh rgb(16, 35, 59, .5) inset;
	}
}
@media (orientation: portrait) {
	#vignette {
		box-shadow: 0 0 33vw 10vw rgba(16, 35, 59, .5) inset;
	}
}
#playerInfo {
	z-index: 1000;
	position: absolute;
	margin: 150px auto 0;
	max-width: 60%;
	height: auto;
	background: #ffffffbb;
	bottom: -250px;
	opacity: 0;
	transition: 0.5s ease 0s;
}
/* Overlay pour le mode plein écran */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
/* Conteneur de la modale */
.modal {
	color: white;
	position: fixed;
	left: 50%;
	bottom: 0;
	top: auto;
	padding: 30px;
	transform: translate(-50%, 100%) scale(1); /* Cachée en bas au départ */
	width: 90%;
	max-width: 800px;
	background: rgb(11, 51, 109);
	border-radius: 35px;
	box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2);
	z-index: 1002;
	opacity: 0;
	overflow: hidden;
	box-shadow: rgba(11, 51, 109, 0.4) 0px 0px 0px 2px, rgba(11, 51, 109, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	transition:
		transform 		1s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 		1s cubic-bezier(0.4, 0, 0.2, 1),
		border-radius 	1s cubic-bezier(0.4, 0, 0.2, 1),
		height 			1s cubic-bezier(0.4, 0, 0.2, 1),
		padding 		1s cubic-bezier(0.4, 0, 0.2, 1),
		max-width 		1s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Affichage de la modale */
.modal.active {
	opacity: 1;
}
/* Mode peek : en bas de l'écran */
.modal.peek {
	bottom: 0;
	padding: 15px 15px 25px 15px;
	border-radius: 35px 35px 0 0;
	transition:
		transform 		1s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 		1s cubic-bezier(0.4, 0, 0.2, 1),
		border-radius 	1s cubic-bezier(0.4, 0, 0.2, 1) 1s,
		height 			1s cubic-bezier(0.4, 0, 0.2, 1),
		padding 		1s cubic-bezier(0.4, 0, 0.2, 1),
		max-width 		1s cubic-bezier(0.4, 0, 0.2, 1);
	top: auto;
	transform: translate(-50%, 15px); /* collée en bas */
}
/* Mode center : centrée sur l'écran */
.modal.center {
	bottom: 0;
	top: auto;
	transform: translate(-50%, -45vh) scale(1);
}
/* Mode large : prend presque tout l'écran */
.modal.large {
	bottom: 0;
	top: auto;
	transform: translate(-50%, -50%) scale(1);
	max-width: 90vw;
	transition:
		max-width 		0s;
}

/* Header de la modale */
.modal-close {
    cursor: pointer;
    width: 32px;
    height: 32px;
	text-align: right;
}
.modal-close > * {
	pointer-events: none;
}


.btnPlayPodcast,
.btnResetPreview {
	margin: 5px 0 0 0;
}

.header {
	display: flex;
}
.title {
	flex-grow: 1; 
}
.title button {
	margin-left: 10px; 
}

/* Responsive */
@media (max-width: 768px) {
    .modal.center {
        width: 95%;
        margin: 0;
    }
    
    .btn {
        display: block;
        margin: 10px auto;
        width: 200px;
    }
}
.player {
	display: flex;
}
button.secondary.pause {
	border: none;
	font-size: 25px;
}
button.secondary.pause:hover {
	text-decoration: none;
	border: none;
	color: #3CB0DB;
}
#bar, #progress {
	border-radius: 20px;
}
#bar {
	flex-grow: 1;
	position: relative;
	height: 25px;
	background: #eee;
	margin-top: 10px;
	cursor: pointer;
}
#progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #3CB0DB;
	width: 0%;
	pointer-events: none;
	min-width: 25px;
}
#elapsed-time,
#total-time {
	position: absolute;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;
	color: #0B336D;
	margin: 6px 12px 0 12px;
}
#elapsed-time {
	left:0;
}
#total-time {
	right:0;
}

.modal:not(.center) .modal-close  {
	display: none;
}

.modal:not(.editorial) #editorial {
	display: none;
}

/* peekSound et podcast ont des élément en commun */
.modal .soundInfos {
	display: none;
}
.modal.peekSound .soundInfos, 
.modal.podcast .soundInfos {
	display: block;
}
.modal:not(.peekSound) .peekContent {
	display: none;
}
.modal.no-podcast .btnPlayPodcast {
	display: none;
}
.modal:not(.podcast) .player,
.modal:not(.podcast) .full-list-link {
	display: none;
}

#page {
	z-index: 1003;
	background: #0B336D;
	position: fixed;
	top: 0;
	right: 0;  
	height: 100vh;            /* nav prend toute la hauteur de la fenêtre */
	width: 100vw;
	display: flex;
	flex-direction: column;   /* empile les div verticalement */
	align-items: flex-end;    /* aligne les div à droite */
	opacity: 0;
	visibility: hidden;         /* invisible mais toujours pris en compte pour transition */
	transition: opacity 	1s cubic-bezier(0.4, 0, 0.2, 1), 
				visibility 	0s linear 1s;
	pointer-events: none;
	overflow: auto;
}
#page .page-content {  
	margin: 18vh auto;
	padding: 0 15px;
}
#page.active {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
	pointer-events: auto;
}
#page > * {
	max-width: 600px;
	margin: 0 auto;
}


h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: white;
}

#page .duration {
	background-color: rgba(219, 155, 60, 0.206);
	font-weight: bold;
	margin: 5px 0;
	display: inline-block;
	color: white;
}

#page .people {
	background-color: rgba(155, 219, 60, 0.206);
	padding: 2px 5px;
	margin: 2px 0;
	display: inline-block;
	color: white;
}

#page .places {
	background-color: rgba(60, 177, 219, 0.206);
	padding: 2px 5px;
	margin: 2px 0;
	display: inline-block;
	color: white;
}

#page q::before,
#page q::after {
	content: none;
}
#page q, #page em {
	font-style: italic;
	display: block;
	color: rgb(117, 168, 225);;
}
#page button {
	margin: 30px 0 0 0;
}

#page p, #page li {
	margin: 10px 0;
	line-height: 1.5;
	color: white;
}
#page p.logos {
	background: white;
	padding: 50px;
	margin: 25px 0;
	color: #0B336D;
}
#page .logo {
	background: white;
	max-width: 100%;
	max-height: 150px;
	height: auto;
	aspect-ratio: auto;
	padding: 10px 0;
}
#page .logo.w-66 {
	width: 66%;
}
#page .logo.w-33 {
	width: 33%;
}

.modal #editorial {
	display: flex;
	flex-wrap: wrap;
}
.modal .bloc-gauche,
.modal .bloc-droit {
	flex-basis: 50%;
	box-sizing: border-box; 
	width: 50%;
}

/* Menu */

.menuIcon {
	position: fixed;
	top: 25px;
	right: 25px;
	margin: 0;
	padding: 0;
	z-index: 1005;
	height: 50px;
	width: 50px;
	text-align: right;
	cursor: pointer;
}
nav {
	z-index: 1004;
	background: #0B336D;
	box-shadow: rgba(11, 51, 109, 0.4) 0px 0px 0px 2px, rgba(11, 51, 109, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	position: fixed;
	top: 0;
	right: 0;  
	height: 100vh;            /* nav prend toute la hauteur de la fenêtre */
	width: 100vw;
	max-width: 300px;
	display: flex;
	flex-direction: column;   /* empile les div verticalement */
	justify-content: center;  /* centre verticalement le contenu */
	align-items: flex-end;    /* aligne les div à droite */
	opacity: 0;
	visibility: hidden;         /* invisible mais toujours pris en compte pour transition */
	overflow: hidden;
	transition: opacity 	1s cubic-bezier(0.4, 0, 0.2, 1), 
				visibility 	0s linear 1s;
	pointer-events: none;
}
nav.active {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
	pointer-events: auto;
}


/* Fonts */
a, a:hover, a:active, a:visited {
	color: #3CB0DB;
	text-decoration: underline;
}

h2, h3, h4 {
	font-family: "Noto Serif", serif;
}
.modal h3 {
	margin: 0 15px 0 0;
	font-size: 1.5rem;
}
.meta {
	font-family: "Noto Serif", serif;
	font-size: 1rem;
	color: #3CB0DB;
	padding-right: 1.5rem;
}
.buttons {
	text-align: right;
	margin-right: 1px;
}
p {
	font-size: 1rem;
	margin: 5px 0;
	font-family: "Inter", sans-serif;
}
#page h1, #page h2 {
	color: white;
}
#page p {
	color: white;
}

nav {
	color: white;
	font-size: 2rem;
	text-align: right;
	padding: 1rem;  
}
nav div {
	cursor: pointer;
	width:100%;
	text-decoration: underline;
	padding: 0.3em 0;  
}
nav div:hover {
	color:#3CB0DB;
}

button {
	background-color: white;
	color: #0B336D;
	font-family: "Noto Serif", serif;
	border-radius: 30px;
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid white;
}
button:hover {
	text-decoration: underline;
}
button:active {
	background:#3CB0DB;
	color: white;
	text-decoration: none;
}
button.secondary {
	background-color: #0B336D;
	color: white;
}
button.secondary:active {
	color:#3CB0DB;
	border: 1px solid #3CB0DB;
	text-decoration: none;
}
button.big {
	font-size: 1.2rem;
	padding: 10px 20px;
	margin: 20px 0;
	display: block;
}
button.small {
	padding: 2px 5px;
}
button.inline {
	border: none;
	padding: 0;
	margin: 0 0 0 5px;
	display: inline;
	min-width: 0;
	text-decoration: underline;
	font-family: "Inter", sans-serif;
}

button.modal-close {
	background: transparent;
	position: absolute;
	top: 10px;
  	right: 18px;
	padding: 10px;
	border: none;
}

/* Warning */
#warning {
	display: none;
	z-index: 2000;
	padding: 5px;
	position: fixed;
	background-color: hsl(0, 0%, 100%);
	border: 2px solid red;
	color: red;
}

/* HTML: <div class="loader"></div> */
.loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.loader {
	z-index: 1000;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 2px solid white;
	animation:
	  l20-1 1s infinite linear alternate,
	  l20-2 2s infinite linear;
  }

button .loader {
	width: 1rem;
	display: inline-block;
}
.loader-container .loader {
	width: 80px;
}
  @keyframes l20-1{
	 0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
	 12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
	 25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
	 50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	 62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
	 75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
	 100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
  }
  @keyframes l20-2{ 
	0%    {transform:scaleY(1)  rotate(0deg)}
	49.99%{transform:scaleY(1)  rotate(135deg)}
	50%   {transform:scaleY(-1) rotate(0deg)}
	100%  {transform:scaleY(-1) rotate(-135deg)}
  }