﻿/*
 * Style de la page de login natif.
 */



#tableContenu, #tableLoading {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	-webkit-transition: opacity 0.5s;;
	transition: opacity 0.5s;
}

	#tableContenu th
	{
		color: #FFFFFF;
	}

		#tableContenu th img
		{
			margin-right: 25px;
		}

.divPageLoginNatifInfo
{
	position: absolute;
	top: 173px;
	width: 100%;
}

.contenuTexte, .divClient, .divLoading
{
	background-color: rgba(255, 255, 255, 0.6);
	padding: 14px 10px;
}

.contenuTexte
{
	font-size: 13px;
}

.divClient
{
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.contenu
{
	/* on a pas le choix de faire un scroll dans le genre, on veut pas repeater le background */
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.tableAccesInfructueux input[type=text]
{
	width: 100%;
	border: 0px;
	font-size: 14px;
}

.tableAccesInfructueux textarea
{
	width: 95%;
	margin-top: 5px;
	border: 0px;
	font-size: 14px;
}

#divAfficheMessage td
{
	height: 2px !important;
	width: auto;
	border: 0px !important;
}

#divAfficheMessage th
{
	height: 2px !important;
	width: auto;
	border: 0px !important;
}

#divAfficheMessage table
{
	width: 100% !important;
}

.identification
{
	position: absolute;
	top: 173px;
	width: 100%;
}

div.deleteicon span
{
	display: none; /* va s'afficher avec le javascript */
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/Natif/bouton-clear.png') no-repeat 50% 50%;
	zoom: 0.5;
	cursor: pointer;
	width: 30px;
	height: 100%;
	margin-right: 16px;
}

.lblIcone .iconeMdp
{
	width: 20px;
	height: 24px;
	display: inline-block;
	-webkit-mask-image: url("../images/Natif/bouton-cadenas.png");
	mask-image: url("../images/Natif/bouton-cadenas.png");
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #64B8F6;
}

.lblIcone.readonly .iconeUser
{
	background-color: #D0D0D0;
}

.parentImage
{
	/*Il faut resetter le text-align et mettre un nb de width impair afin que l'animation de rotation soie centrée*/
	text-align: initial;
	margin: 0 auto;
	width: 17px;
}

.divSectionBtnAutres {
	position: absolute;
	top: 350px;
	right: 0;
	text-align: right;
}

.tablet .divSectionBtnAutres {
	top: 182px;
}

.divBtnAutre
{
	padding: 5px 20px 5px 15px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(48,55,60,0.75)), color-stop(15%,rgba(48,55,60,0.95)), color-stop(85%,rgba(48,55,60,0.95)), color-stop(100%,rgba(48,55,60,0.75)));
	background: linear-gradient(to right, rgba(48,55,60,0.75) 0%,rgba(48,55,60,0.95) 15%,rgba(48,55,60,0.95) 85%,rgba(48,55,60,0.75) 100%);

	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 0.8em;
}

@-webkit-keyframes spinnerRotating
{
	from
	{
		-webkit-transform: rotate(0deg);
	}

	to
	{
		-webkit-transform: rotate(360deg);
	}
}

.phablet #logoOvx
{
	width: 608px;
}

.phablet .zoneRetourContinuer
{
	height: 51px;
}

.phablet .btnContinuer
{
	font-size: 28px;
	margin-left: 138px;
}

.phablet .divRetour
{
	font-size: 25px;
	width: 136px;
}

.phablet .divRetour, .phablet .btnContinuer
{
	line-height: 51px;
}

body.tablet
{
	height: 100%;
	background: none;
	position: relative;
}

.tablet #content
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	background: url('../images/Natif/Background-vide-tablet.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tablet #headerContent
{
	-webkit-box-flex: 1;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
}

.tablet #mainContent
{
	height: 353px;
	padding-top: 57px;
}

.tablet #footerContent
{
	-webkit-box-flex: 1;
}

.tablet #form
{
	height: 100%;
}

.tablet #aspnetForm
{
	height: 100%;
}

.tablet .bandeBlanche
{
	background-color: rgba(238, 239, 243, 0.6);
	height: 100%;
	position: relative;
}

.tablet .contentWrapper
{
	width: 800px;
	margin: auto;
	position: relative;
	height: 100%;
}

.tablet .identification
{
	width: 380px;
	position: absolute;
	top: 61px;
}

.tablet .identification .deleteicon
{
	width: 300px;
}

.tablet .deleteicon.focused ::-webkit-input-placeholder
{
	color: #4AACE9;
}

.tablet .formEtudiant .identification
{
	right: 50px;
}

.tablet .formEmployeNormal .identification
{
	left: 50px;
}

.tablet .identification .titre
{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1em;
	height: 40px;
}

.tablet .deleteicon
{
	margin-bottom: 20px;
}

.tablet .deleteicon.focused
{
	-webkit-box-shadow: 0px 0px 0px 2px #4AACE9;
	box-shadow: 0px 0px 0px 2px #4AACE9;
}

.tablet .imagePersonne
{
	height: 800px;
	width: 640px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	zoom: 0.5;
}

.tablet .formEtudiant .imagePersonne
{
	background-image: url('../images/Natif/etudiante.png');
	left: 60px;
}

.tablet .formEmployeNormal .imagePersonne
{
	background-image: url('../images/Natif/employe.png');
	right: 80px;
}

.tablet .divRetour
{
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	color: #fff;
	width: 151px;
	height: 41px;
	font-size: 22px;
}

.tablet .btnContinuer
{
	margin-left: 0;
	width: 220px;
	text-align: center;
	position: relative;
	padding-right: 15px;
	box-sizing: border-box;
}

.tablet .btnContinuer img
{
	position: absolute;
	top: 22px;
	right: 30px;
}

.tablet .btnContinuer .loadingImage
{
	right: 220px;
}

.tablet .divRetour img
{
	position: absolute;
	top: 28px;
	left: 30px;
}

.tablet #logoOvx
{
	width: 1000px;
	height: auto;
	margin: -300px auto;
	padding-top: 74px;
}

.tablet .zoneRetourContinuer
{
	margin-top: 20px;
	height: 40px;
	text-align: left;
	font-size: 24px;
}

.tablet .deleteicon
{
	height: 40px;
}

.tablet .contenuTexte
{
	max-height: initial !important;
	height: 100%;
	box-sizing: border-box;
	background: none;
	width: 400px;
	color: #fff;
	font-size: 26px;
	padding-top: 26px;
	line-height: 1.4em;
}

.tablet .formEtudiant .contenuTexte 
                                                                                                                                                                                                          {
	float: right;
	margin-right: 69px;
}

.tablet .formEmployeNormal .contenuTexte
{
	float: left;
	margin-left: 69px;
}

.tablet .divChngLangue
{
	top: 0;
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	height: 41px;
	box-sizing: border-box;
	padding-top: 8px;
	background: initial;
	background-color: rgba(73, 171, 241, 0.9);
}

.tablet .divPageLoginNatifInfo
{
	position: relative;
	top: 0px;
}

.tablet.small #logoOvx
{
	width: 800px;
}

.tablet.small #mainContent
{
	height: 273px;
}

.tablet.small .identification
{
	top: 20px;
}

.tablet.small .imagePersonne
{
	height: 700px;
}
