.form-item-field-ingredient-recette-normalisateur-normalisateur-import {
	display:none;
}
.node-recette_perso-form .horizontal-tabs .form-item.form-item-field-ingredient-recette-normalisateur-saisie {
    margin-bottom: 0;
    width: 100%;
    background-color: #ffffff;
    height: 520px;
}
#saisie_import:focus,
#saisie_import_etapes:focus {
    outline: none;
}

.speech-content-mic {
    width: 25px;
    height: 25px;
    cursor:pointer;
    position: absolute;
    right: 0;
    top: 0;
}
#start_img,
#start_img_etape {
	width:118px;
	height:118px;
    cursor:pointer;
	margin:0 auto;
    background: url("../images/mic-off.png") no-repeat 50% 50%;
    background-size: contain;
}
#start_img.speech-mic,
#start_img_etape.speech-mic {
    background: url("../images/mic-actif.png") no-repeat 50% 50%;
    background-size: contain;
}

#start_img.speech-mic-works,
#start_img_etape.speech-mic-works {
    background: url("../images/mic-speech.png") no-repeat 50% 50%;
    background-size: contain;
}
#start_img.speech-mic-off,
#start_img_etape.speech-mic-off {
    cursor:default;
    background: url("../images/mic-off.png") no-repeat 50% 50%;
    background-size: contain;
}
#content-normalisateur textarea.form-textarea {
}
#header-help-reco {
	display:none;
	position:absolute;
	z-index:1;
	right:32px;
	text-align:center;
	width: 650px;
	background-color: rgba(12, 175, 249, 0.05);
	margin:0;
	margin-top:24px;
	padding:0;
	padding-top:10px;
	height:45px;
	color: #515356;
	font-weight: 400;
	font-family:$font-main;
	line-height:normal;
	border: none;
	border-bottom: 1px solid #cacaca;
	/*border-left: 1px solid rgba(12, 175, 249, 0.2);*/
	/*border-right: 1px solid rgba(12, 175, 249, 0.2);*/
}
#header-help-reco i {
	font-style:italic;
	color:#0CAFF9;
}
canvas#analyser {
	position: absolute;
	left: 35px;
	top: -40px;
	z-index: -1;
}
#header-help-reco .close {
	position: absolute;
    right: 10px;
    top: 20px;
	background-image: url(../images/picto-close.png);
	width: 20px;
	height: 20px;
	cursor:pointer;
	margin: 0 ;
	padding: 0;
	background-color: transparent;
}
#always_close {
	display:none;
}
