@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}

body {
	padding: 30px;
	font-family: Ubuntu, sans-serif;
	background-color: #333;
	height: 100%; 
	display: grid; 
	align-content: center;
	-webkit-font-smoothing: antialiased;
}

form {
	display: block;
	margin: 20px auto;
	background: #fff;
	border-radius: 10px;
	width: 400px;
}
label {
	margin: 0 auto;
    min-width: 100%;
    background-color: #eaeff4;
    padding: 50px!important;
    border-radius: 20px;
    border: #666 2px dashed;
}
label figure {
	display: block;
	float: none!important;
}
#txt-file {
	font-size: 18px;
    color: #484848!important;
    font-weight: 800;
}
.nom {
	width: 400px;
	font-family: Ubuntu, sans-serif;
	font-size: 14px;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: #eee 1px solid;
	padding: 10px 10px 10px 30px;
	margin: 20px 0 20px 0;
	text-align: center;
	-webkit-transition: all ease-in-out .15s;
	-o-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
}
.nom:hover,
.nom:active, 
.nom:focus{
  border-bottom: #b92376 2px solid;
}
.logo {
	margin: 30px auto;
    width: 170px;
    height: auto;
    display: block;
}

.progress {
	margin: 0 auto;
	position: relative;
	width: 400px;
	background-color: #eee;
	color: #fff;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 10px;
}

.bar {
	background-color: #6fb8e2;
	width: 0%;
	height: 20px;
	border-radius: 10px;
}

.percent {
	position: absolute;
	display: inline-block;
	top: 4px;
	width: 400px;
    text-align: center;
	font-size: 13px;
}

#status {
	margin: 0 auto;
	position: relative;
	width: 480px;
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
}
#link {
	border: #F1F1F1 1px solid;
    padding: 10px;
    width: 440px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    border-radius: 40px;
}
.bloc {
	margin: 0 auto;
    position: relative;
    width: 460px;
    background-color: #FFF;
    border-radius: 40px;
    padding: 20px 20px 25px 20px;
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.3);
}
.files {
	background-color: rgba(255,255,255,0.9)!important;
	text-align: center;
}
.but_send {
	width: 100%;
	background-color: #b92376;
	color: #fff;
	border-radius: 30px;
	padding: 15px;
	margin: 20px 0 10px 0;
	border: 0px;
	font-family: Ubuntu, sans-serif;
	font-size: 17px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.but_send:hover {
	background-color: #292929;
	color: #fff!important;
}

.titre {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	font-size: 20px;
	color: #292929;
}

.ok {
	width: 100%;
	padding: 10px;
}
.ok a:hover {
	color: #cf8cb1!important;
	text-decoration: underline;
}
.ko {
	width: 100%;
	border-left: #7C1D1F 6px solid;
	background-color: #2F2F2F;
	padding: 10px;
}

.is-dragover {
	background-color: #333!important;
	border: #333 2px solid!important;
}
.is-dragover #txt-file, .is-dragover #messages  {
	color: #FFF!important;
}
#succes {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	color: white;
	background: #6db5c0;
	z-index: 100000;
	font-size: 1em;
	cursor: pointer;
}
.upload-area { 
	margin: 0 auto;
    display: block;
    padding-top: 10px;
    text-align: center;
	width: 100%;
    overflow: hidden;
}
.link_copy {
	color:#FFF;
	text-decoration:none; 
	font-size:16px;
	font-weight:800;
}
video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background-size: cover;
}

@media screen and (max-width: 980px) {
	body { width:auto!important; }
	.bloc { width:100%!important; text-align: center!important; font-size: 2.2rem!important;}
	.bloc span.info_txt, .titre {font-size: 2vh!important; }
	.bloc span.info_ti {font-size: 1.5vh!important; }
	.but_send {width:100%!important; font-size: 2vh!important;}
	.logo { width:50%; height: auto;max-width: 300px;}
}