@charset "utf-8";
/*!
 * humer.css
 */

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Droid Sans Bold';
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { background: #01448a; }
body { background: #fff; }

body.admin-bar .navbar-fixed-top { top: 28px; }

img.alignleft {
	margin: 0 30px 10px 0;
}
img.alignright {
	margin: 0 0 10px 30px;
}
img.border {
	border: 1px solid #ddd;
	padding: 5px;
	background: #f9f9f9;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	        box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}


.category article {
	border-bottom: 1px solid #ccc;
}
.category article:last-of-type {
	border-bottom: 0;
}

#playground {
	padding-top: 122px;
	background: #fff url('../img/humer/bg_repeat.gif') repeat 0 0 fixed;
	font-family:  Arial, Helvetica, sans-serif;
}

#playground.home {
	padding-top: 65px;
}

#banner .navbar-inner {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	filter: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

#banner .navbar-inner .container {
	background: url('../img/humer/header.png') no-repeat 0 0;
	position: relative;
	height: 122px;
}

#banner .navbar-inner .container:before {
	display: block;
	height: 81px;
	width: 100%;
	background: url('../img/humer/header-repeat.png') repeat-x 0 0;
	position: absolute;
	left: -100%;
}

#banner .navbar-inner .container:after {
	display: block;
	height: 81px;
	width: 100%;
	background: url('../img/humer/header-repeat.png') repeat-x 0 0;
	position: absolute;
	left: 100%;
}

#banner.navbar .brand_wrapper {
	display: inline;
}

#banner.navbar .brand {
	padding: 0;
	margin: 10px 30px 0 0;
	text-indent: -5000px;
	background: url('../img/humer/logo.png') no-repeat 0 0;
	width: 170px;
	height: 88px;
}

#banner.navbar .nav {
	margin: 17px 0 0 0;
}

#banner.navbar .nav > li > a {
	padding: 8px 16px;
	margin: 1px;
	color: #fff;
	text-shadow: none;
    font-family: 'Droid Sans';
    -webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

#banner.navbar .nav > li > a > .caret { display: none; }
#banner.navbar .nav > li > .dropdown-menu { margin-top: 0; left: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#banner.navbar .nav > li:hover > .dropdown-menu { display: block; }

#banner.navbar .nav > li > .dropdown-menu li { margin: 1px 5px; }
#banner.navbar .nav > li > .dropdown-menu li:hover > a,
#banner.navbar .nav > li > .dropdown-menu li.active > a { background: #02427d; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

#banner.navbar .nav > li.active > a,
#banner.navbar .nav > li.current-gammes-ancestor > a,
#banner.navbar .nav > li.current-produits-ancestor > a,
#banner.navbar .nav > li.dropdown.open > .dropdown-toggle,
#banner.navbar .nav > li.dropdown.active > .dropdown-toggle,
#banner.navbar .nav > li.dropdown.open.active > .dropdown-toggle {
	background: #02427d;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3), 1px 1px 1px rgba(255,255,255,0.3);
	   -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3), 1px 1px 1px rgba(255,255,255,0.3);
	        box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3), 1px 1px 1px rgba(255,255,255,0.3);
}

#banner.navbar .nav > li.home_item > a {
	padding: 0;
	margin: 10px 50px 0 0;
	text-indent: -5000px;
	background: url('../img/humer/home.png') no-repeat 0 0;
	width: 16px;
	height: 15px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

#banner.navbar .nav > li.home_item > a:hover,
#banner.navbar .nav > li.home_item.active > a {
	background-position: 0 -15px;
}

#sidebar {
	float: left;
}
#main {
	float: right;
	margin: 0 0 20px 0;
}

#colophon {
	min-height: 200px;
	background: #01448a url('../img/humer/ombre-footer.gif') no-repeat 50% 0;
}

#humer_breadcrumb {
	background: transparent;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	font-size: 0.85em;
}
#humer_breadcrumb li {
	color: #afafaf;
}
#humer_breadcrumb li a {
	color: #969696;
	text-decoration: underline;
}
#humer_breadcrumb li a:hover {
	color: #666;
}

.page-header {
	margin: 0 !important;
	padding: 0 !important;
}
.page-header h1,
.page-header h2,
h1.entry-title {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0691bd;
	font-size: 2.2em;
	text-shadow: 0 1px 0 #fff;
	margin-top: 0;
}

