﻿@font-face {
  font-family: 'MontDemo';
  font-style: normal;
  src: url(NouvelR-Regular.ttf);
}

@font-face {
  font-family: 'MontDemo';
  font-weight: bold;
  src: url(NouvelR-Bold.ttf);
}

.mainContainer {
	background-color:black;
	background-image:url(../img/renault/gnd2.jpg);
	background-size:cover;
	background-position:center;
	height:100%;
	width:100%;
	display: table;
}

.loginBackground {
	height:100%;
	width:100%;
	display:table;
	background-color:black;
	background-image:url(../img/renault/gnd1.jpg);
	background-size:cover;
	background-position:center;
}

.login_loginField input {
	width:100%;
	border:none;
	height:40px;
	color:black;
	font-family: 'NovuelR', sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	border:0;
	background-color:white;
	margin-bottom:10px;
}

.loginContent {
	font-size:24px;
	line-height:30px;
	max-width:100%;
	display:table-cell;
	vertical-align:middle;
	color:white;
	text-align:center;
}

.login_loginButton button {
	width:300px;
	height:40px;
	background-color:white;
	color:black;
	font-family: 'NovuelR', sans-serif;
	font-size:20px;
	font-weight:bold;
	border:none;
}

.login_privacyText {
	color:white;
	font-size:12px;
	text-align:center;
	max-width:343px;
	width:100%;
	margin:35px auto 0px auto;
	font-weight:normal;
	text-decoration:underline;
}

.login_passwordLostText {
	color:white;
	font-size:16px;
	text-align:center;
	max-width:343px;
	width:100%;
	margin:16px auto 0px auto;
	font-weight:normal;
	text-decoration:underline;
}

.login_loginField input::placeholder {
  color:#113955;
  opacity: 1;
}


#homeInnerContainer {
	display:table-cell;
	vertical-align:middle;
	color:white;
	text-align:center;
}

.bottomWhite {
	height:60px;
	text-align:center;
	color:white;
	font-size:16px;
	padding-top:10px;
	line-height:24px;
	display:table;
	width:95%;
	margin:0 auto;
}

.headerWhiteMenu ul li {
	display:inline-block;
	margin:0 40px;
	font-weight:bold;
	color:white;
	font-size:17px;
	padding-top:8px;
	position:relative;
	vertical-align:top;
}

#headerUser {
	background-color:white;
	color:black;
	height:25px;
	padding:5px 10px 5px 10px;
	text-align:center;
}

.streamingContentInner {
	width:95%;
	margin:0 auto;
	padding:80px 0px;
	font-size:14px;
	text-align:center;
	color:#b0b0b0;
}

.streamingClose {
	color:white;
	font-size:20px;
	line-height:25px;
}

.contactContentInner button {
	width:150px;
	height:35px;
	background-color:white;
	color:black;
	font-weight:bold;
	font-size:16px;
	border:0;
}

.contactContentInner {
	color:white;
	max-width:450px;
	width:100%;
	margin:0 auto;
	padding:80px 0px;
	text-align:right;
	font-size:18px;
}

.menuSelected {
	padding-bottom:0px;
	border-bottom:solid 1px white;
}
