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

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

.conteneur input {
    width: 300px;
}

#image {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

#image:empty {
	padding-bottom: 30px;
}

#image img {
	max-width: 100%;
	max-height: 200px;
}

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

#options .option {
	margin: 20px 10px 0;
}

#options select {
	margin-bottom: 0;
}

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

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

.conteneur-creation .actions span {
	margin-top: 20px;
}

#puzzle {
	margin: 0 auto 30px;
}

#puzzle canvas {
	border: 2px solid #ddd!important;
}

@media screen and (max-width: 399px) {
	.conteneur input {
		width: 260px;
	}
}