.entry-header {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #01448a;
	font-size: 1.05em;
	margin: 0 0 25px 0;
}
.entry-header strong {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.entry-content {
	font-size: 0.95em;
	line-height: 1.3em;
	color: #666;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #01448a;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}

.entry-sidebar .les_plus_produit .block {
	border: 1px solid #d8d8d8;
	background: #fff url('../img/humer/degrade-gris-bas-cadres.gif') repeat-x 0 100%;
	padding: 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
	font-size: 0.85em;
	color: #666;
}
.entry-sidebar .les_plus_produit .block div {
	background: url('../img/humer/degrade-gris-haut-cadres.gif') repeat-x 0 0;
	padding: 10px 20px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
.entry-sidebar .les_plus_produit .block .title {
	text-transform: uppercase;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #d56f0c;
	text-shadow: 0 1px 0 #fff; 
	background: url('../img/humer/picto-plus-produit.png') no-repeat 0 0;
	padding: 25px 0 0 55px;
	margin: -20px 0 0 0;
}
.entry-sidebar .les_plus_produit .block h1,
.entry-sidebar .les_plus_produit .block h2,
.entry-sidebar .les_plus_produit .block h3,
.entry-sidebar .les_plus_produit .block h4,
.entry-sidebar .les_plus_produit .block h5,
.entry-sidebar .les_plus_produit .block h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #01448a;
	background: url('../img/humer/puce.png') no-repeat 6px 12px;
	padding: 0 0 0 35px;
	margin: 10px 0 0 0;
}
.entry-sidebar .les_plus_produit .block_bottom {
	margin: 1px 0 0 0;
	width: 100%;
	height: 13px;
	background: url('../img/humer/ombre-cadre3.png') no-repeat 50% 0;
	background-size: 100%;
}



/**********
 * GAMMES *
 **********/

.gamme {
	cursor: pointer;
}
.gamme .block {
	border: 1px solid #d8d8d8;
	background: #fff url('../img/humer/degrade-gris-bas-cadres.gif') repeat-x 0 100%;
	padding: 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
	font-size: 0.85em;
	color: #666;
	text-align: center;
}
.gamme .block > div {
	background: url('../img/humer/degrade-gris-haut-cadres.gif') repeat-x 0 0; 
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
.gamme .block > div > div {
	background: url('../img/humer/ombre-cadre3.png') no-repeat 50% 0; 
	background-size: 100%;
	padding: 10px 0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
.gamme .block .title {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #d56f0c;
	text-shadow: 0 1px 0 #fff; 
	background: url('../img/humer/picto-plus-produit.png') no-repeat 0 0;
	padding: 25px 0 0 55px;
	margin: -20px 0 0 0;
}
.gamme .block h1,
.gamme .block h2,
.gamme .block h3,
.gamme .block h4,
.gamme .block h5,
.gamme .block h6 {
	text-transform: uppercase;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
}
.gamme .block .gamme-usage {
	padding: 3px 0 9px 0;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.1em;
	height: 2.2em;
	color: #0691bd;
}
.gamme .block .gamme-image {
	margin: 0 0 10px 0;
	padding: 12px 10px;
	border-bottom: 1px solid #e5e5e5;
	background: url('../img/humer/sep-horizontaux-produits.png') no-repeat 50% 0;
}
.gamme .block .gamme-nom {
	margin: 0;
	padding: 0 20px;
	font-size: 1.1em;
	line-height: 1.2em;
	height: 2.4em;
	color: #01448a;
}
.gamme .block .gamme-accroche {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	line-height: 1.2em;
	height: 1.2em;
	color: #01448a;
}
.gamme .block .gamme-lien {
	display: block;
	padding: 0;
	margin: 5px 0 0 0;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../img/humer/bout-decouvrir.png') no-repeat 50% 50%;
}
.gamme .block_bottom {
	margin: 1px 0 0 0;
	width: 100%;
	height: 13px;
	background: url('../img/humer/ombre-cadre3.png') no-repeat 50% 0;
	background-size: 100%;
}



/***********
 * SIDEBAR *
 ***********/

#content #sidebar .widget_nav_menu { display: none; }
.tax-gammes #content #sidebar #nav_menu-2,
.single-produits #content #sidebar #nav_menu-2 { display: block; }

.category-conseils #content #sidebar .widget_axome_category_posts { display: none; }
.category-conseils #content #sidebar #nav_menu-4 { display: block; }

.page #content #sidebar .widget_axome_category_posts,
.tax-gammes #content #sidebar .widget_axome_category_posts,
.single-produits #content #sidebar .widget_axome_category_posts { display: none !important; }

#content .widget_nav_menu,
#content .widget_subpages,
#content .sidebar-contact,
#content .widget_axome_category_posts {
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
	margin: 5px 0 20px 0;
}
#content .widget_nav_menu .widget-after,
#content .widget_subpages .widget-after,
#content .sidebar-contact .widget-after,
#content .widget_axome_category_posts .widget-after {
	position: relative;
	top: 16px;
	display: block;
	width: 100%;
	height: 13px;
	background: url('../img/humer/ombre-cadre3.png') no-repeat 50% 0;
	background-size: 100%;
	border-top: 1px solid #fff;
}
#content .widget_nav_menu .widget-inner,
#content .widget_subpages .widget-inner,
#content .sidebar-contact .widget-inner,
#content .widget_axome_category_posts .widget-inner {
	background: url('../img/humer/degrade-gris-haut-cadres.gif') repeat-x 0 0; 
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
#content .widget_nav_menu .widget-inner > div,
#content .widget_subpages .widget-inner > div,
#content .sidebar-contact .widget-inner > div,
#content .widget_axome_category_posts .widget-inner > div {
	background: url('../img/humer/ombre-cadre3.png') no-repeat 50% 0; 
	background-size: 100%;
	padding: 10px 20px;
	margin-bottom: -20px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
#content .widget_nav_menu .widget-title,
#content .widget_subpages .widget-title,
#content .sidebar-contact .widget-title,
#content .widget_axome_category_posts .widget-title {
	display: block;
	padding: 0 0 7px 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #0691bd;
}
#content .widget_nav_menu .widget-title a,
#content .widget_subpages .widget-title a,
#content .widget_axome_category_posts .widget-title a {
	color: #0691bd;
	text-decoration: none;
}
#content .widget_nav_menu .widget-title a:hover,
#content .widget_subpages .widget-title a:hover,
#content .widget_axome_category_posts .widget-title a:hover {
	text-decoration: underline;
}
#content .widget_nav_menu .menu,
#content .widget_subpages ul,
#content .widget_axome_category_posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
}
#content .widget_nav_menu .menu li,
#content .widget_subpages ul li,
#content .widget_axome_category_posts ul li {
	background: url('../img/humer/sep-horizontaux-sous-menu.png') no-repeat 50% 0;
	padding: 10px 0 8px 0;
	margin: 0;
}
#content .widget_nav_menu .menu li a,
#content .widget_subpages ul li a,
#content .widget_axome_category_posts ul li a {
	color: #01448a;
}
#content .widget_nav_menu .menu .caret,
#content .widget_subpages ul .caret {
	display: none;
}
#content .widget_nav_menu .menu li.active > a,
#content .widget_subpages ul li.widget_subpages_current_page > a,
#content .widget_axome_category_posts ul li.active > a {
	color: #0691bd;
	text-decoration: underline;
}
#content .widget_nav_menu .menu li ul,
#content .widget_subpages ul li ul,
#content .widget_axome_category_posts ul li ul {
	display: block !important;
	position: static;
	float: none;
	margin: 0 0 -8px 0;
	padding: 8px 0 0 0;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#content .widget_nav_menu .menu li ul li,
