html { font-size: 62.5%; }
body { font-size: 1em;}

@media (max-width: 300px) {
    html { font-size: 70%; }
}

@media (min-width: 500px) {
    html { font-size: 80%; }
}

@media (min-width: 700px) {
    html { font-size: 120%; }
}

@media (min-width: 1200px) {
    html { font-size: 200%; }
}
body {	
  background-attachment: fixed;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  display: block;
  background-repeat: no-repeat;
  height: 100vh;
}
.overlay {
  font-family: verdana;
  height: 100vh;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-y: scroll;
  overflow-x: hidden;
}
.overlay-content {
  position: relative;
  text-align: left;
  margin-top: 30px;
}
.overlay a {
  /*padding: 8px;*/
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 0.3em 0.6em;
  transition: 0.3s;
}
.overlays a:hover, .overlay a:focus {
  color: #ffffff;
  opacity: 0.5;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 30px;
  top: 15px;
  right: 35px;
  }
}
#cybermap {
  /*background-color: #000000;*/
  background-size: cover;
  top: 0px;
  display: block;
}
#tariff {
  background-color: #000000;
  background-size: cover;
  top: 0px;
  display: block;
}
#articles {
  background-color: #000000;
  background-size: cover;
}
#parcour {
  /*background-color: #000000;*/
  background-size: cover;
  top: 0px;
  display: block;
}
#news {
  /*background-color: #000000;*/
  /*background-size: cover;*/
}
#color {
  background-color: #121212;
  background-size: cover;
}
span#menuh {
  margin: 10px 10px 10px 10px;
}
span#menug {
  margin: 10px 10px 10px 10px;
}
span#menug:hover {
  opacity: 0.5;
}
#conteneur{
/*height: 100%;*/
position: relative;
bottom: 0px;
}
#menu, #contenu {
padding: 0px 0;
}
a#cyber {
	color: #ffff00;		
}
#main {
/*background-color: #000000;*/
max-width: 100%;
margin-top: 100px;
display: block;
height: 100vh;
}
table {
	 width: 100%;
	 /*height: 90%;*/
	 /*border-spacing: 0px;*/
}
table#technog {
	 width: 100%;
	 height: 94vh;
	 /*border-spacing: 0px;*/
}
td {
text-align: center;
border-spacing: 0px;
}
	ul#main-nav1 {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	ul#main-nav1 a {
	font-family: verdana;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	padding: 0.3em 0.5em;
	border-bottom: 0.4em solid #769FC1;
	color: #ffffff;
	/*background:#000000;*/
	width: 6em;
	}
	ul#main-nav1 a:hover {
	border-bottom: 0.4em solid #C41039;
	/*background: #FCB330;*/
	width: 6em;
	}
	ul#titre1 {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	ul#titre1 a {
	font-family: verdana;
	margin: 0px;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	padding: 0.3em 0.5em;
	border-bottom: 0.4em solid #FCB330;
	/*background:#000000;*/
	width: 20em;
	}
#menu  {
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-color: #121212;
height:150px;
width:100%;
display: block;
position: fixed;
z-index: 990;
top: 0;
}
table#t1 {
	 width: 100%;
	 height: 100px;
	 border-spacing: 0px;
}
img#logo {
	width: 657px;
	height: 53px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
	height: 100px;
}
td#t2 {
	 text-align: center;
	 width: 33%;
	 border-spacing: 0px;
}
td#t3 {
	 text-align: center;
	 width: 34%;
	 border-spacing: 0px;
}
td#t4 {
	 text-align: center;
	 width: 33%;
	 border-spacing: 0px;
}
#contenu {
margin-top: 170px;
display: block;
width: 100%;
overflow: auto;
z-index: 900;
}
div
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
h1 {
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	display: inline;
	color: #ffffff;
	font-size: 16px;
    font-weight: normal;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h3 {
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	display: inline;
	color: #ffffff;
	font-size: 16px;
    font-weight: normal;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h1#actunews {
	color: #0048ff;
}
h3#actunews {
	color: #0048ff;
}	
img {
Width: 560px;
}
img#lieux {
Width: 375px;
}
img#rss {
Width: 150px;
}
a.accueilt {
	text-align: center;
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-size: 20px;
}
p	{
	text-align: center;
}
a {
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	/*display: block;*/
	color: #ffffff;
}
#tt {
	font-size: 16px;
	text-align: justify;
	width: 800px;
	margin: 0 auto;
}
#tk a:link {
  color: #3879b0;
}
#tk a:visited {
  color: #ffff00;
}
#tk a:hover, #tt a:focus {
  color: #ff0000;
}
#tts {
	font-size: 16px;
	color: #000000;
