#photos { 
    font-size:0;
    margin:0;
    padding:0;
    margin-top:20px;
}



#photos .alignement {
	box-sizing:border-box;
	padding-left:10px;
	padding-top:10px;
	font-size: 14px;
	width:100%;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	background-color: rgb(238, 238, 238);
}

#photos .photos { 
	max-width: 720px;
	width:100%;
	display:inline-block;
	vertical-align: top;
	margin-bottom:20px;
}

#dropbox, #dropbox2 {
	display:inline-block;
	overflow: hidden;
	width:100%;
	border: 1px solid #d1d1d1;
	box-sizing:border-box;
}

#dropbox2 .bloc {
   	position:relative;
	background-color:#f2f2f2;
	font-size:13px;
	margin:2px;
	width:400px;
	height:380px;
	float:left;
	padding:2px;
	text-align:center;

}


#dropbox { 
    background-color:#535353;
	border-top:0;
}

#dropbox .message {
    text-align: center;
    display: block;
	color: white;
	font-size: 20px;
	padding:30px;
	float:left;
	width:100%;
	box-sizing:border-box;
}

#dropbox .message img {
	height:20px;
	margin-right:20px;
	margin-bottom:-3px;
}


#dropbox2 .placeholder {
	margin:0;
	width:239px;
	height:180px;
    float:left;
    position:relative;
	box-sizing:border-box;
}

#dropbox2 .imageHolder{
	margin:0;
    	border-left: 1px solid white;
	border-top: 1px solid white;
	width:100%;
	height:180px;
   	 position:relative;
	float:left;
    	background-repeat: no-repeat;
   	 background-size: cover;
	box-sizing:border-box;
	pointer-events: none;
}
#dropbox2 .intext {
	margin-top:10px;
	width:98%;
	box-sizing: border-box;
}

#dropbox2 textarea.intext { 
	height:100px;
}

#dropbox2 .action{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:40px;;
    background:linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    opacity: 0;
    transition:0.4s;
    padding:10px;
    box-sizing:border-box;
    text-align: left;
    pointer-events: none;
z-index:99;
}

#dropbox2 .bloc:hover > .action { 
    opacity: 1;
}


#dropbox2 .action img{
    height:100%;
    opacity:0.7;
    cursor: pointer;
    pointer-events: auto;
}

#dropbox2 .action img:hover{
    opacity:1;
}

#dropbox2 .preview.done .uploaded{
	display: block;
}


#dropbox2 .progressHolder{
	position: absolute;
	background-color:white;
	height:25px;
	width:220px;
	left:10px;
	top:40px;
}

#dropbox2 .progress{
	background-color:#2586d0;
	position: absolute;
	height:100%;
	left:0;
	width:0;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	transition:0.25s;
}

#dropbox2 .preview.done .progress{
	width:100% !important;
}

.elementctn { width:100%; height:300px; font-size:15px; color:black; }