#content .widget_subpages ul li ul li,
#content .widget_axome_category_posts ul li ul li {
	margin: 0;
	padding: 8px 0 6px 1em;
}
#content .widget_nav_menu .menu li ul a,
#content .widget_subpages ul li ul a,
#content .widget_axome_category_posts ul li ul a {
	display: inline;
	margin: 0;
	padding: 0;
}
#content .widget_nav_menu .menu li > a,
#content .widget_nav_menu .menu li ul li > a,
#content .widget_axome_category_posts ul li ul > a {
	background: transparent !important;
}
#content .widget_nav_menu .menu li ul a:hover,
#content .widget_subpages ul li ul li > a:hover,
#content .widget_axome_category_posts ul li ul > a:hover {
	background: transparent;
	text-decoration: underline;
	color: #01448a;
}
#content .widget_nav_menu .menu li.active ul .active > a,
#content .widget_axome_category_posts ul li.active ul .active > a {
	background: transparent;
	text-decoration: underline;
	color: #0691bd;
}
//supprimé par NRO pour éviter le fond bleu dans les sous-menu
/*#content .widget_nav_menu .dropdown-menu a {
	display: inline-block !important;
	white-space: normal;
	line-height: 1.1em;
}*/
#content .widget_nav_menu .dropdown-menu a:after {
	display: none !important;
}
#content .widget_axome_category_posts ul li ul {
	display: none !important;
}


/************
 * HOMEPAGE *
 ************/

