@font-face {
	font-family: 'gothamrndbook';
	src: url('../ressources/font/GothamRnd-Book.eot');
	src: url('../ressources/font/GothamRnd-Book.eot?#iefix') format('embedded-opentype'), 
	url('../ressources/font/GothamRnd-Book.woff') format('woff'), 
	url('../ressources/font/GothamRnd-Book.ttf') format('truetype'), 
	url('../ressources/font/GothamRnd-Book.svg#svgGothamLight') format('svg');
}

/*@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto');*/
body, html {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.fond {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pointer {
	cursor: pointer;
}


/* #region Background */
#background-login {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
#background-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../ressources/images/background_login.jpg');
	background-size: cover;
}
#background-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(38,50,56,0.9);
}
/* #endregion */




#login-container {
	position:absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 470px;
	height: 670px;
	background-color: rgba(38,50,56,1);
}
#login-sub-container {
	position:absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 270px;
	height: 100%;
}
#login-logo {
	display: block;
	margin: 50px auto 25px auto;
	width: 62px;
	height: auto;
}
#login-ss-titre {
	font-family: 'gothamrndbook';
	color:#999999;
	font-size:11px;
	width:100%;
	text-align:center;
}

#login-error-msg {
	font-family: 'gothamrndbook';
	color:#a51323;
	font-size:11px;
	width:100%;
	text-align:center;
	margin-bottom:7px;
}


#login-form-container {
	width:100%;
	height:370px;
	margin-top:20px;
	background-color:#2d383e;
	border-radius:3px;
	border:1px solid #3c4f59;
	box-shadow: 0px 5px 6px rgba(0,0,0,0.25);
}




/* Login Form */

form {
	display: flex;
	flex-direction: column;
	margin: 0;
	justify-content: center;
	align-items: center;
	padding-top:40px;
}

/* #region Login inputs */
.login-input-container {
	display: flex;
	align-items: center;
	margin: 15px 0;
	height: 40px;
	width: 190px;
	background-color:rgba(38,50,56,1);
}

.login-input-image {
	display: block;
	width: 17px;
	height: auto;
	padding:0 10px;
}

.login-input {
	display: block;
	padding-left: 10px;
	padding-right: 4px;
	border: 0;
	width: 136px;
	font-size: 11px;
	color: white;
	background-color:rgba(38,50,56,1);
	font-family: 'gothamrndbook';
}

.login-input:focus {
	outline: none;
}

.login-input::-webkit-input-placeholder, .login-input:-moz-placeholder, .login-input::-moz-placeholder, .login-input:-ms-input-placeholder {
	color: #7c7a7a;
}

.login-input:-webkit-autofill {
	box-shadow: 0 0 0 30px #a9a9aa inset;
	-webkit-text-fill-color: white !important;
	background-color: rgba(38,50,56,1);
}

.login-input:hover {
	background-color: rgba(38,50,56,1);
}

.login-input-separator {
	height:30px;
	width:1px;
	border-left:1px solid #3C4F59;
}
/* #endregion */


/* Erreur message */
#login_error_msg {
	padding-left: 40px;
	font-family: arial;
	font-size: 0.9em;
}

/* Submit button */
input[type="submit"] {
	-webkit-appearance:none;
}
#input-submit {
	display: block;
	margin: 4px auto 0 auto;
	/* background-color: #a51323;
	border: 1px solid #a51323; */
	background-color: #f4a22c;
	border: 1px solid #f4a22c;
	border-radius: 13px;
	color: white;
	cursor: pointer;
	padding: 5px 13px;
	font-family: 'gothamrndbook', Arial;
	font-size: 11px;
}
#input-submit:hover {
	/* background-color: #750b16;
	border: 1px solid #750b16; */
	background-color: #EC6807;
	border: 1px solid #EC6807;
}

#login-visiolab {
	width:190px;
	height:auto;
	margin-top:70px;
}



@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation: portrait) {
	/* Retina-specific stuff here */	
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (orientation: landscape) {
	/* Retina-specific stuff here */
}

/* ----------- iPad 9.7 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { }
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { }
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) { }

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { }
/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { }
/* Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { }

/* --------------------------------------------------- */

/*                 Popups de messages                  */

/* --------------------------------------------------- */

#popup_message_container {
	background-color: rgba(255, 255, 255, 0.0)!important;
	z-index: 500;
	display: block;
}

.popup_titre {
	text-align: center;
	padding: 1em 2em;
}

.popup_titre>p {
	margin: 0;
	display: inline-block;
	color: #ffffff;
	text-align: left;
}

.popup_separateur {
	height: 1px;
	border: 0;
	color: white;
	background-color: white;
	margin: 0;
	padding: 0;
}

.popup_body {
	padding: 1em 2.5em 0.5em 2.5em;
	text-align: center;
}

.popup_body>p {
	margin: 0.5em 0;
	display: inline-block;
	color: #ffffff;
	text-align: justify;
	width: 100%;
}

p.popup_body_center {
	text-align: center;
}

.checkbox label {
	line-height: 20px;
}

.popup_titre>p {
	font-size: 1.3vw;
}

.popup_body>p {
	font-size: 0.95vw;
}

.popup_body .checkbox {
	font-size: 0.95vw;
}

.popup_message_fin {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	background-color: rgba(50, 50, 50, 0.95);
	font-family: gothamlight, Sans-Serif;
	display: block;
}

#popup_fin_checkbox {
	margin-right: 0.5em;
}

.popup_btn_container {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: gothamlight, Sans-Serif;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.popup_btn_message_debut, .popup_btn_message_fin {
	text-align: center;
	background-color: #cb4f1a;
	color: #ffffff;
	padding: 0.3em 2em;
}