#sidebar ul.sidebar-section-1 ul.sidebar-section-2 > li > ul > li{
	padding-left: 50px;
}

#sidebar li {
	background-size: 30px;
}

#sidebar li.telegram {
	background-image: url(/global/img/telegram.svg);
}
#sidebar li.instagram {
	background-image: url(/global/img/instagram.svg);
}
#sidebar li.tiktok {
	background-image: url(/global/img/tiktok.svg);
}
#sidebar li.facebook {
	background-image: url(/global/img/facebook.svg);
}
#sidebar li.twitter {
	background-image: url(/global/img/twitter.svg);
}
#sidebar li.bluesky {
	background-image: url(/global/img/bluesky.svg);
}
#sidebar li.piaille {
	background-image: url(/global/img/piaille.png);
}

/* ==== Avertissement ==== */
.danger-banner { font-size: clamp(4rem, 8vw + 2rem, 7rem); display: flex; align-items: center; justify-content: center;
  gap: 1rem; background: #222; color: #f2e25b; padding: 2rem 2rem;font-weight: bold; text-transform: uppercase; box-shadow: 0 2px 6px rgba(0,0,0,0.25);}
.danger-banner .emoji {
  font-size: clamp(4rem, 7vw + 1rem, 7rem); line-height: 1; flex-shrink: 0;
  display: flex; align-items: center; margin: 0;
}
.danger-banner .text {
  text-align: left; line-height: 1.3; margin: 0;
  font-size: clamp(2rem, 5vw + 2rem, 3rem);
}

/* ==== Vidéo ==== */
.video {
	color: #121214; display: flex; flex-direction: column;
	align-items: center; justify-content: center; padding: 2rem;
}
.video .v-frame { width: 90%; min-width: calc(100% - 3rem); max-width: calc(100% - 6rem); aspect-ratio: 16 / 9; }

/* ==== Carte ==== */
.map { width: 100%; }
.map a {
  display: flex; width: 100%; background: #f2e25b; color: #0d0d0d; align-items: center;
  justify-content: center; font-weight: 600; padding: 10px 0;
  transition: background-color 0.3s, color 0.3s;
}
.map a:hover { background-color: #F52639; color: #fff; }
.map p.big { padding: 0 20px; }
iframe.carte { width: 98%; height: 800px; }