@font-face {
	font-family: dyslexie;
	src:  url(../font/Lexia.ttf);
	font-weight: normal;
}
@font-face {
	font-family: dyslexie;
	src:  url(../font/LexiaBold.ttf);
	font-weight: bold;
}
body {
	background-color: white;
	margin: 20px;
	font-family: dyslexie;
	position: relative;
}
div.sfcards {
	display:  flex;
	align-items: center;
	
}
div.sfcard {
	width: 60mm;
	height: 90mm;
	border-radius: 4mm;
	background-color: white;
	position: relative;
	display: inline-block;
	border: thin solid silver;
}

div.sfcard.editable {
	cursor: pointer;
}

div.sfcard div.contenu {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	padding: 1mm;
	border: thin solid silver;
	margin: 4mm;
}

div.sfcard div.famille {
	position: absolute;
	top: 0;
	right: 0;
	left: 2mm;
}

div.sfcard div.nom {
	text-align: center;
	font-size: 6.9mm;
	position: absolute;
	top: 6mm;
	right: 0;
	left: 0;
}

div.sfcard div.categorie {
	text-align: right;
	font-style: italic;
	font-size: 3mm;
	top: 13mm;
	right: 2mm;
	left: 2mm;
	position: absolute;
}

div.sfcard div.image {
	display: flex;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 20mm;
	right: 0;
	left: 0;
	bottom: 20mm;
}
div.sfcard div.image img {
	max-width:  95%;
	max-height: 37mm;
	margin: auto;
}

div.sfcard div.explication {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 25mm;
	right: 0;
	left: 0;
	bottom: 20mm;
	font-size: 4.5mm;
	padding-right: 3mm;
	padding-left: 3mm;
	vertical-align: middle;
}
div.sfcard div.exemple {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:  62mm;
	left: 0;
	right: 0;
	bottom: 8mm;
	padding-left: 2mm;
	padding-right: 2mm;
	line-height: 110%;
	text-align: center;
}
div.sfcard div.collection {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	padding-left: 1mm;
	padding-right: 1mm;
	padding-top: 0.7mm;
	text-align: center;
	font-size: 2.5mm;
	line-height: 110%;
	background-color: #cdc3c3;
	height: 6mm;
}

div.sfcard span.root {
	color: red;
}

div.sfcard div.trou {
	position: absolute;
	top: -2mm;
	right: -2mm;
	background-color: white;
	width: 5mm;
	height: 5mm;
	border-radius: 2.5mm;
	border: thin solid silver;
}
div.sfcard div.delete {
	position: absolute;
	top: -2mm;
	right: -2mm;
	background-color: red;
	width: 5mm;
	height: 5mm;
	border-radius: 2.5mm;
	border: thin solid silver;
	color: white;
	text-align: center;
}
div.sfcard div.first {
	position: absolute;
	top: -2mm;
	right: -2mm;
	background-color: green;
	width: 5mm;
	height: 5mm;
	border-radius: 2.5mm;
	border: thin solid silver;
	color: white;
	text-align: center;
}

div.sfcard div.copy {
	position: absolute;
	bottom: 0;
	left: -1.5mm;
	font-size: 1.5mm;
	line-height: 0;
	transform: rotate(-90deg);
	transform-origin: bottom left;
	color: silver;
}
div.edit-image img {
	
	height: 37mm;
	margin-bottom: 2mm;
}
div.edit-image {
	margin-top: 5mm;
	margin-bottom: 5mm;
}
.ui.steps .step.active .title {
	color: fuchsia;
}
a {
	color: fuchsia;
}
a:hover {
	color: #ce00ce;
}
.ui.primary.button, .ui.primary.buttons .button {
	background-color: fuchsia;
}
.ui.primary.button:hover, .ui.primary.buttons .button:hover {
	background-color: #ce00ce;
}
.perso {
	max-width: 700px!important;
	width: 1127px;
	margin-left: auto!important;
	margin-right: auto!important;
}
.ui.steps {
	margin: 0.4em 0;
}

div.infos {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.noshow {
	visibility:hidden;
}
.nodisplay {
	display: none !important;
}