
::-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;
	width: 1920px;
	height: 1080px;
}
.backTime{
	border-radius: 10px 10px 10px 10px;
	background-color:white;
}
.heures{
	color:#FAE600;
	/*font-size: 40px;*/
	font-size: calc(800px/16*9/8);
	font-weight: bold;
}
.voie{
	border:solid 3px white;
	border-radius: 10px 10px 10px 10px;
	padding: 6px 9px;
	width:47px;
	 display: inline-block;
}
.depGareRouti{
	border:solid 3px white;
	border-radius: 10px 10px 10px 10px;
	padding: 6px 9px;
	font-size: 11px;
	text-align: center;
}
.line{
	display: block;
	margin-left:-2px;
}

table {
	border: none;
	border-spacing: 0 0;
}

.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%;
}
.img-train{
	color : white;
	filter: brightness(0) invert(1);
}
/*.train {
	background-color: #002D50;
}*/
.wrapper{
	height: 826px;
	display: flex;
	flex-direction: column;
}
.content {
	overflow:hidden;
	height: 100%;
}
tbody,thead{
	width:100%;
}
th{
	height:76px;
	line-height: 76px;
    vertical-align: middle;
	font-size: 40px;
	font-weight: normal;
}

.img-cars{
	width:76px;
	height:76px;
}
.cars{
	/*background-color:#292929;*/
	padding-top:10px;
}

/* tableau */
#car th{
	background-color: #292929;
	text-align:left;
}
#car  td {
	height: inherit;
	/*font-size: 34px;*/
	font-size: calc(800px/16*9/8);
}


#car tr {
	/*font-size: 34px;*/
}

#car tr:nth-child(even) {
	background: #292929;
}

#car tr:nth-child(odd) {
	background: #404040;
}
#car td:nth-child(1), .lwrap {
	width: 1px;
}


#car .ServiceNumberSmall, #car .lineCompany {
   font-size: 22px;
}
.carEven {
	background: #292929;
}

.carOdd  {
	background: #404040;
}

#header-fixed {
	display:none;
}
.lwrapMainLogo{
	padding:5px;
	margin-right: 5px;
}
.lwrap{
	padding:0 5px;
	margin-right: 5px;
}
.lwrapLogo{
	width: 13% !important;
	max-width: 50px;
	max-height: 60px;
	padding:0px 30px 0px 5px;
	margin-right: 10px;
	text-align: center;	
}
.lwrapNoLogo{
	width: 15% !important;
	max-width: 50px;
	max-height: 60px;
	padding:5px 30px 5px 5px;
	margin-right: 10px;
	text-align: center;	
}
#car .lineCompany,  #car .lineCompanyBig {
	text-align: center;
	width: 100%;
	overflow: hidden;
    display: inline-block;
}

.companyLogo{
	filter:  brightness(0) invert(1);
	width: 100%;
	object-fit:contain;
	height: 80%;
}

.heure{
	/*font-size: 40px;*/
	font-size: calc(90vh/8);
	font-weight: bold;
}
.blink{
	animation: blinker 2s linear;
	color:#FAE600;
}
.continuousBlink{
	animation: blinking 2s linear infinite ;
	color:#FAE600;
}
@keyframes blinking {
	0% {
		opacity: 100%;
	  }
	74%{
		opacity: 100%;
	}
	75%{
		opacity: 0%;
	}
	99%{
		opacity: 0%;
	}
	100%{
		opacity: 100%;
	}
}
.supp {
	font-size: 25px !important;
	margin-right: -20px;
}
.Late {
	font-size: 25px !important;
	margin:0;
	width: 100px;
	text-align: center;
}
.endServiceCar{
	margin-left: auto;
	margin-right: auto;
	width: 27%;
	padding-top: 2.5%;
	margin-top: 17%;
	height: 100%;
}
.errorServiceCar{
	width: 50%;
	height: 560px;
    padding-top: 7.5%;
	top:40%;
	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;
}
.capi{
	text-transform: capitalize;
}
.img-icones-header {
	height: 60px;
	filter: brightness(0) invert(1);
}
.HeaderTitle {
	height: 44px;
	padding: 40px 0px;
}
.Interspace1{
	width:17px;
}

.DestinationName {
	max-width:1000px;
	overflow: hidden;
	font-weight: normal;
}
.ScheduleTime{
	width:300px;
	margin-left:17px;
	font-weight:bold;
}
.ServiceNumber{
	/*width:34%;*/
	/*width: 200px;*/
}

tbody .ServiceNumber{
	/*width:100%;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	display: flex;
	flex-direction: row;
	/*flex-wrap: wrap;*/
	align-items: center;
}
.transportIcon{
	width: 70px;
	height: 100%;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.transportLogo{
	position:relative;
	vertical-align: middle;
	margin:0 10 0 0;
	filter:  brightness(0) invert(1);
	display: inline-block;
	width: 100%;
	object-fit:contain;
	height: 80%;
	max-height: 100%;
}
.fiabilityLogo{
	position:relative;
	vertical-align: middle;
	margin:auto 5px;
	display: inline-block;
	object-fit:contain;
	height: 24px;
	max-height: 100%;
	width: 34px;
	}
.lineNumber{
	display: block;
	width: fit-content;
	padding: 3px 5px;
	margin-left:-2px;
	min-width: 71px;
	border:solid;
	/*border-color:green;*/
	border-width:2px 2px 8px 2px ;
	border-radius: 6px 6px 0 0;
	text-align: center;
	margin-left: 10px;
}

.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);
	}
  }
.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;
}
.headerGRSmaller {
	font-size: 75%;
}
.headerGRTaller {
	left:19px;
	position: relative;
}
.logo-container {
	/*width: 200px;*/
	display:inline-block;
}
.picto-ligne {
	height: 45px;
	margin: 0 15px;
	vertical-align: middle
}