/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}


/*-------------------------
    General Styles
--------------------------*/


html{
    min-height:900px;
    height: calc(100% - 4rem);
    background: url("../../img/01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#373a3d; 
}

body{
    font:15px/1.3 Arial, sans-serif;
    color: #4f4f4f;
}
.labelspec{
    color:#E94D1B;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}


h1{
    font-size: 2.1em;
    font-family: Arial, sans-serif;
}

h2{
text-align:left;
}

hr{
    width: 100%;
    padding: 0px 30px;
    list-style: none;
    margin: 5px -30px;
    border-top: 1px solid #2b2e31;
    border-bottom: 1px solid #3d4043;
    display: inline-flex;
    clear: both;
}

a, a:visited {
    outline:none;
    color:#389dc1;
}


#centerM{
display:block;
margin:5px auto;
width:75%;
text-align: center;
color: #E94D1B;
}

a:hover{
    text-decoration:none;
}

section, footer, header, aside{
    display: block;
}

.dnone{
    display: none!important;
}

#left1{
    float: left;
    width:100%;
    display: block;
    margin-bottom: 2px;
}

#droplist h2{
   color: #E94D1B; 
   text-decoration: underline;
   margin-bottom: 5px;
   font-weight:100;
   font-size: 1em;
}

#labelheader{
    color:white;
    width: 115px;
    text-align: right;
}
#mailexp,#mailsend{
    width: calc(100% - 145px);
}
#mailtext{
    width: calc(100% - 143px);
    height: 50px;
    overflow-y:auto; 
    padding: 5px;
    white-space: pre-wrap;
}
#mailexp,#mailsend,#labelheader{
    display: block;
    float: left;
    padding: 5px;
}

.clear{
    clear: both;
}

#results{
    position: absolute;
    width: 50%;
    height: 50%;
    color: white;
    top: 10%;
    left:25%;
    display: none;
    background-color: black;
    z-index: 1;
    border: 8px solid #E94D1B;
}
.red{
    background-color: #BC3818;
}
/*----------------------------
    The file upload form
-----------------------------*/

#all{
    margin-top: 25vh; /* poussé de la moitié de hauteur de viewport */
  transform: translateY(-25%);
}

#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background: url(../../logo.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 99% 3%;
    background-color:rgba(55, 58, 61, 0.95);
    width:40%;
    padding:30px 30px 0px 30px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    margin:15px auto 0 auto;
}

#droplist{
    width:40%;
    padding:30px;
	margin:-1px auto 20px auto;
    position: relative;
    display: block;
    min-height: 50px;
    height: auto;
    display: block;
    background-color:rgba(55, 58, 61, 0.95);
    overflow-x:hidden;
    overflow-y:auto;  	
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

}
#consigne{
width:100%;
display:block;
font-size:14px;
position: relative;
    min-height: 50px;
    height: auto;
	clear:both;
	margin-top:15px;
}

#consigne li{
width:100% !important;
color: white !important;
}

#clear{
	clear:both;
}
#droplist li{
    width: 99%;
    margin-left: 1%;
    color:  #E94D1B;
    float: left;
    list-style: none
}

#droplist li a{
color: #E94D1B;
text-decoration: none;
}

#Mail{
    display: block;
    width: 97%;
    padding: 6px;
    clear: both;
    margin-top: 20px;
}
#Sender{
    margin-top: 20px;
}
#drop{
    background-color: #2E3134;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 20px 5px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

.delfile{
    background-color: #BC3818;
    border-radius: 12px;
    border: none;
    color: white;
    padding: 3px 5px;
    cursor: pointer;
    margin-left: 10px;
}

#drop a,#send,#createsecu{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
    border:none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
}

#emailsec,#emailrec,#doss{width:60%;padding: 0.6rem 0;font-size: 14px;}
label{color:#E94D1B;margin-right: 5px;display: block;margin-top: 1rem;}
#createsecu{margin-right: 5px;}

#send{
    display: inline-block;
    margin-right: 5px;
}

#send{
    margin-left: 35%;
}

#ccurl{
    height: 1px;
    width: 1px;
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    display: none;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}


/*----------------------------
    The Demo Footer
-----------------------------*/


footer{
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    bottom: 0;
    height: 4rem;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

#ulfooter{color:white;font-size: 15px;font-weight: normal;margin-top: 20px;margin-left: auto;margin-right: auto ;width : 65%;margin-bottom: 20px;background: url(../../journalism.png);
    background-repeat: no-repeat;    background-position: 0% 50%;    background-size: 50px;}

#ulfooter li{
   margin-left: 100px;
}

.footerrelative{ position: relative;height: 150px;}

footer h2{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top:0;
    left: 50%;
    bottom:0;
    margin-left: -420px;
    padding:13px 20px 0;
    border:1px solid #000;
    border-width:0 1px;
    background-color:rgba(0,0,0,0.6);
    box-shadow:0 0 5px #000 inset;
    line-height: 1;
    margin-top: 0;
}

footer h2 a{
    color: #EEEEEE !important;
    text-decoration:none !important;
}

footer h2 i{
    font-style:normal;
    color:#888;
}

#tzine-download{
    opacity:0.9;
    background-color:#257691;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;

    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;

    border-top:1px solid #26849c;

    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}

#tzine-download:hover{
    opacity:1;
}

#tzine-actions{
    position:absolute;
    top:0;
    width:500px;
    right:50%;
    margin-right:-420px;
    text-align:right;
}

#tzine-actions iframe{
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;
}

#rgpd2{
    display: none;
    color: white;
    font-size: small;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

#rgpdcheck{
    display: block;
    color: white;
    clear: both;
    width: 170px;
    text-align: right;
    margin-bottom: 5px;
}

#sendafter,#labelafter{
    display: none;
    color: white;
    float: right;
    margin-left: 5px;
    margin-bottom: 10px;
    text-decoration: underline;
    cursor: pointer;
}
.warn{ padding: 5% 18% !important;transform: translate(26px, 0);border: 1px solid !important; background-color: #e94d1b !important; transition-delay: .7s;}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
    #upload,#droplist{width: 65%;}
}

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

#upload,#droplist{width: 88%;}
h1 {    font-size: 2em; }
body {    background-size: 50px;}
#drop {    padding: 0px 50px;}
#droplist li {     width: 100%;}
}

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

#ulfooter {    background: none; }
#ulfooter li {    margin-left: 10px;}
#send{    margin-left: 5px;}
}