/* Suppresion du choix de la catégorie dans la barre de recherche principale */
.search .default-search .jquery-selectbox {
	display:none;
}

/* Déplacement de la flèche pour la mention Cacher la carte */
.hide-map-control .hide-map-button {
    background: url("/wp-content/uploads/2014/08/advanced-search-arrow-up.png") no-repeat scroll 155px center rgba(0, 0, 0, 0)!important;
}

/* Déplacement de la flèche pour "Recherche avancée" */ 

.search .advanced-search-control .advanced-search-button {
    background: url("/wp-content/uploads/2014/08/advanced-search-arrow-down.png") no-repeat scroll 164px center rgba(0, 0, 0, 0)!important;
}

/* Mise en page résultats recherche bière */
.bieres img {
	width:10%!important;
	height:10%!important;
}

.dataTables_info {
	display:none;
}

#table_0 img {
	height:68px;
  	text-align:center;
}

#table_0 td {
  	text-align:center;
}

#table_0 a {
	padding:5px 10px;
  	background:orange;
  	color:white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#table_0 a:hover {
  // color:grey;
  background:#CF741F;
}

.entry-content h2, .block-content h2, .block-content label {
	display:none;
}

#table_0_filter input {
    border-color: -moz-use-text-color -moz-use-text-color #7d7d7d;
    border-radius: 25px;
    border-style: none none solid;
    border-width: medium medium 0px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7) inset;
    font-family: "Titillium Web",Tahoma;
    font-size: 1em;
    height: 30px;
    padding-left: 10px;
    position: relative;
}

#table_0_filter {
	float: left;
}

.zone-industries-tabs {
	display:none;
}

.group {
	font-size:20px;
  	text-align:center;
}

.large_bg_black a {
	color:#ffffff;	
}

.large_bg_black a:hover {
	color:#FFD09B;	
}

.btnclassic {
	font-size: 23px;
	line-height: 40px;
	font-family: 'Patua One', Tahoma;
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(207, 116, 31);
	background-color: rgba(207, 116, 31, 1);
	padding: 10px 20px 15px 20px;
	border-radius: 11px 11px 11px 11px;
	border-width: 0px;
	border-color: #ffd658;
	border-style: none;
}

.btnclassic p {
	margin:0;
}

.btnclassic a {
	color: #ffffff;
}

.btnclassic a:hover {
	color:#FFD09B;	
}

.grdtitre {
	font-size:26px;
  	font-family: Pacifico, cursive;
}

.vc_separator h4 {
    font-weight: normal;
}

/* Customisation du template bière */
.aligncenter {
	margin-top:20px;
}

/* On cache l'email et le site dans la partie contact */
.company-address div:nth-last-child(1) {
	display:none;
}

/*  On cache le bouton play sur le slider */
.tp-video-play-button {
 display:none !important; 
}

.latest-news.block {
	display:none !important;
}

.copyright {
	margin: 20px 0px;
  	line-height:1.6em !important;
}

.copyright a {
	color:#CF741F !important;
}

.copyright a:hover {
	color:#4D4D4D !important;
}