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: 30px;
    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 {
	display: flex;
	justify-content: center;
	align-items: center;
	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;
}

#options {
	padding: 0 0 50px 0;
	margin: 50px 0;
	border-bottom: 1px solid #ddd;
}

#choix {
	display: flex;
	justify-content: center;
}

.oui,
.non {
	display: flex;
}

.oui {
	margin-right: 25px;
}

.oui input,
.non input {
	width: auto;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

.oui label,
.non label {
	padding: 0;
	margin: 0;
}
