/* CSS Document */

.hidden{
  display: none;
}

body {
  text-align: center;
  font-size: 100%;
  background-color: #002f63;
  margin: 0;
  height: auto;
  width: 100%;
}
/* page d'accueil --------------------------------------------------------------- */ 
#LHDhome {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  float: center;
  padding: 0;
  margin: -5% auto;
  border: none;
  z-index: 0;
}

/* LOGIN css display pour masquer et afficher choix super admin--------------------------------------------------------------- */ 

#LHDhomelogin {
  display: block;
  position: relative;
  margin: -48% auto 30% auto;
  padding: 0;
  text-align: center;
  font-size: 1.25vw;/*vw unité = 1% of the width of the initial containing block */ 
  color: #FFF;
  font-family: 'Verdana';
  font-weight: bold;
  width: 20%;
  height: auto
  background-color: none;
  z-index: 1;
}

#nobot{
  font-size: 10px;
  margin: -18% 0 0% 0;
}

#LHDhomelogFond {
  display: block;
  margin: 5% auto 0 auto;
  padding: 0;
  text-align: center;
  font-color: #FFF;
  font-family: 'Verdana';
  width: 100%;
  height: 50%;
  background-color: none;
}

#LHDhomeloginCadre{
  text-align: center;
  font-color: #FFF;
  width: 40%;
  height: auto;
  background-color: none;
}

#LHDhomeloginNOM {
  display: block;
  margin: -70% 0 5% 0;
  padding: 0;
  text-align: center;
  font-size: 0.8vw;/*vw unité = 1% of the width of the initial containing block */ 
  font-color: #FFF;
  font-family: 'Verdana';
  width: auto;
  height: auto;

}

#LHDhomeloginPASS{
  display: block;
  margin: -10% 0 10% 0;
  padding: 0;
  text-align: center;
  font-size: 0.8vw;/*vw unité = 1% of the width of the initial containing block */ 
  font-color: #FFF;
  font-family: 'Verdana';
  width: 100%;
  height: auto;
}

input[type=text]:not(.textPlus), input[type=password] {
  display: block;
  margin: 2% auto 20% auto;
  width: 35%;
  height: 4%;
  font-size: 0.8vw;/*vw unité = 1% of the width of the initial containing block */ 
  opacity: .8;
}

/* bouton valider */ 
#LHDhomeloginVALID {
  position: relative;
  display: block;
  width: 38%;
  height: 100%;
  margin: 2% auto;
  padding: 0 0 0 1%;
}



/* Home Sélection parcs super ADMIN CSS display afficher masquer selon login--------------------------------------------------------------- */ 

#LHDhomePARCS {
  display: flex;
  position: relative;
  margin: -48% 1% 5% auto;
  padding: 0;
  text-align: center;
  font-size: 1.25vw;
  color: #FFF;
  font-family: 'Verdana';
  font-weight: bold;
  background-color: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
}
/* Home Sélection parc BEAUVOIR super ADMIN --------------------------------------------------------------- */ 
.LHDhomeSelecTITRE {
  display: block;
  positio:fixed;
  margin-top: -55%;
  font-size: 1.25vw;/*vw unité = 1% of the width of the initial containing block */ 
  color: #FFF;
  font-family: 'Verdana';
  font-weight: bold;  
  width: 100%;
}

.LHDhomeSelec{
  display: inline-block;
  margin : 0;
  width: 25%;
  height: 40%;
  text-align: center;
  float: left;
}

/* Home Sélection parc ST GENIS super ADMIN --------------------------------------------------------------- */ 

.LHDhomeSelecSuite {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 25%;
  height: 40%;
  text-align: center;
  /*float: right;*/
}

#LHDhomeTitre {
  margin-top: -15%;	
  display:block;
}

/* copyright home--------------------------------------------------------------- */ 

#LHDfondPerduHome {
  position: fixed;
  margin: -5% 0;
  height: 1%;
  width: 100%;
  font-size: 0.6vw;/*vw unité = 1% of the width of the initial containing block */ 
  color: #999;
  font-family: 'Verdana';
  z-index: 100;
  opacity:.7;
}

img{
  width:auto;
  height:auto;
  max-width:100%;
  pointer-events: none;
  user-select: none;
}


.popupErreur{
 font-family: 'Verdana';
 position: absolute;
 top: 80%;
 z-index: 9000;
 width: 100%;
 height: 7%;
 background-color: #ffffff;
 border: 2px solid red;
 opacity:1;
}

@media screen and (max-width: 1280px) {
  /* Home Sélection parc BEAUVOIR super ADMIN --------------------------------------------------------------- */ 
  .LHDhomeSelecTITRE {
    margin-top: -57%;
  }

  .LHDhomeSelec{
    margin-right: 5%;
    width: 20%;
    height: 40%;
    text-align: center;
    float: left;
  }

  /* Home Sélection parc ST GENIS super ADMIN --------------------------------------------------------------- */ 

  .LHDhomeSelecSuite {
    position: relative;
    display: inline-block;
    margin-right: 5%;
    width: 20%;
    height: 40%;
    text-align: center;
  }

  .LHDhomeTitre {
    display:block;
    position: relative;
    margin-top: -10%; 
  }

  #LHDhomeloginCadre{
    text-align: center;
    font-color: #FFF;
    width: 55%;
    height: auto;
    background-color: none;
  }
  #LHDhomeloginNOM {
    display: block;
    margin: -90% 0 5% 0;
    padding: 0;
    text-align: center;
    font-size: 1vw;/*vw unité = 1% of the width of the initial containing block */ 
    font-color: #FFF;
    font-family: 'Verdana';
    width: auto;
    height: auto;

  }

  #LHDhomeloginPASS{
    display: block;
    margin: -10% 0 10% 0;
    padding: 0;
    text-align: center;
    font-size: 1vw;/*vw unité = 1% of the width of the initial containing block */ 
    font-color: #FFF;
    font-family: 'Verdana';
    width: 100%;
    height: auto;
  }

  input[type=text]:not(.textPlus), input[type=password] {
    font-size: 1.2vw;/*vw unité = 1% of the width of the initial containing block */ 
    margin: 2% auto 20% auto;
    width: 40%;
    height: 4%;

  }
  #nobot{
    font-size: .8vw;
    margin: -17% 0 0 0;
  }
  input[type="checkbox" i] {
    margin: 1% 1% 5% 0;
    padding: initial;
    border: initial;
    width:10%;
  }

}
/* end */