#header .wrap2
{
	display: none;
}

body:not(.home) #header .logo
{
	position: relative;
	left: auto;
	height: 100px;
	overflow: hidden;
}

body:not(.home) #header .logo img {
	width: 233px;
}

body:not(.home).single-recette #header .pad
{
	display: none;
}

#colophon, .tools
{
	display: none!important;
}

body.single-recette .row
{
	flex-flow: column;
}

body.single-recette .row .left, body.single-recette .row .right {
	width: 100%;
	text-align: center;
}

body.single-recette .criteres, body.single-recette .suite .ingredients.produit {
	display: none;
}

body.single-recette .suite h2 {
	margin-bottom: 0;
}


body.single-recette .suite li {
	font-size: 12px;
	margin-bottom: 2px!important;
}

body.single-recette .suite .preparation ul {
	list-style-type: decimal;
}

body.single-recette .suite .preparation li span {
	display: none;
}