@font-face {
    font-family: "RussoOne";
    src: url("/ezds/resources/fonts/RussoOne-Regular.ttf");
}

.navbar{
    align-items: flex-start;
}
.containerHeader{
    display: flex;
}
 .imgMenu{
    margin-left:40%;
    width:80%;
    height: auto;
    padding-bottom: 1%;
    object-fit: cover;
    object-position: center;
}

#FileUpload {
    display: grid;
  }
  
  .btnIndex{
      border-color: rgb(128, 195, 65)!important;
      background-color:rgb(128, 195, 65)!important;
      color:white!important;
      margin-bottom: 20%!important;
      margin-top: 5%!important;
  }
  .btnIndex:hover{
      border-color: rgb(128, 195, 65)!important;
      background-color:rgb(128, 195, 65)!important;
      color:white!important;
  }
  .depotFileTxt {
      font-family: Georgia, serif;
  }
  .Formulaire{
      margin-top: 8%;
      border: 1px solid grey;
      min-height: 30vh;
      border-radius: 10px;
      box-shadow: 10px 5px 5px gray;
  }
  .Formulaire2{
    margin-top: 8%;
    border: 1px solid grey;
    min-height: 38vh;
    border-radius: 10px;
    box-shadow: 10px 5px 5px gray;
  }
  .Formulaire3{
    margin-top: 8%;
    border: 1px solid grey;
    height: 74vh;
    border-radius: 10px;
    box-shadow: 10px 5px 5px gray;
  }
  .imgUpload {
      width: 20%;
      padding-top: 3%;
      padding-bottom: 3%;
  }
  .affichageLD{
      margin-bottom: 4%;
  }
  .btnIndexValid{
      margin-bottom: 1%;
  }
  
  #file-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    min-height: 22vh;
    display: block;
  }
  #zonedepot {
    position: relative;
  }
  #zonedepot.dragged-over {
    border: 1px solid;
  }
  .TitreEntete{
      font-family: RussoOne;
      font-size: 230%;
  }
  #menuNav{
    display: flex;
    justify-content: center;
    background-color: #f9f8fa;
}
@media screen and (max-width: 1000px) {
    #menuNav{
        display: flex;
        justify-content: left;
    }
}

.centervertical{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#donne{
    background-image: url("/ezds/resources/images/fondpng.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ligneDocument{
    border: 1px solid lightgray;
    border-radius: 10px;
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
}
.iconefont{
    font-size: x-large;
    line-height: inherit;
}
.nomfile{
    margin-top: auto;
    margin-bottom: auto;
}
.parent{
    height: 2em; /* hauteur du parent */
    line-height: 2.7em; /* hauteur de ligne (identique) */
    white-space: nowrap; /* interdiction de passer à la ligne */
}
.iconetimes{
    font-size: large;
    cursor: pointer;
}
.BtnEnvoyer{
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    font-size: 1em;
    line-height: 2em;
    padding: 0.8em;
    font-weight: bold;
    cursor: pointer;
}
.BtnEnvoyer:hover{
    background-color: #b4b831;
    color: white!important;
}
#zonedocument{
    overflow: auto;
    height: 28vh;
}
.affichagePhoto{
    overflow: auto;
    height: 72vh;
}
.seedoc{
    cursor: pointer;
}