#banniere {
  text-align: center;
}

#banniere img {
  width: 100%;
}

#accueil {
  display: flex;
  align-items: center;
  justify-content: center;
}

#accueil div {
  padding: 10px;
}

#sess-div {
  margin: 0 auto;
  width: 35%;
  text-align: center;
  border-style: groove;
  /* padding: 10px; */

  /* font-size:1.3em; */
}

#sess-div div {
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 5px;
}

#sess-div button {
  background-color: #f9ebeb;
  color: #d7cccc;
  font-weight: 700;
  cursor: crosshair;
  margin-top: 10px;
  font-size: 1.3em;
  padding: 2px 10px;
}

#a_olvidado{
  background-color: rgba(0, 0, 0, 0);
  color: rgb(48, 130, 118);
  font-family: "Open Sans", system-ui, ui-sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#sess-div button.enable {
  background-color: black;
  cursor: pointer;
}

#sess-div button.disable {
  background-color: #f9ebeb;
  color: #d7cccc;
  cursor: crosshair;
}

.part2, #part3 {
  display: none;
}

#part3{
  margin-top: 30px;
  margin-bottom: 20px;
}

.row-btn {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
}

.row-btn div {
  width: 20%;
  /* height: 50px; */
  border: 1px dotted rgb(41, 17, 68);
  margin: 2px;
  padding-bottom: 5px;
}

.row-btn button {
  margin-top: 5px;
  font-size: 1.5em;
  cursor: pointer;
}

.row-btn label {
  width: 100%;
}

#code-error {
  color: maroon;
}

.sess-message {
  font-family: Public sans,sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 1.125rem;
  color: cadetblue;
  font-weight: 600;
}

#sess1, #coder {
  font-size: 1.2em;
  font-weight: 500;
}

#sess1-del {
  font-size: 1.5em;
  cursor: pointer;
}

.bandeau-bgc {
  background-color: beige;
  min-height: 40px;
  padding-top: 10px;
  text-align: left;
  padding-left: 20px;
}

.sess-label{
  text-align: center; 
}
.bandeau-bgc2 {
  margin-top: 30px;
}

#sess-valider {
  display: none;
}

#sess-valider label {
  margin-top: 10px;
  font-size: 1.3em;
  width: 150px;
  border: 1px dotted #111315;
  display: inline-block;
  height: 25px;
}


#lb1-del {
  margin-left: -13px;
  cursor: pointer;
  vertical-align: text-bottom;
}

/* mobiles */
@media (max-width: 400px) {
  #accueil {
    display: block;
    text-align: center;
  }

  #accueil img {
    width: 100%;
  }

  #sess-div {
    width: 90%;
  }

}