@import url(//db.onlinewebfonts.com/c/056a51de4b0b3259b82ac740d9cb460f?family=Mic+32+New);
body {
  /* Variables css */
  --bleu: rgb( 12, 65, 154);
  --vert: rgb( 0, 171, 142);
  --bleu2: rgb(0, 127, 173);
  /* ---------------*/
  font-family: "Mic 32 New","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
  background-color: var(--vert);
  margin-top: 0;
}        

.image img{ 
  display:block
}

.ZoneTravailTD {
  vertical-align: top;
  margin: 0px;
  padding : 0px;
}

.tdTitre {   
  color: var(--bleu);
  font-size: 25px;
  font-weight: bold;
  height: 30px;
  text-align: center;
}

.table_zt {
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.td_zt {
  color: #101010;
  font-size: 15px;
  font-weight: bold;
  height: 20px;
  text-align: left;
}

.td_recapitulatif {
  left: 20px;
  position: relative;
  color: #000099;
  font-size: 13px;
  height: 15px;
  text-align: left;
}

.zone_erreur {
  color: #990000;
  font-weight: lighter;
  font-size: 12px;
  vertical-align: middle;
}

input {
  font-size: 12px;
  font-weight: lighter;
}

.titre_1_accueil {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: var(--bleu);
  text-transform: uppercase;
}

.titre_2_accueil {
  font-size: 22px;
  color: #000000;
  text-align:center;
}

.titre_1 {
  font-weight: bold;
  font-size: 20px;
  color: #000099;
}

.titre_2 {
  font-size: 18px;
  color: #1678b9;
}

.erreur_1 {
  font-weight: bold;
  font-size: 20px;
  color: #990000;
}

.erreur_2 {
  font-size: 18px;
  color: #990000;
}

.monInput {
  font-family: "Mic 32 New", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  width: 305px;
  height: 60px;
  font-size: 18px;
  background: var(--bleu);
  text-transform: capitalize;
}

.monInput-admin {
  font-family: "Mic 32 New", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  width: 305px;
  height: 40px;
  font-size: 18px;
  background: var(--bleu);
  text-transform: capitalize;
}

.monPetitInput {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background: url(../images/bouton.png) no-repeat;
  background-size: 150px 20px;
  width: 155px;
  height: 25px;
  text-decoration: none;
  border: none;
}

.bleu{
  color: var(--bleu2);
}

.eps-table {
  width: 1030px;
}

.eps-table__table-interne {
  height: 100%;
  width: 100%;
}

.center {
  display: flex;
  justify-content: center;
}
