body {
	display: none;
}

.conteneur-edition {
	padding-top: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #ddd;
}

.conteneur-creation {
	margin: 50px 0;
	display: none;
}

#images {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#images div {
	position: relative;
	margin: 15px;
}

#images span {
	position: absolute;
    top: 0;
    right: 0;
	cursor: pointer;
	background: #fff;
	line-height: 1;
}

#images img {
	max-width: 100%;
	max-height: 150px;
}

#image {
	height: 65vh;
	padding: 50px 0;
	margin: 50px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#image img {
	max-width: 100%;
	max-height: calc(65vh - 100px);
}

.actions {
	text-align: center;
	font-size: 0;
	margin-bottom: 20px;
}

.actions span {
	margin-left: 8px;
	margin-right: 8px;
}
