.container {
  min-height: 100%;
}

header {
  background-color: #424a60;
  color: white;
  font-size: 20px;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0;
  padding: 15px;
  cursor: pointer;
  z-index: 999;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0;
  background-color: #424a60;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  z-index: 999;
}

main {
  height: calc(100% - 35px);
  padding: 53px 0px 10px 0px;
  background-image: url("../img/batiment.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

h1 {
  font-size: 30px;
  text-align: center;
  background: white;
  margin-top: 20px;
  opacity: 0.9;
  padding: 5px;
}

#infoSocieteTitle {
  font-size: 25px;
}

#infoSocieteQrcode{
  text-align: center;
}

#infoSocieteContact{
  display: flex;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
}

#infoSocieteContact img{
  width: 200px;
  margin: 10px 0 0 0;
}

.blocContact{
  margin-bottom: 10px;
}

.contactNom,.contactTelephone{
  font-size: 20px;
}

.telephone canvas{
  width: 150px;
  padding: 10px;
}

#page_home {
  display: flex;
  height: 100%;
}

.choix{
  flex-wrap: wrap;
  height: 100%;
}

.choix div {
  border: 1px #424a60 solid;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  font-size: 20px;

  text-align: center;
  background: white;
  opacity: 0.9;
  cursor: pointer;
  -webkit-box-shadow: 7px 4px 6px 1px #a8a8a8;
  box-shadow: 7px 4px 6px 1px #a8a8a8;
}

#btn_event,
#btn_rdv {
  cursor: pointer;
  padding: 80px
}

#page_rdv,
#page_event,#choixContact {
  display: none;
}

#formulaireVisiteur{
  width: 100%;
}

#formulaireVisiteurContainer{
  width: 500px;
  margin: 20px auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  background-color: white;
  opacity: .9;
}

#formulaireVisiteurContainer label{
  width: 150px;
}

#formulaireVisiteurContainer div{
  padding:5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#formulaireVisiteurContainer input[type=text],#formulaireVisiteurContainer input[type=email],#formulaireVisiteurContainer select{
  padding:5px;
  display: flex;
  flex-grow : 1
}

#cguContainer{
  display: flex;
  justify-content: ;
  align-items: flex-start !important;
}

#cguContainer label{
  width: inherit;
}

#cgu{
  margin-right: 10px;
}

#submitFormVisiteur {
  margin: 10px;
  padding: 10px 50px;
  background-color: #424A60;
  color: white;
  border:none;
}



