/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 /* Enlever le fond gris */
 .formControls input {
	 background:#FFFFFF !important;
 }
 .formControls input:focus {
	 background:#FFFFFF !important;
 }
 .formControls input::selection {
	 background:#FFFFFF !important;
 }
 #hob_feet_div {
	display:none;
}