/**
 * Search
**/

#menu_top_of_site .searchform{
	position: relative;
	width: 100%;
    max-width: 240px;
	float: right;
}
	#menu_top_of_site .searchform .btn_search{
		position: absolute;
		top: 0;
		right: 4px;
		height: 100%;
		border: none;
    	background: none;
    	cursor: pointer;
	}
		#menu_top_of_site .searchform .btn_search::before{
			display: inline-block;
			font-family: FontAwesome;
			font-weight: 400;
			content: "\f002";
		}


#contner_form_search_in_page{
	width: 100%;
	text-align: center;
}
	#contner_form_search_in_page .bande_texte_separateur_blog{
		padding: 10px;
		font-size: 1em;
	}
		#contner_form_search_in_page .input_search{
			max-width: 400px;
			margin: 10px 0; 
		}