

.minSize{
min-width: 850px;
	min-height: 600px;	
}


#panelConnexion{
font-family: Verdana, serif;	
}

.membres{
	background-image: url(../images/fond_oreed_bg.jpg);
    width: 819px;
    height: 116px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    border-top-right-radius: 39px;
}


.fond_oreed_hd{
	background-image: url(../images/fond_oreed_hd.jpg);
    width: 440px;
    height: 136px;
    top: 0px;
    right: 0px;
    position: absolute;
    border-bottom-left-radius: 39px;
}

.logoConnexion{	
	background-image: url(../images/arbe_logo.png);
    width: 268px;
    height: 100px;
    left: 70px;
    top: 51px;
    position: absolute;
    display: none;
}
	
#fondConnexion2{
	background: linear-gradient(to bottom left,#102d69,#a5bef1);
    width: 100%;
    height: 100%;
}

#fondConnexion{
	background-image: url("../images/fond_oreed_photo.jpg");
	background-repeat: no-repeat;
	background-size: auto;
	height: calc(100vh );
	width: calc(100vw );
	background-size: cover;
	
}
#fondConnexion2 {
	margin: auto;
	background-image: url("../images/bck.jpg");
	background-repeat: no-repeat;
	margin-top: 5px;
	border: 1px solid #d5d5d5;
	height: 734px;
	width: 1024px;
	overflow: auto;
	position: relative;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	/* background-size: auto; */
	/* height: calc(100vh ); */
	/* width: calc(100vw ); */
	/* background-size: cover; */
	
}
	
	
#logoArbe {
	background-image: url("../images/arbe_400.png");
	background-repeat: no-repeat;	
	width: 400px;
	height: 185px;
	bottom: 20px;
	left: 20px;
	position: absolute;	
}


.maintenance{
    right: 105px;
    bottom: -12px;
    position: absolute;
    font-size: 8pt;
    color: #ffffff;
    font-family: Verdana, serif;
}

.presentation{
left: 10px;
    top: 10px;
    position: absolute;
    color: #ffffff;
    font-family: Verdana, serif;
}

#panelConnexion{
/* 	    bottom: 127px;
    right: 96px;
 */    
 position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 114px;
    background-color: #4e6424;
    border: navajowhite;
    text-align: center;
    color: white;
    border: 2px solid #FFFFFF;
    
    bottom: 78px;
    right: 58px;
}


.inputConnexion{
	
	border: none;		
	border-bottom: 1px solid #FFF;
	border-radius: 0;
	outline: none;	
	height: 3rem;
	width: 200px;	
	margin: 0 0 20px;	
	padding: 0;	
	background: none;	
	color: white;	
	display: block;
	font-size: 14px;
	margin-left: 84px;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #FFFFFF !important;
}


#imgConnexion{
	background-image: url("../images/connexion.png");
	width: 71px;
	height: 71px;
	display:inline-block;
	margin-top: 26px;
	
}

.btnSignIn {
	background: none;
	border-radius: 0px;
	border-color: white;
	color: white;
}

.btnSignIn:hover{
	color: #d5e0e7;
	border-color: #d5e0e7;
}

.btnSignIn:focus{
	color: #d5e0e7;
	border-color: #d5e0e7;
}


::placeholder {
	
  /* opacity: 0.5; */
}




.formRow {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.formRow--item {
  display: block;
  width: 100%;
}
.formRow--input {
	position: relative;
	padding: 9px 16px 6px;
	width: 100%;
	outline: none;
	color: #fff;
	letter-spacing: .2px;
	font-weight: 400;
	font-size: 16px;
	resize: none;
	transition: all .2s ease;
	background: none;
	border: none;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	padding-left: 0px;
	padding-right: 0px;
}
.formRow--input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.formRow .placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  padding: 0 0px;
color:#b1c1c8;;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all, .2s;
  transition: all, .2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

	
.formRow--input-wrapper.active .placeholder {
  top: -5px;
  left:-4px;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 11px;
  line-height: 14px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
  color: #fff;
}
.formRow--input-wrapper .formRow--input:focus, .formRow--input-wrapper .formRow--input:hover {
  border-color: #fff;
}

.nonSelectionnable
{
 -moz-user-select: none; /* Firefox */
 -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
 -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
 user-select: none; /* Propriété standard */
}