#homeCarousel {
	margin-bottom: 90px;
}
#homeCarousel .carousel-inner {
	overflow: visible;
	width: 100%;
	height: 425px;
}
#homeCarousel .carousel-inner .item {
	width: 100%;
}
#homeCarousel .carousel-controls {
	position: relative;
	height: 425px;
}
#homeCarousel .carousel-control {
	z-index: 2;
	text-indent: -10000px;
	top: 50%;
	height: 24px;
	padding: 0;
	margin-top: -12px;
	border: 0;
	outline: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
#homeCarousel .carousel-control.left {
	background: url('../img/humer/fleche-left.png') no-repeat 50% 50%;
}
#homeCarousel .carousel-control.right {
	background: url('../img/humer/fleche-right.png') no-repeat 50% 50%;
}
#homeCarousel .carousel-caption {
	position: absolute;
	right: auto;
	left: auto;
	bottom: -100px;
	width: 1173px;
	height: 88px;
	background: url('../img/humer/rect-seo.png') no-repeat 50% 0;
	text-align: center;
	margin: 0;
	padding: 15px 0;
}
#homeCarousel .carousel-caption h1,
#homeCarousel .carousel-caption h2,
#homeCarousel .carousel-caption h3,
#homeCarousel .carousel-caption h4,
#homeCarousel .carousel-caption h5,
#homeCarousel .carousel-caption h6,
#homeCarousel .carousel-caption p {
	color: #01448a;
}
#homeCarousel .carousel-caption .carousel-title {
	font-size: 1.3em;
	font-weight: bold;
}


#home-gammes .gamme .block_bottom {
	height: 40px;
}
#home-gammes .gamme .block .gamme-usage {
	font-size: 1.8em;
	line-height: 1.1em;
	height: 1.1em;
}
#home-gammes .gamme .block .gammes-wrapper {
	padding: 10px;
	background: url('../img/humer/sep-horizontaux-selections-accueil.png') no-repeat 50% 0;
}
#home-gammes .gamme .block .gamme-image {
	background: none;
}


#home-blocks .block {
	border: 1px solid #d8d8d8;
	background: #fff url('../img/humer/degrade-gris-bas-cadres.gif') repeat-x 0 100%;
	padding: 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
	font-size: 0.85em;
	color: #666;
	text-align: center;
	height: 250px;
	position: relative;
}
#home-blocks .block > div {
	background: url('../img/humer/degrade-gris-haut-cadres.gif') repeat-x 0 0; 
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
#home-blocks .block > div > div {
	text-align: left;
	background: url('../img/humer/ombre-cadre3.png') no-repeat 50% 0; 
	background-size: 100%;
	padding: 10px 20px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
#home-blocks .block .title {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #0691bd;
	text-shadow: 0 1px 0 #fff; 
	background: url('../img/humer/picto-actu.png') no-repeat 0 0;
	padding: 25px 0 20px 55px;
	margin: -22px 0 0 0;
}
#home-blocks .block_bottom {
	margin: 1px 0 15px 0;
	width: 100%;
	height: 13px;
	background: url('../img/humer/ombre-cadre3.png') no-repeat 50% 0;
	background-size: 100%;
}
#home-blocks .home-block-btn {
	clear: both;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

	.block-actu .actu-home,
	.block-actu .actu-home:hover {
		color: #666;
		text-decoration: none;
	}
	.block-actu .actu-home img {
		float: left;
		margin: 0 20px 0 0;
		max-height: 130px;
		width: auto;
	}
	.block-actu .actu-home .actu-titre {
		color: #676767;
		font-size: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
	}
	.block-actu .actu-home .actu-date {
		padding: 0;
		margin: 0 0 10px 0;
	}
	.block-actu .actu-home .actu-date span {
		color: #01448A;
	}
	.block-actu .actu-home .actu-bref {
		font-size: 1.1em;
	}


	#home-blocks .block-conseils .block .title {
		background-image: url('../img/humer/picto-conseil.png');
	}
	#home-blocks .block-conseils .block ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#home-blocks .block-conseils .block li {
		margin: 0 0 6px 0;
		padding: 0 0 0 30px;
		background: url('../img/humer/puce.png') no-repeat 0 1px;
		font-size: 1.2em;
		line-height: 1.35em;
	}
	#home-blocks .block-conseils .block li a {
		color: #d56f0c;
		text-decoration: underline;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}


	#home-blocks .block-carte .block .title {
		background-image: url('../img/humer/picto-noustrouver.png');
	}






/**********
 * FOOTER *
 **********/

