/*	Size of the images	*/





.image-upload {
    position: relative;
    margin: 10px;
}
.image-edit {
	position: absolute;
	z-index: 600;
	top: 0px;
	width: 100% !important;
	height: 250px !important;
	margin-left: auto;
	margin-right: auto;
}
.oeuvre-image {
	display: none !important;
}
.image-edit label {
	display: inline-block;
	width: 100%;
	height: 250px;
	margin-bottom: 0;
	background: none;
	border: 1px solid transparent;
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
}


.image-preview {
	width: 250px !important;
	height: 250px !important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.image-preview div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#edit_oeuvre_form {
	margin-bottom: 100px;
}