/*	text-align: justify;*/
	width: 50%;
	margin: 0 auto;
}
a#lien {
	color: #0078ff;		
}
.container {
	width: 100%;
	text-align: center;
}
li {
list-style-type: none;
}
#accueil {
	text-align: center;
}
div#title_header {
	position: fixed;
	top: 0;
	right: 0px;
	left: 0px;
	background-color: #000000;
	margin: 100px 0px 0px 0px;
	height: 28px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
div#rss {
	top: 0px;
	left: 0px;
	text-align: left;
	background-color: #333333;
	font-size: 12px;
}
img#rssimgi {
	width: 100%;
}
section {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	min-height: 78vh;
	background-color: #000000;
	bottom: 0;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 28px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30px;
}
a#rss2 {
	color: #ffffff;
	display: block;
}
a#rss2r {
	color: #00ccff;
	display: block;
}
a#rss2j {
	color: #ffff00;
	display: block;
}
a#source {
	color: #ffffff;
	display: block;
}
td#rssne {
	background-color: #333333;
	width: 33%;
}
#findex {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2px 2px;
}
#findex:hover {
  opacity: 0.5;
}
#findex1 {
  width: 50px;
  height: 41px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2px 2px;
}
#findex1:hover {
  opacity: 0.5;
}
tr#ttarif {
color: #ffffff;
width: 100%;
}
td#ttarif1 {
width: 20%;
text-align: left;
}
td#ttarif2 {
width: 16%;
}
td#ttarif3 {
width: 20%;
text-align: right;
}
table#ttarif10 {
color: #ffffff;
width: 90%;
margin-top: 100px;
}
table tr#ttarif:nth-child(odd){
  background-color:rgba(0, 0, 0, 0.5);
  color: #0078ff;
}
table tr#ttarif10:nth-child(odd){
  background-color:rgba(0, 0, 0, 0.5);
  color: #0078ff;
}
body { font-family: sans-serif; background-color: #121212; color: #eee; margin: 0; padding: 0; }
h4 { margin: 30px 0 10px; text-align: center; }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1024px; margin: 20px auto; padding: 0 10px; }
.video-placeholder { position: relative; width: 100%; aspect-ratio: 16 / 9; cursor: pointer; border: 2px solid #444; overflow: hidden; border-radius: 12px; background-color: #000; }
.video-placeholder img { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 40px; background: rgba(0, 0, 0, 0.6); border-radius: 50%; padding: 10px 20px; color: white; z-index: 2; }
.badge-short, .badge-live, .badge-upcoming { position: absolute; top: 8px; font-size: 12px; font-weight: bold; padding: 2px 8px; border-radius: 6px; color: white; z-index: 3; }
.badge-short { right: 8px; background: crimson; }
.badge-live { left: 8px; background: red; }
.badge-upcoming { left: 8px; background: orange; }
.live-footer { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(255, 165, 0, 0.85); color: black; font-weight: bold; font-size: 13px; padding: 4px 0; text-align: center; z-index: 3; }
@media (max-width: 1000px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .video-grid { grid-template-columns: 1fr; } }
.logo-container { position: center; top: 15px; left: 15px; z-index: 999; animation: pulse 3s infinite ease-in-out; cursor: pointer; }
.logo-container img { width: 120px; height: 120px;}
@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }
.hud-menu { position: fixed; top: 100px; left: 30px; z-index: 998; display: none; flex-direction: column; gap: 10px; animation: fadeIn 0.3s ease-in-out forwards; padding: 20px;}
.hud-menu a { color: cyan; background: rgba(0,255,255,0.1); border: 1px solid #00ffff; padding: 8px 12px; border-radius: 8px; text-decoration: none; font-size: 14px; backdrop-filter: blur(4px); transition: background 0.3s; }
.hud-menu a:hover { background: rgba(0,255,255,0.3); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }