#modal,.modal{
  position:absolute;
  top:10rem;
  left:0;
  padding-bottom:30rem;
  width:100%;;
  text-align:center;
  margin:auto;
  padding-top:8rem;
  background:linear-gradient(0deg, rgba(0,0,0,0) 5%, rgba(255,255,255,0.98) 30%, rgba(255,255,255,0.90) 90%, rgba(0,0,0,0) 100%);
}
#modal>div,.modal>div{
  position:relative;
  width:80rem;
  margin:auto;
  border-radius:20px;
  border: 1px solid #000;
  background-color: rgb(255,255,255);
}
#formtraduc{
   display:table;
   width:100%;;
   padding-bottom:2rem
}
#formtraduc>div{
   display:table-row;
}
#formtraduc>div>div{
   display:table-cell;
   vertical-align:top;
   padding-bottom:0.5rem;
}
#formtraduc>div>div:nth-child(1){
  text-align:right;
  padding-right:1rem;
}
#formtraduc>div:nth-child(1)>div{
  text-align:center;
}
#formtraduc>div:nth-child(1)>div>span{
  font-weight:900;
}
#formtraduc>div>div:last-child{
   padding-right:0.75rem;
}
#formtraduc textarea{
   min-height:2rem;
   height:fit-content;
   width:25rem;
   padding-top: 0.5rem;
   padding-bottom: 1.5rem;
}
.infotraduc{
   display:table-cell;
   vertical-align:top;
   text-align:left;
   padding-right:2rem;
}
.infotraduc div.nouvlang,
.infotraduc div.vtraduc{
   padding-bottom:0.35rem;
   font-weight:900;
}
#file-input,#file-input-data {
  display: none;
}
#file-input-label {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}
#file-input-label:hover {
  background-color: #0056b3;
}
#dragdropform{
   display:none;
}
#drop-area {
  border: 2px dashed #007bff;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  margin-top: 5rem;
  margin-bottom:0.5rem;
  display:none;
}
#drop-area.highlight {
  background-color: #e9ecef;
}
.progress-bar {
  width: 0%;
  height: 10px;
  background-color: #0000ff;
  /*background-color: #f0f0f0;*/
  border-radius: 5px;
  margin-top: 10px;
}
.progress-bar-fill {
  height: 100%;
  background-color: #007bff;
  border-radius: 5px;
  width: 0;
  transition: width 0.3s ease-in-out;
}
#infodragdrop{
   margin:auto;
}
#resetdrop-area{
   padding-top:1rem;
   display:none;
}
#resetdrop-area>span{
   display:none;
}


@media only screen and (max-width: 850px) {


}
@media only screen and (max-width: 500px) {



}