#colophon .widget {
	margin: 30px 0 15px 0;
	width: 33.33%;
	min-height: 160px;
	float: left;
	background: url('../img/humer/footer-line-v.gif') repeat-y 100% 0;
	color: #fff;
    font-size: 0.9em;
}
#colophon .widget-title {
	display: block;
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.4em;
	text-transform: uppercase;
	padding: 10px 0 20px 75px;
}
#colophon .widget_text .widget-title {
	background: url('../img/humer/picto-coordonnees.png') no-repeat 25px 3px;
}
#colophon .widget_text .textwidget {
	margin: 0 20px 0 75px;
}
#colophon .axome_newsletter .widget-title {
	background: url('../img/humer/picto-suiveznous.png') no-repeat 25px 3px;
}
#colophon .axome_newsletter .axome_newsletter_content {
	margin: 0 0 0 75px;
}
#colophon .axome_newsletter label,
#colophon .axome_newsletter #axome_mail_choix {
	display: none;
}
#colophon .axome_newsletter form {
	margin: 10px 0 0 0;
}
#colophon .axome_newsletter input:-moz-placeholder {
	color: #31c1ff;
	opacity: 0.7;
}
#colophon .axome_newsletter input:-ms-input-placeholder {
	color: #31c1ff;
	opacity: 0.7;
}
#colophon .axome_newsletter input::-webkit-input-placeholder {
	color: #31c1ff;
	opacity: 0.7;
}
#colophon .axome_newsletter form .wpsb_form_txt {
	color: #31c1ff;
	background: url('../img/humer/search-field.png') no-repeat 0 0;
	width: 180px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	border: 0;
	outline: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#colophon .axome_newsletter form .wpsb_form_btn {
	text-indent: -5000px;
	overflow: hidden;
	background: url('../img/humer/bout-ok.png') no-repeat 0 0;
	width: 36px;
	height: 30px;
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#colophon .widget_nav_menu .widget-title {
	background: url('../img/humer/picto-liens-utiles.png') no-repeat 25px 3px;
}
#colophon .widget_nav_menu .menu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 75px;
}
#colophon .widget_nav_menu .menu li {
	background: url('../img/humer/puce.png') no-repeat 0 2px;
	padding: 0 0 0 30px;
	margin: 0;
}
#colophon .widget_nav_menu .menu li a {
	color: #fff;
}

#nav-footer {
	background: url('../img/humer/footer-line-h.gif') repeat-x 0 0;
	padding: 10px 0 0 0;
	clear: both;
}
#menu-footer {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-footer li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	border-right: 1px solid #5491d1;
	color: #5491d1;
	font-size: 0.9em;
	line-height: 1em;
	padding: 0 14px 0 10px;
}
#menu-footer a {
	color: #fff;
}
#rss-footer {
	float: right;
	background: url('../img/humer/picto-rss.png') no-repeat 100% 0;
	font-size: 0.9em;
	line-height: 1em;
	margin: 0 10px 0 0;
	padding: 6px 35px 0 0;
	height: 30px;
}
#rss-footer a {
	color: #fff;
}


/************
 * CONSEILS *
 ************/
body.category article.category-conseils {
	border-bottom: 0;
}
body.category article.category-conseils.alpha {
	margin-left: 0;
}
body.category article.category-conseils .block {
	height: 245px;
}
body.category article.category-conseils p {
	text-align: left;
	margin: 0 10px 10px 10px;
}
body.category article.category-conseils .gamme-image {
	margin: 0 10px;
	padding: 0;
	border: 0;
	background: none;
	float: left;
}
body.category article.category-conseils .gamme-image img {
	border: 1px solid #e5e5e5;
}



/*********
 * CARTE *
 *********/
#map_canvas {
	width: 100%;
	height: 550px;
	background: #fff url(../img/humer/loader.gif) no-repeat 50% 10%;
}
#map_canvas > div {
	background: #e3e3e3;
}
#selects {
	margin: -10px 0 10px 0;
}
.page-template-page-carte-php #fancy_outer {
	top: 140px !important;
	position: fixed;
}


/**************
 * RESPONSIVE *
 **************/

@media (max-width: 1170px) {
	#banner .navbar-inner {
		background: url('../img/humer/header.png') no-repeat 0 0;
	}
	#banner .navbar-inner .container {
		background: none;
	}
	#banner .navbar-inner .container:before,
	#banner .navbar-inner .container:after {
		display: none;
	}
}

@media (max-width: 968px) {
	#playground,
	#playground.home {
		padding-top: 0;
	}
}

@media (max-width: 768px) {
	#homeCarousel { margin-bottom: 30px; }
	#homeCarousel .carousel-caption { display: none; }
	#colophon .widget { width: 100%; }
	#rss-footer { width: 30px; text-indent: -5000px; overflow: hidden; }
}

.nav-collapse, .nav-collapse.collapse {
    background-color: #fff;
z-index: 1000;
}
