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;
}

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

#items div {
	position: relative;
	margin: 15px;
	padding: 30px;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #ddd;
}

#items span {
	position: absolute;
    top: 3px;
    right: 3px;
	cursor: pointer;
}

#texte {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.7;
	padding: 50px 0;
	margin: 50px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#texte.tirage {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

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

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