body{
	background-color:  #282e33;
	margin: 0;

	}
.content{
	margin: 180px auto;
	width: 70%;
	background-color: #161820;
	border: 5px solid;
	border-color:#0F0A0F;
	border-radius: 5px;
	margin-top: 20px auto;
}

#readme{
	color: #C7C7C7;
	padding: 10px;
	font-size: 120%;	
}
.content>h1{
	color: #C8C8C8;
	margin: 20px;
	font-size: 200%;	
}
.content>h2{
	color: #ff6022;
	margin: 20px;
}
.content>p{
	color: white;
	margin: 20px;
	font-size: 130%;	
}

.content>div>p{
	color: white;
	margin: 20px;
	font-size: 130%;	
}

.menu{
	display: flex;
	width: 100%;
	justify-content: center;
	background: #161820;
	position: fixed;
	top: 0;
}
.nav{
	color: #C7C7C7;
	padding-top: 25px;
	padding-bottom: 15px;
	width: 300px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	margin: auto;
	font-size: 130%;	
}
.nav:hover {
	background-color: #101214;
	transition: background 0.5s;
}

.bouton{
	background: #f70;
  	border: 0;
  	width: 100%;
  	height: 40px;
  	border-radius: 3px;
  	color: white;
  	cursor: pointer;
}
.bouton:hover{
	background: #ff6022;
	transition: background 0.3s;
}
#download{
	text-decoration: none;
	height: 60;
	margin: auto;
	margin-bottom : 20px;
	display: block;
	width: 40%;
	text-align: center;
	line-height: 60px;
}
.mini_input{
	background-color: #2c3338;
	border: 0;
	border-radius: 5px;
	margin-bottom: 10px;
	width: 30%;
	height: 40px;
	color: white;
	font-size: 130%;	
}

.large_input{
	background-color: #2c3338;
	border: 0;
	border-radius: 5px;
	width: 100%;
	height: 100px;
	color: white;
	resize: none;
	font-size: 130%;	
}
progress::-moz-progress-bar {
	background-color: green;
}
input[type=file] {
	width : 50%;
  padding: 8px 12px;
  background-color:  #2c3338;
	border: 5px solid;
	border-color:#f70;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #fff;
}
input[type=file]::file-selector-button {
  margin-right: 8px;
  border: none;
  background: #f70;
  padding: 8px 12px;
  color: white;
  cursor: pointer;
	border-radius: 3px;
}
input[type=file]::file-selector-button:hover {
	background: #ff6022;
	transition: background 0.3s;
}

#progress_bar{	
	margin-top: 10px;
	-webkit-appearance: none;
	appearance: none;
	height : 20px;
	width : 100%;
}
.infodiv{
		display: inline-flex;
		width:33%;
		align-content:center;
}

#speed{
	color: #f70;
}

#done{
	color: #f70;
}

#ETA{
	color: #f70;	
}
#right{
	float: right;	
}
#dwlin{
	width:100%;
	border: 5px solid;
	border-radius: 3px;
	border-color:#f70;
}

#link{
	width:90%;
	border: 5px solid;
	border-radius: 3px;
	border-color:#c8c8c8;
	margin:auto;
	margin-bottom: 4px;
	height:40px;
}
#link>button{
	width : 10%;	
	display:inline-block;
	float:right;
}
#plink{
	display:inline-block;
	color:#f70;
	margin-bottom: auto;
	margin-top: 10px;
	margin-left: 10px;
}
@media screen and (max-width : 1200px) {
	.input{
		height: 70px;
	}
	.nav{
		height: 60px;
		padding-top: 40px;
	}
}
