
/* Style */

body{
  background-color: rgb(156, 150, 136);
  /* width: auto; */
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.information{
  color: white;
  background-color: gray;
  border-radius:5px ;
  text-align: start;
  padding: 10px;
}

.form-check-input{
  float: none !important;
  font-size: 20px;
}

.form-control{
  height: 50px !important;
}

.myform{
  position: relative;
}

/* .my-input{
  height: 45px !important;
  margin-bottom: 4px;
} */

.labelforcase{
  font-size: 18px;
  margin-top: 2px;
}

.icon{
  position: absolute;
  top: calc(68%);
  left: 1.25rem;
}

.myform .label, .myform .form-control{
  left: .5rem;
  padding-left: 3.5rem;
}

.footers{
  position:fixed;
  bottom: 0px;
  width: 100%;
}

.nav-item{
  background-color: #6ac753 !important;
  margin: 0 5px;
  text-align: center;
  border-radius: 10px;
}

.titre-inscription{
  font-size: 30px;
  font-weight: bold;
}

.choix-sexe{
  color: white;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid;
  max-width: 150px ;
}

.form-check-label{
  color: white;
}

.button{
  margin-bottom: 0px;
}

.label{
  float: left;
  font-size: 18px;
  margin-top: 2px;
  /* font-weight: bold; */
  color: white;
  text-align: start !important;
}

.labels{
  font-size: 18px;
  margin-top: 2px;
  color: white;
  text-align: start !important;
}

.labe{
  font-size: 18px;
  margin-top: 2px;
  padding-left: 0px !important;
  /* font-weight: bold; */
  color: white;
  text-align: start !important;
}

.alert{
  text-align: center;
}

.login100-pics{
  text-align: center;
  width: 316px;
  position: absolute;
  top: 70%;
  color: white;
  background-color: #6ac753;
  border-radius: 10px;
  margin-left: 15px;
}

.first-info{
  display: none;
}

.login100-pics img{
  width: 300px;
  display: none;
}

.valider{
  max-width: 300px;
  font-size: 20px;
}
/* #carte{
  max-width: 65%;
  margin-left: 200px;
} */

.cart{
  margin: 0px 10px;
}

.qr-field{
    background-color: #6ac753;
    border-radius: 5px;
    border: #6ac753 solid 2px;
    background-image: url('../assets/ens-image-v1.png');
    background-size: 40vh !important;
    /* background-attachment: fixed; */
    background-position-y: 30px;
    background-position-x: 160px !important;
    background-repeat: no-repeat;
    font-style: oblique;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 1px;
    padding: 0px 5px;
    margin-top: 15px;
    height: 250px;
}

.dateR{
  font-size: 15px;
}

.rdv, .tit{
  text-align: center;
}
.disabled{
  background-color: transparent !important;
}
#monid{
  display: none;
}
.banner{
  /* background-image: url("../assets/ens_logo.png");
  background-color: #CCCCCC;
  background-size: 25vh;
  background-repeat: no-repeat; */
  height: 120px;
}

.banner .ens{
  text-align: center;
  color: #0B8B38;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.banner img{
  width: 100%;
  height: 70px;
}

#bloc .container .row ul li{
  text-align: start;
}
/* Pour la page de verification */

@media only screen and (min-width:1024px) {
  .labels {
    padding-left: 80px !important;
  }

 

  .banner img{
    width: 100%;
    height: 150px;
  }

  .all{
    max-width: 800px !important;
  }
  .part1 h5, .part2 h5
  {
    font-size: 12px;
  }
  .part1 img, .part2 img{
    margin-top: 0px !important;
  }
  .inputs{
    font-weight: bold;
  }
}


