::-webkit-scrollbar {
	display: none;
}
@font-face {
    font-family: 'Achemine';
    src: url('../fonts/Achemine-Italic.woff') format('woff'),
        url('../fonts/Achemine-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Achemine';
    src: url('../fonts/Achemine-ExtraBold.woff') format('woff'),
        url('../fonts/Achemine-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Achemine';
    src: url('../fonts/Achemine-Normal.woff') format('woff'),
        url('../fonts/Achemine-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Achemine';
    src: url('../fonts/Achemine-Bold.woff') format('woff'),
        url('../fonts/Achemine-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
	color:white;
	font-size: 56px;
	background-color: #292929;
	margin:0;
	overflow-y: hidden; /* Hide vertical scrollbar */
	font-family:Achemine;
	height: 100vh;
}
.heures{
	color:#FAE600;
	font-size: 40px;
	font-weight: bold;
}
.voie{
	border:solid 3px white;
	border-radius: 10px 10px 10px 10px;
	padding: 6px 9px;
	width:47px;
	 display: inline-block;
}
.line{
	display: block;
	margin-left:-2px;
}
table {
	border: none;
	border-spacing: 0;
}
table td, table th {
width: 10px;
}
#infogare, .conjoncturel, .commerciale,.generale{
    line-height: 1.5em;
    width: 100%;
    position: fixed;
    bottom: 0;
    font-size: 26px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    font-weight: bold;
}
.conjoncturel{
	background-color: rgb(250,187,81);
	color: rgb(0,58,121);
}
.commerciale,.generale {
	background-color: rgb(0,58,121);
	color: rgb(210,219,238);
}
.pre {
	text-transform: lowercase;
}
.aft{
	margin:0px;
}
.aft:first-letter {
	text-transform: uppercase;
}
#clock {
	font-family: 'ACHEMINE';
	color: #002D50;
	font-size: 35px;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	background-color:white;
	right:52px;
	position: fixed;
	top:60px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom:5px;
	padding-top:4px;
	width: 130px;
}
.headerGRTaller{
	font-weight: bold;
	font-size: 108%;
}
.train {
	background-color: #002D50;
	height: 100%;
}
.wrapper{
    height: auto;
    display: flex;
    flex-direction: column;
}
.content {
	overflow:hidden;
	height: 100%;
}
th{
	height:76px;
	line-height: 76px;
    vertical-align: middle;
	font-size: 30px;
	font-weight: normal;
}
#train{
	position:relative;
}
#train tr {
	height: 20px;
	font-size: 34px;
	background-color: #002D50;
}
#train td{
	font-size: 34px;
	border: none;
	border-collapse: collapse;
}
#train td:nth-child(5), #car td:nth-child(5){
	font-size: 38px !important;
}
#train td:nth-child(2){
	font-size: 22px;
}
#train th{
	padding: 0 2px;
	background-color: #002D50;
	position:sticky;
	top:0;
}
#train th:nth-child(2), #train th:nth-child(4){
text-align:left;
}
#train tr:nth-child(even) {
	background: #002D50;
}
#train tr:nth-child(odd) {
	background: #00416E;
}
#header-fixed {
	display:none;
}
.lwrap{
width: 21px !important;
}
.lwrapLogo{
	width: 49px !important;
	float:left;
	padding:1px;
}
.heure{
	font-size: 40px;
	font-weight: bold;
}
.blink{
	animation: blinker 2s linear;
	color:#FAE600;
}
.supp {
	font-size: 25px !important;
	margin-right: -20px;
}
.Late {
	font-size: 25px !important;
	margin:0;
	width: 100px;
	text-align: center;
}
.endServiceTrain{
	margin: auto;
	width: 27%;
	padding-top: 19%;
  	color:white;
	height:600px;
}
.errorServiceTrain{
	width: 43%;
	height:600px;
	padding-top: 9.8%;
	margin-left: auto;
	margin-right: auto;
	margin-top:176px;
  	color:white;
}
.ErrorLogo {
  margin: 0px; 
  display: inline-block; 
  width: 145px;
	vertical-align: top;
}
.ErrorHeader {
  margin: 0px;
  display: inline-block;
 width: calc(100% - 160px);
	font-size:85%;
}
.ErrorInfo{
	font-size: 65%;
	display: inline-block;
	margin-top: 20px;
}
.img-icones-header {
	height: 60px;
}
.HeaderTitle {
	height: 44px;
	padding: 40px 0px;
}
.Interspace1{
	width:17px;
}
.DestinationName {
	width:1122px;
	font-weight: normal;
}
.ScheduleTime{
	width:125px;
	margin-left:17px;
	font-weight:bold;
}
.ServiceNumber{
	width:140px;
	max-width: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.HallContainer {
	width:73px;
	font-weight:bold;
	text-align: center;
}
.VoieContainer {
	width:73px;
	text-align: center;
	font-weight:bold;
	padding-right:43px !important;
}
@keyframes rightToLeft {
	0% {
	  transform: translateX(0px);
	}
	100% {
	  transform: translateX(-500px);
	}
  }
.firstMsg  {

	height: 78px;
	animation: firstMsgAnim 30s linear infinite;
}
.secondMsg {

	height: 78px;
	animation: secondMsgAnim 30s linear infinite;
}
@keyframes firstMsgAnim{
	0% {
	  transform: translateX(0px);
		display:block;
	}
	44% {
	  transform: translateX(0px);
		display:block;
	}
	48%{
	  transform: translateX(-1920px);;
		display:block;
	}
	95.99%{
	  transform: translateX(-1920px);
		display:none;
	}
	96%{ 
	  transform: translateX(1920px);
		display: block;
	}
	100% {
	  transform: translateX(0px);
		display:block;
		
	}
}
@keyframes secondMsgAnim{
	0% {
	  transform: translateX(-1920px);
		display: none;
	}
	0.01% {
	  transform: translateX(1920px);
		display: none;
	}
	44% {
	  transform: translateX(1920px);
		  display:block;
	}
	48%{
	  transform: translateX(0px);
		display:block;
	}
	96%{ 
	  transform: translateX(0px);
		display:block;
	}
	100% {
	  transform: translateX(-1920px);
		display:block;
	}
}
.scroll {
	white-space: nowrap;
	overflow-x: hidden;
	display: table-cell;
	vertical-align: baseline;
	animation: rightToLeft 10s linear infinite;
	animation-fill-mode: backwards;
	animation-delay: 0s;
  }
.img-icones-info {
	height: auto;
}
.logo-container {
	width: 200px;
	display:inline-block;
}
.logoCar {
	height: 40px;
	bottom:-4px;
	position: relative;
}
.picto-ligne {
	height: 45px;
	margin: 0 15px;
	vertical-align: middle
}