@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, #pagecontainer{
	height:99%;
	min-height:99%;
	max-height:99%;
	font-size:1.1em;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	margin:0;
}
 #PGSubHeader2{
	background-color: Gold;
	height: 10px;
}
#PGHeader{
	display:block;
	width:100%;
	background: none;
	font-size: 50px;
	height: 70px;
	text-align: center;
	vertical-align: bottom;
	color: darkslateblue;
}
#PGMiddleBloc{
	display:block;
	width:100%;
	height: calc(100% - 160px);
}
#PGloginbasdepage{
	display:block;
	width:100%;
	height: 70px;
}
label{ 
	font-weight: bold;
	font-size: 1em;
}
input{
	font-size: 0.75em;
}
div#contenuVue{
	display:flex;
	width:100%;
	height:100%;
}
div#contenuVue:after{
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	background-image: url('../images/design/imagecnx.png');
	background-position: center;
	background-repeat: no-repeat;
	opacity:0.15;
	background-size: 70% 50%;
}
span#fondFormLogin{
	opacity:1;
	margin: auto;
}
form#formIdConnection{
}
form#formIdConnection fieldset{
    width:400px;
    border:none;
}
form#formIdConnection fieldset legend{
    font-weight: bold;
}
form#formIdConnection fieldset input{
    width:85%;
    float:right;
    background:none;
}
form#formIdConnection fieldset input[type="submit"]{
    width:44%;
    float:left;
    border-color: darkgray;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}
form#formIdConnection fieldset input[type="button"]#resetmdp:hover{
    font-weight: bold;
}
form#formIdConnection fieldset input[type="button"]#resetmdp{
    width:56%;
    float:right;
    border:none;
    cursor: pointer;
    text-align: right;
    text-decoration: underline;
    font-style: italic;
    color: red;
    font-weight: bolder;
}
form#formIdConnection fieldset input[type="submit"]:hover{
    background-color: lightgray;
}    
form#formIdConnection span.messageconnexion{
    width:100%;
    text-align:center;
}
form#formIdConnection span.messageconnexion h3{
    color:darkred;
}
form#idFormResetMDP{
	margin-right: 15px;
}
form#idFormResetMDP input[type="text"]{
	width:70%;
	float:left;
}
form#idFormResetMDP input[type="submit"]{
	width:25%;
	float:right;
}
form#idFormResetMDP h3{
	color:darkred;
}
fieldset.aideCompoMDP ul{
    margin-top:15px;
    margin-bottom:5px;
}
#btInscription{
    position: relative;
    cursor: pointer;
    font-size: 2em;
    font-style: italic;
}
#btInscription:hover{
    font-weight: bold;
}
#btInscription::before{
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3cefff;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
}
#btInscription:hover::before{
    transform: scaleX(0);
    transform-origin: bottom right;
}
input#InscriptionMail{
    width:75%;
}
input#btInscriptionSubmit{
    width:20%;
}
#tabRZ{
    color: rgb(31, 41, 179);
    position: relative;
    height: auto;
    max-width: 600px;
}
#tabClient{
    position: relative;
    height: auto;
    max-width: 600px;
}