@media only screen and (max-width:992px) {
  .image-ens{
    display: none;
  }


  .first-info{
    display: block;
  }
  .form{
    background-image: url('../assets/ens-image-v1.png');
    background-size: 30vh;
    background-attachment: fixed;
    background-position-y: 80%;
    background-position-x: 50%;
    background-repeat: no-repeat;
  }
  .nav-item{
    margin: 5px 0px;
    height: 60px;
    font-size: 20px;
  }

  /* Pour la page de verification */
  .inputs label{
    max-width: 200px;
  }

  .banner img{
    /* background-image: url("../assets/baniere2.jpg");
    background-size: 100vh;
    background-repeat: no-repeat; */
    height: 100px;
  }
  


}
@media only screen and (max-width:500px) {
  .form-check-label{
    font-size: 18px;
  }
  .part1, .part2{
    font-size: 15px;
  }
  ul{
    font-size: 13px;
  }

  .last{
    font-size: 11px;
  }

  .banner{
    height: 60px;
  }

  .dateR{
    font-size: 13px;
  }

  .qr-field{
    background-color: #6ac753;
    border-radius: 5px;
    border: #6ac753 solid 2px;
    background-image: url('../assets/ens-image-v1.png');
    background-size: 30vh !important;
    /* background-attachment: fixed; */
    background-position-y: 10px !important;
    background-position-x: 60px !important;
    background-repeat: no-repeat;
    font-style: oblique;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 1px;
    padding: 0px 5px;
    margin-top: 15px;
    height: 200px;
  }

  .qrframe img{
      height: 90px !important;
  }
  .form-check-input{
    font-size: 15px;
  }
  .title{
    font-size: 10px;
    font-weight: normal;
  }
  .form-control{
    height: 35px !important;
  }

  .form{
    background-image: url('../assets/ens-image-v1.png');
    background-size: 30vh;
    background-attachment: fixed;
    background-position-y: 75%;
    background-position: center;
    background-repeat: no-repeat;
  }

  #carte{
    margin: 0 !important;
    /* width: 100% !important; */
    max-width: 100% !important;
  }


  .qr-field img{
    margin-top: 15px;
    max-width: max-content;
  }
  .info{
    max-width: 100px;
    font-size: 15px !important;
    font-weight: none;
    margin: 0px !important;
    display: flex !important;
    color: white;
  }
  .infos{
    color: white;
  }
  .logos{
    width: 40px !important;
  }

  /* Pour la page de verification */

  .labels{
    padding-left: 0px !important;
    padding-top: 8px !important;
  }

  .rdv h5, .tit{
    font-size: 10px;
    margin-top: 10px;
  }
  .inputs{
    font-size: 13px;
    width: 120px;
    font-weight: bold;
    padding: 0px;
    /* width: 150px; */
    height: 20px !important;
  }

  .ul{
    padding-inline-start: 0px !important;
    width: 230px;
  }

  .ul li{
    width: 100%;
  }
  .nb{
    font-size: 12px;
  }
  .labels{
    margin-top: 0px !important;
  }
  .titles h5{
    font-size: 12px;
  }
  .part2 h5, .part1 h5{
    font-size: 7px !important;
    margin-bottom: 0px;
    /* margin-top: 20px; */
  }
  .part1 img, .part2 img{
    width: 30px !important;
    margin-top: 0px !important;
  }
}

@media screen and (min-width:770px) and (max-width: 992px) {
  .alert{
    /* margin-left: 30px !important; */
    text-align: center;
  }
}

/* Pour la page d'impression  */

.carte{
  display: none;
}

/* #carte{
  max-width: 65%;
  margin-left: 200px;
} */


.cartee{
  display: none;
}

.info-carte{
  display: none;
}

/* Pour la carte avec le code qr pour le rdv */

.info{
  max-width: 100px;
  margin: 0px !important;
  display: flex !important;
  color: white;
}
.qr-field{
  background-color: #6ac753;
  border-radius: 5px;
  border: #6ac753 solid 2px;
  background-image: url('../assets/ens-image-v1.png');
  background-size: 30vh;
  /* background-attachment: fixed; */
  background-position-y: 10px;
  background-position-x: 60px;
  background-repeat: no-repeat;
  font-style: oblique;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 1px;
}


/* Page de Verifications */
.part1 h5, .part2 h5{
  text-align: center;
  font-size: 12px;
}

.part1, .part2{
  text-align: center;
  /* font-size: 15px; */
}

.titles{
  border: 2px solid gray;
  border-radius: 3px;
  padding: 10px;
  margin-top: 20px;
  background-color: gray;
  text-align: center;
  width: 80%;
}

.inputs{
  border: none;
  background-color: transparent;
}

.labels{
  padding-left: 70px;
}