@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src: url('../fonts/codropsicons/codropsicons.eot');
	src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

body {
	font-family: Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	color: white;                                                                                                                           /* color for the file selected */
	background-color: DimGrey;                                                                                             /* color for the page background */
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Content*/

.content {
	width: 100%;
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 3em 0;
}

.box {
	position: absolute;
	background-color: grey;                                                                                        /*background-color: #dfc8ca;*/
	/*padding: 6.25rem 6.25rem;*/
	width: 900px;
	height: 1000px;
	
}



.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    /*max-width: 80%;*/
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    /*display: inline-block;*/
    overflow: hidden;
}

.inputfile-1 + label figure {
    width: 270px;
    height: auto;
    /*background-color: #d3394c;*/
    display: block;
    position: absolute;
	top: 537px;                                                          /* position of the chose file button */
	left: 15px;
}

.inputfile-2 + label figure {
    width: 270px;
    height: auto;
    /*background-color: #d3394c;*/
    display: block;
    position: absolute;
	top: 614px;                                                          /* position of the chose file button */
	left: 15px;
}

.inputfile-3 + label figure {
    width: 300px;
    height: 533px;
    /*background-color: #d3394c;*/
    display: block;
    position: absolute;
	top: 250px;                                                          /* position of the chose file button */
	left: 0px;
}

@media screen and (max-width: 50em) {
	.inputfile-5 + label strong {
		display: block;
	}

